/*
Theme Name: Farah 2010
Theme URI: http://farah.webular.ca/
Description: Custom Theme for Farah Kalbouneh 2010 Campaign Federal NDP MP Mississauga South Candidate
Version: 1.0
Author: Maciej Derulski
Tags: blue, custom header, fixed width, two columns, widgets
*/

/*---------------------------------------*/
/*	WordPress img align classes (custom) */
/*---------------------------------------*/
/*without caption*/
img.alignright {clear: both; float:right; margin:0; padding: 6px 2px 0 0;}/*margin:0 0 1em 1em*/
img.alignleft {clear: both;float:left; margin:0; padding: 6px 10px 0 0;}/*margin:0 1em 1em 0*/
img.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*with caption*/
div.alignleft {
	float:left; 
	margin:0 0 0 8px;
	padding: 6px 0 20px 0; 
}

div.alignright {
	float:right; 
	margin:0 0 0 6px;
	padding: 6px 0 20px 0; 
}

a img.alignright {clear: both; float:right; margin:0; } /*margin:0 0 1em 1em*/
a img.alignleft {clear: both; float:left; margin:0; } /*margin:0 1em 1em 0*/
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

p.wp-caption-text{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------*/
/*	          Main Containers          */
/*-------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #046927;
	font-family: "Myriad", Tahoma, Verdana, Helvetica, Arial, sans-serif;

}

#container{
	margin: auto;
	padding: 140px 0 0 0;
	width: 971px;
	/*min-height: 1000px;*/
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#sub_container{
	/*margin: 140px 0 0 0;*/
	width: 100%;
	min-height: 500px;
}

#inner_wrap{
	margin: -20px 0;
}

/*-------------------------------------*/
/*	GLOBALS + Editor formating         */
/*-------------------------------------*/
img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 6px 11px;
	color: #000099;
}

p {
/*	clear:left;
	float: right;*/
	margin: 0 0 16px 0;
	padding: 0 12px 0 12px; /*10px;*/
	font-size: 13px;
	line-height: 24px;
	color: #000;
}

a{
	color: #0000FF;
}

a:visited{
	color: #5A5A8E;
}

blockquote{
	width: 600px;
	margin: auto;
}

blockquote span.quote{
	font-family: Times New Roman; 
	font-size: 32px; 
	font-weight: bold;
}


p.content{ /*what wp the_content() outputs*/
}

p.donate{ /*custom css class applied to wp the_content on donate page*/
	position: relative;
}

/*lists*/
ul.content li, ol li{
	font-size: 13px;
	line-height: 24px;
}


/*-------------------------------------*/
/*				 NAVIGATION            */
/*-------------------------------------*/

/*Top navigation tabs*/
ul.top_navigation{
/* <ul> */
	margin: 0 0 0 29px;
	padding: 0;
	height: 32px;
	width: 100%;	
	list-style-type: none;
}

ul.top_navigation li{
    float: left;
	display: inline;
}

ul.top_navigation li.inactive a{
    position: relative;
	padding: 3px 0 0 0;
	bottom: -6px;
	float: left;
	margin: 0 6px 0 0;
	width: 96px;
	min-height: 23px;
	border: 1px solid #666666;
	border-bottom: none;
	color: #000;
	background-image: url('images/nav_tab.png');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	font-size: 14px;
}

ul.top_navigation li.inactive a:hover {
	padding: 7px 0 0 0;
	height: 25px;
	bottom: -1px;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	color: #fff;
	background-image: none;
	background-color: #F5821F;/*#F7931E;*/
}

li.active_page a {
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	padding: 7px 0 0 0;
	bottom: -1px;
	height: 25px;
	width: 108px;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	color: #fff;
	background-image: none;
	background-color: #F5821F;/*#F7931E;*/
	text-align: center;
	font-size: 14px;
}

html>body ul.top_navigation li a{
      width: 96px;
	  text-decoration:none;
}

/*sub navigation*/
p.sub_nav_top{
	float:right;
	margin: 3px 0 0 0;
	font-weight: bold;
}

/*Bottom Navigation*/
/*p.nav_legal{
	clear:both;
	float: left;
	margin: -16px 0 0 9px;
	font-size: 11px;
}*/

p.bottom-nav a{
	color: #fff;
	text-decoration: none;
}

p.bottom-nav a:hover{
	text-decoration: underline;
}

p.bottom-nav{
	float:left; 
	margin: -4px 0 0 9px;
	font-size: 11px;
	/*text-align: center;*/
}

