/*
Theme Name: Alpha WordPress Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #ffffff url(images/header.gif) repeat-x 0 0;;
}
a {
	text-decoration: none;
	color: #FF9F00;
}
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;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 946px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/
#header {
	padding-bottom: 10px;
}
	
	#header form {
		float: right;
		width: 220px; height: 22px;
		background: url(images/search.gif) no-repeat 0 0;
		margin-top: 3px;
	}
		#header input {
			border: 1px solid #ffffff;
			width: 180px;
			margin: 2px 7px 0 2px;
			float: left;
		}
		#header button {
			width: 25px; height: 22px;
			text-indent: -9999px;
			border: 0;
			background-color: transparent;
		}
	#header h1 {
		clear: both;
		text-transform: uppercase;
		font-size: 2em;
		float: left;
		padding: 30px 0 20px;
	}
		#header h1 a {
			color: #333333;
		}
	#header p {
		float: right;
		padding: 16px 100px 15px 10px;
		margin-top: 20px;
	}

/** END header **/

/** BEGIN home **/
#home {
	clear: both;
	border-top: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin: 0 8px;
}
	#home #featured {
		float: left;
		width: 67%;
	}
		#home #featured h2 {
			color: #FF9F00;
			text-transform: uppercase;
			font-size: 0.8em;
			background: url(images/bullet.gif) no-repeat 10px 12px;
			padding: 10px 10px 10px 25px;
			border-width: 0 1px 1px 0;
			border-color: #E1E1E1;
			border-style: solid;
		}
		#home #featured .content {
			padding: 10px;
			border-right: 1px solid #e1e1e1;
			background-color: #EEEEEE;
			font-size: 0.9em;
		}
		#home #featured img {
			float: left;
			background-color: #ffffff;
			padding: 4px;
			border: 1px solid #DDDDDD;
			margin: 0 10px 5px 0;
		}
		#home #featured h3 a {
			color: #6699CC;
			font-size: 18px;
			font-weight: normal;
		}
		#home #featured .date {
			color: #808080;
			font-size: 0.9em;
			padding: 5px 0;
		}
		#home #featured p {
			margin-bottom: 5px;
		}
		#home #featured .details {
			border-top: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
			height: 30px;
			font-size: 0.8em;
		}
			#home #featured .details .readmore {
				float: left;
				margin: 8px 15px 0;
				font-weight: bold;
			}
			#home #featured .details .r {
				float: right;
				padding: 8px 8px 0;
			}
				#home #featured .details .r a {
					font-weight: bold;
					margin-right: 10px;
				}
				#home #featured .details .r .comments a {
					padding-left: 14px;
					background: url(images/comments.gif) no-repeat 0 2px;
				}
	#home #popular {
		float: right;
		width: 33%;
	}
		#home #popular h2 {
			color: #FF9F00;
			text-transform: uppercase;
			font-size: 0.8em;
			background: url(images/bullet.gif) no-repeat 10px 12px;
			padding: 10px 10px 10px 25px;
			border-bottom: 1px solid #e1e1e1;
		}
		#home #popular ul {
			list-style-type: none;
			padding: 20px 20px 10px;
		}
			#home #popular ul li {
				border-bottom: 1px dotted #CCCCCC;
				padding: 5px 0;
			}
			#home #popular ul li a {
				color: #6699CC;
			}
			#home #popular ul li a:hover {
				
			}
/** END home **/

/** BEGIN content **/
#content {
	clear: both;
	margin-left: 8px;
	width: 65.5%;
	float: left;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e1e1e1;
	padding: 10px 0;
}
	#content .post {
		font-size: 0.9em;
		width: 46.5%;
		float: left;
		margin-left: 15px;
		height: 275px;
	}
		#content .post h2 {
			font-size: 1.6em;
			font-weight: normal;
		}
			#content .post h2 a {
				color: #7294C6;
			}
		#content .post .date {
			color: #897C81;
			font-size: 0.9em;
			padding-top: 5px;
		}
		#content .post img {
			border: 4px solid #CCBEC3;
			float: left;
			margin: 0 10px 5px 0;
			height: 67px; width: auto;
		}
		#content .post p {
			line-height: 1.3em;
			margin-bottom: 10px;
		}
		#content .post .details {
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BEC6C0;
			clear: both;
			padding: 5px;
			height: 15px;
		}
			#content .post .details .comments a {
				color: #3A413C;
				text-transform: uppercase;
				float: left;
			}
			#content .post .details .readmore {
				text-transform: uppercase;
				float: right;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	margin-right: 4px;
	width: 299px;
	float: right;
	padding-top: 10px;
}
	#sidebar .box {
		width: 277px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #e1e1e1;
		padding: 10px;
		clear: both;
		margin-bottom: 15px;
	}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				border-bottom: 1px dotted #CCCCCC;
				padding: 6px 8px;
			}
			#sidebar .box ul li a {
				color: #333333;
			}
			#sidebar .box ul li a:hover {
				color: #6699CC;
			}
		#sidebar .box img {
			margin: 5px;
			border: 1px dashed #BDBDBD;
		}
		#sidebar .video {
			padding: 10px 0 10px 5px;
			width: 292px;
		}
			#sidebar .video img {
				border: 0;
			}
	#sidebar #mixed {
		width: 299px; height: 90px;
		background: url(images/mixed.gif) no-repeat 0 0;
		
	}
		#sidebar #mixed a {
			color: #6699CC;
			font-weight: bold;
		}
		#sidebar #mixed .rss {
			padding: 17px 0 0 84px;
			display: block;
		}
		#sidebar #mixed .email {
			padding: 16px 0 0 42px;
			display: block;
		}
		#sidebar #mixed input {
			margin: 8px 10px 0 20px;
			border: 1px solid #ffffff;
			float: left;
			width: 222px;
		}
		#sidebar #mixed button {
			float: left;
			text-indent: -9999px;
			width: 30px; height: 24px;
			border: 0;
			margin-top: 5px;
			background-color: transparent;
		}
	#sidebar #lists {
		list-style-type: none;
		border-bottom: 1px solid #333333;
		border-top: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		height: 33px;
	}
		#sidebar #lists li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;
			border-left: 1px solid #e1e1e1;
		}
		#sidebar #lists li a {
			color: #333333;
			padding: 10px 8px;
			display: block;
		}
		#sidebar #lists li a:hover {
			color: #FF9F00;
		}
	#sidebar h2 {
		font-size: 0.9em;
		padding: 10px 8px;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
	}
	#sidebar .l {
		width: 49%;
		float: left;
	}
	#sidebar .r {
		width: 49%;
		float: right;
	}
	#sidebar .divided {
		
	}
		#sidebar .divided ul {
			list-style-type: none;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #e1e1e1;
			margin-bottom: 15px;
		}
			#sidebar .divided ul li {
				border-top: 1px dotted #cccccc;
				padding: 6px 8px;
			}
			#sidebar .divided ul li a {
				color: #333333;
			}
			#sidebar .divided ul li a:hover {
				color: #6699cc;
			}
		#sidebar .divided h2 {
			font-size: 1em;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x 0 20px;
	padding: 40px 0 0;
	font-size: 0.8em;
	color: #808080;
	height: 50px;
}
	#footer div {
		width: 946px;
		margin: auto auto;
		text-align: left;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: #6699cc;
	}
