/*
 * Make all browsers equal
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
img{border:none}
a{text-decoration:none}
strong{font-weight:bold}
code{white-space:nowrap}

/*
 * General Formatting
 */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#3b3861 url(images/bg-gradiant.png) 0 0 repeat-x;
}

#body{
	margin:0 auto;
	padding:0 20px;
	min-width:900px;
	max-width:1200px;
}

/*
 * Header
 */
#header{
	position:relative;
	margin:20px 0 0 0;
	height:160px;
	background:url(images/header-bg.png) center top no-repeat
}
	#header .open{
		position:absolute;
		top:0;
		left:0;
		height:160px;
		width:41px;
		background:url(images/header-caps.png) -41px 0 no-repeat;
	}
	#header .close{
		position:absolute;
		top:0;
		right:0;
		height:160px;
		width:41px;
		background:url(images/header-caps.png) 0 0 no-repeat;
	}
	
	#header .logo{
		display:block;
		margin:0 auto;
		width:55px;
		height:100px;
		background:url(images/header-logo.png) 0 20px no-repeat;
		outline:none;
	}

	#header .logo span{
		display:none;
	}

	#header .heading{
		padding:10px 0 0 0;
		font-size:16px;
		font-weight:bold;
		color:#3a3b3d;
		text-transform:capitalize;
		text-align:center;
	}

/*
 * Header Menu
 */
#headerMenu{
	height:67px;
	background:url(images/headerMenu-bg.png) 0 0 repeat-x;
	border-left:solid 1px #464769;
	border-right:solid 1px #464769;
}
	
	#headerMenu .highlight{
		height:67px;
		background:url(images/headerMenu-highlight.png) center top no-repeat;
	}
	
	#headerMenu .main{
		height:67px;
		float:left;
		padding:0 0 0 20px;
		background:url(images/headerMenu-ends.png) -20px 0 no-repeat;
	}
		#headerMenu .main li{
			float:left;
			display:block;
			height:67px;
		}

	#headerMenu .sub{
		float:right;
		padding:0 20px 0 0;
		height:67px;
		background:url(images/headerMenu-ends.png) 160px 0 no-repeat;
	}
		#headerMenu .sub li{
			display:block;
			height:67px;
		}

		#headerMenu ul li a{
			display:block;
			line-height: 68px;
			height:68px;
			width:160px;
			color:white;
			font-family:'trebuchet ms', Arial, Helvetica;
			text-align:center;
			font-size:15px;
			font-weight:bold;
			text-transform:uppercase;
			outline:none;
		}
		#headerMenu ul li a:hover{
			/* background:url(images/headerMenu-link.png) 0 0 no-repeat; */
		}
		#headerMenu ul li a.active{
			background:url(images/headerMenu-link.png) 0 -67px no-repeat;
		}

/*
 * Container
 */
#content{
	position:relative;
	padding:13px 0 13px 13px;
	background:#000;
	border-left:solid 1px #464769;
	border-right:solid 1px #464769;
}

/*
 * Page Contents
 */
#page{
	margin:0 260px 0 0;
	background:#fff url(images/page-bg-left.png) 0 0 repeat-y;
}
	#page .open{
		position:relative;
		height:25px;
		background:url(images/page-ends.png) 0 -25px no-repeat;}
		#page .open span{
			display:block;
			position:absolute;
			top:0;
			right:0;
			height:25px;
			width:10px;
			background:url(images/page-ends.png) -915px -25px no-repeat;}
	#page .close{
		position:relative;
		height:25px;
		background:url(images/page-ends.png) 0 0 no-repeat;}
		#page .close span{
			display:block;
			position:absolute;
			top:0;
			right:0;
			height:25px;
			width:10px;
			background:url(images/page-ends.png) -915px 0px no-repeat;}
	#page .inner{
		padding:0 15px;
		min-height:2000px;
		height:auto !important;
		height:2000px;
		background:url(images/page-bg-right.png) right top repeat-y;}

/*
 * Page Contents
 */
