/*
Theme Name: Publicinsite Theme
Description: Publicinsite Wordpress Theme
Author: digitalOttawa
Author URI: http://digitalottawa.ca
version: 0.1
Tags: two-column, widget-ready
*/

/* basics */

*{margin:0; padding:0;font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;}

body {
	background:#dedede;
	font-size: 13px;
	}

p{
font-size: 13px;
padding: 0 0 10px 0;
}
	
h1 {font-size: 14px; font-weight: 100; color: #AB4908;}
h2 {font-size: 12px; font-weight: bold; color: #000000;}
h3 {font-size: 12px;}
h4 {font-size: 12px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
.clear {
clear: both;
line-height: 1px;
}

ul {
padding: 0 0 10px 30px;
}


/* links */

a{
	color:#AB4908;
	text-decoration:none;
	}

a:hover{text-decoration: underline; color:#cc0000;}

.noeffect{color:#000;}
.noeffect:hover{text-decoration:none; color:#000;}

/* container */


#container {
	width: 990px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#logo {
	width: 250px;
	float:left;
	margin: 10px 0 0 35px;
		}

	
#header_widgets {
 float:right;
 text-align: right;
 margin: 10px 35px 0 0;
 width: 500px;
}

/* main menu */


#menu {
	background:#fff url(images/menu_bg.jpg) no-repeat left top;
	margin: 0 0 0 32px;
	padding: 0 0 5px 0;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	display:block;        
}

#dropmenu ul li a {
        font-weight: normal
}

#menu ul li a:hover {
}

#nav {
float: left;
padding: 2px 0 0 70px;
width: 650px;
}


/* banner */

#banner_home {
background: url('images/banner1.jpg') no-repeat center;
padding: 140px 0 50px 80px;
text-align: left;
}

#banner_page {
background: url('images/banner2.jpg') no-repeat center;
padding: 70px 90px 20px 500px;
text-align: justified;
}

h2 {
color: #5F9FA3;
}
#banner, #banner2, h1, h2{
color: #AB4908;
font-size: 12px;
font-weight: normal;
}


/* home page widgets */

#top_img{
width:925px;
height:7px;
background:url(images/home_widget_bg_top_blck.jpg) top left no-repeat;
}

#home_widgets{
margin: 10px 32px 9px 32px;
background: url(images/home_widget_bg_middle_blck.jpg) no-repeat top left;

}

#bottom_img{
width:925px;
height:9px;
background:url(images/home_widget_bg_bottom_blck.jpg) top left no-repeat;
clear:both;
}

#home_widgets h1 {
color: #fff;
font-size: 16px;
}

#home_widgets a{
color: #fff;
}

.homewidget {
width:255px;
float:left;
padding: 0 0 10px 25px;
}

#home_widgets .hleft h2{
color: #F9AB25;}

.homewidget_right {
width:320px;
float:left;
padding: 0px 0 10px 25px;
}

#home_widgets ul {
padding: 5px 0 0 10px;
margin: 0;
}

#home_widgets ul li{
list-style-type: none;
padding: 0 0 8px 0;
margin: 0;
color: #F9AB25;
}
#home_widgets ul li a{
color: #fff;
}
.homewidget ul li a:hover{
text-decoration: underline;
}


/* Profile Home widgets */

#profile_wrap{
margin: 10px 32px 0px 32px;
background: url('images/home_widget_bg_middle.jpg') no-repeat top left;
clear:both;
}

#profile_wrap h2{
font-size: 16px;
padding: 0 0 10px 0;
}

.profilewidget {
width:255px;
float:left;
padding: 0 0 10px 25px;
}

.profilewidget_right {
width:320px;
float:left;
padding: 0px 0 10px 25px;
}

#profile_wrap ul {
padding: 5px 0 0 10px;
margin: 0;
}

#profile_wrap ul li{
list-style-type: none;
padding: 0 0 8px 0;
margin: 0;
}
#profile_wrap ul li a{
color: #AB4908;
}
.profilewidget ul li a:hover{
text-decoration: underline;
}

