/*   
Theme Name: iMedia - a Thematic Child Theme
Theme URI: 
Description: WP theme for iMedia Associates.
Author: Tim Masson
Author URI: http://wildmercury.com/
Template: thematic
Version: 1.0
Tags: Thematic, iMedia, 2 column, 3 column
.
Thematic is © Ian Stewart http://themeshaper.com/
iMedia is © Tim Masson http://wildmercury.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');
/* local styling starts here*/
* {
	font-family:"Century Gothic", Geneva, sans-serif;
}
html {
}
body {
	background: url(img/bg.jpg) no-repeat center top #FFF;
	color:#002b5d;
	font-size:14px;
}
/* body variants */

body.category-who-we-are #container {
	width: 960px;
}
body.category-who-we-are #content {
	width: 940px;
}


#header {
	background: url(img/header.gif) repeat-x;
}
#branding {
	width: 940px;
	margin: 0 auto;
	/*	background:url(img/logo.png) no-repeat left top; */	
	height:130px;
	padding: 0px;
	overflow:visible;
}
#yoastbreadcrumb {
	width: 940px;
	margin: 0 auto;
	font-size: 11px;
}
#main {
	padding: 30px 0;}
#access {
	width: 940px;
	margin: 0 auto;
	background: none;
	border: none;
	height:auto;
}
.menu {
	width:540px;
	float: right;
}
#blog-title, #blog-description {
	display:inline;
}
#blog-description h1 {
	padding-left:400px;
}
#blog-title span {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#main {
	padding: 50px 0;
}

/* TEXT STYLES */
a:link {
	color:#4F86C6;
	}
a:active, a:hover {
	color:#002b5d;
}
a:visited, a:focus{
	color:#89a9d8;
	}
/* TEXT STYLES END */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
	border: none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** THEMATIC SKIN ***/

.sf-menu {
	border-right: none;
	border-bottom: none;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}
.sf-menu a {
	padding: 8px 0;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	background: none;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom: 3px solid #002b5d;
	margin-bottom: -2px;
	padding: 8px 0;
	color: #00265d;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #00265d;
}
.sf-menu li {
	background: none;
}
.sf-menu li li {
	background: #b9c8e6;
	padding: 0 10px;
}
.sf-menu li li:hover {
	padding: 0 10px;
}
.sf-menu li li a {
	margin:0;
	border-bottom:1px solid #89a9d8;
}
.sf-menu li li a:hover {
	margin:0;
	border-bottom:1px solid #89a9d8;
}
.sf-menu li li li {
	background: #fff;
	padding: 0 10px;
	margin-left:15px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	border-bottom: 3px solid #89a9d8;
	margin-bottom: -2px;
	padding: 8px 0;
	background: none;
	color: #002b5d;
}
.sf-menu li li a:focus, .sf-menu li li a:active, .sf-menu .current_page_item li a, .sf-menu .current_page_ancestor li a, .sf-menu .current_page_parent li a {
	border-bottom: 1px solid #89a9d8;
	padding: 8px 0 8px 0;
	margin: 0px;
	color: #002b5d;
}
.sf-menu li li a:hover {
	border-bottom: 1px solid #89a9d8;
	padding: 8px 0;
	margin: 0px;
	color:#4f86e6;
}
.sf-menu ul {
	-moz-box-shadow:2px 2px 3px 0 #b9c8e6;
	-webkit-box-shadow:3px 3px 3px #b9c8e6;
}
.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: none;
	border-bottom: none;
}
.sf-menu ul a:hover {
	color: #89a9d8;
}
/* text styling  */

/* text styling END */

/* page styling  */
.page #content, .category #content, .single #content {
	width:620px;
	margin: 0;
	background: url(img/shaded.png) repeat;
}
#content h1.page-title {
	display:none;
}
#content .archive-meta, .page .entry-title, .single .entry-title {
	font-size: 26px;
	color:#fff;
	background:url(img/heading-bg.png) left center no-repeat;
	padding:10px;
	}
#content .archive-meta p {
	margin: 0px;
}
.entry-content{
	padding: 20px 10px;
	}
/* post styling */
.entry-title {
	color: #002b5d;
	padding: 8px 0;
}
.entry-title a {
	color: #002b5d;
	}
.entry-title a:hover, .entry-title a:active {
	color:#89a9d8;
	}
.home #content h1.entry-title {
	font-size:36px;
	background:url(img/heading-bg.png) left center no-repeat;
	padding:12px;
}
.mapp-poweredby {
	display:none;
}
/* post styling for categories */

.category .entry-content{
	padding: 0;
	}
.category .post {
	float: left;
	padding: 0 10px;
	}