/*breadcrumbs*/
p.breadcrumb {
	float: left;
	margin: 2px 0 16px 6px;
	padding: 0;
}

p.breadcrumb a{
	color: #000099;
	text-decoration: none;
}

p.breadcrumb a:hover{
	text-decoration: underline;
}
/*-------------------------------------*/
/*				Content Box Glow       */
/*-------------------------------------*/
div.glow_top{
	width: 971px;
	height: 21px;
	background-image: url('images/glow_top.png');
}

div.glow_side{
    float: left;
	width: 971px;
	min-height: 200px;
	background-image: url('images/glow_sides.png');
	background-repeat: repeat-y;
}

div.glow_bottom{
    float: left;
	padding:4px 19px 0 0 ;
	width: 952px;
	height: 36px;
	background-image: url('images/glow_bottom.png');
	background-repeat:no-repeat;
}

/*-------------------------------------*/
/*				Content Box            */
/*-------------------------------------*/
div.content_wrap{
    float: left;
    margin: 0 0 0 21px;
    padding: 0 0 8px 0;
	width: 928px;
	height: auto;
	border: 1px solid #ffffff;
	background-color: #F5821F;/*#F7931E;*/
/*	background-image:url(images/bg_content_wrap.png);
	background-repeat:repeat-x;*/
	
}

div.content{
    float: inherit;
	margin: 10px 0 0 11px;
	min-height: 400px;
	width: 904px;
	border: 1px solid #fff;
	/*background-color: #071951;*/
	background-image:url(images/bg_content_box.png);
	background-repeat: repeat-y;
}

div.left_column{
	float: left;
    margin: 0;
	padding-bottom: 32px;
	min-height: 612px;
	width: 664px;/*680px;*/
	background-image: url(images/bg_content.png);
	background-repeat: repeat-x;
	background-color: #fff;
	/*min-height: 300px;*/
}

div.right_column{
	float: right;
	margin: 0; /*12px 8px 0;*/
	padding: 0;
	width: 240px; /*224*/
	/*min-height: 300px;*/
}

/*-------------------------------------*/
/*				Widgets                */
/*-------------------------------------*/
div.right_column #sidebar ul{
	margin: 0 12px 30px 0;
	padding: 0;
	width: 240px;
	list-style-type: none;
}

div.right_column #sidebar ul li{
	width: 240px;
}

div.right_column #sidebar ul li h2{ /*styles the head of widget*/
	margin: 0;
	padding: 6px 0 0 0;
	height: 24px;
	color: #fff; /*#F5821F;#F7931E; #99B0D6;*/
	border: 1px solid #425A89;
	/*border-bottom: 1px solid #999999;*/
	border-left: none;
	border-top: none;
	background-image: url(images/bg_widget_head.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

div.right_column #sidebar ul li h2 a{ /*widget linked title*/
	color: #fff;
	text-decoration: none;
}

div.right_column #sidebar ul li h2 a:hover{
	color: #66FFFF;
}


div.right_column #sidebar ul ul li{
	/*padding: 2px 0 2px 0;*/
	border-bottom: 1px solid #425A89;
} 

div.right_column #sidebar ul ul li a{ /*styles each link*/
	display: block;
	padding: 2px 0 0 8px;
	min-height: 18px;
	max-width: 218px;
	color: #99CCFF; /*#425A89; #658CC9;*/
	font-size: 0.8em;
	text-decoration: none;
}

/*div.right_column #sidebar ul ul li a:visited{
	color: #CCC;/
}*/

#sidebar ul ul li:hover{ /*styles each link*/
	min-width: 218px;
	background-color: #425A89;
	border-bottom: 1px solid #2E3F59;
	
}

div.right_column #sidebar ul ul li a:hover{
	color: #fff;
}

/*Category Posts specific*/
div.right_column #sidebar ul ul li a.post-title{
	padding-left: 28px;
	text-indent: -20px;
}

/*NexGen Widget Custom*/
.ngg-widget img{
	padding: 0;
}

div.ngg-widget{
	margin-top: 6px;
}

/*-------------------------------------*/
/*				Home Page              */
/*-------------------------------------*/
div.home_left{
	/*clear: both;*/
	float: left;
	width: 190px;
	/*margin: 32px 0 0 0;*/
}
div.home_center{
	clear: both; 
	float:right; 
	margin: 0 8px 0 0; 
	width: 448px;
}

div.twitter{
	margin: 12px 0 0 0;
	padding: 4px 12px 12px 12px;
	background: url(images/twitter.png) 2px 22px no-repeat;
	color: #99CCFF;
	font-size: 12px;
	line-height: 20px;
}

