/**
 * Theme Name: Circadian
 * Version: 0.1
 * Author: Cedar
 * Author URI: http://cedarmultimedia.com
 * Template: hybrid
 *
 */

@import url('css/normalize.css');
@import url('css/wordpress.css');

/* ---------------------------------------------------- */
/* RESETS
/* ---------------------------------------------------- */
a {
	cursor:pointer
}
/* Remove dotted border from around links after they are clicked */
a:active {
	outline: none;
}
a:focus {
	outline: none;
}
a img {
	border:none
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
} /* Use this br class to clear your floated columns */
.comments-closed {
	display: none;
}
.sf-sub-indicator {
	display: none;
}
/**
* Body
************************************************/

body {
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}
#body-container {
	position: relative;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 50px;
	background: url(images/body-container.jpg) repeat-y;
}
#body-container:after, #container:after, .hentry:after, .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/**
* Elements
************************************************/
li, p {
	font-size: 14px;
	font-family: Arial, sans-serif
	line-height: 19px;
	color:#333333;
}
p {
	padding: 0;
}
/* Links */
a, a:visited {
	color: #231F20;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Headers */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 28px;
	color: #231F20;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h2, h2 a {
	color: #000000;
	font-size: 20px;
	margin: 20px 0 10px;
	line-height: 1.2;
}
h2 a {
	text-decoration: none;
}
h3, h3 a {
	font-size:15px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #292521;
}
h3 a {
	text-decoration: underline;
}
h4, h5, h6 {
	font-size:13px;
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:30px
}
/* Lists */
.content ul, .content ol {
	margin-left: 0px; /*21 */
	margin-bottom: 10px;
	padding: 0;
}
.content li {
	padding-bottom: 5px; /*21 */
	list-style: disc;
}
.content ul li {
	margin-left: 22px;
}
/**
* Header
************************************************/
#header-container {
	margin: 0;
	width: 1000px;
	float: left;
	height: 110px;
	position: relative;
}
#header {
	width: 1000px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}


#header h1 {
	padding: 0;
}
#header h2 {
	padding: 0;
}
#site-title {
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 290px;
	height: 86px;
	position: absolute;
	left: 60px;
	top: 14px;
	z-index: 9;
}
#site-title a {
	display: block;
	width: 290px;
	height: 86px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/logo.jpg) no-repeat 0 0;
}
#site-title a span {
	display: none;
}
h2#site-description {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	right: 30px;
	top: 40%;
	color: #000000;
}
/* TOP BAR  */
#top-bar {
	position: absolute;
	top: 45px;
	right: 55px;
	width: 330px;
	height: auto;
	font-size: 20px;
	font-weight: 500;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}

#call-out {
	color: #333333;
}
span.blue {
	color: #528ac8;
}
span.orange {
	color: #f79321;	
}
span.green {
	color: #095b53;	
}





#primary-menu {
	float: left;
	z-index: 100;
	margin: 0 auto;
	width: 970px;
	height: 44px;
	padding: 0 15px;
	z-index: 99;
	background: url(images/menu.jpg) no-repeat;
}
#primary-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	height: 44px;
}
#primary-menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0px 0;
	text-align: center;
	height: 44px;
	width: 160px;
}
#primary-menu ul#menu-primary > li:first-child  {
	margin: 0;
	border-left: none;
}
#primary-menu li a {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
	text-decoration: none;
	outline:none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

#primary-menu li:hover > a, 
#primary-menu ul#menu-primary > li.current-menu-item > a, 
#primary-menu ul#menu-primary li.current-menu-ancestor > a, 
#primary-menu ul#menu-primary > li.current_page_parent > a,
#primary-menu ul#menu-primary li.current-page-ancestor > a
{
	color: #666666;
	text-decoration: none;
}
.search #primary-menu ul#menu-primary > li.current_page_parent > a {
	color: #ffffff;
	text-decoration: none;
	background: none;
}


/**
* Container (content/primary/secondary)
************************************************/
#container {
	float: left;
	margin: 26px 25px 60px 5px;
	padding: 0;
	width: 970px;
	min-height: 400px;
	position: relative;
	
}
#container-border {
	width: 700px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	background: #bc7e13;
}
.home #container {
	float: left;
	margin: 26px 25px 60px 25px;
	padding: 0;
	width: 950px;
	min-height: 400px;
	background: none;
}
.content {
	float: left;
	width: 645px;
	padding: 0px 0 0 55px;
	margin: 0;
}

.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 895px;
	padding: 0 20px 0 55px;
}
.no-widgets #container-border, .primary-inactive.secondary-inactive #container-border{
	height: 6px;
}

.home .content {
	width: 680px!important;
	padding: 0!important;
}


