/*
Theme Name: Learn without fear
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Futurescape
Author URI: http://futurescape.in/
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
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:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }


.clear {clear: both;}
.alignleft, .left {float: left;}
.alignright, .right {float: right;}

a { color: #6D6E71; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }
a.selected { color: #555; text-decoration: none; }


/*-----------accessibility
*/
#accessibility {
	display: none;
	}

.skiplist {
	margin: 0;
	padding: 0
} 

.skip {
	display: none;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute
}

:root .skip {
	display: block
}

.skip a {
	padding: 0 0.5em;
	display: inline;
	z-index: 2;
	text-decoration:none;
	position: absolute;
	width: 14em;
	left: -200em;
}

.skip a:focus, .skip a:active {
	position: absolute;
	left: 0.5em;
	border: solid #333 2px;
	color: #fff;
	background: #555;
}

.skip a:hover {
	cursor: default
}


/* Begin Typography & Colors */
body{
	background:#02528F url(images/bg.gif) repeat-x 0 0;
	font-family: Arial, Tahoma, Verdana, sans-serif, Georgia;
	font-size: 12px;
	color: #000;
	margin:0;
	padding:0;
}

a{text-decoration:none; color: #02528F;}
a:hover{color: #66AFCF;}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}

/* > Page Layout
--------------------------------------------*/
#page{
	width:960px;
	margin:auto;
	padding:25px 0px;
}

/* > Common Styles for different sections
--------------------------------------------*/
.widgettitle{
	background:#0971BA;
	margin:0;
	padding:8px 10px 7px 10px;
}

.widgettitle a{
	color:#fff;
	font-size:16px;
	font-weight:400;
}

.sectiontitle{
	/*color:#66AFCF;*/
	color:#F48323;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.posttitle, .pagetitle {
	color:#00A17a;
	font-size:20px;
	font-weight:400;
	margin: 0 0 5px 0; padding: 0;
	line-height: 100%;
}
	.posttitle a{
		color:#00A98D;
	}
	.posttitle a:hover{
		color:#00A17a;
	}
	
.posttags {
	font-family: arial;
	padding: 5px 10px;
	font-size: 11px;
	background: #F5F2ED;
}
	
#content .navigation {
	margin: 20px 0 0 0;
}

.facebook_icon{background:url(images/facebook.gif) no-repeat;}
.rss_icon{background:url(images/rss.gif) no-repeat;}
.twitter_icon{background:url(images/twitter.gif) no-repeat;}
.youtube_icon{background:url(images/youtube.gif) no-repeat;}

/* > Top Links
--------------------------------------------*/
.top-links{
	padding:0px 15px 10px 15px;
	background:#F58523;
	color:#fff;
	font-size: 11px;
}
	.top-links a{
		color:#333;
		padding:0 2px 0 2px;
		text-decoration:none;
	}
	.top-links a:hover{
		color:#000;
	}


/* > Header
--------------------------------------------*/
div.header{
	background:#fff url(images/header-bg.gif) no-repeat top left;
}
	div.header div.head{
		height:125px;
		margin:0 20px;
		border-bottom:5px solid #F58523;
	}
		div.header div.head div.logo{
			width:300px;
			float:left;
			padding:25px 0 10px 15px;
		}
		
		div.header div.head div.social{
			/*width:225px;*/
			width:520px;
			float:right;
			color:#333;
			padding:5px 0px 0px 0px;
		}
			div.header div.head div.social ul{
				margin:0;
				padding:0;
				padding-top:10px;
				float:right;
			}
				div.header div.head div.social ul li{
					display:inline;
					list-style-type:none;
					padding:0 0px 0 10px;
					font-size:10px;
					float:left;
				}
				div.header div.head div.social ul li.padt_10{
					padding-top:5px;
				}
					div.header div.head div.social ul li a {
						text-decoration:none;
						border:none;
						text-indent:-999em;
						width:20px;
						height:20px;
						float:left;
					}
					
				div.header div.head div.social div.banner-text{
					text-align:right;
				}