.category-who-we-are .post {
	width: 280px;
	height: 450px;
	overflow:hidden;
}
.category-what-we-do .post, .category-resources .post {
	width: 290px;
}
.category-what-we-do .post.p1, .category-resources .post.p1 {
	width: 600px;
}
.mapp-div {
	padding-bottom:20px;
	}
	
/* sidebar styling */
.aside a {
	color:#89a9d8;
}
.aside a:active, .aside a:hover {
	color:#89a9d8;
}
.aside ul ul {
	list-style: none;
	margin: 0 0 12px 10px;
}
#primary.aside {
	padding:0;
	border:none;
}
#primary.aside h3.widgettitle {
	height: 47px;
	text-indent: -9999px;
	margin: 10px 0;
}
/* for news */ 
li#categoryposts-4 h3.widgettitle {
	background: url(img/news-bar.png) no-repeat top left;
}
.enhanced-recent-posts li a, li#categoryposts-4 li.cat-post-item a {
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#002b5d;
	text-decoration:none;
}
li#categoryposts-4 li.cat-post-item .post-date {
	text-align:right;
	font-size: 9px;
	color:#b9c8e6;
	margin-bottom:2px;
}
li#categoryposts-4 li.cat-post-item p {
	color:#4f86e6;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 8px;
}

.widget_rssiconwidget {
	margin: 0 0 10px 10px;
}
/* for categories and post lists */ 
.aside li.categories h3.widgettitle, li#categoryposts-3 h3.widgettitle {
	background: url(img/section-bar.png) no-repeat top left;
}
.aside li.categories ul, .aside li.posts ul, li#categoryposts-3 ul {
	list-style-type: none;
	}
.aside li.categories ul li, .aside li.posts ul li, li#categoryposts-3 ul li{
	background: url(img/list-image.png) no-repeat top left;
	padding-left:25px;
}
li.categories ul a, li.posts ul a, li#categoryposts-3 ul a {
	font-size:16px;
	font-weight: bold;
	color:#002b5d;
	text-decoration: none;
}
.categories ul.children {
	padding-top: 2px;
	}
/* for search */ 
li#search h3.widgettitle {
	background: url(img/search-bar.png) no-repeat top left;
}
/* for flickr */ 
li#flickrrss h3.widgettitle {
	background: url(img/flickr-bar.png) no-repeat top left;
}
#flickrrss a img {
	margin-left: 5px;
}
/*for bookmarks */
li.linkcat h3.widgettitle {
	background: url(img/bookmarks-bar.png) no-repeat top left;
}
/*for twitter */
li#twitter-tools h3.widgettitle {
	background: url(img/twitter-bar.png) no-repeat top left;
}
.aktt_tweets {
	color:#4f86c6;
}
.aside ul .aktt_tweets ul li {
	background: url(img/list-image.png) no-repeat top left;
	padding-left:25px;
	margin-bottom: 0.25em;
}
.aktt_tweet_time {
	color:#89a9d8;
	font-style:italic; 
}
/* footer styling */
#footer-wrap {
	background: url(img/footer.jpg) top center no-repeat;
	}

#footer {
	border-top:none;
	color:#CCC;
	font-size: 10px;
	padding: 20px 10px;
	width:960px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}
#footer a{
	color:#CCC;
	text-decoration: none;
	}
#siteinfo{
							display: block;
							margin: 0 auto;
}
.footer-list {
							display: block;
							float:right;
							width:260px;
							margin-left:50px;
}
.footer_column_contact{		float:left;
	}
.footer-list {
							list-style:none;
}
#footer h2, #footer h3 {
							color:#b9c8e6;
							text-transform:uppercase;
							font-size:1.2em;
}
.footer ul li, .footer ul {
							list-style:none;
							margin:0px;
							padding:0px;
}

#rss-links li a{
							padding-left: 18px; 
							background: url(img/feed-icon16x16.png) no-repeat left center ; 

	}

/* button styling */
.button, #commentform #submit {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	padding: 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-family:"Century Gothic", Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}
.button:hover, #commentform #submit:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #cccccc;
}
.button:active, #commentform #submit:hover {
	border-top-color: #1b435e;
	background: #1b435e;
}
/* form sytling */
#s {
}
input {
	margin-left: 10px;
	background: #b9c8e6;
	font-family:Arial, Helvetica, sans-serif;
	}
#respond{
	background:none;
	}
.contactform {
	width:600px;
	}
.captcha	{
	float:left;
	height: 60px;
	}
#si_contact_captcha_code1 {
	float:left;
	margin-top: 10px;
	margin-right: 25px;
	}
#si_image_ctf1 {float:left;}
.captchaimage {border-style:none; margin:0; padding-right:5px; float:left;}
.contactform .button {
	clear: both;
	margin-top: 20px;
}
#nav-below{clear:left;}

