/*   
Theme Name: trptheme
Theme URI: 
Description: Thematic Child Theme for TRP.
Author: Annette Walker
Author URI:
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is &copy; 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('../trptheme/library/styles/default.css');

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


/* =Global Elements
-------------------------------------------------------------- */

body {
	font-family:Arial,san-serif;
	font-size:90%;
}

a:link {
    /*color:#5F5F92;*/
    color:#008EB0;
    text-decoration: none;
}
a:visited {
    color:#006666;
    text-decoration: none;
}
a:active,
a:hover,
.aside a:active,
.aside a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-title a:active,
.entry-title a:hover,
#siteinfo a:active,
#siteinfo a:hover,
.navigation a:active,
.navigation a:hover {
	color:#CC00CC;
}

a[name] {
	color:#000;
}

ul {
	list-style-type:square;
	margin-left: 15px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background: #008EB0;
}

#branding {
	padding: 0;
}
	
	
#blog-title a {
	color:#fff;
}

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

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #99CCCC;
	height: 35px;
	border-bottom:2px solid #99cccc;
	
}

/*** SKIN ***/
.sf-menu {
    border-right:2px solid #99cccc;
    #008EB0
	float:left;
}
.sf-menu a {
	border-left:2px solid #99cccc;
	border-top:1px solid #99cccc;
	border-bottom:2px solid #99cccc;
	padding:9px 13px;
	text-decoration:none;
	font-size:120%;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:2px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #99CCCC;
	outline:		0;
    border-bottom-color:#99CCCC;
    color:#CC00CC;
}
.sf-menu ul {
    border-right: 2px solid #99cccc;
    border-bottom: 2px solid #99cccc;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #CC00CC;
}

/* =Content
-------------------------------------------------------------- */
.entry-title {
	color:#666;
	font-variant:small-caps;
	}

.entry-content h1, .entry-content h2 {
	padding-top:0;
}

#main {
	padding:35px 0 22px;
}

#content {
	margin:0 0 0 270px;
	width:670px;
}

.page-title {
	padding:0 0 24px;
	color:#CC00CC;
}

.archive-meta {
	font-weight: bold;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.main-aside {
	width:230px;
}

.aside {
    background: #EEEEEE;
}

.aside h3 {
	font-variant:small-caps;
	font-style:normal;
	}

.aside ul ul {
	list-style-type:square;
}

#primary {
	border: 2px solid #99cccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#secondary {
	border: 2px solid #99cccc;
	padding:18px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* div#primary.main-aside.aside */
/* Widgets classed within li.widgetcontainer */
.widget_thematic_search #searchform input {
	width:180px;
	/*border: 1px solid #666699;*/
	border: 1px solid #99cccc;
	padding: 2px;
}

.widget_pages {}

.widget_categories {margin-bottom:22px;}

.widget_archive {}

.widget_calendar,
table#wp-calendar {
	font-size:11px;
	}

#footer {
	border-top:2px solid #99cccc;
	background: #99CCCC;
}


