/*
Theme Name: Georgia Report
Theme URI: http://gareport.com
Description: Child Theme for Thematic
Author: Rusty Tanton
Author URI: http://rtwebworks.com
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

/**
 * GLOBAL
 ============================ */
a:link strong, a:visited strong, #content a:visited {
	color: #004B91;
}

a:active, a:hover,
.entry-title a:active, .entry-title a:hover,
.entry-meta a:active, .entry-meta a:hover,
.aside a:active, .aside a:hover,
.entry-utility a:active, .entry-utility a:hover,
.navigation a:active, .navigation a:hover,
#siteinfo a:active, #siteinfo a:hover,
.ngg-album a:hover, .ngg-album a:active {
	color: #ecc27e;
}


/**
 * HEADER
 ============================ */
#header {
	background: #3f4a5a url('images/header.jpg') center 20px no-repeat;
}
#branding {
	padding: 20px 0 0 0;
}
#blog-title span a {
	height: 120px;
	display: block;
}
#blog-description,
#blog-title {
	text-indent: -9000px;
}

/**
 * MENU
 ============================ */
#access {
	background: #eee;
	border-bottom: none;
}
#access ul.menu {
	list-style-type: none;
	padding-top: 5px;
	text-align: center;
	width: 600px;
}
#access ul.menu li {
	background: none;
	display: inline;
	font-family: Arial,sans-serif;
	padding: 0 10px;
}
ul.menu a {
	color: #000;
	text-decoration: none;
}
ul.menu a:hover {
	text-decoration: underline;
}
#access ul.menu a {
	border: none;
}


/**
 * MAIN CONTENT AREA
 ============================ */
#main {
	padding-top: 40px;
}
img.wp-post-image {
	float: left;
	margin: 5px 15px 15px 0;
}

/**
 * SIDEBAR
 ============================ */
#primary {
	border-width: 0px;
	margin-bottom: 0px;
}
h3.widgettitle {
	font-family:Arial,sans-serif;
	font-size: 110%;
	font-style: normal;
	text-transform: uppercase;
}


/**
 * FOOTER
 ============================ */
#siteinfo {
	text-align: center;
}


/**
 * NEWSLETTER WIDGET
 ============================ */
#main #mc_signup_form {
	background-color: #eee;
	border: 1px #666 solid;
}


/**
 * PHOTO GALLREY
 ============================ */
#content .ngg-album {
	border: none;
	margin-bottom: 20px;
}
.ngg-album a {
	color: #000;
	font-family:Arial,sans-serif;
	text-decoration: none;
}
#content .ngg-gallery-thumbnail img:hover,
#content .ngg-thumbnail img:hover {
	border: 1px #ecc27e solid;
	background-color: #fff;
}
.ngg-galleryoverview {
	margin-bottom: 20px;
}

/**
 * BLOG HEADER
 ============================ */
.gareport_blog_header {
	margin: 0;
}
.gareport_blog_header a {
	background: url('images/human_fin.jpg') 0 0 no-repeat;
	display: block;
	height: 120px;
	margin: 30px 0;
	text-indent: -5000px;
	width: 540px;
}
.gareport_blog_header p {
	display: none;
}


/**
 * MESSAGES
 ============================ */
.gareport_subscribe_message {
	background-color: #eee;
	border: 1px #666 solid;
	margin-bottom: 20px;
	padding: 10px;
}

/**
 * PHOTOS WIDGET
 ============================ */
.widget_gareport_photos img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0 4px 5px;
	padding:4px;
}
.widget_gareport_photos img:hover {
	border: 1px #ecc27e solid;
}
.widget_gareport_photos p {
	margin-left: 9px;
}

/**
 * SUBSCRIBE LINKS
 ============================ */
.aside ul ul.subscribe_links {
	margin-left: 0px;
}
ul.subscribe_links li {
	list-style-type: none;
}
ul.subscribe_links a {
	display: block;
	padding-left: 18px;
}
a.facebook_link {
	background: url('images/icon-facebook.png') 0 3px no-repeat;
}
a.rss_link {
	background: url('images/icon-rss.png') 0 3px no-repeat;
}
a.twitter_link {
	background: url('images/icon-twitter.png') 0 3px no-repeat;
}