/*#searchform-header {
	float:right;
	padding-top:30px;
	padding-top:15px;
}
	#searchform-header input#s{
		background:url(images/txtbox-bg.gif) no-repeat 0 0;
		border:none;
		width:170px;
		padding:5px 5px 5px 5px;
		float:left;
		font-size:11px;
		color:#999;
	}
	#searchform-header .btn{
		background:url(images/search-bg.gif) no-repeat 0 0;
		border:none;
		width:25px;
		height:22px;
		vertical-align:bottom;
		text-indent:-999em;
		float:left;
	}*/

	div.banner-text h2.banner-heading{
		margin:0;
		padding:25px 5px 5px 0;
		font-weight:700;
	}
		div.banner-text h2.banner-heading a{
			font-size:28px;
			color:#444;
		}
	div.banner-text h3.bannerlink a{
		font-size:20px;
		background:url(images/right-arrow.gif) no-repeat 0px 9px;
		color:#006BB0;
		margin:0;
		padding:5px 5px 10px 25px;
		font-weight:700;
	}

div.header div.banner{	
	margin:0 20px 0 20px;
	padding:10px 15px;
	border:1px solid #C4C8D3;	
}

div.header div.main-nav{	
	margin:0 20px 0 20px;
	border:1px solid #C4C8D3;
	border-top:10px solid #F58521;
	background:url(images/main-nav-bg.gif) repeat-x;
	height:30px;
}
	div.header div.main-nav ul{	
		padding:8px;
		margin:0;
		text-align: center;
		font-size: 11px;
		color:#5F6160;
	}
		div.header div.main-nav ul li{
			display:inline;
			padding:0px 6px 0 7px;
			border-left: 1px solid #ccc;
		}
			div.header div.main-nav ul li.first {border: none;}
			div.header div.main-nav ul li a{	
				text-decoration:none;
				color:#5F6160;
				font-weight:700;
				text-transform:uppercase;
				font-size:10px;
			}
			div.header div.main-nav ul li a:hover{color:#333333;}

			
/* > Content area
-----------------------------------------------*/
div.sub-container{
	width:920px;
	background:#fff url(images/footer-bg.gif) no-repeat bottom left;
	padding:0px 20px 30px 20px;
}
div.sub-container2{
	width:868px;
	background:#fff url(images/sub-container2-bg.gif) repeat-x top left;
	border:1px solid #D9DADC;
	border-top:none;
	border-bottom:none;
	padding:30px 25px 0 25px;
}
div#content{
	width:530px;
	float:left;
}

/* > Posts
-----------------------------------------------*/
.post {
	padding: 5px 0 20px 0;
	margin-bottom:10px;
	border-bottom:1px dotted #dedede;
}
	.post_date{
		font-size:11px;
		color:#000;
		padding: 0 0 5px 0;
	}

.entry{font-family: georgia;}
.entry ul, .entry ol { margin: 0 0 15px 30px; }
.entry ul { list-style: disc; }
.entry li { margin: 0 0 10px 0; }
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 5px 0 5px 30px; }
.entry dl { margin: 0 0 15px 0; }
.entry dt { font-weight: bold; }
.entry dd { margin: 0 0 15px 20px; }
.entry .gallery dd { margin: 0; }
	
.entry p{
	text-align:justify;
	line-height:18px;
	margin: 1.2em 0;
}
.entry h3 {
	font-size: 14px;
	padding-top:10px;
}
.entry p img.alignleft{
	border:1px solid #dedede;
	padding:3px;
	margin:0 10px 0 0;
}


.entry table.event-details{
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapsed;
	margin:10px 0;
	font-family:arial;
}
.entry table.event-details tr{
	vertical-align:top;
}
.entry table.event-details tr th{
	padding:6px 5px;
	border:1px solid #ccc;
	background:#ddd;
	font-weight:700;
	text-align:left;
}
.entry table.event-details tr th.event-title {
	padding:8px 5px;
	font-size:15px;
	background:#00A17a;
	border:1px solid #00A17a;
	color:#fff;
	padding:8px 5px;
}
.entry table.event-details tr td{
	padding:5px;
	border:1px solid #ddd;
	background:#efefef;
	font-size:11px;
}