div.twitter a.t_profile{
	margin: 0 0 0 80px;
	padding: 0;
	color: #D54E21; /*#5FA3BF;*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*a.t_profile:hover{ color: #D54E21; }*/

div.twitter p{
	margin: 4px 0 0 80px; 
	padding: 4px 12px 4px 12px;
	color: #fff;
	line-height: 18px;
	background: #5FA3BF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.twitter a{ 
	color: #fff; 
}

/*-------------------------------------*/
/*				Pages                  */
/*-------------------------------------*/
/*  PAGES use global for padding <p>*/

a.platform_pg{
	color: #000099;
	text-decoration: none;
}

a.platform_pg:hover{
	text-decoration: underline;
}

a.table_contents{
	color: #000099;
	text-decoration: none;
}

a.table_contents:hover{
	text-decoration: underline;
}

h2.title{
	float: left;
	margin: 0;
	padding: 5px 0 24px 6px;
	width: auto;
	font-size: 1em;
	color: #666666;
	/*height: 36px;
	border-bottom: 1px solid #999999;*/

}

/*Donate page*/ /*NOTE: most styles for donate page are embeded through wp-admin page editor*/

div.calc{ /*calculator container*/
	clear: left; 
	float: left;
	display: block; 
	margin: 0 16px 0 12px; 
	width: 202px; 
	height: 242px;  
	background-image: url('images/calculator.png');
	background-repeat: no-repeat;
/*	background-size: 100%;*/
}

/*Platform Pages*/
h3.platform{
	margin: 24px auto 2px auto; 
	width: 600px; 
	font-size: 14px;
	color: #071951;
}

p.platform{
	margin: auto; 
	padding: 0pt; 
	width: 600px;
}

p.platform a{
	font-weight: bold;
}

p.platform_prob{
	margin: 0pt auto 24px; 
	padding: 0pt 8px; 
	width: 584px; 
	border-top: 3px solid #999999; 
	background-color: #e6e6e6;
}

ul.platform{
	margin: auto; 
	width: 560px;
	border-top: 3px solid #999999; 
	background-color: #e6e6e6;	
}

ul.platform li{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
}

ul.platform li a{
	font-weight: bold;
}

/*-------------------------------------*/
/*				Posts (Blog)           */
/*-------------------------------------*/

/*----------Excerpts styles----------*/

a.read_more{
	color: #000099;
	font-weight: bold;
}

/*a.read_more:visited{
	color: #999999;	
}*/

a.read_more:hover{
	color: #F5821F;	
}

h2.post_excerpt_title{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h2.post_excerpt_title a{
	color: #000099;
	text-decoration: none;
}

h2.post_excerpt_title a:hover{
	color: #F5821F;
}

small.post_excerpt_info{
	/*published by info*/
	margin: 0 0 4px 0;
	padding: 0; /*0 0 12px;*/
	color: #F5821F; /*#F5821F;*/
}

p.post_excerpt_content{
	margin: 0;
	padding: 0 0 14px 6px;
}

p.post_excerpt_content a{
	text-decoration: none;
}


/*------Single (single.php) styles--------*/
h2.post_single_title{
	clear: both;
	/*float: left;*/
	margin: 0 0 0 8px;
	font-size: 1em;
	color: #000099;
}

p.post_single_info{
	/*float: left;*/
	clear: both;
	/*float: left;*/
	margin: 0;
	padding-bottom: 16px;
	color: #00024d;
}

/*---------------------------------------------------------------*/
/*  Wrap for excerpts (i know...:( its b/c of NextGen.. )        */
/*---------------------------------------------------------------*/
div.excerpt{
	clear: both;
	margin: 0 0 12px 0;
	padding: 0 12px 0 6px;
	border-bottom: 1px dashed #cccccc;
	width: 646px;
}

/*-------------------------------------*/
/*  NexGen excerpt hide nav            */
/*-------------------------------------*/

/*hides nextgen pagination on excerpt*/
div.excerpt .ngg-galleryoverview .ngg-navigation a{ 
	display:none;
}

div.excerpt .ngg-galleryoverview .ngg-navigation span{
	display:none;
}

div.excerpt .ngg-galleryoverview{
	margin: 0 auto;
}

/*facepage crap*/
#sfc-fanbox-3{
	margin-top: 12px;
	text-align: center;
}

ol.wp-paginate{
	text-align: center;
	padding: 6px;
}
