/*
Theme Name: Sigma Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #F6F6F6 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #3399FF;
}
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 {
	width: 975px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 150px;
	background: url(images/logo.jpg) no-repeat center 52px  ;
}
	#header ul {
		list-style-type: none;
		height: 54px;
	}
		#header ul li {
			float: left;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 bottom;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 20px;
		}
		#header ul li.f { background: none; }
		#header ul li a {
			text-decoration: none;
			color: #ffffff;
			display: block;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 35px 0 0 20px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 365px; height: 90px;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 15px;
	}
/** END header **/

/** BEGIN navigation **/
#navigation {
	width: 959px; height: 131px;
	background: url(images/navigation.gif) no-repeat 0 0;
	margin: 30px 7px 32px;
}
	#navigation .box {
		width: 319px; height: 130px;
		float: left;
		font-size: 0.9em;
		color: #444444;
	}
		#navigation .box div {
			padding: 22px 30px 0 100px;
			background: url(images/about.gif) no-repeat 25px 25px;
		}
		#navigation .box div.products { background-image: url(images/products.gif); }
		#navigation .box div.support { background-image: url(images/support.gif); }
		#navigation .box p {
			line-height: 1.5em;
		}
		#navigation .box h2 {
			font-size: 1.2em;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
/** END navigation **/

/** BEGIN featured **/
#featured {
	height: 278px;
	position: relative;
}
	#featured .container {
		width: 940px; height: 210px;
		overflow: hidden;
		position: absolute;
		top: 35px; left: 18px;
	}
		#featured .container ul {
			list-style-type: none;
			width: 99999px;
			position: absolute;
		}
			#featured .container ul li {
				float: left;
				width: 296px; height: 195px;
				border: 7px solid #ffffff;
				margin: 2px;
				overflow: hidden;
			}
			#featured .container ul li img {
				width: 296px;
			}
	#featured .prev {
		display: block;
		width: 20px; height: 65px;
		background: url(images/previous.gif) no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
		position: absolute;
		top: 100px; left: 0;
	}
	#featured .next {
		display: block;
		width: 17px; height: 65px;
		background: url(images/next.gif) no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
		position: absolute;
		top: 100px; right: 0;
	}
/** END featured **/

