/*
Theme Name: Interact Youth Theme
Description: 3 Columns with Left and Right Sidebars, Theme Options for Custom Header, Custom Background Color, etc. Supports wp-pagenavi plugin. Elegant Blue and White Design. By LearningPool.
Version: 2.1
Author: LearningPool
Author URI: http://www.learningpool.com/
Tags: blue,white,three-columns,fixed-width,custom-header,theme-options,left-sidebar,right-sidebar

	This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/

/***** GLOBAL FORMATTING *****/


* {
	padding: 0;
	margin: 0;
}

body {
	
	font-size: 12px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #5473AC;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #5473AC;
}

img {
	border: 1px solid #ccc;
	padding:5px;
}

/***** PAGE FORMATTING *****/

#header {
	background:#e6e6e6 top center no-repeat;
	height: 185px;
	margin-top: 0;
	color: #333;
}

#headbg {
	background: #fff url(images/banner.jpg) bottom right no-repeat;
	height:200px;
}

#subbanner{
	background: transparent url(images/center-bg.jpg) no-repeat center bottom ;
	height:138px;
	xwidth:960px;
	xmargin-left:215px;
}

#container {
	background:#FFC507;
}

.blogtitle {
	float:left;
	width: 900px;
}

.brand {
	
	margin:5px 15px;
	width:120px;
	height:125px;
}

.rss{
float:right;
width:25px;
}

h1.blogtitle a{
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F7F7F7;
	padding: 10px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

h3.slogantext{
	font-size: 18px;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: normal;
	color: #F7F7F7;
	padding: 0px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

/***heading links**/

.header-links {
	text-align:right;
	padding:10px;
}
.header-links li, .ftr-link li {
	display:inline;
	color:#aaa;
}

.header-links li a {
	color:#333;
}

.header-links li a:hover  {
	color:#aaa;
}
/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 5px 5px auto auto;
  height: 17px;
  width: 17px;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#NaviBar {
	display: block;
}
/*
#container,
*/

/***** FOOTER FORMATTING *****/

#footer {
	background:url(./images/footer.jpg) no-repeat top center;
	color: #333;
	text-align: left;
	height:390px;
	clear:both;
}

.fw {
	display: block;
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff;
}

#contain-bg {
	background:#fff url(images/center-bg.jpg) no-repeat top center;
	width:100%;
	height:150px;
}

#content-wrapper {
	padding:10px 0;
	overflow:hidden;
	height:100%;
	margin-top:130px;
}

#content {
	background:#fff;
	width: auto;
	color: #000;
	padding: 5px;
	float:left;
	height:100%;
	width:510px;
}

#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

.article {
	float:left;
	xwidth: 538px;
}

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url('images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	margin-bottom: 5px;
	line-height: 1.5em;
	/*clear:both;*/
}

p a {
		text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}

.postmeta
{
	font-size:9px;
	margin-top:2px;
	color: #666;
	padding-bottom:10px;
	float:left;
	width: 538px;
}

.commentCount
{
 text-align:right;
 margin-right:10px;
 font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}


h1.posttitle, h2.posttitle{
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, Sans-Serif;	
	border-bottom: 1px solid  #CCC;
}

h1.posttitle, h1.posttitle a{
	color:#e8611e;
} 

h2.posttitle, h2.posttitle a {
	color:#e8611e;
}

h1,h2,h3,h4,h5,h6{
	border-bottom: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	color:  #e8611e;
}
h1 {
	color:#56ABCA;
	font-weight:bold;
	border-bottom:1px solid;
	font-size: 35px;
	margin-bottom: 8px;
}

h1,h2,h3,h4,h5 {
	margin:5px 0;
	font-weight:bold;
	text-align:left;
	
}


h2 {
	font-size: 25px;
	color:#333;
	font-weight:bold;
}

h3 {
	font-size: 20px;
	color:#FF0066;
	border-bottom:1px solid;

}

h4 {
	font-size: 15px;
	color:#333;
	
}

h5, h6 {
	color:#053285;
	font-size: 12px;
	text-align: left;
	padding:  3px;
	font-weight:bold;
}

h5 {
	border-bottom:1px solid;
	}

/***** LISTS FORMATTING *****/