.entry ul.media-list{
	margin:15px 0 20px 0;
	padding:0;
	list-style:none;
}
.entry ul.media-list li{
	padding:10px;
	margin:0;
	background:#f8f8f8;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin-bottom:5px;
	color:#555;
	line-height:18px;
}
.entry ul.media-list li span{
	border-left:1px solid #999;
	padding:0px 10px;
}

.youtube-channel{
	background:#DEDFD9;
	margin:20px 0;
	padding:10px 15px;
	font-size:13px;
	font-style:italic;
	font-weight:700;
	color:#666;
	line-height:18px;
	border-bottom:2px solid #c4c4c4;
}
.youtube-channel h3{
	font-size:18px;
	color:#333;
	font-weight:700;
	padding-bottom:5px;
}
.youtube-channel img{
	margin-right:15px;
}
.youtube-channel p{
	padding-bottom:10px;
}



/**********************
	Contact form
*******************/
.wpcf7-form{
}

.wpcf7-form span.wpcf7-form-control-wrap input{
	margin:3px 0;
	padding:3px 5px;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea{
	margin:3px 0;
	padding:3px 5px;
}
/* > Widget
--------------------------------------------*/
.widget {
	font-size: 11px;
	line-height: 16px;
}
	.widget p {
		background:#F4F6F5;
		margin:0;
		padding:15px 10px;
		color:#444;
		text-align:justify;
	}
	.widget p.hd{
		margin:0;
		padding:0 0 10px 0;
		text-align:center;
	}
	.widget p.hd a{
		font-weight:700;
		font-size:12px;
	}

#sidebar{
	width:300px;
	font-size:12px;
	color:#000;
	float:right;
	padding: 0 0 0 17px;
	border-left:1px dotted #dedede;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}


#sidebar ul li{
	list-style-type:none;
	border-bottom:1px dotted #C4C8D3;
	padding: 0;	
	margin: 0 0 20px 0;	
}
	
#sidebar ul li.last {
	border: none;
}
#sidebar ul li#testi{
	height:225px;	
	/*background: #F5F2ED url(images/testi-bg.gif) no-repeat;*/
	background: #A8D7F9 url(images/testi-bg.gif) no-repeat;
	overflow:hidden;	
	padding:15px 20px 20px 20px;
}
	.widget p.quote {
		background:none;
		font-size:16px;
		color:#5F6160;
		color:#333;
		font-style:italic;
		text-align:center;
		line-height:25px;
		font-family: georiga;
		margin-bottom:100px;
	}

	
/*
#sidebar ul li.pad_t0{
	padding-top:0;
}

#sidebar ul li {
	text-align:justify;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}*/
/* End Entry */




/* > Comments & Reply
------------------------------------------------*/
#comments {
	color:#66AFCF;
	font-weight:700;
	margin: 15px 0 10px 0;
	font-size: 18px;
}

.commentlist li {
	list-style: none;
	padding: 10px 0;
}

.commentlist li.alt {
	background: #F5F2ED;
	margin: 0;
	padding: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #66AFCF;
	padding: 2px;
}

.commentlist cite {
	font-weight: 700;
}
	.commentlist cite a {
		
		text-decoration: none;
	}
.commentlist p {
	line-height: 1.4em;
	text-align: justify;
	margin: 15px 0;
}

.commentmetadata {
	font-weight: normal;
	font-size: .9em;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }


/* RESPOND
------------------------- */
#respond {
	padding: 10px 0; 
}
#respond h3 {
	color:#66AFCF;
	font-weight:700;
	margin: 15px 0 10px 0;
	font-size: 18px;
}

#commentform {
	margin: 10px 0;
}

