/*
Theme Name: 
Theme URI: http://tucson-labs.com
Description: 
Version: 1.0.1
Author: Joshua Williams
Author URI: http://tucson-labs.com
Tags: gray, fixed width, two columns, widgets

	v1.0.0
	
	The CSS, XHTML and design is released under ____:
	http://

*/

body 	{	
	padding:0;
	margin:0;
	font:normal 100%/140% Georgia,"Times New Roman",Times,serif;
	text-align: center;
	}

/* LAYOUT --------------------------------*/

#container {	
	width: 960px;
	margin: 5px auto 0;
	text-align: left;
}

#header {
	float:left; /*float to fix */
	width:960px;
	position:relative;
}

.article {
	clear:both;
	float:left;
	display:inline;
	width:480px;
	margin:20px 20px 20px 50px;
}

.article.wide {
	display:inline;
	width:685px;
	margin-left:20px;
	background:rgb(216,223,225);
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
}

.article.primary {
	display:inline;
	width:607px;
	margin:20px 10px 20px 20px;
	background:rgb(107,219,74);
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
}

.aside {
	float: right;
	display:inline;
	width: 340px;
	margin:20px 50px 20px 20px;
}

.aside.min {
	width:215px;
	margin-right:20px;
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
	}

.aside.secondary {
	width:293px;
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
}

.aside div.primary {
	float: left;
	width: 158px;
	margin:0 10px 0 0;
}

.aside div.secondary {
	float: right;
	width: 158px;
	margin-left:10px;
}

.section {
	float:left;
	width:960px;
	margin:20px 0;
	clear:both;
}

.section div {
	display:inline;
	float:left;
	width:215px;
	margin-right:20px;
}

.section.thirds div {
	display:inline;
	float:left;
	width:293px;
	margin-right:20px;
}

.section.fifths div {
	display:inline;
	float:left;
	width:168px;
	margin-right:20px;
}

.section div.first-child {
	margin-left:20px;
}

.section.thirds div.first-child {
	margin-right:21px;
}

.section div.primary {
	float:left;
	width:360px;
	margin-left:20px;
}

.section div.secondary {
	float:right;
	width:540px;
	margin-right:20px;
}

.section div.tertiary {
	float:right;
	width:685px;
	margin-right:20px;
}

.nav {	
	position:absolute;
	right:12px;
	top:10px;
}

#respond {
	clear:both;
	}

#footer {
	clear:both;
	width: 960px;
	float:left;
}

/* End LAYOUT */

/* PAGE-STYLE----------------------- */

body {
	background: rgb(254,252,241);
	color: #666;
}

#container {
	background:rgb(254,252,241) url(images/container-bg.png) repeat-y 0 0;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #container {height:1%} /* IE5 + IE6 auto clear filter */

*:first-child+html #container {min-height:1px;} /*for IE7 */

#header {
		background:rgb(254,252,241) url(images/header-bg.png) repeat 0 0;
}

.article {
	xbackground: rgb(255,255,255) url(#) no-repeat top left;
	}

.aside {
	xbackground: rgb(255,255,255) url(#) no-repeat top left;
}

.aside div.primary {
	background:  url(#) no-repeat top left;
	
}

.aside div.secondary {
	background:  url(#) no-repeat top left;
	}

.section div 	{
	background:rgb(255,255,255) url(#) no-repeat top left;
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
}

#footer {
	background:url(images/footer-bg.png) no-repeat 0 bottom;
	padding:0 25px;
	font-size:80%;
}

/* END PRIMARY-CONTENT */

/* HEADINGS ------------------------------*/
h2, h3, h4	{
	font:bold 190%/110% Helvetica Neue, Arial, Helvetica, sans-serif;
	color:rgb(74,74,74);
	letter-spacing:-1px;
	text-transform:capitalize;
	margin:.7em 0;
	}

h1#logo a {
	padding: 0;
	margin: 38px 0 0 30px;
	position: relative;
	float: left;
	display: inline;
	width: 337px;
	height: 76px;
	background:url(images/logo.png) no-repeat 0 0;
}

h1#logo a span {
	display:none;
}

h1 a {text-decoration:none;}

#header h2 {
	color:#999;
	clear:left;
	float:left;
	font-size:80%;
	margin:-7px 0 22px 107px;
	}

#content p:first-child  {
	margin-top:1.1em;
		}

.aside h3 {
	font-size:150%;
	}

.article h1 { 
	font-size:200%;
	}

.article h3 {
	font-size:150%;
	}
	