#page .article{
	position:relative;
	padding:65px 0 75px 0;
	background:url(images/article-bg-left.png) left top repeat-y;
}
	
	#page .article .heading{
		position:absolute;
		top:0;
		left:0;
		height:65px;
		width:100%;
		background:url(images/article-ends.png) left bottom no-repeat;
	}
		#page .article .heading h1,
		#page .article .heading h2{
			margin:37px 27px 0 34px;
			padding:0 0 5px 0;
			font-size:20px;
			color:#000;
			font-weight:bold;
			border-bottom:solid 2px #eaebf2;
		}
			#page .article .heading h1 a,
			#page .article .heading h2 a{
				color:#000;
				display:block;
				margin:0 100px 0 0;
			}
				#page .article .heading h1 a:hover,
				#page .article .heading h2 a:hover{
					color:#484ed3;
				}
	
	#page .article .date{
		position:absolute;
		top:0;
		right:0;
		height:65px;
		background:url(images/article-ends.png) right bottom no-repeat;
	}
		#page .article .date p{
			margin:28px 26px 0 0;
			padding:7px 0;
			font-size:17px;
			font-weight:bold;
		}
	
	#page .article .post{
		padding:40px 26px 10px 34px;
		background:url(images/article-bg-right.png) right top repeat-y;
	}
	
		#page .article .post p{
			padding:0 0 1em 0;
		}
	
	#page .article .commentcount{
		position:absolute;
		left:0;
		bottom:0;
		height:75px;
		width:100%;
		color:#63658d;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		background:url(images/article-ends.png) top left no-repeat;
	}
		#page .article .commentcount p{
			padding:50px 0 0 20px;
		}
			#page .article .commentcount a{
				color:#3b3e63;
			}
				#page .article .commentcount a:hover{
					text-decoration:underline;
				}
	
	#page .article .tags{
		position:absolute;
		right:0;
		bottom:0;
		height:75px;
		color:#63658d;
		font-size:11px;
		font-weight:bold;
		background:url(images/article-ends.png) top right no-repeat;
	}
		#page .article .tags p{
			padding:51px 7px 0 0;
		}
			#page .article .tags a{
				color:#1c194c;
			}
				#page .article .tags a:hover{
					text-decoration:underline;
				}

/*
 * Article Styles
 */
#page .article .post{
	line-height:1.5em;
	color:#3f3e4c;
 	font-size:12px;
	font-family:Verdana, Arial;
}

#page .article .post h3{
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

#page .article .post strong{
	color:#33333e;
}

#page .article .post a{
	white-space:nowrap;
	padding:0 5px 0 20px;
	font-size:11px;
	color:#1c194c;
	font-weight:bold;
	background:#f2f3f9 url(images/link-bg.png) 2px 3px no-repeat;
	border:solid 1px #f2f3f9;
}
	#page .article .post a:hover{
		color:#f2f3f9;
		background:#1c194c url(images/link-bg.png) 2px -17px no-repeat;
		border-color:#1c194c;
	}
	#page .article .post a.img,
	#page .article .post a.img:hover{
		padding:0;
		background-color:transparent;
		background-image:none;
		border-width:0;
	}
	#page .article .postmetadata{
		margin:20px 10px 0 10px;
		padding:10px 15px;
		background:#f6f6f6;
	}

#page .article blockquote,
#page .article ul,
#page .article ol,
#page .article pre{
	margin:1em 2em 2em 2em;
	padding:10px 15px;
	background:#ecedf3;
}

#page .article em{
	font-style:italic;
}

#page .article li{
	list-style-position: inside;
	padding: 0 0 .5em 0;
}
	
	#page .article ul li{
		margin:0 0 0 1em;
		list-style:square;
	}
	
	#page .article ol li{
		margin:0 0 0 1.5em;
		list-style:decimal;
	}

#page .article pre{
	line-height:1em;
	color:#1C194C;
	font-size:13px;
	overflow:auto;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
}
	#page .wp_syntax {
		margin:20px 10px;
		overflow:auto;
		border:solid 1px #e5e5e5;
	}
	#page .wp_syntax pre{
		margin:0;
		padding:10px;
		overflow:visible;
		background:#f8f8f8;
		border:none;
	}
	#page .wp_syntax,
	#page .wp_syntax pre{
		background:#f8f8f8;
	}
	#page .wp_syntax .line_numbers pre{
		text-align:right;
	}

#page .article code{
	padding:0 3px;
	color:#33333e;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
	font-size:13px !important;
}

#page blockquote p,
#page .postmetadata{
	padding:.4em 0 !important;
	text-indent:0 !important;
}

#page .postmetadata{
	padding:20px !important;
}

#page .article .sharethis{
	padding:20px 0 0 0 !important;
}
	#page .article .sharethis a{
		border: none;
		background: none;
		font-size: 13px;
		font-weight: bold;
	}
		#page .article .sharethis a:hover{
			color: #1c194c;
		}

/*
 * Article Comments
 */
