/*   
Theme Name: Kokopelli Theme
Theme URI: 
Description: Kokopelli, Inc.
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/top_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#access {
	border:none;
	
}

a:visited {
    color:#3290CD;
}
a:active,
a:hover {
    color: #3290CD;
}


#blog-title a {
padding-left: 100px;
text-decoration:none;
color:#FFFFFF;
display:none;
}

#blog-title a:active,
#blog-title a:hover {
    color: #000000;
}

#blog-description {
	padding-left: 100px;
	color:#000000;
	display:none;
}

#branding {
	padding:5px 0 127px;
	height:43px;
}



/* menu items */

/* main menu hover */
.sf-menu li a:hover{
	color: #3290CD;
}

/* dropdown styles */
.sf-menu ul li a:visited, .sf-menu ul li a:active{
	
}

.sf-menu ul li a:hover {
	color: #3290CD;
}

.sf-menu ul li a {
	
}


.sf-menu li {

}

/*this is normal view on site */
.sf-menu a, .sf-menu a:visited {
   padding-left: 7px;
   padding-right: 7px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
}



.noside-content {
	width:940px;
}

#main {
    clear:both;
	width:940px;
    padding-top:30px;
	padding-left:10px;
	padding-right:10px;
}

#slide {
	float:right;
	margin-left:10px;
	margin-right:5px;
}

#homeDecor {
	float:right;
	margin-left:10px;
	margin-right:5px;
	border-style:solid;
	border-color:#3290CE;
	border-width:thick;
}

#fineArt {
	float:left;
	margin-left:5px;
	margin-right:10px;
	width:600px;
	/*border-style:solid;
	border-color:#3290CE;
	border-width:thick;*/
}

#jewelry {
	float:right;
	margin-left:10px;
	margin-right:5px;
	width:600px;
	/*border-style:solid;
	border-color:#3290CE;
	border-width:thick;*/
}

#collectibles {
	float:right;
	margin-left:10px;
	margin-right:5px;
	width:600px;
	/*border-style:solid;
	border-color:#3290CE;
	border-width:thick;*/
}

#knives {
	float:right;
	margin-left:10px;
	margin-right:5px;
	width:600px;
	/*border-style:solid;
	border-color:#3290CE;
	border-width:thick;*/
}


body.slug-home .entry-title{
display:none;
}

#siteinfo {
	color:#000000;
	padding-top:60px;
}

.the-year {
	padding-left:0px;
	font-size:12px;
}

#footer {
	margin-top:0px;
	border-top:none;
	background-image:url(images/footer.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

/*  e-mail submit style */
.wpcf7-mail-sent-ok {
border:2px solid #3290CD;
color:#3290CD;
}

.sf-menu a {
    padding: 9px 11px 10px;
}

.windows .sf-menu a {
    font-size: 12px;
    padding: 9px 10px 10px;
}
