/*
Theme Name: Public Mobile
Theme URI: http://public-mobile.ca
Description: Custom WordPress theme for PublicMobile.ca
Version: 0.5
Author: CloudRaker
Author URI: http://www.cloudraker.com
Tags: white, orange, simple, widgets, wpmu-compatible

*/


/* Begin Typography & Colors */
body {
	font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
	color: #666;
	text-align: center;
	padding-bottom: 50px;
}



/*
 	-----------------------------------
	Links, colors, etc.
 	-----------------------------------
*/
a 			{	color: #ec7225; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus {	outline: none; }


/*
 	-----------------------------------
	Headings
 	-----------------------------------
*/
h1 { font-size:138.5%; }
h2 { font-size:123.1%; }
h3 { font-size:108%; }
h4 { font-size:100%; }
h1, h2, h3, h4 {
	margin: 1em 0;
}




/* 
	-----------------------------------
	#page
	-----------------------------------
*/
#page {
	padding: 0 0 23px 0;
	width: 961px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg-page-center.png) top center repeat-y;
	overflow: hidden;
}


/**

 * Header and footer

 */

.separator { margin: 0 6px; }

#header {
	position: relative;
	width: 100%;
	background: url(images/bg-header.gif) repeat-x;
}

#header-content {
	position: relative;
	width: 960px;
	height: 103px;
	margin: 0 auto;
}

#blog-header {
	background: #FFFFFF url("images/bg-header-bottom.png") bottom left repeat-x;
	height:109px;
	margin-bottom:30px;
	padding: 10px 0 1px 0;
	position:relative;
}

#blog-header h2 {
	left: 60px;
	position: absolute;
	top: 30px;
}

#blog-header h2 a {
	background:url("images/blog-title.png") no-repeat scroll left top transparent;
	display:block;
	height:98px;
	text-indent:-10000px;
	width:394px;
}

#blog-header form#searchform {
	bottom:15px;
	position:absolute;
	right:18px;
	width:252px;
}

#blog-header form input#s {
		border: 1px solid #b3b3b3;
		padding: 4px 8px;
		color: #707070;
		width: 201px;
		float: left;
	}

#blog-header form input#searchsubmit {
	margin: 0 0 -8px 5px;
}


#logo {
	position: absolute;
	top: 20px;
	width: 183px;
	height: 66px; 
}

#logo a {
	background: url('images/logo-en.gif') top left no-repeat;
	display: block;
	height: 66px;
	text-indent: -10000px;
	width: 183px;
}

#nav {
	position: absolute;
	bottom: 1px;
	right: -4px;
	height: 40px;
}

#nav ul {
	list-style: none; padding: 0; margin: 0;
}

#nav li {
	float: left; padding: 0; margin: 0;
}

#nav li a {
	display: block;
	height: 40px;
	text-indent: -10000px;
}

#nav li a:link, #links li a:visited {
	color: #464342;
}

#nav li a:hover, #links li a:active {
	color: #eb7024;
}

#header-links {
	position: absolute;
	top: 18px;
	right: 5px;
	font: 11px Arial, sans-serif;
	text-align: right;
}

#header-links ul li {
	display: inline;
}

#header-links ul li a:link, #header-links ul li a:visited {
	color: #464342;
	text-decoration: none;
}

#header-links ul li a:hover, #header-links ul li a:active {
	color: #EB7125;
	text-decoration: underline;
}

#footer {
	position:center;
	width: 100%;
	margin-top: 24px;
	background: url(images/bg-footer.gif) top left  repeat-x;
}

#footer-content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footer-content ul {
 margin-left: 1px;
 padding-top: 9px;
 padding-left: 0px;
}

#footer-nav li {
	display: inline;
	font: 11px Arial, sans-serif;
}

#footer-nav a:link, #footer-nav a:visited {
	color: #464342;
	text-decoration: none;
}

#footer-nav a:hover, #footer-nav a:active {
	color: #eb7024;
	text-decoration: underline;
}

#copyrights {
	margin: 32px 0 40px 1px;
	font: 11px Arial, sans-serif;
	color: #979595;
}

#copyrights p {
	margin-bottom: 8px;
}

#copyrights a:link, #copyrights a:visited {
	color: #979595;
	text-decoration: none;
}

#copyrights a:hover, #copyrights a:active {
	color: #EB7125;
	text-decoration: underline;
}


/* 
	-----------------------------------
	#content
	-----------------------------------
*/

#content {
	font-size: 1.2em;
	margin: 0 0 10px 65px;
	width: 585px;	
	padding: 20px;
	position: relative;
	float: left;	
	background: url(images/bg-content-center.png) repeat-y;
}

	#content span.top {
		display: block;
		height: 4px;
		width: 605px;
		margin: -20px -20px 0 -20px;
		background: url(images/bg-content-top.png) no-repeat top left;
	}
	
	#content span.bottom {
		display: block;
		position: relative;
		left: -20px;
		bottom: -20px;
		height: 4px;
		width: 605px;
		background: url(images/bg-content-bottom.png) no-repeat top left;
		clear: both;
	}


	#content h2.pagetitle {
		margin-top: 0;
		padding-top: 1em;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 20px;
	}

