/*
Theme Name: Stellent Pro
Theme URI: http://www.stellentPro.com/
Description: Aaryans
Version: 1.0
Author: As
Author URI: http://www.StellentPro.com/

*/

/* Normalize CSS
http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1px}
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body,button,input,select,textarea{font-family:sans-serif}
a:focus{outline:thin dotted}
a, a:hover,a:active{outline:0}
h1{font-size:2em}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
ul,ol{margin:0;padding:0}
dd{margin:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;margin-left:-7px}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}
audio:not([controls]),[hidden]{display:none}
body,figure,form{margin:0}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

/* Images
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f6f6f6;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption-text {
	color: #aaa;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}

/* General Styles 
----------------------------------------------*/
a {
	color: #666;
}
a:hover {
	color: #000;
}
p {
	margin: 0;
	padding: 0 0 15px;
}


blockquote {
	color: #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin: 10px 0;
	padding: 10px;
}

/* Main Layout
-----------------------------------------------*/
body {
	
	color: #333;
	background:#e9f5ff;
	margin: 0;
	padding: 0;
}
#wrap {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

/* Header Area 
-----------------------------------------------------------*/
#branding {
	background: url(images/header.gif) 50% top no-repeat;
	float: left;
	height: 180px;
	width: 960px;	
}
#logo a {
	display: block;
	float: left;
	height: 80px;
	margin: 20px 0 0 60px;
	outline: 0;
	text-indent: -9999em;
	width: 100px;
}
#tagline {
	color: #333;
	float: left;
	font-size: 14px;
	font-style: italic;
	padding: 120px 0 0 30px;
	width: 400px;
}


/* Primary Navigation
-------------------------------------------------------------- */
#top-nav {
	float: right;
		
}
#top-nav .menu-header ul, div.menu ul { 
	font-size: 15px;
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#top-nav .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#top-nav a {
	color: #095a7c;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
#top-nav ul li a:hover, 
#top-nav ul li.current_page_item a,
#top-nav ul li.current_page_parent a,
#top-nav ul li.current_page_ancestor a,
#top-nav ul li.current-menu-ancestor a, 
#top-nav ul li.current-menu-item a,
#top-nav ul li.current-menu-parent a {
	background:#095a7c;
	color: #fff;
}
#top-nav ul ul {/* Drop down menu */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 40px; 
	width: 220px;
	z-index: 99999;
}
#top-nav ul ul li {
	border-bottom: 1px solid #d4d4d4;
	min-width: 220px;	
}
#top-nav ul ul ul {/* Third Level drop down menu */
	left: 100%;
	top: 0;
}
#top-nav ul ul a,
#top-nav ul li.current_page_item ul li a,
#top-nav ul li.current-menu-ancestor ul li a {
	background:#fffdf2;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 220px;
}
#top-nav ul ul a:hover,
#top-nav ul li.current_page_item ul li a:hover,
#top-nav ul li.current-menu-ancestor ul li a:hover {
	color: #fff;
	background: #095a7c;
}
#top-nav ul li:hover > ul {display:block;}


/* Main Body Content Area 
-----------------------------------------------------------*/
#main {
	float: left;
	padding: 10px;
	width: 940px;
}
#content {
	float: left;
	padding: 20px;
	width: 600px;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
.hentry {
	padding: 0 0 20px 0;
}
.hentry ul, .hentry ol {	
	margin: 0 20px 5px; 
	padding: 0 20px 5px; 
}
.entrymeta {
	border-top:dotted 1px #d4d4d4;
	color: #999;
	margin: 10px 0; 
	padding: 6px;	
}
.entrymeta p {
	font-size: 12px;
	padding: 3px 0; 
}
.post-navigation {
	padding: 10px 0;
} 
.nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Sidebar Area 
-------------------------------------------*/
#sidebar {
	background: #eee;
	float: right;
	padding: 0px 20px;
	width: 240px;
}
.widget {
	padding: 20px 0;
}
#sidebar h4 {
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	margin: 0 0 2px; 
	padding: 0 0 2px;
	text-transform: uppercase;	
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	padding: 5px 10px;
}
#sidebar a {
	color: #4d4d4d;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000;
}
.widget_search label {
	display: none;
}

/* Footer area
------------------------------------------------------------*/
footer {
	border-top: 1px dotted #d4d4d4;
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 960px;	
}
footer p {	
	color: #d4d4d4;
	font-size: 12px;
	padding: 10px;
}
footer a {
	color: #d4d4d4;
	text-decoration: none;
}
footer a:hover {
	color: #d4d4d4;
	text-decoration: underline;
}

/* Comments													
-----------------------------------------------------*/
h3#comments { 
	margin: 30px 0 10px; 
}		
.avatar {
	float: left;
	display: block;
	padding: 0 20px 10px 0;
}		
.commentmetadata {
	margin-top: 0;
}
ol#commentlist, ol#commentlist li {	
	list-style: none;
	margin: 0; 
	padding: 0;
}
ol#commentlist li {
	border: 1px solid #eee;
	padding: 10px; 
	margin: 15px 0;
}
ol#commentlist ul.children {
	margin: 10px 10px 0 25px;
	padding: 0;
}
ol#commentlist ul.children li {
	border: none;
	border-top: 1px solid #eee;
}
ol#commentlist li p {
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
}
#commentform p {
	margin-bottom: 10px;
}
#commentlist, #commentform {
	padding: 20px 0;
}

/* Respond (comments form area)
-----------------------------------------------------*/
#respond {
	padding: 0 1px;
}
#respond form {	
	border: 1px solid #eee;
	overflow: hidden;
	padding: 20px 19px 4px;
}
#respond label {
	font-size: 14px;
	padding: 0 0 10px;
}
#respond p {
	margin: 0 0 15px;
}
#respond .required {
	color: #ba0000;
}
#respond input[type="text"],#respond input[type="email"],#respond input[type="url"] {
	color: #333;
	display: block;
	height: 33px;
	padding: 0 10px;
	width: 230px;
}
#respond textarea {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #eee;
	color: #333;
	padding: 10px;
	width: 93%;
}
#submit,.reply a {
	background: #333;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	text-decoration: none;	
}
#submit:hover {
	cursor: pointer;
}
.form-allowed-tags {display:none;}/* Hides all the crap about html tags*/

#nf-field-4 {
    padding: 10px 15px;
    background: #333;
    color: #fff;
    display: block;
    border: none;
    text-transform: uppercase;
}
#nf-field-4:hover { background: #ccba58;}