.article h3#comments {
	font-size:130%;
	}
	
.article h4 {
	font-size:140%;
	}

.article h5 {
	font-size:135%;
	}
	
.article h6 {
	font-size:130%;
	}	
	

/* END HEADINGS */

/* NAV -------------------------------- */

.nav {
	background:url(images/nav-bg.png) repeat 0 0;
	border:1px solid #e7e7e7;
	border-top:0 none;
	border-right:0 none;
}	

.nav li {
	float:left;
	font-size:90%;
}

.nav li a, .nav li a:visited {
	float:left;
	display:block;
	padding:.4em .9em;
	text-decoration:none;
	color:rgb(28,28,28);
}
	
.nav li a:hover {
	color:rgb(92,180,247);
	text-decoration:underline;
	}

.nav li li a {
	display:block;
	}	
	
.nav li li a,
.nav li li a:visited {
	xcolor:rgb(255,255,255);
	xbackground:transparent;
}	
	
.nav li li:hover {
	color:rgb(92,180,247);
	text-decoration:underline;
	background:rgb(247,247,247);
	xbackground:rgba(22,22,22,.7);	
}

.nav li ul {
	background:rgb(255,254,252);
	xbackground:rgba(22,22,22,.7);	
	}

#alt-nav {
	width:300px;
	float:left;
	padding:20px;
	font-size:90%;
	}	

#alt-nav li {
	float:left;
	margin: 0 1px 0 0;
}

#alt-nav a, #nav a:visited {
	display:block;
	margin:0;
	padding:4px 8px;
	text-decoration:none;
	color:rgb(133,133,133);
	background:rgb(255,255,255);
}

#alt-nav a:hover {
	color:#333;
	background:#fff;
}

/* TYPOGRAPHY ---------------------------------------------------*/

ol {
	list-style:decimal;
	}


/* =article ----------------------*/

a {
	color:rgb(58,158,247);
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	}

a:visited {
	color:rgb(45,124,194);
	}

.article p {
	margin-bottom:1em;
	color:#333;
	}

.article p.intro {
	font-size:120%;
	color:#111;
	}

.article p img {
	margin:.4em 0;
	x-moz-box-shadow: 1px 0 4px rgba(0,0,0,.5);
	}

.article p.pub-date {
	font-size:80%;
	margin-top:-1.5em;
	}

.article ul li {
	list-style:disc;	
	color:#333;
	}

.article li h3  {
	font:bold 100%/140% Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333;
	}

.article li p {
	font:normal 100%/140% Georgia,"Times New Roman",Times,serif;
	letter-spacing:0;
	}

.article ul,
.article li ul {	
	margin:1em 0 1em 1em;
}

.article li ul li {
	list-style:circle;
	}
	
.article li ul li {
	font:normal 100%/130% Georgia,"Times New Roman",Times,serif;
}

.artile ol.commentlist li {
	list-style:none;
	}

/* END Article */

/* Aside ----------------------*/

.aside p {
	font-size:90%;
	margin-bottom:1em;
	}
	
.aside div.primary,
.aside div.secondary {
	font-size:90%;
	line-height:130%;
	}
	
.aside p.pub-date {
	margin-top:-13px;
	font-size:80%;
	color:#333;
	}	

/* END Aside */

/* FOOTER */

#footer p {
	padding:20px;
}
/* END TYPOGRAPHY */

/*MISC ----------------------------------*/
img#pricing {
	margin-left:-3px;
	margin-bottom:1em;
}

/*=wordpress specific */
.commentlist li, #commentform input, #commentform textarea {
	font: ;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font:;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.hidden {
	display: none;
	}

.center {
	text-align: center;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wpcf7-form p span input,
.wpcf7-form p span textarea  {
	width:460px;
	padding:.2em;
	display:block;
	font:normal 100%/140% Georgia,"Times New Roman",Times,serif;
}	

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

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

.wp-caption {
	margin-bottom:1.5em;
	}

.article .wp-caption p {
	color:#fff;
	background-color: #333;
	margin-right:-10px;
	}

.wp-caption.alignleft {
	margin-right:20px;
	}

.wp-caption.alignright{
	margin-leftt:20px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 70%;
	line-height:100%;
	padding: 6px 10px;
	margin-top: -6px;
}

.wp-caption.alignright p.wp-caption-text {
	margin-left:10px;
	}

.wp-caption.aligncenter p.wp-caption-text,	
.wp-caption.alignleft p.wp-caption-text	{
	margin-right:10px;
	}
/* End captions */