#commentform p {
	margin: 5px 0;
}

#commentform p label {
	width: 180px;
	display: inline-block;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 0 1px 0;
	border: 1px solid #ABB7C3;
	background: #fff;
}


#commentform textarea {
	margin: 5px 5px 1px 0;
	border: 1px solid #ABB7C3;
	width: 95%;
	padding: 2px;
	background: #fff;
	font-family: arial;
	padding:5px;
	font-size:12px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 5px 0;
	background: #66AFCF url(images/bg_button.jpg) repeat-x center;
	border: 1px solid #ABB7C3;
	color: #fff;
	font-weight: 700;
	width: 120px;
	font-size: 11px;
	font-family: arial;
}

#commentform #submit:hover {
	border-color: #666;
}

.required { color: red; }
/* End Comments */	


/* Petition */
	.petition{
		margin: 10px 0;
	}
	.petition input{
		padding: 2px;
		margin: 5px 0 6px 0;
	}
	.petition textarea {
		margin: 5px 5px 6px 0;
		padding: 2px;
		font-family: arial;
		padding:5px;
		font-size:12px;
	}
	
	ol.petition_signature li{
		padding-bottom:10px;
	}

/* End Petition */


div.footer{
	padding:0px 25px;
}
div.footer .lwfspan{
	float:left;
	padding:40px 0px 5px 0px; 
	color:#C4C8D3; 
	font-weight:700;
	font-size:14px;
	width:450px;
}

div.footer ul.social_links{
	margin:0;
	padding:38px 0px 0px 0px;
	float:right;
}
div.footer ul.social_links li{
	display:inline;
	list-style-type:none;
	padding:0 0px 0 10px;
	font-size:10px;
	float:left;
	color:#333;
	font-weight:700;
}

div.footer ul.social_links li.padt_10{
	padding-top:4px;
}

div.footer ul.social_links li a {
	text-decoration:none;
	border:none;
	text-indent:-999em;
	width:20px;
	height:20px;
	float:left;
}

.footer-nav{
	padding:15px 0px 0px 0px;
	font-size:11px;
	color: #999;
}
	.footer-nav a{
		color:#000;
	}
	.footer-nav ul{
		margin:0;
		padding:0;
		padding-bottom:10px;
	}
	.footer-nav ul li{
		display:inline;
		border-left: 1px solid #ccc;
		padding:0px 5px 0 6px;
	}
		.footer-nav ul li.first {border: none; padding-left: 0;}
	.footer-nav ul li a{	
		text-decoration:none;	
	}
	.footer-nav ul li a:hover{
		color:#000000;
	}

.bottom{
	padding:10px 20px 0px 20px;
	color:#969590;
	background:#02528F;
	font-size:10px;
}



/* > Twitter Widget
----------------------------------------------*/
#twitter_feed {
	background: url(images/bg_twitter_feed.gif) no-repeat top;
	height: 110px;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom:25px;
}
	#twitter_feed .widget {position: absolute;}

	.twitter {
		padding: 10px 10px 10px 35px !important;
		font-size: 10px;
		color: #666;
		height: 45px;
		overflow: hidden;
	}
		.twitter li {
			margin-bottom: 50px !important;
			padding: 10px;
			border: none !important;
			
		}
	
		.twitter a {text-decoration:underline;}

.twitter_followus {
	margin: 20px 5px 10px 0;
	display: block;
	float: right;
	text-indent: -999em;
	background: url(images/bg_twitter_followus.gif) no-repeat top;
	width: 166px;
	height: 8px;
}


.index-comment{
	background: #ECEFF5;
	clear: both;
	margin-top: 2px;
	padding: 7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ic-avatar {
	float: left;
	padding: 2px;
	border: 1px solid #CDCED0;
}

.ic-text {
	width: 460px;
	float: right;
}

.ic-meta {
	margin-bottom: 3px;
}

#top{
	position: fixed;
	top:400px;
	z-index:99;
}
