/*
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 {
	font-size: 13px;
	background:#dedede;
}

p{
	font-size: 13px;
	padding: 0 0 10px 0;
}
	
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
h4 {font-size: 13px;}


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;
}
img.center{
	clear:both;
	border:none;
	margin: 15px auto 15px auto;
	}

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: 5px;
}

ul {
	padding: 0 0 10px 30px;
}


/* links */
a{
	color:#AB4908;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#cc0000;
}



/* container */
#container {
	width: 990px;
	margin:0 auto;
	padding:0 0 30px;
	background:#fff;
	color:#333;
	overflow: hidden;
}



	
/* header */
#header{
	position:relative;
	padding: 22px 32px 0;
	text-align: right;
}
	#logo {
		width: 250px;
		float:left;
		margin:0 0 0 -53px;
	}
	#header_widgets {
		 float:right;
		 text-align: right;
		 margin: 10px 35px 0 0;
		 width: 500px;
	}

	#newsletter-signup{
		display: block;
		z-index: 99;
		//margin: 0 0 0 200px;
	}


/* main menu */
#nav {
	display: block;
	float:left;
	width: 650px;
    	z-index: 999;
}
	#menu {
		position:relative;
		background:#fff url(images/menu_bg.jpg) no-repeat center top;
		width:926px; padding: 0 0 7px 63px;
                z-index: 998
	}
	#menu ul {
		margin:0 0 3px 17px;
		padding:0;
	}
	#menu ul li {
		list-style-type: none;
		float:left;
		margin: 0;
		padding: 0;
	}
	#menu ul li a {
		margin: 0;
		padding:4px 10px;
		display:block;
	}
	#menu ul li,#menu ul li a {
		font-size:13px;
		font-weight:bolder;
	}
	#menu ul li a:hover {
	}

	#dropmenu li a{
		background:none;
	}
	#dropmenu li ul li a{
		background:#fff;
		border:1px solid #ccc;
		border-top:none;
	}
	#dropmenu li ul li:first-child a{
		border-top:1px solid #ccc;
	}

/* search */
#search{
	position:absolute;
        left:802px;
	top:7px;
	margin:0;
}
	#searchform{
		margin:1px 0 0 0;
		padding:0;
	}
	#searchform input #s{
		width:132px;
		height:13px;
                margin:0;
		padding:0;
		color:#b5b5b5;
		font-size:11px;
		border:none;
	}
	#searchform input #searchsubmit{
		display:none;
		background:none;
		color:#fff;
		text-transform:lowercase;
		border:none;
	}


	
/* 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: right;
	}

        @media (max-device-width: 480px) {
            #banner_page h2 {
               font-size: 11px;
               display: block;
               margin-left: 70px;
               width: 350px;
               text-align: left;
            }
        }

	h2 {
		color: #5F9FA3;
	}
	#banner, #banner2, h2{
		color: #AB4908;
		font-size: 13px;
		font-weight: normal;
	}


/* Banner slider */
#slider-container{
	position:relative;
        display: block;
	width:926px;
	height:202px;
	margin:0 32px;
        z-index: 2 !important;
}
	#slider-container a{
		font-weight:bold;
		color:#fff;
	}
	#slider-container a:hover{
		color:#fff;
	}
	#slider-wrapper{
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}
	#slider{
		position:absolute;
		top:0;
		left:0;
		padding:0;
		overflow:hidden;
	}
	#slider-wrapper,#slider,#slider ul,#slider li{
		width:926px;
		height:202px;
	}
	#slider ul{
		position:relative;
	}
	#slider ul,#slider li{
		margin:0;
		padding:0;
		overflow:hidden;
	}
	#slider li{
		position:relative;
		list-style:none;
		background: url('images/banner1.jpg') no-repeat center;
	}
	.slider-label{
		position:absolute;
		left:0;
		top:48px;
		width:342px;
		height:117px;
		margin:0;
		padding:0 0 0 46px;
	}
	.slider-label h1,.slider-label h2,.slider-label p{
		padding:0;
		color:#fff;
	}
	.slider-label h1{
		font-size:24px;
	}
	.slider-label h2{
		font-size:18px;
		font-weight:normal;
	}
	.slider-label p{
		font-size:12px;
	}
	p.slider-highlight,h1.slider-highlight,h2.slider-highlight,h3.slider-highlight,a.slider-highlight{
		padding:0 0 5px;
		color:#AB4908;
	}
	p.slider-more{
		position:absolute;
		right:0;
		bottom:0;
		text-align:right;
		font-size:13.5px;
	}
	p.slide-bottomline{
		position:absolute;
		left:46px;
		bottom:0;
	}

	/* numeric (if set to true) */
	ul#controls{
		display:inline-block;
		position:absolute;
		left:17px;
		bottom:14px;
		margin:0;
		padding:0;
	}
	ul#controls li, ul#controls li a{
		display:inline-block;
		float:left;
		width:13px;
		height:13px;
		line-height:0;
		margin-right:2px;
	}
	ul#controls li a{
		text-decoration:none;
		background:url('images/slider_marker.png') left bottom no-repeat;
	}
	ul#controls li a:hover,ul#controls li.current a{
		background:url('images/slider_marker.png') left top no-repeat;
		background-position:left top;
	}


