/*
Theme Name: Schemertype Mag
Author: Chiq Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #4F4E4E;
	background: #EAEAEA url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: underline;
	color: #243749;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	float: middle;
}

.hidden {
	display: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 14px;
   padding: 0 4px 5px;
   margin: 0;
}


/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/



/** BEGIN header **/
#header {
	height: 172px;
}
	#header .pages {
		list-style-type: none;
		float: left;
	}
		#header .pages li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px 20px 0 0;
		}
		#header .pages li a {
			color: #ffffff;
			text-decoration: underline;
		}
		#header .pages li a:hover {
			color: #ff0000;
			text-decoration: none;
		}		
		
	#header .rss {
		float: right;
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 10px 0 0 24px;
		background: url(images/rss.gif) no-repeat 0 8px;
	}
	#header h1 {
		clear: both;
		float: left;
		padding: 18px 0 20px 5px;
	}
		#header h1 a {
			color: #ffffff;
			text-decoration: underline;
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 263px; height: 63px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding-top: 20px;
	}
	#header .categories {
		clear: both;
		font-weight: bold;
		list-style-type: none;
		padding: 0px 20px 0 0;

	}
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 1em;
			padding: 0 10px;
			background: url(images/divider.gif) no-repeat center right;
		}
		#header .categories li a {
			color: #243749;
			text-decoration: underline;
		}
		
#header .categories li a:hover {
			color: #ff0000;
			text-decoration: none;
		}
/** END header **/

/*menu */
#toolbar{
float: left;
}


#nav {
float: left;
margin: 100px 0 0 0px;
list-style: none;
padding: 0;
font-family:verdana;
font-weight:bold;
height:auto;
}

#nav ul {
float: left;
margin: 0;
padding: 0;
}

#nav li a {
display: block;
color: #000;
text-decoration: underline;
padding: 2px 16px;
text-transform:uppercase;
}
#nav li a:hover {
color: #ff0000;
text-decoration: none;
}
#nav li {
float: left;
padding: 0;
}
#nav li ul {
position: absolute;
left: -999em;
font-weight: bold;
margin: 0 0 0 36px;
background:#DFFE0C;
z-index:14;
border-top:4px solid #000000;
border-bottom:4px solid #000000;
}
#nav li li {
float:none;
list-style:none;
padding:4px;
border-bottom:1px solid #000000;
}
#nav li ul li a {
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:0;
text-transform:none;
}
#nav li ul a:hover {
color:#ff0000;
}
#nav li.recentcomments{
font-size:12px;
}
#nav li ul ul {
margin: -1.1em 0 0 48px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

/** BEGIN left sidebar **/
#lsidebar {
	width: 300px;
	float: left;
	margin: 10px 0;
}
	#lsidebar .box {
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #AFB8BF;
			padding-bottom: 3px;
	}

		#lsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#lsidebar .box ul {
			list-style-type: none;
		}
			#lsidebar .box ul li {
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
				font-size: 1.2em;
			}
			#lsidebar .box ul li a {
				color: #808080;
				text-decoration: underline;
			}
			#lsidebar .box ul li a:hover {
				color: #ff0000;
				text-decoration: none;
			}
		#lsidebar .box .flickr {
			text-align: center;
		}
			#rsidebar .box .flickr img {
				margin: 5px;
			}
		#lsidebar .box .video {
			padding: 3px 3px 0;
		}
		#lsidebar .box .tags {
			padding: 10px;
		}
		#lsidebar .box form {
			background: #ffffff url(images/search.gif) no-repeat center;
			width: 288px; height: 27px;
			padding: 5px;
		}
			#lsidebar .box form input {
				border: 0;
				font-size: 1.2em;
				font-family: Verdana;
				background-color: transparent;
				float: left;
				width: 215px;
				margin: 6px 0 0 6px;
			}
			#lsidebar .box form button {
				float: right;
				border: 0;
				text-indent: -9999px;
				width: 59px;
				height: 27px;
				background-color: transparent;
			}
		#lsidebar .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#lsidebar .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#lsidebar .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#lsidebar .homelist li a.title {
			color: #243749;
			font-size: 1.3em;
			font-weight: bold;
			text-decoration: underline;
		}
				#lsidebar .homelist li a.title:hover {
			color: #ff00000;
			text-decoration: none;
		}	
		
		
		#lsidebar .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
		}
		#lsidebar .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
/** END left sidebar **/