.arrow-icon {
	background:transparent url(images/arrow-plate.jpg);
	width:16px;
	height:17px;
}

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/menu/bullet.png);
	padding-left: 30px;
	line-height:1.6em
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	line-height:1.5em;
}

.post ol li {
	margin: 0;
	padding: 0;
}
	
/**** TABLE FORMATTING ****/	
	
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}



/***** NAVIGATION BAR FORMATTING *****/

ul#NaviBar {
	clear:both;
	margin: 0 auto;
	list-style: none;
	height:45px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width:910px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:50px;
}

ul#NaviBar li {
	background: #272d33 url(images/menu/menu-bg.jpg) repeat-x;
	float: left;
	height:45px;
}

ul#NaviBar li a {
	border-left:2px groove #aaa;
	display: block;
	float: left;
	padding: 3px 7px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
}

ul#NaviBar a:hover {
	background: transparent url(images/menu/menu-bg-hover.jpg) repeat-x;
	text-decoration: none;
	color:#fff;
}

ul#NaviBar #nav-first {
	background: transparent url(images/menu/menu-left.jpg) no-repeat scroll left top;
	padding-left:8px;	
}

ul#NaviBar #nav-first a{
	border-left: 0;
}

ul#NaviBar #nav-last {
	background: transparent url(images/menu/menu-right.png) no-repeat scroll right top;
	width:12px;
}

ul#NaviBar #nav-last a{
	border-right:none;
}



ul#NaviBar li.current_page_item a { 
	color: #fff; 
	background: url(images/menu/menu-bg-hover.jpg) repeat-x; 
	text-decoration: none;
}

/***** SEARCH FORM FORMATTING *****/

/***** SEARCH FORM FORMATTING *****/

#search {
	display: inline;
	padding: 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 140px;
	float:left;
	padding: 5px 0px 5px 5px;
	background: #fff url(images/search-bar.jpg) no-repeat;
	border: 0;
	margin: 2px 2px 10px 0;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.go {
	margin-top: 2px;
	margin-left: -23px;
	padding: 0px;
	color: #000;
	display:inline;
}

/***** SIDEBAR FORMATTING *****/
.sidebar {
	background:#fff;
	width: 200px;
	color: #333;
	padding: 5px;

	
}

.sidebar h2 {
	padding:  3px;
	font-weight:bold;
	text-align: left;
	color:  #FF0066;
	font-size:13px;
}

#sidebarLeft {
	float: left;
}

#sidebarRight {
	float:right;
	margin-right:15px;
}

.sidebar a{
	color:  #000;
	text-decoration: none;
}

.sidebar a:hover{
	color:  #49647d;
	text-decoration: underline;
}
.sidebar a:visited {
	color: #49647d;
}


#sidebarLeft {
	margin-top:0;
}

#sidebarLeft h2 {
	background:#FF0066;
	color:#fff;
	font-size:13px;
	border:none;
	padding:5px 5px;
}

#sidebarLeft h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

#sidebarLeft ul {
	padding:0;
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebar ul { 
	list-style-type: none;
}
.sidebar li { 
	list-style-type: none;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/**sidebar cat links**/

#sidebarRight .linkcat h2{
	color:#2175B3;
}
#sidebarRight .linkcat ul li {
	background:#fff url(images/arrow-plate.jpg) no-repeat left;
	list-style:none;
	padding:1em 2em;
	border-bottom:1px dotted #ccc;
}

/**-----pages widget MENU------*/
li.home_page {
	display:none;
}
.widget h2, h3 {
	border:0;
}

.widget h2, .widget h2 a, .widget h2 a:hover , .widget h2 a:visited {
	color:#FF0066;
}

.flexipages_widget h2 {
	display:none;
}

.flexipages_widget ul li {
	background:transparent url(./images/menu/menu_bg.png)no-repeat left top; /*#FD6212*/
	list-style:none;
	font-weight:bold;
	margin:5px 10px;
	padding:5px 0 5px 30px;
	font-size:13px;
}

.flexipages_widget ul li a:link, .flexipages_widget ul li a:visited{
	color:#FF0066 ;
}

 .flexipages_widget ul li ul {
 	margin-left:-10px;
 }
 .flexipages_widget ul li ul li {
 	background:transparent url(images/menu/splash.png) no-repeat left top;
	border:none;
	font-size:13px;
	font-weight:normal;
	padding:0 0 0 20px;
}

