/*
Theme Name: quadrant
Version: 2.0
Description: A Child Theme of Thematic
Template: thematic
Tags:two columns,fixed width, widget ready, valid CSS, valid XHTML
Author: <a href="http://clay-johnson.com/">clay johnson {design for web}</a>
*/


@import url(../thematic/style.css);

/* Put sidebar on left */
@import url('../thematic/library/layouts/2c-l-fixed.css');


/* BASICS */

/* 
The colors are: blue #4E6681, gray #373838, green #A8A455, red #921919
*/

* {
	margin: 0;
	padding: 0;
	}
	
html {
	background: #666;
	}
	
body {
	color: #777;
	background: #fff;
	font: 14px "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.9em;
	}
	
div#wrapper {
	background: #4E6681;
	}
	
p {
	margin-bottom: 12px;
	}
	
a:link, a:visited {
	color: #373838;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}
	
a:hover, a:active {
	color: #921919;
	text-decoration: none;
	border-bottom: none;
	}
	
h1 {
	padding-top: 0;
	padding-bottom: 1.4em;
	color: #A8A455;
	font-size: 24px;
	font-weight: normal;
	}
	
h1 a {
	width: 330px;
	height: 70px;
	}
	
h2 {
	padding-top: 0;
	padding-bottom: 1.4em;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	}
	
div.entry-content h3 {
	padding-top: .6em;
	padding-bottom: 2em;
	color: #4E6681;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	display: inline;
	}
	
h3 a:link, h3 a:visited {
	color: #4E6681;
	text-decoration: none;
	border-bottom: none;
	}
	
h3 a:hover, h3 a:active{
	color: #4E6681;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
h4 {
	padding-top: 0;
	padding-bottom: .6em;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	}
	


/* HEADER */
	
div#header {
	
	}


div#branding {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 180px;
	min-width: 300px;
	background-color: #373838;
	}
	
div#blog-title a {
	position: absolute;
	bottom: 16px;
	right: 62px;
	width: 212px;
	height: 50px;
	background: url(images/cjdw_logo.gif) no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
	}
	
div#access {
	position: absolute;
	top: 0;
	left: 30%;
	width: 70%;
	height: 180px;
	background-color: #A8A455;
	}
	
	
	
	

/* PRIMARY NAVIGATION */
/*
.sf-menu {
	border-right: none; 
	float:right;
	}
*/
div.menu {
	position: absolute;
	bottom: 10px;
	left: 60px;
	width: 620px;
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	list-style: none;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	}

.sf-menu {
	border-right: none; 
	float: right;
	}
	
.sf-menu a:link,
.sf-menu a:visited,
.sf-menu a:hover,
.sf-menu a:active{
	border: none;
	border-right: none;
	border-bottom: none;
	background: #A8A455;
	}
	
ul.sf-menu li {
	background: transparent;
	}
	
ul.sf-menu li a {
	background: A8A455;
	}	
	
ul.sf-menu li a:link,
ul.sf-menu li a:visited {
	color: #fff;
	}
	
ul.sf-menu li a:hover,
ul.sf-menu li a:active {
	color: #921919;
	background: #A8A455;
	}			
	
.sf-menu .current_page_item a:link,
.sf-menu .current_page_item a:visited,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #4E6681; 
	background: A8A455;
}



/* SIDEBAR */


div.aside {
	margin-bottom: 0;
	width: 30%;
	height: auto;
	min-width: 300px;
	background: #4E6681;
	}
	
div.aside p {
	line-height: 1.6em;
	margin-bottom: 10px;
	}
	
ul.xoxo {
	float: right;
	padding-right: 40px;
	width: 224px;
	}
	
ul.xoxo ul li {
	padding-top: 6px;
	list-style: none;
	line-height: 16px;
	color: #ccc;
	}
	
ul.xoxo ul li a {
	border-bottom: none;
	}
	
ul.xoxo ul li a:link,
ul.xoxo ul li a:visited {
	color: #ccc;
	}
	
ul.xoxo ul li a:hover,
ul.xoxo ul li a:active {
	color: #fff;
	}
	