/** BEGIN index content **/
#icontent {
	width: 305px;
	float: left;
	margin: 10px 5px 10px 5px;
	background-color: #ffffff;
	
	
}
	#icontent .box {
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #AFB8BF;
			padding-bottom: 3px;
}

		#icontent .box h4 {
		color: #006666;
		font-weight: bold;
		font-size: 14px;
		padding: 6px 7px 10px;
		}

	#icontent .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#icontent .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#icontent .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#icontent .homelist li a.title {
			color: #243749;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: underline;
		}
		#icontent .homelist h3 {
			color: #243749;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: underline;
			padding-top: 0px;
		}		

		#icontent .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
		}
		#icontent .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
	#icontent .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
	}
		#icontent .postnav a {
			text-decoration: underline;
		}
		
		#icontent .postnav a:hover {
			text-decoration: none;
		}		
		
	#icontent .content {
		padding: 10px;
	}
		#icontent .content p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#icontent .content ul, #icontent .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#icontent .content li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#icontent .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}


	#icontent .featured {
		padding: 5px;
	}
/** END index content **/


/** BEGIN content **/
#content {
	width: 610px;
	float: left;
	margin: 10px 5px 5px 10px;
	background-color: #ffffff;
	
	
}
	#content .box {
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #AFB8BF;
			padding-bottom: 0px;

}


		#content .box h2 {
			color: #243749;
			text-transform: ;
			font-size: 1.5em;
			padding: 6px 7px 0px;
		}
		#content .box h3 {
		color: #4F4E4E;
		font-weight: bold;
		font-size: 12px;
		padding: 6px 7px 0px 0px;
		
		}
		
		#content .box h4 {
		color: #006666;
		font-weight: bold;
		font-size: 13px;
		padding: 6px 7px 10px;
		}
		
		
	#content .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#content .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#content .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#content .homelist li a.title {
			color: #243749;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: underline;
		}
				#content .homelist h3 {
			color: #243749;
			font-size: 14px;
			font-weight: bold;
			text-decoration: underline;
			padding-top: 0px;
		}	
			
		
		#content .homelist li p {
			line-height: 1.5em;
			margin: 5px 0;
			
		}
		#content .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
	#content .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: underline;
		}
	#content .content {
		padding: 10px;
	}
		#content .content p {
			line-height: 1.5em;
			margin-top: 12px;
			margin-bottom: 5px;
		}
		

		#content .content ul, #content .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .content li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}

	#content .featured {
		padding: 5px;
	}
		#content .category {
	margin: 2px 5px 7px 8px;
	font: 11px Verdana;
	}
	
/** END content **/

/** BEGIN right sidebar **/

#rsidebar {
	width: 330px;
	float: right;
	margin: 10px 0;
}
	#rsidebar .box {
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #AFB8BF;
			padding-bottom: 3px;
	}

		#rsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#rsidebar .box ul {
			list-style-type: none;
		}
			#rsidebar .box ul li {
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
				font-size: 12px;
			}
			#rsidebar .box ul li a {
				color: #4F4E4E;
				text-decoration: underline;
			}
			#rsidebar .box ul li a:hover {
				color: #ff0000;
				text-decoration: none;
			}
		#rsidebar .box .flickr {
			text-align: center;
		}
			#rsidebar .box .flickr img {
				margin: 5px;
			}
		#rsidebar .box .video {
			padding: 3px 3px 0;
		}
		#rsidebar .box .tags {
			padding: 10px;
		}
		#rsidebar .box form {
			background: #ffffff url(images/search.gif) no-repeat center;
			width: 288px; height: 27px;
			padding: 5px;
		}
			#rsidebar .box form input {
				border: 0;
				font-size: 1.2em;
				font-family: Verdana;
				background-color: transparent;
				float: left;
				width: 215px;
				margin: 6px 0 0 6px;
			}
			#rsidebar .box form button {
				float: right;
				border: 0;
				text-indent: -9999px;
				width: 59px;
				height: 27px;
				background-color: transparent;
			}
			
				#rsidebar .box2{
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #AFB8BF;
			padding-bottom: 3px;
	}
			#rsidebar .box2 h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #27323C;
	color: #ffffff;
	height: 20px;
	padding: 20px 0;
}
	#footer .buffer {
		width: 970px;
		margin: 0 auto;
		text-align: left;
	}
	#footer p {
		line-height: 1.6em;
		margin-bottom: 5px;
	}
	#footer a {
		color: #ffffff;
		text-decoration: underline;
	}
	#footer a:hover {
	color: #ff0000;
		text-decoration: none;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: underline;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0 10px 10px;
	margin: 0;
}
	#comments .buffer {
		padding: 0 10px 10px;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

