/*   
Theme Name: Sterling
Theme URI: 
Description: A Thematic Child Theme by Troy Woody.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* COLORS */
/* heds #6B7B9C */

/* 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('troy-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: #C0D0E9;
	font-family: Arial, Helvetica, sans-serif;
}

body, input, textarea {
    color:#000;    
    font: 14px Arial, Helvetica, sans-serif;
    line-height:18px;
}

p, ul, ol, dd, pre {  /*NEW */
    margin-bottom:10px;
}

#wrapper {
padding: 15px 0 0 0;
}

a:link, a:visited, .aside a:link, .aside a:visited {color: #6B7B9C; font-weight: bold; text-decoration:none; }
a:hover, a:active, .aside a:hover, .aside a:active {color:#2575CA; font-weight: bold; text-decoration:underline; }

#footer a, #footer a:visited, #footer a:hover {color:#6B7B9C; }
#footer a:hover {color:#2575CA; text-decoration:underline;}

/* ==================== CONTENT =========================== */
#main {
background-color: #C0D0E9;
    clear:both;
/*    padding:66px 0 22px 0;*/
padding: 0 0 0 0;
	border-top: 2px dotted #6B7B9C;
}
#branding {
	background: #CADDEC url(troy_art/banner.png) no-repeat;
	height: 100px;
	padding:0 20px 0 0;
}

#blog-title a {
display:block;
text-indent:-9000px;
width: 200px;
height: 100px;
}

#blog-description {
display: none;
}


#content {
	background: #CADDEC;
}
#primary {
	background-color: #C0D0E9;
    padding:10px 10px 0 0;
	border-top: none;
	border-right: none /*1px solid #16445C*/;
	border-bottom: none;
    border-left: 2px dotted #6B7B9C;
}
* html #primary {
	background-color: #C0D0E9;
}

#sluglead {
	background: #CADDEC url(troy_art/camera.png) no-repeat;
	padding: 0 30px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
    line-height:120%;
}

#troy_inside {
    padding:20px 30px 0 30px;
}

.coverhed {
    font-family:Arial,sans-serif;
    font-size:30px;
    font-weight:bold;
    padding:0 0 0 0;
}

/* ====================== NAVIGATION ========================= */

#access { /*goes all the way across */
	background: #C0D0E9;
	clear: both;
    border-bottom: none; 
    font-family: Arial, Helvetica, sans-serif;
	font-color: #F1F3F4;
    font-size:10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    z-index:100;
	text-transform: uppercase;
}

#access .menu {
	border-top: none;
	border-bottom: none;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right: none;
	float:left;
}
.sf-menu a {
	padding:6px 15px; /*CELL SIZE */
	text-decoration:none;
	background: #C0D0E9;
    border-left: none;
	border-top:none;
	border-right: none;
	border-bottom: none;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	font-weight: bold;
}

.sf-menu li {
	background: #C0D0E9;
}
.sf-menu li li {
	background: #C0D0E9;
	border-top: none /*1px solid #6B7B9C;*/
}
.sf-menu li li li {
	background: #C0D0E9;
	border-top: none /*1px solid #6B7B9C;*/
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: #C0D0E9;
	outline: 0;
	text-decoration:underline;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #C0D0E9;
	outline:		0;
	font-weight: bold;
	text-decoration: none /*underline;*/
}

.sf-menu ul {
    border-right:none;
	border-bottom: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background: #C0D0E9;
	border-bottom: none /*1px solid #6B7B9C;*/
}
.sf-menu ul a:hover {
    color: #6B7B9C;
	font-weight: bold;
	text-decoration: none /*underline;*/
}

/* ====================== FOOTER ========================= */

#subsidiary {
	border-top: 1px solid #6B7B9C;
	border-bottom: 1px solid #6B7B9C;
}
