/*
Theme Name: showcase
Author: sumsy.com
Author URI: http://www.sumsy.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #222222;
	/*background: #E4E4E4 url(images/background.gif) repeat-x 0 0;*/
	background-color: #111;
}
a {
	color: #6e7047;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.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 {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper, .wrapper {
	width: 950px;
	background-color: #fff;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
	background-color: #111;
}
	#header ul {
		list-style-type: none;
		float: right;
		padding-top: 40px;
	}
		#header ul li {
			float: left;
			font-size: 1.1em;
			padding-left: 40px;
			font-family: Verdana;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding-top: 25px;
	}
		#header h1 a {
			display: block;
			width: 400px; height: 49px;
			background: url(images/logo.png) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	
	overflow:auto;
	padding: 30px 20px 20px 20px;background-color: #000;
	border-bottom: 4px solid green;
}
	#featured .featured {
		float: left;
		
		width: 597px; 
		
		position: relative;
	}
	#featured .buffer {
		width: 532px; 
		overflow: hidden;
	}
	
	#featured h2 a{
	color:#ccc;
	text-decoration: none;
	}	
	
		#featured .featured .thumb {
			width: 532px; 
			text-align: center;
		}
		#featured .featured .thumb img {
			width: 532px;
		}
	#featured ul {
		list-style-type: none;
		float: left;
		padding: 10px 0 0 0;
	}
	
	.navi  ul {
		list-style-type: circle;
	
		float: left;
		padding: 10px 0 0 0;
	}
		#featured ul li {
			color: #ffffff;
			text-transform: uppercase;
			font-family: Verdana;
			font-size: 1em;

			padding: 10px 0 30px 70px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		#featured ul .r { background-image: url(images/rss.gif); }
		#featured ul .t { background-image: url(images/twitter.gif); }
		#featured ul .f { background-image: url(images/facebook.gif); }
		#featured ul li h2 {
			font-size: 1.2em;
		}
		#featured ul li a {
			color: #fff;
			text-decoration: none;
		}
		
	#featured ul li .next, #featured ul li .prev{
		margin: -10px 0px -15px 0px;
		font-weight: bold;
		display:block;
		padding:11px 20px 11px 20px;
		background-image: url(images/linkbg.png);
	}
/** END featured **/

/** BEGIN content **/
#content {
	width: 610px;
	float: left;
	padding: 20px;
}
	#content .post {
		clear: both;
		background-color: #ffffff;
		margin-bottom: 2px;
	}
		#content .post .content {
			padding: 0px;
		}
		#content .post .thumb {
			float: left;
			border: 5px solid #E4E4E4;
			margin-right: 20px;
		}
		#content .post h2 {
			font-size: 2em;
			font-weight: normal;
			margin-bottom: 0px;
		}
		
		#content .post .new {
			padding: 2px;
			padding-left: 40px;
			background-color: #E8F5FE;
			border-top: 1px solid #ACC6E9;
			border-bottom: 1px solid #ACC6E9;
			overflow: auto;
		}
		#content .post .new span{
			float: right;
			padding-top: 2px;
		}
		
		#content .post .new span a {		
			text-decoration: none;
		}
		
		#content .post .new h1 a {
				text-decoration: none;
				font-size: 14px;
				font-weight: normal;
				color: #222222;
				float:left;
			}
		#content .post .new:hover {
				background-color: #F2FDDB;
			}
				
			#content .post h2 a {
				text-decoration: none;
				color: #222222;
			}
		#content .post .details1 {
			color: #808080;
			
			margin-bottom: 15px;
		}
			#content .post .details1 a {
				color: #808080;
				text-decoration: none;
			}
			#content .post .details1 .author {
				padding: 0 10px 2px 24px;
				background: url(images/author.gif) no-repeat 0 0;
				float: left;
			}
			#content .post .details1 .date {
				padding: 2px 0 2px 24px;
				background: url(images/date.gif) no-repeat 0 0;
			}
		#content .post .details2 {
			clear: both;
			height: 12px;
			background-color: #F0FBEB;
			border-bottom:1px dashed #9BDF70;
			padding: 8px;
			margin: 5px 0px 15px 0px;
		}
			#content .post .details2 a {
				text-decoration: none;
			}
			#content .post .details2 .l {
				float: left;
				padding-left: 24px;
				background: url(images/category.gif) no-repeat 0 0;
			}
			#content .post .details2 .r {
				float: right;
				padding-left: 24px;
				background: url(images/tags.gif) no-repeat 0 0;
			}
		#content .post p {
			line-height: 1.6em;
		}
	#content .postnav {
		padding: 20px 0;
	}
		#content .postnav a {
			text-decoration: none;
			color: #222222;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	background-color: #F8F6F7;
}
	#sidebar .box {
		background: #F8F6F7 url(images/sidebox.gif) repeat-x 0 0;
		padding: 10px 15px 10px 15px;
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			padding: 5px 0 12px;
			margin-bottom: 15px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
		}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				font-family: Verdana;
				padding: 7px 7px 7px 10px;
				border: 1px solid #EEEEEE;
				background-color: #fafafa;
				margin-bottom: 10px;
			}
			#sidebar .box ul li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar .box .navigation {
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
			list-style-type: none;
			height: 31px;
			background: url(images/pointer.gif) no-repeat 20px bottom;
		}
			#sidebar .box .navigation li {
				float: left;
				padding: 0 15px 0 0;
				background-color: transparent;
				font-family: Verdana;
				border: 0;
				padding: 5px 10px 13px 0;
			}
			#sidebar .box .navigation li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar .box .multilist {
			padding-top: 15px;
		}
			#sidebar .box .multilist ul {
				list-style-type: none;
			}
				#sidebar .box .multilist ul li {
					line-height: 1.6em;
					padding: 5px 0;
					border: 0;
					background-color: transparent;
				}
				#sidebar .box .multilist ul li a {
					font-weight: bold;
					color: #6e7047;
					text-decoration: underline;
				}
			#sidebar .box .multilist div {
				padding: 10px 10px 5px;
			}
				#sidebar .box .multilist div a {
					color: #222222;
					text-decoration: none;
				}
				#sidebar .box .multilist div a:hover {
					color: #6e7047;
				}
		#sidebar .box .ads {
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 0 3px 6px 3px;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 2px;
			}
	#recent { display: none; }
	#comments { display: none; }
	#tags { display: none; }
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	padding: 15px;
	border-top: 2px solid #ccc;
}
	#footer1 .widget {
		float: left;
		width: 300px;
	}
	#footer1 .c {
		margin: 0 10px;
	}
		#footer1 .widget h2 {
			background-color: #423D2C;
			color: #ffffff;
			font-size: 1em;
			text-transform: uppercase;
			float: left;
			padding: 10px 15px;
			margin-bottom: 10px;
		}
	#footer1 .widget .box {
		clear: both;
		border: 5px solid #D5D4D4;
		background-color: #EDEDED;		
	}
	#footer1 .widget p {
		line-height: 1.6em;
		padding: 5px 0;
	}
	#footer1 .widget .buffer {
		padding: 15px;
	}
	#footer1 .widget ul {
		list-style-type: none;
	}
		#footer1 .widget ul li {
			line-height: 1.5em;
			padding: 6px 15px;
			border-bottom: 1px solid #D6D5D5;
			border-top: 1px solid #ffffff;
		}
		#footer1 .widget ul li a {
			text-decoration: none;
			color: #222222;
		}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	clear: both;

	color: #ffffff;
	font-family: Verdana;
	padding: 30px 0 40px;
}
	#footer2 .l {
		float: left;
	}
	#footer2 .r {
		float: right;
	}
	#footer2 a {
		color: #ffffff;
	}