/* home page widgets */
#home_widgets{
	margin:5px 32px 9px 32px;
	padding:0;
	background: url(images/home_widget_bg_middle.jpg) no-repeat top left;
}
	#top_img{
		width:925px;
		height:7px;
		background:url(images/home_widget_bg_top.jpg) top left no-repeat;
	}
	#middle_img{
		margin:0;
		padding:0;
	}
	#bottom_img{
		width:925px;
		height:9px;
		background:url(images/home_widget_bg_bottom.jpg) top left no-repeat;
		clear:both;
	}
	.homewidget ul li a:hover{
		text-decoration: underline;
	}
	.homewidget_left{
		display:inline-block;
		position:relative;
		float:left;
		width:274px;
		height:266px;
		padding:9px 0 3px 16px;
	}
	.homewidget{
		float:left;
		width:255px;
		padding:7px 0 0 17px;
		background:url(images/news_rss.png) 133px 6px no-repeat;
	}
	.homewidget_right{
		float:left;
		width:320px;
		padding:7px 0 0 16px;
	}
	#home_widgets ul.twitter{
		display:inline-block;
		height:118px;
		margin:9px 0 20px;
		padding:11px 11px 0;
		overflow:hidden;
	}
	#home_widgets ul.twitter li,#home_widgets .homewidget li a{
		color:#dedede;
	}
	#home_widgets .homewidget li,#home_widgets .homewidget li strong,#home_widgets .homewidget_right .twitter li strong{
		font-size:0.9em;
		color:#e09601;
	}
	#home_widgets ul.twitter li{
/*		font-style:italic;
*/
	}
	#home_widgets ul.twitter li a{
		color:#e09601;
	}
	#home_widgets ul.twitter li a:hover{
		color:#dedede;
	}
	#home_widgets .homewidget h2, #home_widgets .homewidget_right h2{
		padding-bottom:5px;
		font-weight:bold;
	}
	#home_widgets span.twitter_more, #home_widgets span.twitter_more a{
		color:#e09601;
	}
	#home_widgets span.twitter_more{
		position:relative;
		left:250px;
		top:-115px;
	}
	#home_widgets span.news_more,#home_widgets span.news_more a{
		color:#e09601;
	}

	#home_widgets h2{
		color: #fff;
		font-size: 16px;
	}
	#home_widgets a{
		color: #fff;
	}
	#home_widgets .hleft h2{
		color: #F9AB25;
	}
	#home_widgets ul {
		margin:0;
		padding:8px 0 0 0;
	}
	#home_widgets ul li{
		margin: 0;
		padding: 0 0 12px 0;
		list-style-type: none;
		color: #F9AB25;
	}
	#home_widgets ul li a{
		color: #fff;
	}



/* Step Process slider */
.stepsouter{
	position:absolute;
	top:9px;
	left:17px;
	width:268px;
	border:3px solid #3e3e3e;
}
	.stepsinner{
		background-color:#fff;
		border:6px solid #fff;
	}
	#stepsbottom{
		position:relative;
	}
	.stepsinner,#stepsbottom{
		width:256px;
	}
	#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;
	}
	#step1,#step2,#step3,#step4{
		width:240px;
		overflow:hidden;
	}
	#stepsbottom .stepnumbers{
		display:inline-block;
		position:relative;
		width:100%;
		height:58px;
		margin:0;
		padding:3px 0 0;
		text-align:left;
	}
	#stepsbottom .stepnumbers a{
		display:inline;
		position:relative;
		float:left;
	}
	img.mceItem{
		padding:0 5px 0 0;
	}
	.step-name{
		color:#fac664;
	}
	#home_widgets p.step-morelink,#home_widgets p.step-morelink a{
		font-weight:bold;
		color:#ed9f21;
	}
	#home_widgets p.step-morelink a:hover{
		color:#fff;
	}