/** BEGIN content **/
#content {
	width: 660px;
	float: left;
	padding: 30px 0 20px;
}
	#content .post {
		clear: both;
		background: #ffffff url(images/post.gif) repeat-x 0 0;
		margin-bottom: 20px;
		border: 1px solid #CFCFCF;
	}
		#content .post .l {
			float: left;
			width: 200px;
			padding: 20px;
		}
			#content .post .l img {
				border: 1px solid #CFCFCF;
				width: 200px;
			}
		#content .post .r {
			float: right;
			width: 390px;
			padding: 20px 20px 20px 0;
		}
			#content .post .r h2 {
				font-size: 2.5em;
				margin-bottom: 10px;
				line-height: 1.2em;
				font-family: Arial;
			}
				#content .post .r h2 a {
					color: #333333;
					text-decoration: none;
				}
			#content .post .r p {
				clear: both;
				margin-bottom: 10px;
				line-height: 1.6em;
				font-style: italic;
				color: #666666;
			}
			#content .post .r .details2 {
				color: #ffffff;
				background-color: #3399FF;
				padding: 2px 5px;
				font-size: 0.9em;
				float: left;
				font-style: none;
			}
				#content .post .r .details2 a {
					text-decoration: none;
					color: #ffffff;
				}
			#content .post .continue {
				font-style: italic;
			}
		#content .post .details {
			clear: both;
			height: 45px;
			background: url(images/details.gif) repeat-x 0 0;
			border-top: 1px solid #CFCFCF;
		}
			#content .post .details .comments {
				float: left;
				padding: 15px 0 0 15px;
			}
				#content .post .details .comments span a {
					display: block;
					width: 30px; height: 29px;
					background: url(images/comments.gif) no-repeat 0 0;
					text-decoration: none;
					color: #333333;
					text-align: center;
					padding-top: 2px;
					float: left;
					margin-right: 8px;
				}
			#content .post .details .categories {
				float: right;
				padding: 15px 15px 15px 40px;
				background: url(images/category.gif) no-repeat 0 10px;
			}
	#content .postnav {
		padding: 20px 0;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
			color: #333333;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 305px;
	float: right;
	padding: 30px 0 20px;
}
	#sidebar .box {
		clear: both;
		background: #ffffff url(images/post.gif) repeat-x 0 0;
		margin-bottom: 15px;
		border: 1px solid #CFCFCF;
		padding: 10px;
	}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			background-color: #444444;
			color: #ffffff;
			padding: 8px 10px;
			margin-bottom: 10px;
		}
		#sidebar .bookmarks {
			height: 32px;
			padding: 20px 10px 20px 13px;
		}
			#sidebar .bookmarks a {
				display: block;
				text-indent: -9999px;
				outline: none;
				width: 32px; height: 32px;
				float: left;
				background: url(images/rss.gif) no-repeat 0 0;
				margin: 0 7px;
			}
			#sidebar .bookmarks a.mail { background-image: url(images/mail.gif); }
			#sidebar .bookmarks a.twitter { background-image: url(images/twitter.gif); }
			#sidebar .bookmarks a.facebook { background-image: url(images/facebook.gif); }
			#sidebar .bookmarks a.delicious { background-image: url(images/delicious.gif); }
			#sidebar .bookmarks a.stumbleupon { background-image: url(images/stumbleupon.gif); }
		#sidebar .box form {
			width: 259px; height: 32px;
			background: url(images/search.gif) no-repeat 0 0;
			margin-left: 10px;
		}
			#sidebar .box form input {
				float: left;
				border: 0;
				width: 175px;
				margin: 8px 0 0 5px;
				background-color: transparent;
			}
			#sidebar .box form button {
				float: right;
				border: 0;
				width: 75px; height: 32px;
				text-indent: -9999px;
				background-color: transparent;
			}
		#sidebar .box .popular {
			list-style-type: none;
			padding: 10px;
		}
			#sidebar .box .popular li {
				clear: both;
				padding-bottom: 10px;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 10px 0;
				border: 1px solid #CFCFCF;
				padding: 5px;
				width: 50px;
			}
			#sidebar .box .popular li a {
				color: #333333;
				text-decoration: none;
				font-weight: bold;
			}
			#sidebar .box .popular li p {
				line-height: 1.5em;
				font-size: 0.9em;
				padding-top: 5px;
			}
		#sidebar .box .ads {
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 5px;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px;
			}
		#sidebar .box .video {
			padding: 5px;
		}
		#sidebar .box .tags {
			padding: 10px;
		}
			#sidebar .box .tags a {
				color: #333333;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #3399FF;
			}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x 0 0;
}
	#footer .top {
		height: 285px;
		padding-top: 20px;
	}
		#footer .top .box {
			width: 215px; height: 210px;
			float: left;
			margin: 0 12px;
			overflow: hidden;
		}
			#footer .top .box h2 {
				font-size: 1em;
				text-transform: uppercase;
				color: #ffffff;
				padding: 10px 0;
				background: url(images/horizontal.gif) repeat-x 0 bottom;
				margin-bottom: 10px;
			}
			#footer .top .box ul {
				list-style-type: none;
			}
				#footer .top .box ul li {
					line-height: 1.5em;
					padding: 5px 0 5px 12px;
					background: url(images/bullet.gif) no-repeat 0 12px;
				}
				#footer .top .box ul li a {
					color: #B0B0B0;
					text-decoration: none;
				}
				#footer .top .box ul li a:hover {
					color: #ffffff;
				}
	#footer .bottom {
		height: 60px;
		color: #ffffff;
	}
		#footer .bottom .l {
			float: left;
			padding-top: 20px;
		}
		#footer .bottom .r {
			float: right;
			padding-top: 20px;
		}
		#footer .bottom a {
			color: #ffffff;
		}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 30px 30px 0 0;
	margin-bottom: 60px;
	color: #333333;
}
	#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 .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #dddddd;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	color: #333333;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#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;
	margin-bottom: 15px;
	color: #565656;
	padding-top: 30px;
}
.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;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #aaaaaa;
		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 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/** WP Page Numbers **/

#wp_page_numbers {
	float: right;
	background-color: transparent;
	width: auto;
}
	#wp_page_numbers ul {
		border: 0;
	}
	#wp_page_numbers li {
		margin: 4px;
	}
	#wp_page_numbers ul li.page_info {
		background-color: #8d8d8d !important;
		color: #ffffff;
		padding: 10px;
		border: 0;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers li a {
		background-color: #8d8d8d !important;
		color: #ffffff;
		padding: 10px;
		border: 0 !important;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers ul li.active_page a {
		background-color: #636363 !important;
	}
