/*  
Theme Name: Media Think New
Theme URI: http://mediathink.com
Description: New Theme designed for Media Think by <a href="http://andrebluehs.net">Andre Bluehs</a>
Version: 1.0
Author: Andre Bluehs
Author URI: http://andrebluehs.net

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* *************************************************
   BEGIN STYLING
************************************************* */


body {
	margin: 0;
	padding: 0;
	background-color: #F8ECDC;
}

.clear {
	clear: both;
}

p {
	padding: 0px;
	margin: 10px 0 10px 0;
}

a {
	color: #B4863C;
}

a:hover {
	text-decoration: none;
}


/* *************************************************
   HEADER
************************************************* */


.header {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #9A3D0F;
	display: block;
	height: 112px;
	padding: 0;
	margin: 0;
	min-width: 1000px;
}

	.header .logo {
		background-image: url(images/header-logo.gif);
		background-repeat: no-repeat;
		display: block;
		height: 112px;
		width: 167px;
		padding: 0;
		margin: 0 auto;
	}

	.header .clientlogin {
		float: right;
		display: block;
		font-size: 11px;
		font-family: Arial, Helvetica, Sans Serif;
	}

	.header .clientlogin a {
		color: #E4CDC2;
		font-weight: bold;
		text-decoration: none;
		display: block;
		background-color: #9C3502;
		padding: 4px;
	}

	.header .clientlogin a:hover {
		color: #FFF;
		background-color: #B34109;
	}

/* *************************************************
   MENU
************************************************* */

.menu {
	background: url(images/menu-bg.gif) repeat-x;
	background-color: #444;
	height: 33px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu .menuitems{
	width: 679px;
	margin: auto;
}
.menu .menuitems ul {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
	overflow: hidden;
}
.menu .menuitems ul.home { margin-left: 60px; }
.menu .menuitems ul.whatwedo { margin-left: 120px; }
.menu .menuitems ul.clients { margin-left: 220px; }
.menu .menuitems ul.blog { margin-left: 295px; }
.menu .menuitems ul.articles { margin-left: 345px; } 
.menu .menuitems ul.contact { margin-left: 420px; }
.menu .menuitems ul.about { margin-left: 515px; }
.menu .menuitems ul:hover {
	height: auto;
}
.menu .menuitems ul li {
	padding: 0;
	margin: 0;
	display: inline;
	text-align: left;
}
.menu .menuitems ul li.main {
}
.menu .menuitems ul li a {
	background-color: #444;
	background: url(images/menu-bg.gif) repeat-x 0 0;
	color: #aaa;
	text-indent: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: block;
	font-size: 11px;
	width: 140px;
	text-transform: none;
	border: 1px solid #000;
	border-top: none;
}
.menu .menuitems ul li a:hover {
	background-image: url(images/menu-over-bg.gif);
	color: #fff;
}
.menu .menuitems ul li.main a {
	color: #999;
	height: 13px;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	width: auto;
	border: none;
}
.menu .menuitems ul li.main a:hover {
	color: #ccc;
	background: none;
}

/* *************************************************
   CONTENT
************************************************* */

.content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #F8ECDC;
	display: block;
	font-family: "trebuchet ms", Arial, Helvetica;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

.content .sidebar{
	float: right;
	display: block;
	margin-right: 60px;
}

.content .box {
	display: block;
	width: 600px;
	padding: 10px 0;
	margin: 0 auto;
	color: #6E5738;
	text-align: justify;
	line-height: 20px;
}

.content .index {
	background-image: url(images/index-motto.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 423px;
	display: block;
	width: 317px;
	margin: 0 auto;
	color: #6E5738;
	text-align: justify;
	line-height: 20px;
}

.text-header {
	font-family: Georgia, Garamond, Serif;
	font-size: 13pt;
	color: #A93B03;
	display: block;
}

.text-subheader {
	font-size: 18px;
	color: #BA7C35;
	background: #E0C59B;
	padding: 5px 0 7px 15px;
	margin: 0;
	border-top: 3px solid #A93B03;
}

.next a {
	font-family: Georgia, Garamond, Serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding: 10px 0;
	display: block;
	font-weight: bold;
}


blockquote, .staffprofile {
	padding: 20px;
	margin: 5px 40px;
	background-color: #EFD8BA;
	font-size: 9pt;
	line-height: normal;
}

.staffprofile .image {
	border: 1px solid #E3C49C;
	display: block;
	float: right;
	padding: 10px;
	margin: 15px;
	background-color: #FFFCF7;
}

table.contactform {
	margin: 0px auto;
	padding: 10px;
	background-color: #F5E8D4;
	width: 450px;
}

	table.contactform td {
		padding: 5px 10px;
		vertical-align: middle; 
		background-color: #EBD6B5;
		margin: 0px;
	}

	table.contactform td input, table.contactform td select, table.contactform td textarea,
	.contactform input, .contactform textarea, #searchtext, #searchsubmit {
		background-image: url(images/form-input-bg.gif);
		background-repeat: repeat-x;
		background-color: #FCF7EF;
		border: 1px solid #BEA57C;
		font-size: 15px;
		font-family: Georgia, Garamond, Serif;
		color: #85570C;
		padding: 5px;
		margin: 3px;
	}

	table.contactform tr:hover td input, table.contactform tr:hover td textarea {
		background-image: none;
		background-color: #FFF;
		/*border: 3px solid #C17700;*/
		color: #C17700;
		margin: 3px;
	}

	table.contactform tr:hover td {
		background-color: #E0C59B;
		color: #895400;
		margin: 0px;
	}

		
/* *************************************************
   MOOTOOLS
************************************************* */

#floatleft {
	padding: 0px;

	margin: 0 15px 0 0;
	list-style: none;
	float:left;
	width: 300px;
}

	#floatleft li {

		background-image: url(images/list-type.gif);
		background-repeat: no-repeat;
		background-position: 12px 12px;
		background-color: #A55F10;

		padding: 4px 12px 4px 28px;
		margin: 0; 

		font-size: 11px;
		color: #EAD2B3;

		border-bottom: 1px solid #C48946;

		line-height: normal;

		width: 250px;
	}