.profilewidget_right li{
list-style-type: none;
padding: 0 0 5px 20px;
}

/* slider */

#stepsbottom p{color: #fff;}

#stepsbottom #step1 {background:transparent url('images/bg_step1.jpg') no-repeat scroll left top; padding: 5px 0 5px 15px;}
#stepsbottom #step2 {background:transparent url('images/bg_step2.jpg') no-repeat scroll left top; display:none; padding: 5px 0 5px 15px;}
#stepsbottom #step3 {background:transparent url('images/bg_step3.jpg') no-repeat scroll left top; display:none; padding: 5px 0 5px 15px;}
#stepsbottom #step4 {background:transparent url('images/bg_step4.jpg') no-repeat scroll left top; display:none; padding: 5px 0 5px 15px;}



/* content */


#content {
	float:left;
	width:570px;
	overflow: hidden;
	margin:14px;
	padding: 0 0 0 17px;
	}
	
#content .title{
 color:#5F9FA3;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post_border {
	margin:0 0 10px 0;
	padding: 5px;
	line-height: 14pt;
	}
	
.post h1{
	line-height: 130%;
	font-size: 16px;
	padding: 0 0 5px;
	}

.post h2{
	line-height: 130%;
	font-size: 13px;
	padding: 0 0 5px;
        font-weight: bolder;
        color: #000000;
	}
	
.post h2 a{
	text-decoration: none;
        color: #000000;
	}
	
.post h1 h2 a:hover{
	text-decoration: underline; color:#cc0000;
	}

.post ul { padding: 0 0 15px 30px;}

.post li {}

.entry {padding: 0 0 5px 0;}

.entry p{}
.entry_events_list {float:right;width:340px; }

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 0 0 25px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

ul.teamlist {}
ul.teamlist li{display: inline}

.team {
	display: inline-block;
	padding: 7px;
	min-width:100px;
	width:103px !important;
	width:103px;   
        vertical-align: top;
}

#content ul.partnerlist {}
#content ul.partnerlist li{list-style-type: none; font-size: 13px; padding: 0 0 20px 0;}

/* Breadcrumb */
#breadcrumb {
margin: 5px 0 9px 35px;
font-size: 11px;
font-weight: normal;
}

#breadcrumb a{
color: #d76227;
}


/* sidebar */

#sidebar {
	width:360px;
	padding: 15px 0 0 15px;
	float:right;
	text-align: left;
	}

#sidebar .categories{
	list-style:none;
}

#sidebar .categories .children{list-style:none;}

#sidebar .categories .children li{
	list-style:none;
	margin-top:5px;
}

#sidebar h2{
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #AB4908;
}


#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0 25px 10px 0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:10px 0 10px 20px;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	padding: 0 0 10px 0;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.center {
text-align: center;}


#eventlistmeta {
float:left;
width: 200px;
padding: 10px;
margin: 0 10px 0 0;
background-color: #ccc;
}


#eventlistmeta p{
padding: 0 0 5px 0;
}

#eventlistmetasidebar {
padding: 10px;
margin: 0 32px 15px 0;
background-color: #ccc;
}

#eventlistmetasidebar h2{

}

#eventlistmetasidebar p{
padding: 0 0 5px 10px;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:10px 0 0 ;
	}

#searchform input#s{
	border:0px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}

#search {
float:right;
padding: 0 75px 0 0;
}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#fff;
	clear: both;
	padding: 20px 30px 20px 30px;
	}
	
#footer p{padding:0;margin: 0; color: #666666; text-align:right;}
#footer a{color: #d47104;text-decoration: none;}
#footer a:hover{color: #666666;text-decoration: underline;}



#footer ul{
float: left;
}
#footer ul li{
display: inline;
color: #BCBCBC;
padding: 0 5px 0 5px;
border-left: 1px #666 solid;
}
#footer ul li:first-child, #footer ul li.first{border:none;}

p.withlist{padding:0;}
ul.nostyle{list-style:none;}