/** END footer2 **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 0px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .details {
		background-color: #F0FBEB;
		border-bottom:1px dashed #9BDF70;
		padding: 5px;
	}

	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments-box {
	padding-top: 40px;
}
	#comments-box a {
		text-decoration: none;
	}
	#comments-box h2 {
		font-size: 1.2em;
	}
	#comments-box p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments-box .children li {
		padding: 10px;
	}
	#comments-box form {
		
	}
	#comments-box form p {
		margin-bottom: 5px;
	}
		#comments-box form input {
			margin-right: 5px;
		}
		#comments-box form input, textarea {
			border: 1px solid #e0e0e0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments-box form input {
			width: 240px;
			border: 1px solid #e0e0e0;
		}
		#comments-box form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #e0e0e0;
		}
		#comments-box 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;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments-box ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments-box .buffer {
		padding: 10px;
	}
	#comments-box ol li {
		margin-bottom: 10px;
	}
	#comments-box ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments-box ol li .avatar {
		float: right;
	}
	#comments-box ol li .comment-author {
		
	}
		#comments-box ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments-box ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments-box ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments-box .children {
		list-style-type: none;
	}
#comments-box .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments-box .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #eeeeee;
	}
	#comments-box .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments-box .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#navigation {
	height:40px;
	width:100%;
	margin:0 auto;
	
	clear: both;
	background:url(images/menubg.png) #ccc repeat-x;
}


#navigation ul {
	margin: 0px;padding-top: 7px;
	padding-left: 0px;
	list-style-type: none; 
	list-style-image: none; 
	float: left;
}

#navigation ul li {
	float: left; 
	display: block; 
	padding-left: 0px;
	z-index:1000;
}

#navigation ul li a:link,#navigation ul li a:visited, #navigation ul li a:active  {
	display: block;
	color: #fff;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	float: left;
	margin: 0px;
	text-transform:uppercase;
	font-family: Aril, Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size:12px !important;
}
	
#navigation ul li a:hover {
	text-decoration:none !important;
	color:#3d64a0;
}
	
.nav, .nav * {margin:0;padding:0;list-style:none;}

.nav ul {position:absolute;top:-999em;}

.nav li {float:left;position:relative;z-index:99;}

.nav a {display:block;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:27px;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:220px;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
	display: block;
	padding: 0px !important;
	height: auto !important;
}

.nav li:hover li {
	background-color:#1DA21C !important;
}

.nav li li a:link, .nav li li a:visited {
	width: 180px;
	display: block;
	background:none !important;
	background-color: #1DA21C !important; /* ie fix */
	height: auto !important;
	color:#FFFFFF !important;
	padding-bottom:5px !important;
}

.nav li li a:hover {
	text-decoration:none !important;
	color:#666666 !important;
}

#big-navigation-wrap {
	margin-bottom: 0px;
	clear: both;
}

