/*   
Theme Name: Rudestar Theme
Theme URI: 
Description: Thematic Child Theme.
Author: Rudi Yardley
Author URI: http://rudestar.net/
Template: thematic
Version: 1.0
Tags: Rudestar
.
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');

/* RUDESTAR */

body, input, textarea {
	font-family:Arial;
}

a:link {
	color:#A9C065;
}

/* HEADER */
#header {
	background-color:white;
	color:black;
}

#branding{
	background:transparent url(Webhead.jpg) no-repeat scroll -10px 25px;
	height:135px;
}

#blog-title span{
	display:none;
}

#blog-description{
	margin-top:112px;
}

#blog-title a:active, #blog-title a:hover {
	color:black;
}

#blog-title a {
	color:black;
	text-decoration:none;
}

#blog-description{
	color:#cccccc;
}

.entry-title, .entry-title a{
	font-weight:normal;
	margin-bottom:1em;
	color:#A9C065;
}

.entry-title a:active, .entry-title a:hover {
	color:#c5da71;
}

.entry-utility {
	margin:10px 0 44px;
}

body, input, textarea, .entry-meta{
	color:#777777;
}
/* make entry content smaller */
.entry-content h2 {
	padding:2px 0 14px;
}

.aside a:active, .aside a:hover {
	color:#A9C065;
}

.aside .current_page_item a {
	color:#A9C065;
}

.aside a {
	color:#666666;
}

.aside h3 {
	font-size:15px;
	font-style:normal;
	line-height:22px;
}

a:active, a:hover {
	color:#999999;
}

a:visited {
	color:#A9C065;
}

/* ajaxContact */
div#contactform .contactleft { display:block;float:none;text-align:left; margin:0; width:auto; margin:10px 0 0;}
div#contactform .contactright { display:block;float:none;text-align:left; margin:0; width:auto;font-size:70%; color:#999; margin:7px 0;}
div#contactform .contactright input.text { font-size:130%; color:#000;}
div#contactform input.submit { background-color:#CCC; border:1px solid #DDD; padding:6px; margin-top:7px;}
div#contactform textarea, input.text { border:1px solid #DDD; width:400px; padding:6px; margin-right:10px;}

/* syntax highlighter */
div.entry-content div.codehighlight {
	font-size:11px !important;
}

div#primary {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	-webkit-border-radius-topleft:0;
	-webkit-border-radius-topright:10px;
	background-color:#A9C065;
	color:white;
}

div#primary a {
	color:white;
}

pre {
	background-color:#EEEEEE;
	color:#444444;
	font-size:12px;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow-x:auto;
}

.rudestar-social-buttons{
	left:50%;
	margin-left:-471px;
	position:absolute;
	top:325px;
}

.rudestar-social-buttons a{
	font-size:11px;
	text-decoration:none;
	color:#666666;
}

.rudestar-social-buttons-wrapper{
	text-align:right;
	width:940px;
}
.rudestar-social-buttons-wrapper div{

}