.flexipages_widget ul li ul li a{
	color:#444;
}

 
 /**sign up form **/
 #sign-up-form {
 	background:transparent url(images/sign-up.jpg) no-repeat right top;
 	 padding-top:7px;
 	 padding-left:3px;
 	width:200px;
 	height:90px;
 }
 
  #sign-up-form input,  
  #sign-up-form label,  
  #sign-up-form span{
  	padding:3px 5px 3px 7px;
  }
   #sign-up-form label{
   	color:#FF0090;
   	font-weight:bold;
   }
   #sign-up-form input {
   background-color:#FA0C96;
   border:0;
   padding:5px;
   width:50px;
   color:#fff;
   font-weight:bold;
   }
   
   #sign-up-form span input{
    background-color:#56ADC9;
  	border:0;
   	width:109px;
   	margin-top:10px;
   	margin-left:4px;
   }

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px 5px 10px 5px;
	float: right;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px 5px 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	xborder: 1px solid #CCC;
	margin: 5px 10px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/***** COMMENTS *****/

#comments {
	width: 100%;
	float:left;
	margin: 5px 0px 5px 0px;
	}
		
.commentlist {
	width: 100%;
	float:left;
	margin: 5px;
}
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	padding: 5px 0 0 0;
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	display:none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #dfeaf2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}

.pinglist {
	margin-top: 10px; 
	width: 500px; 
	float: left; 
	margin-left: 20px
}

li.pings {
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 5px;
  width: 500px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; margin-bottom: 30px; }



/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#wp-calendar {
	border: 1px solid #900;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #630;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #933;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#recent-news h2{
	border-bottom:1px dotted #ccc;
}

/**------SOCIAL MEDIA WIDGET------*/

.social-media-box  {
	background:transparent url(./images/social_icons/social_bg.jpg) no-repeat top left;
	color: #000;
	clear: both;
    overflow: hidden;
	width: 200px;
	height:130px;
	padding:10px;
}
.social-media-box h3 {
font-size:13px;	
border:0;
}
.social-media-box #contact-tag,.media-sidebox #contact-tag{
	float:right;
}

.social-media-box #contact-tag {
	margin:0px -45px 0;
}

.social-media-box h5 {
	padding-bottom:5px;
}
div.social-media-box ul {
	float: left;
	width: 100px;
    margin-bottom: 0px;
}
.social-media-box ul li{
	list-style-type:none;
	margin:5px;
	height:25px;
	width:25px;
	margin:0 0 5px 0;
}
 .social-media-box ul li a{
	margin-left:3em;
	color:#000;
}
 .social-media-box ul .flicker {
	background: transparent url(./images/social_icons/flickr-icon.jpg) no-repeat;
}

.social-media-box ul .facebook {
	background: transparent url('./images/social_icons/facebook-icon.jpg') no-repeat;
}


.social-media-box ul .twitter {
	background: transparent url('./images/social_icons/mm_twitter.jpg') no-repeat;
}

.social-media-box ul .myspace {
	background: transparent url('./images/social_icons/myspace.png') no-repeat;
}

.social-media-box ul .bebo{
	background: transparent url(./images/social_icons/bebo.jpg) no-repeat;
}

.social-media-box ul .youtube{
	background: transparent url(./images/social_icons/you_tube.jpg) no-repeat;
}



/**twitter feed**/
.widget_rss {
	background:transparent url(./images/social_icons/twitter-icon.png) no-repeat;
	
}

.widget_rss h2{
	padding:15px 0 0 35px;
}

.widget_rss img{
	display:none;
}
.widget_rss ul li {
	margin-bottom:10px;
}
.widget_rss ul li .rss-date {
	color:#56ABCA;
}

/**Custom page styles
 * Latest News
 */
#category-archive-list {
	font-size:13px;
	font-weight:bold;
	list-style-type:none;
	padding:0;
}	

#category-archive-list li a {
	color:#FF0066;
	}
#category-archive-list .item-meta {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:#000;
}
#category-archive-list .item-content p{
	font-weight:normal;
}