/* 
	-----------------------------------
	Posts
	-----------------------------------
*/
.post {
	margin: 0 20px 20px 0;
	padding-bottom: 10px;
	background: url(images/dot.png) repeat-x bottom left;
}

.post.no-line {
	background: none;
	margin-bottom: 10px;
}

	#content .post h2 {
		font-size: 20px;
		margin: 15px 0 8px 0;
		color: #ec7225;
		line-height: 1.4;			
	}

	.post .date-author {
	}

	.post .entry {
		margin: 0;
	}

	#content p.postmetadata { 
		color: #574439;
		line-height: 1.2em;
		font-size: 11px;
		padding-right: 125px;
		clear: both;
	}

	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}

	.post .addthis_button {
		float: right;
		margin-right: -125px;
	}

	.post .date-author {
		font-size: 12px;
	}

	.post p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 15px;		
	}

	.post blockquote p,
	.post blockquote p {
		color: #000;
		font-style: italic;
	}

	/* list in entry */
	.entry ul {
		padding: 0 0 0 30px;
		list-style: disc;
	}

	.entry ul,
	.entry ol {
		margin-bottom: 20px;
	}

	.entry li {
		margin: 7px 0 5px 10px;
	}

	.entry ol {
		padding: 0 0 0 35px;
	}
	


/* 
	-----------------------------------
	#sidebar
	-----------------------------------
*/

#sidebar {
	margin-right: 15px;
	width: 256px;
	float: right;
}

	#sidebar h2 {
		color: #525050;
		font-size: 16px;
		margin: 5px 0 8px 0;
		padding: 0 0 7px 0;
		background: url(images/dot.png) repeat-x bottom left;
	}
	
	#sidebar p {
		margin-bottom: 10px;
	}

	#sidebar ul {
		list-style: none;
	}

		#sidebar ul li { 
			margin-left: 0;
			margin-bottom: 15px;
			padding: 10px 20px;
			background: #fff url(images/bg-sidebar-content.png) repeat-y top left;
			position: relative;
			font-size: 12px;
		}

		#sidebar ul li span.top {
			display: block;
			height: 20px;
			width: 256px;
			margin: -10px -20px;
			background: url(images/bg-sidebar-top.png) no-repeat top left;
		}

		#sidebar ul li span.bottom {
			display: block;
			height: 4px;
			width: 256px;
			margin: 20px -20px -10px -20px;
			background: url(images/bg-sidebar-bottom.png) no-repeat top left;
			clear: both;
		}

			#sidebar ul li ul {
				margin-top: 10px;
				margin-bottom: 0;
				background: none;
			}
			
				#sidebar ul li ul a:hover {
					text-decoration: underline;
				}

				#sidebar ul li * li {
					background: none;
					padding: 0;
					margin-bottom: 8px;
					text-transform: uppercase;
					font-weight: bold;
					clear: both;
				}
				
				/* active item */
				#sidebar li.current-cat a {
					color: #000;
				}
				



	/* featured post widget */
	#sidebar .widget-featured-posts ul li,
	#sidebar .widget_get_recent_comments ul li {
		text-transform: none;
		font-weight: inherit;
		background: url(images/dot.png) repeat-x bottom left;
		padding-bottom: 8px;
	}
	
	#sidebar .widget-featured-posts ul li.last,
	#sidebar .widget_get_recent_comments ul li.last {
		background: none;
		padding-bottom: 0;
	}
	
	#sidebar .widget-featured-posts ul li h3,
	#sidebar .widget_get_recent_comments ul li h3 {
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	#sidebar .widget-featured-posts ul li p,
	#sidebar .widget_get_recent_comments ul li p {
		font-weight: normal;
	}
	
		#sidebar .widget-featured-posts ul li h3 a,
		#sidebar .widget_get_recent_comments ul li h3 a {
			color: #666;
			text-decoration: underline;
		}
		
		#sidebar .widget-featured-posts ul li h3 a:hover { text-decoration: none; }
                #sidebar .widget_get_recent_comments ul li h3 a:hover { text-decoration: none; }

	#sidebar .widget-featured-posts ul li a.more-link,
	#sidebar .widget_get_recent_comments ul li a.more-link {
		margin-bottom: 0;
	}
	
	/* stay in touch widget */
	#sidebar .widget-stay-in-touch ul {
		height: 50px;
		margin-bottom: 10px;
	}

		#sidebar .widget-stay-in-touch ul li {
			display: inline;
			background: none;
		}
		
		#sidebar .widget-stay-in-touch ul li.rss {
			float: right;
			margin-top: -25px;
		}
		
			#sidebar .widget-stay-in-touch ul li.rss span {
				display: block;
				margin-bottom: 10px;
				text-align: center;
			}
			
	/* newsletter form */
	#sidebar #email-subscribe p {
		margin-bottom: 5px;
	}	
	
	#sidebar #email-subscribe input#email {
		border: 1px solid #b3b3b3;
		padding: 4px 8px;
		color: #707070;
		width: 160px;
	}
			
	#sidebar #email-subscribe input#newslettersubmit {
		margin: 0 0 -8px 5px;
	}
	