/**
* Posts
************************************************/
.hentry {
	clear: both;
	margin-top: 0;
}
.singular .hentry {
	
}
.page-template-blog .post {
	margin-bottom: 30px;
}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
}
.sticky a {
	color: #A6C2CF !important;
}
/* Post title */
.entry-title {
}
.page-title, .loop-title {
	margin: 0 0 20px 0;
	padding: 0;
	margin-top: -8px;
	font-size: 30px;
	color: #bc7e13;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.single-post .entry-title, .page-title {
}
.page-title, .attachment-title, .error-404-title {
}
/* Byline */
.byline {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.single .byline, .home .byline {
}
.sticky .byline {
	color: #f7f7f7;
}
.byline a {
	color: #232c36;
}
/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px solid #ddd;
}
.sticky .entry-meta {
	color: #f7f7f7;
	border: none;
}
.entry-meta a {
	color: #232c36;
}
/* Page links */
p.page-links a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
}
.sticky p.page-links a {
	background: #3C738C;
	border: none;
}

/* Archive templates */
.archive-title, .search-title {
}
.search-info {
	overflow: hidden;
	margin-bottom: 21px;
}
/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.attachment object.video {
	width: 100%;
	height: 360px;
}
.attachment object.audio {
	width: 100%;
}
.attachment-image .entry-meta {
	clear: left;
}
.attachment .download {
	display: block;
	margin-bottom: 21px;
}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
}
/* Breadcrumb */
.breadcrumb {
	margin: 5px 0 13px;
	color: #81ab58;
	font-size: 12px;
	padding-bottom: 13px;
	border-bottom: 1px solid #8d8d8b;
}
.breadcrumb a {
	text-decoration: none;
	color: #81ab58;
}
/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
}
.next, .previous {
	max-width: 50%;
	text-decoration: none;
	color: #74421d;
	font-size: 14px;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 250px; /* 320 */
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	position: relative;
}
#secondary {
	clear: right;
	float: right;
	width: 208px;
	margin: 40px 0 0 0;
	padding: 0px;
	overflow: hidden;
}
#secondary h2 {
	font-size: 12px;
	color: #4a7420;
}
#secondary ul, #secondary ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#secondary ul li {
	float: left;
	margin-left: 10px;
}
#secondary li:first-child {
	margin-left: 0;
}
#secondary p {
	font-size: 1.2em;
	line-height: 1.4;
	padding: 10px 0 0 10px;
	font-style: italic;
}
#secondary a {
	color: #433c33;
	font-weight: bold;
	text-decoration: underline;
}
/**
* Footer
************************************************/
#footer-container {
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0;
	background: #000000;
}
#footer-logo {
	width: 230px;
	heigth: 100px;
	position: absolute;
	top: 10px;
	left: 60px;
}
#footer-address {
	width: 300px;
	position: absolute;
	top: 74px;
	left: 85px;
	font-size: 11px;
	color: #eeeeee;
}
.footer-insert {
	display: none;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	float: left;
}
#footer p {
	margin: 0 0 0 0;
	font-size: 12px;
	color: #d1d2d4;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #d1d2d4;
}
#footer .credit {
}
#footer .credit a {
	color: #d1d2d4;
}
/**
* Footer Menu
************************************************/
#footer-menu {
	margin: 0 25px 0;
	padding: 16px 0 0;
	width: auto;
	float: right;
	height: 12px;
}
#menu-footer {
	margin: 0;
	height: 13px;
}
#footer-menu li {
	list-style: none;
	float: left;
	margin: 0;
	height: 12px;
}
#footer-menu li {
}
#footer-menu li:first-child a {
	padding-left: 0!important;
}
#footer-menu li:last-child a {
	padding-right: 0!important;
}
#footer-menu li a {
	float: left;
	padding: 0 10px;
	color: #eeeeee;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#footer-menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.more {
	/*color: #666;*/
	font-weight: bold;
}
.blog .entry-title {
	margin-bottom: 20px;
}
.blog .blog-thumbnail-box {
	display: block;
	width: 200px;
	height: auto;
	float: left;
	margin: 0 -200px 0 0;
}
.blog .entry-summary {
	position: relative;
	float: left;
	margin: 0 0 0 220px;
	width: 70%;
}
.blog .hentry, .archive .hentry {
	margin-bottom: 20px;
}
.blog .hentry h2, .archive .hentry h2, .home .hentry h2 {
	margin: 0 0 5px 0;
	line-height: 1;
	color: #010101;
	font-size: 16px;
}
.archive .hentry {
	margin-bottom: 20px;
}
hr {
	background-color: #89a9bc;
	height: 2px;
	margin: 15px 0 15px 0;
	clear: both;
}

/* ---------------------------------------------------- */
/* GRAVITY FORMS
/* ---------------------------------------------------- */
.gform_wrapper {
	padding: 0 0 20px 0!important;
	margin: 0!important;
	list-style-type: none!important;
}