#comments{
 	padding:0 20px;
}
	#comments .comment{
		margin:20px 0;
		padding:0 0 10px 0;
		border-bottom:solid 2px #ebedf2;
	}
	#comments .special{
		padding:20px 20px 10px 20px;
		background:#fff9b6;
	}
	
		#comments .comment .author{
			font-size:16px;
			color:#000;
			font-weight:bold;
		}
			#comments .comment .author span{
				color:#5d62ce;
				font-size:13px;
			}
			#comments .comment .author a{
				color:#000;
			}
			#comments .comment .author small{
				display:block;
			}
			#comments .comment .author small a{
				color:#b6bccf;
				font-size:10px;
			}
		
		#comments .comment .response{
			padding:15px 0 0 0;
			color:#77777e;
			font-size:13px;
			line-height:1.5em;
		}
			#comments .comment .response blockquote{
				margin:1em 2em 2em 2em;
				padding:10px 15px;
				background:#ecedf3;
				font-style:italic;
			}
			
			#comments .comment .response p{
				padding:0 0 10px 0;
			}
				#comments .comment .response p img{
					vertical-align:middle;
				}

				
				#comments .response a{
					white-space:nowrap;
					padding:0 5px 0 20px;
					font-size:11px;
					color:#1c194c;
					font-weight:bold;
					background:#f2f3f9 url(images/link-bg.png) 2px 3px no-repeat;
					border:solid 1px #f2f3f9;
				}
					#comments .response a:hover{
						color:#f2f3f9;
						background:#1c194c url(images/link-bg.png) 2px -17px no-repeat;
						border-color:#1c194c;
					}
				
				
		#comments .special .response{
			color:#525257;
		}
		#comments .special .response blockquote{
			background-color:#fffcd7;
		}
#reply{
	padding:15px 20px;
	margin-top:20px;
	background:#F6F6F6;
}
	#reply p{
		padding:0 0 5px 0;
	}
		#reply p .textbox,
		#reply p textarea{
			width:35%;
			font-size:14px;
			padding:3px 5px;
			font-weight:bold;
			color:#56597d;
			font-family:Arial, Helvetica, sans-serif;
			border:solid 1px #9ba5c4;
		}
		#reply p.allowed_html{
			padding:5px 0 0 0;
		}
			#reply p.allowed_html small{
				font-family:"Courier New", Courier, monospace;
			}
		#reply p textarea{
			padding:5px;
			width:95%;
			height:10em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#1e2179;
		}
		#reply p small{
			font-size:11px;
			color:#1e2179;
		}
		#reply p .submit{
			padding:0;
			font-size:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#000;
			border:none;
			background:none;
			cursor:pointer;
		}
			

/*
 * Navigation (side menu)
 */
#navigation{
	position:absolute;
	top:0;
	right:0;
	padding:20px 0 0 0;
	width:260px;
	color:#fff;
}

	#navigation h2{
		padding:40px 0 5px 0;
		margin: 0 25px;
		font-family:'Trebuchet MS';
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:solid 1px #21222c;
	}

	#navigation h3{
		padding:0 0 0 25px;
		font-size:17px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#navigation a{
		color:#9b9aac;
	}
		#navigation a:hover{
			color:#8888f1;
		}
	
	#navigation p{
		margin:0 25px;
		padding: 10px 0;
		line-height: 1.25em;
		border-bottom:solid 1px #21222c;
	}
	
	#navigation ul{
		margin:0 25px;
		font-size:12px;
	}
		#navigation ul li{
			padding:4px 0;
			line-height:1.6em;
			border-bottom:solid 1px #21222c;
		}
	
	#navigation .search{
		display:block;
		position:relative;
		margin:10px 0 0 25px;
		width:206px;
		height:30px;
		background:url(images/search-bg.png) 0 0 no-repeat;
	}
		#navigation .search input{
			margin:0;
			padding:0;
			background:transparent;
			border:none;
		}
		#navigation .search .textbox{
			position:absolute;
			top:0;
			left:0;
			padding:7px 0 0 7px;
			width:173px;
			height:25px;
			color:#9092a7;
			font-style: italic;
		}
		#navigation .search .submit{
			position:absolute;
			top:0;
			right:0;
			width:26px;
			height:30px;
			cursor:pointer;
		}
		#navigation .tagCloud{
			text-align:justify;
		}
			#navigation .tagCloud a{
				padding:0 .25em;
			}

/*
 * Footer
 */
#footer{
	background:#000 url(images/footer-bg.png) 0 0 repeat-x;
}

	#pagination{
		position:relative;
		margin:0 auto;
		padding:0 20px;
		min-width:900px;
		max-width:1200px;
		height:49px;
	}
		#pagination .next{
			position:absolute;
			top:0;
			left:21px;
			padding:13px 0 0 26px;
			height:100%;
			width:40%;
			background:url(images/pagination-bg.png) left top no-repeat;
		}
		#pagination .prev{
			position:absolute;
			top:0;
			right:21px;
			padding:13px 273px 0 0;
			height:100%;
			width:40%;
			text-align:right;
			background:url(images/pagination-bg.png) right top no-repeat;
		}
		
		#pagination a{
			color:#fff;
			font-size:18px;
		}

	#extras{
		margin:9px auto 0 auto;
		padding:0 20px;
		min-width:900px;
		max-width:1200px;
		height:450px;
		background:url(images/footer-highlight.png) center top no-repeat;
	}