/* 
	-----------------------------------
	comments
	-----------------------------------
*/

h2#comments,
#respond h3 {
	padding-top: 10px;
	color: #ec7225;
	font-size: 20px;
}

.commentlist {
	list-style: none;
	width: 565px;
}

.commentlist li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(images/dot.png) repeat-x bottom left;
}

.commentlist li ul li {
	font-size: 1em;
}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	width: 80%;
}

.commentmetadata {
	font-size: 11px;
	margin: 4px 0 10px 0;
}

/* comment form */
	form#commentform p {
		margin-bottom: 5px;
	}
	
		form#commentform label {
			font-size: 11px;
			font-weight: normal;
			margin-left: 7px;
		}

		form#commentform input {
			border: 1px solid #b3b3b3;
			padding: 4px;
			color: #707070;
			font-size: 12px;	
		}

		form#commentform textarea {
			width: 500px;
			border: 1px solid #b3b3b3;
			padding: 4px;
			color: #707070;
			font-size: 12px;
		}
		
		form#commentform input#submit {
			border: 0;
			padding: 0;
			float: right;
			margin-right: 73px;
			width: 78px;
			height: 25px;
			background-color: transparent;
			background-image: url(images/btn-send.png);
			background-position: 0 0;
			text-indent: -10000px;
			cursor: pointer;
		}
		
		form#commentform input#submit:hover {
			background-position: 0 -35px;
		}

/* 
	-----------------------------------
	Misc. WordPress various tag, etc
	-----------------------------------
*/

input.round-submit {
	border: 0;
	padding: 0;
	float: right;
	margin-right: 73px;
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-image: url(images/btn-search.png);
	background-position: 0 0;
	text-indent: -10000px;
	cursor: pointer;
}

input.round-submit:hover { background-position: 0 -31px; }

a.more-link {
	display: block;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin-bottom: 20px;
	background: url(images/btn-arrow.png) no-repeat 100% 50%;
	text-decoration: none;
}

a.more-link:hover { text-decoration: underline; }

.error {
	font-size: 11px;
	color: red;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}


.navigation {
	display: block;
	text-align: center;
	height: 20px;
	margin-right: 20px;
}

.navigation.comments {
	margin-top: 0;
	height: 0px;
	padding: 0;
}

	.navigation .alignleft a {
		padding-left: 10px;
		background: url(images/btn-arrow-back.png) no-repeat left center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
	}

	.navigation .alignright a {
		padding-right: 10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 20px;
		background: url(images/btn-arrow.png) no-repeat 100% 50%;
	}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

hr { display: none; }


/* ------------------------------------------------------------------------
	MENUS
------------------------------------------------------------------------- */

#liHeaderHome a {
	background: url(images/btn-nav-home.gif) top left no-repeat;
	width: 95px;
}
#liHeaderHome a:hover { background: url(images/btn-nav-home-on.gif) top left no-repeat; }

#liHeaderFeature a {
	background: url(images/btn-nav-features.gif) top left no-repeat;
	width: 113px;
}
#liHeaderFeature a:hover { background: url(images/btn-nav-features-on.gif) top left no-repeat; }

#liHeaderPlan a {
	background: url(images/btn-nav-plan.gif) top left no-repeat;
	width: 105px;
}
#liHeaderPlan a:hover { background: url(images/btn-nav-plan-on.gif) top left no-repeat; }

#liHeaderPhone a {
	background: url(images/btn-nav-phones.gif) top left no-repeat;
	width: 124px;
}
#liHeaderPhone a:hover{ background: url(images/btn-nav-phones-on.gif) top left no-repeat; }

#liHeaderCoverage a {
	background: url(images/btn-nav-coverage.gif) top left no-repeat;
	width: 139px;
}
#liHeaderCoverage a:hover{ background: url(images/btn-nav-coverage-on.gif) top left no-repeat; }

#liHeaderEssential a {
	background: url(images/btn-nav-essentials.gif) top left no-repeat;
	width: 112px;
}
#liHeaderEssential a:hover{ background: url(images/btn-nav-essentials-on.gif) top left no-repeat; }

#liHeaderSupport a {
	background: url(images/btn-nav-support.gif) top left no-repeat;
	width: 103px;
}
#liHeaderSupport a:hover{ background: url(images/btn-nav-support-on.gif) top left no-repeat; }