ul.mediablog {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 317px;
}

	ul.mediablog li .date {
		font-size: 11px;
		color: #D18D32;
		width: 60px;
		font-weight: bold;
		float: left;
	}

	ul.mediablog li a {
		font-size: 11px;
		padding: 4px 0px;
		margin: 0px;
		border-bottom: 1px solid #EAD4B6;
		color: #6E5738;
		text-decoration: none;
		display: block;
		width: 317px;
	}

	ul.mediablog li {
		margin: 0px;
		padding: 0px;
		clear: both;
		float: left;
	}



/* *************************************************
   FOOTER
************************************************* */

.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #B8601B;
	display: block;
	height: 71px;
	padding: 0;
	margin: 0;
	min-width: 1000px;
}

	.footer .text {
		background-image: url(images/footer-text.gif);
		background-repeat: no-repeat;
		display: block;
		height: 71px;
		width: 526px;
		padding: 0;
		margin: 0 auto;
	}

.base {
	background-image: url(images/base-bg.gif);
	background-repeat: repeat-x;
	background-color: #444;
	display: block;
	height: 45px;
	padding: 0;
	margin: 0;
}


/* *************************************************
   BLOG
************************************************* */

#three_column_content {
	position: relative;
	width: 99%;
	min-width: 1000px;
	margin: auto auto;
	padding: 20px 0 20px 0;
	font-family: "trebuchet ms", Arial, Helvetica;
	font-size: 10pt;
}

#one_column_content {
	position: relative;
	width: 650px;
	margin: auto auto;
	padding: 20px 0 20px 0;
	font-family: "trebuchet ms", Arial, Helvetica;
	font-size: 10pt;
}

#left {
	position: relative;
	float: left;
	width: 55%;
	min-width: 585px;
	display: block;
	padding-left: 15px;
}

/* This is the div for the sidebar */
#right {
	position: relative;
	float: right;
	width: 40%;
	min-width: 305px;
	display: block;
	
}

.entry {
	text-align: justify;
	padding: 0 50px 0 0;
	color:#6E5738;
	line-height:20px;
}

.sociable {
	margin-bottom: 0 !important;
}

.post {
	padding: 0 0 20px 0;
}

.postmetadata {
	font-size: 9pt;
	border-top: 1px solid #ccc;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 8pt;
}

.comments-template p.nocomments{
	padding: 0;
}

p.small {
	font-size: 8pt;
}

.metaby {
	color: #A93B03;
}

.postsubject {
	color:#A93B03;
	display:block;
	font-family:Georgia,Garamond,Serif;
	font-size:18pt;
}

.pagetitle {
	color:#A93B03;
	display:block;
	font-family:Georgia,Garamond,Serif;
	font-size:18pt;
}

.navigation {
	text-align: center;
}

/****************
*	Sidebar
*****************/

#sidebar_left {
	padding: 0 5px;
	float: left;
	border-left: 1px solid #aaa;
	width: 48%;
	min-width: 150px;
}

#sidebar_left li {
	padding: 10px 10px;
	border-bottom: 1px solid #aaa;
	margin-left: -5px;
}

#sidebar_left li li {
	padding: 0;
	border-bottom: none;
	margin-left: 5px;
}

#sidebar_right {
	float: right;
	width: 48%;
	min-width: 150px;
	padding: 0 0 20px 0;
	
}

#sidebar_right ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin-left: 5px;
}

#sidebar_right li.noborder {
	border: none;
}
/* reset link size...wp_list_bookmarks() does strange things....*/
.blogroll a {
	font-size: 11pt; 
}