.gform_wrapper ul, .gform_fields {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.gform_wrapper ul li {
	padding: 0!important;
	margin: 14px 0;
	background: none;
}
.gform_edit_link {
	display: none;
}
.gform_wrapper textarea, .gform_wrapper input[type=text], .gform_wrapper select {
	border: none;
}
.gform_wrapper input[type=submit] {
}
.gform_wrapper input[type=submit]:hover {
	border: none;
}

.gform_wrapper .validation_error {
	color: #d8000c;
	padding: 4px 8px;
	font-weight: bold;
}

.gfield input, .gfield input[type="text"], .gfield textarea {
	border: 1px solid #cccccc;
	padding: 8px 0!important;
}
.gfield select {
	border: 1px solid #cccccc;
	padding: 7px 0!important;
}
.gform_wrapper .gform_button {
	display: block;
	float: right;
	text-transform: uppercase; /* weird hack toremove ie7 button text */
	border: none;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px!important;
	line-height: 20px;
	padding: 4px 10px!important;
	text-align: center;
	background: #000000;
}
.gform_wrapper .gform_button:hover {
	background: #333333;
}


.gform_wrapper label {
	color: #555555;
	font-size: 14px;
}

.gfield_required {
	color: #cc0000!important;
}

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 99%!important;
}


#gform_wrapper .validation_message {
	/*background: #fdd5ce;*/
	color: #d8000c;
	padding: 4px 8px;
	width: 95%;
}
#gform_wrapper .validation_error {
	/*background: #fdd5ce;*/
	color: #d8000c;
	padding: 4px 0!important;
	width: 95%;
	margin: 0!important;
}

/* ---------------------------------------------------- */
/* CONTENT IMAGES
/* ---------------------------------------------------- */

.content img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}





/* ---------------------------------------------------- */
/* SUB MENU
/* ---------------------------------------------------- */

.widget-nav-menu h3.widget-title {
	display: none;	
}

.widget-nav-menu ul, .widget-nav-menu li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 250px;
	
}

.widget-nav-menu li {
	height: 38px;
	list-style-type: none;
	background: #bc7e13;
	margin-bottom: 2px;
}
.widget-nav-menu li:last-child {
	margin-bottom: 0;
}
.widget-nav-menu  a{
	height: 50px;
	line-height: 38px;
	font-size: 15px;
	text-decoration: none;
	padding: 0 0 0 20px;
	color: #000000;
	display: block;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	
}
.widget-nav-menu .current-menu-item a, .widget-nav-menu .current-menu-item a:hover
{
	color: #ffffff;
}

#slideshow {
	width: 680px;
	float: left;
}

.entry-content p:first-child {
	padding-top: 0;	
	margin-top: 0;
}

#projects-box {
	margin-top: 34px;	
}
#new-projects {
	width: 330px;
	float: left;
}

#past-projects {
	width: 330px;
	float: right;
}
#new-projects img, #past-projects img {
	display: block;
	margin: 10px 0 0 0;
	float: left;
}
#new-projects img.first,  #past-projects img.first {
	margin: 10px 20px 0 0;
}

#recent-news{
	margin-top: 28px;

}
#new-projects  h2, #past-projects h2, #recent-news h2 {
	font-size: 14px;
	color: #ffffff;
	padding: 6px 0 6px 12px;
	margin: 0;
	background: #707070;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: strong;
}
#recent-news h2{
	background: #528ac8;
	padding-left: 12px;
}

#recent-news h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 18px 0 0 0;
}

#recent-news img {
	display: block;
	margin: 10px  0 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

span.read-more a {
	float: right;
	background: url(images/more.jpg) no-repeat right center;
	height: 25px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 25px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}

#login-box {

}

#login-box input{
	
}
#login-button {
	
}

#login-submit {
	text-transform: uppercase; /* weird hack toremove ie7 button text */
	border: none;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	text-align: center;
	background: #000000;
}
#login-submit:hover {
	background: #333333;
}


/* ---------------------------------------------------- */
/* CURRENT PROJECTS
/* ---------------------------------------------------- */
.page-current-projects .hentry {
	margin: 0 0 20px 0;
}

.page-current-projects .thumbnail-box {
	width: 200px;
	float: left;
	margin: 0 -200px 0 0;
}
.page-current-projects .thumbnail-box img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.page-current-projects .entry-summary {
	position: relative;
	float: left;
	margin: 0 0 0 220px;
}
.page-current-projects  h2{
	margin-bottom: 30px;
}
.page-current-projects .entry-summary h3{
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-current-projects .entry-summary p{
	line-height: 1.5;
}
.page-current-projects div.entry-summary > p{
	margin-top: 0;
	padding-top: 0;
}


/* ---------------------------------------------------- */
/* PAST PROJECTS
/* ---------------------------------------------------- */
.page-past-projects .hentry {
	margin: 0 0 20px 0;
}

.page-past-projects .thumbnail-box {
	width: 200px;
	float: left;
	margin: 0 -200px 0 0;
}
.page-past-projects .thumbnail-box img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.page-past-projects .entry-summary {
	position: relative;
	float: left;
	margin: 0 0 0 220px;
}
.page-past-projects  h2{
	margin-bottom: 30px;
}
.page-past-projects .entry-summary h3{
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-past-projects .entry-summary p{
	line-height: 1.5;
}
.page-past-projects div.entry-summary > p{
	margin-top: 0;
	padding-top: 0;
}