/* 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;
	}


/* content */
#content{
	width:535px;
        display: block;
        float: left;
	overflow: hidden;
	margin: 14px; 
	padding: 0 0 0 17px;
}
	#content .title{
		color:#5F9FA3;
	}

        #content li {
        margin-bottom: 10px;}

        #content ul {
        display: block; margin-left: 30px; margin-top: 10px; margin-bottom: 10px;}

        #content ol {
        display: block; margin-left: 50px; margin-top: 10px; margin-bottom: 10px;}

	.post {
		margin:0;
		padding:0;
		line-height: 14pt;
        }
	.post_border {
		margin:0 0 10px 0;
		padding:10px;
		line-height: 14pt;
	}
	.post h2{
		line-height: 130%;
		font-size: 16px;
		padding: 0 0 10px;
	}
	.post h2 a{
		text-decoration: none;
	}
	.post h2 a:hover{
		color: #777;
		text-decoration: none;
	}
        .post img{
                display: block;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid black;
        }
	.post ul{		
	}
	.post li{
	}
	.entry {
		padding:0 0 15px 0;
	}
	.entry p{
	}
	.entry_event_list {
		display: block;
		float:left;
		width:280px;
	}
	.postmetadata{
		clear: both;
		background:#F7F7F7;
		padding:6px;
		margin-bottom: 40px;
        display: inline-block;
	}
	.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:10px;
	}
	#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: 13px;
	font-weight: bold;
}
	#breadcrumb a{
		color: #d76227;
	}


/* sidebar */
#sidebar {
       display: block;
        float: right;
	
	width: 350px;
	padding: 15px 0 0 15px;
	text-align: left;
}
	#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{
		margin: 0;
		padding: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;
	}
	#sidebar .subtopic{
		padding-left:25px;
	}
	#sidebar .subtopic, #sidebar .subtopic a{
		color:#666;
	}
	.center {
		text-align: center;
	}
	#eventlistmeta {
		float:left;
		width: 200px;
		margin: 0 10px 0 0;
		padding: 10px;
		background-color: #ccc;
	}
	#eventlistmeta p{
		padding: 0 0 5px 0;
	}
	#eventlistmetasidebar {
		margin: 15px 32px 15px 0;
		padding: 10px;
		background-color: #ccc;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
	}
	#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; display: block; 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;}


/* 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 {
	display:block;
	clear:both;
	padding:2px 60px 0 40px;
}
	#footer ul,#footer p,#footer ul li{
		padding:0;
		margin:0;
	}
	#footer p{
		color:#919191;
		text-align:right;
	}
	#footer ul li{
		display:inline-block;
		float:left;
		color:#d57409;
		border-right:1px #d57409 solid;
	}
	#footer ul li:last-child{
		border-right:none;
	}
	#footer a{
		padding:0px 15px 0 15px;
		color:#d57409;
		text-decoration:none;
	}
	#footer a:hover{
		color: #919191;
		text-decoration:underline;
	}
	#footer ul{
		float: left;
	}


/* Mobile-devices maxwidth:480px */
	@media (max-device-width: 480px) {
		.slider-label h1{
			font-size:20px;
		}
		.slider-label h2{
			font-size:16px;
		}
		.slider-label{
			top:30px;
		}
		.homewidget h2 a{
			font-size:14px;
		}
		.homewidget_right h2 a{
			font-size:14px;
		}
		.twitter-item{
			font-size:12px;
		}
		#home_widgets span.twitter_more{
			top:-110px;
		}
		#menu ul li{
			font-size: 11px;
		}
		#menu ul li a{
			font-size: 11px;
		}
		#nav{
			margin-left: 10px;
		}
	}

/* Mobile-devices maxwidth:480px */
	@media (min-device-width: 768px) and (max-device-width: 1024px) {
		.slider-label h1{
			font-size:20px;
		}
		.slider-label h2{
			font-size:16px;
		}
		.slider-label{
			top:30px;
		}
		.homewidget h2 a{
			font-size:14px;
		}
		.homewidget_right h2 a{
			font-size:14px;
		}
		.twitter-item{
			font-size:12px;
		}
		#home_widgets span.twitter_more{
			top:-110px;
		}
		#menu ul li{
			font-size: 11px;
		}
		#menu ul li a{
			font-size: 11px;
		}
		#nav{
			margin-left: 10px;
		}
	}/* TEST CLASSES FOR GWO (Updated June 9 2011) */.homewidget_left_test{
		display:inline-block;
		position:relative;
		float:left;		clear:left;
		width:250px;
		height:266px;
		margin: 6px 10px 0 25px; 
		background:#333;
		border: 2px solid #aaa;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;		
	}

#homewidget_L_text{
		display:inline-block;
		color:#eee;
		width:240px;
		height:140px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size: 22px;
		margin: 20px 0 0 18px;
		line-height: 1.1;	}
#homewidget_L_img{
		display: inline-block; clear:both;
		margin: 23px 0 0 -3px;}
