﻿/*   
Theme Name: CrisDow
Theme URI: 
Description: Cris Dow Theme.
Author: Cris Dow
Author URI: http://www.crisdow.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	/*background-color:#000000;*/
	z-index:2;
	
}

#access {
	border:none;
	
}


#branding {
	padding:62px 0 12px;
	background-image:url(images/cris_dow_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#header {

}

#headerBG {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#blog-title h1 {
	
}

#blog-title {
	display:none;
}

#blog-title a {
	color:#FCFCFC;	
}

#blog-title a:hover{
	color:#FFFFFF;	
}

#blog-description {
	padding-top:0px;
	font-size:16px;
	color:#ffffff;
}

.sf-menu {
	border-right:none;
	/*text-transform:uppercase;*/
	font-size:16px;
}

.sf-menu a {
	border-bottom:none;
	border-left:none;
	border-top:none;
	background-color:none;
	color:#FFFFFF;
}

/* main menu hover */
.sf-menu li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}

/* dropdown styles */
.sf-menu ul li a:visited, .sf-menu ul li a:active{
	color:#000000;
	font-weight:100;
	text-decoration:none;
	background-color:#fcfcfc;
}

.sf-menu ul li a:hover {
	color:#ffffff;
	font-weight:100;
	text-decoration:none;
	background-color:#000000;
}

.sf-menu ul li a {
	color:#000000;
	font-weight:100;
	text-decoration:none;
	background-color:#fcfcfc;
}


.sf-menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
color:#000000;
}

/*this is normal view on site */
.sf-menu a, .sf-menu a:visited {
color:#00CCFF;
font-weight:bold;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:none;
	outline:		0;
	color:#ffffff;
    border-bottom-color:#ccc;
}

.aside {
	color:#333333;
}

.aside a {
	color:#333333;
}

.aside a:hover {
	color:#000000;
	text-decoration:underline;
}

.aside .current_page_item a {
	color:#000000;
	text-decoration:underline;
}

#main {
	margin:0 auto;
	margin-top:30px;
	overflow:hidden;
	position:relative;
	width:960px;
	padding:0px 0 0px;
	background-color:#fcfcfc;
}

#container{
	padding-top:10px;
}

.hentry {
padding-bottom:0px;
}

#primary {
	margin-top:15px;
}

#secondary {
	padding-top:10px;
	margin-top:10px;
	background-image:url(images/sidebar.jpg);
	background-repeat:no-repeat;
	}

#content {
	width:610px;
	padding-left:10px;
}

#menu_content {
	width:920px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fcfcfc;
	margin-top:0px;
}

#menu_content h1{
	font-size:20px;
}

#image_content {
	width:960px;
	padding-left:00px;
	background-color:#000000;
	margin-top:-10px;
	background-image:url(images/welcome-page-photo.jpg);
	background-repeat:no-repeat;
}

#image_content h1{
	display:none;
}

#image_content .entry-content p {
	color:#ffffff;
	padding-left:20px;
}

#content h1 {
	visibility:hidden;
	height:0px;
	padding:0px;
	margin:0px;
}

.entry-content {
	padding:10px 0 0;
}

.entry-title {
	font-size:20px;
}

.entry-title a:hover{
	color:#00CCFF;
}

.entry-utility {
margin-bottom:14px;
}

table{
	padding-left:20px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

table tr {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#footer {
	border-top:none;
	margin-top:0px;
	text-align:center;
	
}

#siteinfo {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:12px;
	width:940px;
	background-color:#000000;
	color:#fcfcfc;
}

.slideshow {
	padding-bottom:20px;
}

div.wpcf7-mail-sent-ok {
border:2px solid #398F14;
color:#398F14;
}