div#primary {
	margin-top: 180px;
	padding-top: 40px;
	float: left;
	border: none;
	margin-bottom: 0;
	}
	
div#secondary {
	padding-top: 16px;
	margin-bottom: 0;
	color: #ccc;
	}
	
div#secondary a:link,
div#secondary a:visited {
	color: #fff;
	border-bottom: none;
	}
	
div#secondary a:hover,
div#secondary a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
div#secondary h3.widgettitle {
	padding: 10px 0;
	border-top: 1px dotted #373838;
	color: #A8A455;
	font-style: italic;
	}
	
div#secondary img {
	padding: 6px;
	border: 1px solid #A8A455;
	}
	


/* widgets */

h3.widgettitle {
	color: #fff;
	font-style: normal;
	}
	
div.AdvancedText p {
	padding-top: 10px;
	color: #ccc;
	font-size: 12px;
	}
	
div.AdvancedText a {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	}
	
div.AdvancedText a:link,
div.AdvancedText a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	}
	
div.AdvancedText a:hover,
div.AdvancedText a:active {
	color: #fff;
	border-bottom: none;
	}
	
img#clay {
	float: right;
	}


	

/* MAIN CONTENT */
	

div#main {
	padding: 0;
	width: 100%;
	background-color: #4E6681;
	}


div#container {
	margin-top: 180px;
	width: 70%;
	min-height: 600px;
	background-color: #fff;
	}
	
div#content {
	margin-top: 40px;
	margin-left: 60px;
	width: 630px;
	}

div#nav-below {
	display: none;
	}

	

/* FOOTER */

div#footer {
	margin-top: 0;
	padding-bottom: 20px;
	border-top: none;
	height: 100px;
	width: 70%;
	margin-left: 30%;
	background-color: #fff;
	}

div#siteinfo {
	margin: 0 40px;
	padding-top: 20px;
	width: 640px;
	border-top: 1px dotted #666;
	text-align: center;
	color: #999;
	}
	
	
	
/* SPECIFIC PAGES */

	
/* portfolio */

div#post-15 a {
	padding-bottom: 4px;
	border-bottom: 1px solid #A8A455;
	}
	
div.wp-caption {
	margin-bottom: 30px;
	padding: 6px 2px 0 2px;
	border: 1px solid #A8A455;
	}
	
div#post-15 p.wp-caption-text {
	padding-top: 12px;
	padding-bottom: 12px;
	}
	
	
	
/* individual portfolio project pages */

img.alignright {
	padding: 4px;
	border: 1px solid #A8A455;
	}
	
span.soon {
	padding: 6px;
	border: 1px solid #A8A455;
	color: #A8A455;
	}
	
span.launch a {
	padding: 6px;
	}
	
span.launch a:link,
span.launch a:visited {
	background: #fff;
	border: 1px solid #A8A455;
	color: #A8A455;
	}
	
span.launch a:hover,
span.launch a:active {
	background: #A8A455;
	color: #fff;
	}
	
div.category-portfolio div.entry-meta,
div.category-portfolio div.entry-utility {
	margin: 0;
	padding: 0;
	line-height: 0;
	visibility: hidden;
	}


/* blog ------------------------*/

h2.entry-title a:link,
h2.entry-title a:visited {
	color: #A8A455;
	border-bottom: none;
	}
	
h2.entry-title a:hover,
h2.entry-title a:active {
	color: #921919;
	border-bottom: none;
	}
	
div.entry-meta {
	padding-right: 6px;
	text-align: right;
	border: 1px solid #A8A455;
	border-top: none;
	border-left: none;
	font-size: 10px;
	line-height: 16px;
	color: #A8A455;
	}
	
div.entry-meta a {
	border-bottom: none;
	color: #A8A455;
	}
	
div.entry-content {
	padding-top: 14px;
	}	
	
div.entry-utility {
	padding-left: 6px;
	padding-bottom: 16px;
	background: #A8A455;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	}
	
div.entry-utility a {
	border-bottom: none;
	color: #fff;
	}
	




/* contact page ------------------------*/

span#phone {
	padding-left: 10px;
	}
	
form#si_contact_form1 {
	padding-left: 20px;
	}

