/*
Theme Name: We Get Signal
Theme URI: http://www.wegetsignal.ca/
Description: We Get Signal theme.
Version: 1.0
Author: John Stringham
Author URI: http://www.wegetsignal.ca/
Tags: orange, we get signal
*/

html, body, div, a, ul, li, img { padding: 0; margin: 0; }

ul, li { list-style-type: none; }

.clear { clear: both; }

body {
	font-family: Verdana,Arial,Sans-serif;
	background: #fff;
	color: #333;
}

a { color: #66B5FF; text-decoration: none; }
a:hover { color: #999; }

#header {
	width: 960px;
}

#blogwrap {
	background: url('images/blog-splatter-bg.jpg') no-repeat 0 -20px;
	width: 960px;
	margin: 0 auto 0 auto;
}


#main {
	width: 960px;
}

#branding { width: 960px; height: 182px;
	float: left; }

#branding #blog-title {
	float: left;
	width: 309px; height: 139px;
	margin-left: -20px;
}

#branding #blog-title a {
	display: block;
	background: url('images/wgs-logo-blog.png');
	width: 309px; height: 139px;
}

#branding #blog-title a span { display: none; }

#branding #blog-description { 
	float: right;
	background: url('images/wgs-blog-description.png') no-repeat;
	text-indent: -9000px;
	margin: 74px -20px 0 0;
	display: block;
	width: 471px; height: 21px;	
}

#access {
	width: 384px; height: 80px;
	float: left; 
	text-align: right; 
	font-size: 10px;
	text-transform: uppercase;
}

#access .menu ul { list-style-type: none; }

/* content*/
#content {
	width: 648px;
	float: left;
}

/* pages */

.page {
	background: url('images/post-bg.png');
	padding: 20px;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	overflow: hidden;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.page h2 { margin-top: 0; text-shadow: #999 2px 2px 8px; }
.page h2 a { color: #333; font-size: 18px; }
.page h2 a:hover { color: #666; }

/* posts */

.post {
	font-size: 12px;
	background: url('images/post-bg.png');
	padding: 20px;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	overflow: hidden;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.post h2 { margin-top: 0; text-shadow: #999 2px 2px 8px; }
.post h2 a { color: #333; font-size: 18px; }
.post h2 a:hover { color: #666; }

.post .entry-content {
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.page .entry-meta,
.page .entry-utility,
.post .entry-meta,
.post .entry-utility { 
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}

.post .wp-caption { margin: 6px; }
.post .wp-caption-text { text-align: center; margin: 4px 0; font-family: Arial; font-size: 10px; }
.post .wp-caption img {
	background: #fff;
	border:1px solid #CCCCCC;
	padding:5px;
}
.post .aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.post .alignright {	float: right; }
.post .alignleft { float: left; }
.post .entry-utility { clear: both; }


/* comments */

#comments {
	font-size: 12px;
}

.vcard img {
	width: 40px; height: 40px;
}

/* sidebar */
.widget-area#primary {
	margin: -12px 0 0 0;
}

.widget-area {
	font-size: 13px;
	width: 192px;
	float: right;
}

.widget-area a {
	color: #333;
}

.widget-area a:hover {
	color: #666;
}

.widget-area h3.widget-title {
	display: block;
	background: url('images/widget-title.png') no-repeat;
	padding: 0 0 0 8px;
	width: 182px; height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.widget-area .widget-container ul {
	margin: 0 0 0 10px;
}


.widget-area .widget_tag_cloud div {
	padding: 0 10px;
}

.widget-area .widget_tag_cloud a {
	color: #999;
}



/* footer */

#footer {
	clear: both;
}