/** END footer **/

/** BEGIN misc **/
#list3 a {
	color: #333333;
}
#list3 a:hover {
	color: #FF9F00;
}
#content .single {
	padding: 10px;
	font-size: 0.9em;
}
#content .single h2 {
	padding-bottom: 15px;
}
#content .single h2 a {
	color: #6699CC;
}
#content .single p {
	margin-bottom: 10px;
}
#content .single h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
}
#content .single ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .single ul li {
	padding: 2px 0;
}
#content .single ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .single ol li {
	padding: 2px 0;
}
#content .single blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}
#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
		font-weight: bold;
	}
	#content .single .details .l {
		float: left;
		width: 35%;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 55%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 1.5em !important;
	text-transform: none !important;
	font-size: 1.5em;
}
#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.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;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
#respond {
	padding-top: 20px;
}
#postnav {
	font-size: 0.9em;
	padding: 20px;
}
/** END misc **/
	.menu1 {font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	
	text-align:center;width:980px; height:37px; z-index:100px; overflow:visible;}

/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {padding:0;margin:0;list-style-type:none;  text-align:left; z-index:100px;
}

/* style the sub-level lists */
.menu1 ul ul {width:120px; margin-top:18px; z-index:100px; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 ul li {float:left;
height:17px;padding:10px;z-index:100px;
}

/* style the sub level list items */
.menu1 ul ul li {display:block;height:auto;position:relative; padding:3px 0 3px 0; background-color:#e7e7e7;}

/* style the links for the top level */
.menu1 a, .menu1 a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#000000;padding:0 12px 0 12px;z-index:100px;}

/* style the sub level links */
.menu1 ul ul a, .menu1 ul ul a:visited {display:block;background-color:#e7e7e7; color:#000000;width:150px; margin-bottom:1px; margin-left:1px; margin-right:1px}
.menu1 ul table ul a, .menu1 ul table ul a:visited  {width:120px; w\idth:120px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu1 table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu1 ul ul table {lef\t:-1px;}
.menu1 ul ul table ul.left {margin-lef\t:2px;}

.menu1 li:hover {position:relative; background-color:#000000;}
* html .menu1 a:hover {position:relative; background-color:#000000;}

/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited {background:#e7e7e7;padding:0 12px 0 12px;}
/* style the fourth level background */
.menu1 ul ul ul ul a, .menu1 ul ul ul ul a:visited {background-color:#e7e7e7;}
/* style the sub level 1 background */
.menu1 ul :hover a.sub1 {background:#000000;}
/* style the sub level 2 background */


/* style the level hovers */
/* first */
.menu1 a:hover {color:#ffffff;background-color:#000000;}
.menu1 :hover > a {color:#ffffff;background-color:#000000;}
/* second */
.menu1 ul ul a:hover{color:#ffffff;background-color:#000000;}
.menu1 ul ul :hover > a {color:#ffffff;background-color:#000000;}
/* third */
.menu1 ul ul ul a:hover {background:#000000;}
.menu1 ul ul ul :hover > a {background:#000000;}
/* fourth */
.menu1 ul ul ul ul a:hover {background:#000000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {visibility:hidden;position:absolute;top:17px;left:0;width:auto; border:1px solid #000000}

/* position the third level flyout menu */
.menu1 ul ul ul{left:14em;top:0;width:120px;}

/* position the third level flyout menu for a left flyout */
.menu1 ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu1 ul li:hover ul, .menu1 ul a:hover ul {visibility:visible;  ; }
/* keep the third level hidden when you hover on first level list OR link */
.menu1 ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu1 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu1 ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu1 ul :hover ul :hover ul :hover ul {visibility:visible;}