/*
Theme Name: Codsutras (Thematic)
Theme URI: http://codesutras.com/
Description: Simple blog theme for Codesutras.com
Author: Bala Clark	
Author URI: http://balaclark.com/
Template: thematic
Version: 1.0
.
:-)
.
*/

@import url('../thematic/style.css');

/* Font Embeds ---------------------------------------------------------------*/

@font-face { font-family: 'Graublau Sans Web Bold'; src: url('/fonts/GraublauWebBold.eot'); }
@font-face { font-family: 'Graublau Sans Web'; src: url('/fonts/GraublauWeb.eot'); }

@font-face { font-family: 'Graublau Sans Web'; src: url('/fonts/GraublauWeb.otf') format('opentype'); }
@font-face { font-family: 'Graublau Sans Web Bold'; src: url('/fonts/GraublauWebBold.otf') format('opentype'); }

/* Fonts ---------------------------------------------------------------------*/

#blog-title, h1.entry-title, h2, h2 a {
	font-family: Graublau Sans Web Bold;
	line-height: 140%;
}

/* Header --------------------------------------------------------------------*/

#branding { padding: 20px 0; }

#blog-title { font-size: 40px; }

#header {
	background-color: #d7dedf;
	border-bottom: solid 4px #6e6e6e;
}

#access {
	border-bottom: solid 1px #6e6e6e;
}

/* Sidebar -------------------------------------------------------------------*/

#primary, #secondary {
	border: solid 1px #B2AD9A;
	border-left: solid 4px #6e6e6e;
}

#secondary {
	margin-bottom:22px;
	padding:18px 0 0;
}

.aside { color:#000; }

.sf-menu { border-right: 1px solid #6e6e6e; }

.sf-menu a, .sf-menu a:visited {
	color: #000;
	border-bottom: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	border-top: 1px solid #6e6e6e;
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a, 
.sf-menu a:hover  {
	border-bottom: solid 5px #D6A50A;
}

/* Posts ---------------------------------------------------------------------*/

pre {
	background-color:#2B2A25;
	border-left:5px solid #6E6E6E;
	color:#FFFFFF;
	font:14px/22px Monaco,monospace;
	padding:5px 10px;
}

/* Footer --------------------------------------------------------------------*/

#footer {
	border-top: solid 5px #6e6e6e;
	background-color: #2B2A25;
}

#footer #siteinfo {
	color: #fff;
}

#footer #siteinfo a {
	color: #C4CCC9;
}
