/*   

Theme Name: Scott Varley

Theme URI: 

Description: Scott Varley Blog Wordpress Theme

Author: Interactive Media Consulting, LLC

Author URI: http://www.imediaconsult.com/

Template: thematic

Version: 1.0

Tags: Scott, Varley, 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-l-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');





html {

	background-color: #000;

}



body {

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

}

	



#header {

	background: #000 url(images/header.jpg) 50% 12px no-repeat;

	border: 1px solid red;

	border: none;

}



#branding {

	height: 0px;

}





div#branding div#blog-title span a {

	display: none;

}

div#branding h1#blog-description, #blog-description {

	display: none;	

}



#top-nav {

	color: #fff;

	margin: 0px auto;

	width: 940px;

	text-align: right;

	font-size: 12px;

}



#top-nav a:link, #top-nav a:visited {

	color: #fff;

	text-decoration: none;

}



#top-nav a:hover {

	color: #fff;

}



#nav-container {

	margin-top: -38px;

	font-weight: bold;	

}





#access {

	padding-top: 0px;

	background: #000 url(images/nav_blk.jpg) bottom repeat-x;

	margin: 0px auto;

	border: 1px solid blue;

	border: none;

	margin-top: -14px;

	width: 100%;	

	height: 34px;

}



#access {

	display: none;	

}



div.menu {

	height: 36px;	

}



div.menu ul li a, div.menu ul li a:visited {

	border: 1px solid blue;

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

	background: #000 url(images/nav_blk.jpg) bottom repeat-x;

	color: #ddd;

	font-weight: bold;

	border: none;

	font-size: 13px;

	height: 16px;

	

}



div.menu ul li a:hover {

	color: #e1eef7;

	background: #000 url(images/nav_green.jpg) bottom repeat-x;

}



#access .menu .sf-menu {

	border-color: #000;

}



#wrapper {

	background-color: rgb(53, 46, 44);

}



#main_top_cap {

	margin-top: 10px;

	height: 9px;

	margin-left: 1px;

	background: rgb(53, 46, 44) url(images/top.jpg) bottom center no-repeat;	

}





#main {

	margin-top: 0px;

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

	background-color: #fff;	

	padding-top: 0px;

	padding-bottom: 0px;



}



#container a:link, #container a:visited {

	color: #000;	

}



#container a:hover {

	color: #666;

	text-decoration: underline;

}

	

#container h1, #container h2, #container h3, #container h4, 

#container h1 a:link, #container h1 a:visited, 

#container h2 a:link, #container h2 a:visited {

color: rgb(51, 0, 51);	

}



#container {

	padding-top: 15px;

	padding-right: 10px;

	background: #fff url(images/background_content.jpg) top left repeat-y;

}


#container content {
	padding-right: 10px;
}




	



#primary {

	background: #100806 url(images/background_leftside.jpg) top left repeat-x;	

	width: 282px;

	margin-top: 0px;

	margin-bottom: 0px;

        margin-left: -3px;

	height: 100%;

	border: none;

	

}



#primary ul.xoxo {

	width: 200px;

}



#primary #searchform {

	width: 240px;

}



#primary a:link, #primary a:visited {

	color: #999;	

}



#primary a:hover {

	color: #ccc;

	text-decoration: underline;

}



.widgettitle {

	color: #fff;

	font-weight: bold;	

}



#main_bottom_cap {

	height: 53px;

	margin-left: 1px;

	background: rgb(53, 46, 44) url(images/bottom_reflect.jpg) bottom center no-repeat;	

}



#footer, #siteinfo {

	padding: 0px;

	border: none;

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

	background-color: #000;

	text-align: center;

	font-weight: bold;

	font-size: 14px;

	color: #eee;

	

}

#footer {

	height: 20px;	

}



#siteinfo {

	padding-top: 10px;	

}



#siteinfo span {

	padding: 0px 5px;	

}

