/*
Theme Name: PeteNelson.com Responsive
Theme URI: http://petenelson.com/
Version: 1.0
Author: Pete Nelson <a href="mailto:pete@petenelson.com">pete@petenelson.com</a>
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-color: #708090;
	font-family: sans-serif;
	font-size: 13px;
}


img {
	border: none;
}

.clear {
	clear: both;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; height: auto; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#page {
	width: 940px;
	margin: 0 auto;
}

#primary {
	float: left;
}

#sidebar {
	float: right;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0; 
}

#sidebar ul.xoxo {
	margin: 10px 0 0 26px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#sidebar li {
	margin-left: 10px;
	padding: 0; 
}

#site-title {
	font-size: 2em;
}

#site-title a {
	color: #CCC;
	text-decoration: none;
}

#site-title .headerCap {
	color: #FFF;
}

#access {
	background: #384858;
	display: block;
	float: left;
	margin: 0 auto 6px auto;
	width: 940px;
	border: solid 1px #000;
}

#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #C0C0C0;
	display: block;
	line-height: 26px;
	padding: 0 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	border-right: solid 1px #000;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #fff;
}



/* Standard width */
#primary {
	width: 600px;
}

#sidebar {
	width: 310px;
}

body.single #primary
, body.page #primary {
	width: 940px;
}

body.attachment #content .entry-content {
	text-align: center;
}





#content article {
	margin: 0 0 1.2em 0;
}

#content article p {
	margin: 0.6em 0;
}


#content article, #sidebar article {
	background-color: #546479;
	border: solid 1px #C0C0C0;
	line-height: 1.2em;
}

.entry-content {
	padding: 0.4em;
}

.entry-content
, .entry-content a 
, #sidebar
{
	color: #ffffff;
}

 
#content div.entry-utility
, #content div.entry-utility a 
, #nav-below a 
, #footer a 
, #sidebar a
{
	color: #cccccc;
}


#sidebar a:hover
, #footer a:hover
, #nav-below a:hover
, #content div.entry-utility a:hover
{
	color: #E5E5E5;
}


#sidebar li.widget-container {
	margin-bottom: 10px;
}

.entry-content a:hover {
	color: #F5F5C5;
}


.entry-title {
	padding: 0.4em;
	border-bottom: solid 1px #C0C0C0;
	background-color: #9AAAAC;
	font-size: 1.2em;
}

.entry-title, .entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}
.entry-title .entry-time {
	float: right;
	font-weight: normal;
	font-size: 0.8em;
}

dl.gallery-item dt {
	margin: 2px;
}

dl.gallery-item img {
	border: none !important;
}

#content div.entry-utility {
	padding: 6px;
}


#nav-below {
	margin: 10px 0;
}

#nav-below .nav-previous 
, #site-info {
	float: left;
}

#nav-below .nav-next 
, #site-generator
{
	float: right;
}

#footer {
	margin: 1em 0;
	border-top: solid 1px #C0C0C0;
	padding: 0.8em 0;
}

/* Marketing Form Demo */

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px; 
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}


body.marketing-form .entry-content input {
	margin: 0 0 24px 0;
}

body.marketing-request-list #content .entry-content h3 {
	margin: 16px 0 0 0 ;
}




body.marketing-form  fieldset { 
	background-color: #EBEBEC;
	padding: 10px;
}

body.marketing-form ul.form-list
{
	list-style: none;
	padding: 0;
	margin: 0;
}

body.marketing-form ul.form-list li 
{
	background: url(images/marketing-request-form-link-background.png) no-repeat;
	margin-bottom: 6px;
	color: #1A1E4F;
	line-height: 1.4em;
	font-size: 1.2em;
	height: 43px;
}


body.marketing-form ul.form-list li a 
{
	display: block;
	color: #fff;
	text-decoration: none;
	float: left;
	width: 126px;
	margin-left: 6px;
	margin-top: 1px;
}

body.marketing-form ul.form-list li a:hover
{
	text-decoration: underline;
}

body.marketing-form ul.form-list li div
{
	display: inline-block;
	width: 470px;
	margin-left: 24px;
	margin-top: 1px;
	float: left;	
}

body.marketing-form ul.form-list li.promo div
{
	margin-top: 11px;
}


body.marketing-form h2, body.marketing-form h3
{
	font-weight: bold !important;
	margin: 20px 0 4px 0 !important;
}

body.marketing-form .ggaMktgForm {
	line-height: 24px;
}


body.marketing-form table.tablesorter tbody td a, 
body.marketing-form table.tablesorter thead th,
body.marketing-form-view fieldset a {
	color: #000;
}
body.marketing-form-view fieldset a:hover {
	color: #777;	
}

