
/*
=== MORUN ===
bg: #eceadb
links: #cd802a
intro: #50473e
footer: #d6d4c1
titles: #c5c1a3
widgets: #e0decf
*/
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Molengo);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);


/*=== Setup ===*/
body{
}
a{
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	color: #111111;
}
h2{
	color: #42353c;
	font-family: Lobster,"Helvetica Neue", Arial, Helvetica;
}
h2 a{
	color: #42353c;
}
h3{
	color: #004f4d;
	font-family: Lobster,"Helvetica Neue", Arial, Helvetica;
}
h4{
	color: #444444;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: no-repeat left;
	color: #cccc;
}
.btn-rounded a span{
	background: no-repeat right;
}
.btn {

}

/*=== Navigation ===*/
#topbanner{width: 100%;
background-color: rgba(58,58,58,0.2);
	height: 26px;
	
}

#toplink {
	
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	padding-right: 40px;
}

#toplink li a {
	display: inline;
	color: rgba(69,51,60,0.9);
	float: right;
	font: 14px Lobster,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 2px 7px;
	padding: 2px 5px;
	background-color: rgba(229,0,137,0);
		/* Firefox */
		-moz-transition-property: opacity,color;
		-moz-transition-duration: 2s;
		-moz-transition-delay: 1s;
		/* WebKit */
		-webkit-transition-property: opacity,color;
		-webkit-transition-duration: 1s;
		-webkit-transition-delay: 1s;
		/* Opera */
		-o-transition-property: opacity,color;
		-o-transition-duration: 2s;
		-o-transition-delay: 1s;
		/* Standard */
		transition-property: opacity,color;
		transition-duration: 2s;
		transition-delay: 1s;
}
#toplink li a:hover {
	
	background-color: rgba(225,0,135,0.7);
	opacity:1;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	text-decoration: none;
	color: rgba(235,236,227,0.9);
}
/*- Nav1 -*/
#nav1 li a{
color: rgba(46,104,107,0.9);
font: bold 14px Vollkorn;
	background-color: rgba(46,104,107,0);
		/* Firefox */
		-moz-transition-property: opacity,color;
		-moz-transition-duration: 1s;
		-moz-transition-delay: 0s;
		/* WebKit */
		-webkit-transition-property: opacity,color;
		-webkit-transition-duration: 1s;
		-webkit-transition-delay: 0s;
		/* Opera */
		-o-transition-property: opacity,color;
		-o-transition-duration: 1s;
		-o-transition-delay: 0s;
		/* Standard */
		transition-property: opacity,color;
		transition-duration: 1s;
		transition-delay: 0s;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background-color: rgba(46,104,107,0.7);
	opacity:1;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	text-decoration: none;
	color: rgba(235,236,227,0.9);
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #42353c;
}
.nav2 li a:hover, .widget li a:hover{
	color: #004f4d;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
}
#rightcol h3 span{
}
#rightcol .widget ul, #rightcol .textwidget 
{
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: none no-repeat;
}
.box .bot{
	background: none no-repeat}
.box .spacer{
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: none no-repeat;
}
.box2 .bot{
	background: none no-repeat}
.box2 .spacer{
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: none no-repeat;
}
.box3 .bot{
	background: none no-repeat}
.box3 .spcr{
}
/*- Box4 -*/
.box4{
}
.box4 .top,.box4 .bot{
	background: none no-repeat;
}
.box4 .bot{
	background: none no-repeat}
.box4 .spacer{
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: none no-repeat;
}
.box5 .bot{
	background: none no-repeat}
.box5 .spacer{
	background: none repeat-y;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: none no-repeat;
}
.box6 .bot{
	background: none no-repeat;}
.box6 .spacer{
	background: none no-repeat;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #ffffff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #cccc;
	border-left: 1px solid #cccc;
}

/*- Form1 Setup -*/
.btn-general{
}
.btn-general a { 
}
.btn-arr a{
	color: #777777;
}

/*=== Footer ===*/
#footer a{
	color: #777777;
}

/*=== Posts ===*/
.post img {	
	border:8px solid #cccccc;
}
.post li a:hover{
	color: #777777;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#42353c;
	background:  none no-repeat 10px 10px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #42353c;
}
.widget #recentcomments li a:hover{
	color: #42353c;
}
.widget #searchform, .widget #calendar_wrap{
	
}
.widget #wp-calendar caption {
	color:#42353c;
}
.widget #wp-calendar thead th {
	color:#42353c;
}
.widget #wp-calendar tfoot td a {
	color:#42353c;	
}
.quote {
	background:url(morun/ico-quote.gif) no-repeat top left;
}
p.sponsors {
	color: rgba(208,208,196,0.96);
	font: 5em Vollkorn;
	padding-bottom: 20px;
	padding-top: 10px;
	letter-spacing: 9px;
	
}
p.sponsorssub a {
	
	color: rgba(222,223,210,0.95);
	font: italic 1.5em Molengo;
	float: right;
		background-color: rgba(229,0,137,0);

		/* Firefox */
		-moz-transition-property: opacity,color;
		-moz-transition-duration: 2s;
		-moz-transition-delay: 1s;
		/* WebKit */
		-webkit-transition-property: opacity,color;
		-webkit-transition-duration: 1s;
		-webkit-transition-delay: 1s;
		/* Opera */
		-o-transition-property: opacity,color;
		-o-transition-duration: 2s;
		-o-transition-delay: 1s;
		/* Standard */
		transition-property: opacity,color;
		transition-duration: 2s;
		transition-delay: 1s;
	
	padding: 5px;
	text-decoration: none;
}
p.sponsorssub a:hover {
	color: #feffef;
	background-color: rgba(229,0,137,0.7);
opacity: 1;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}




