/*
Theme Name: 88 Media
Theme URI: http://www.88media.net/
Description: The look and feel for the 88 Media theme by <a href="http://www.88media.net">88 Media</a>.
Version: 1.0
Author: Kurt Johnson
Author URI: http://kurt-j.com/
Tags: gray, white text, black, grunge, cement, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
/*******************************
	GLOBAL
*******************************/

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	min-height: 100%;
}

body
{
	background: #303030 url(images/global/bg.jpg) top center repeat-x;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
}

h1
{
	padding-left: 300px;
	margin-bottom: 35px;
}

h1 a
{
	display: block;
	margin: 0 auto;
	width: 457px;
	height: 148px;
}

h1 span
{
	display: none;
}

h2
{
	display: block;
	width: 483px;
	height: 36px;
	text-align: right;
	font-size: 30px;
	background: url(images/global/content_bg.png);
	padding: 14px 10px 0 0;
	margin-bottom: 10px;
}

h3
{
	font-size: 24px;
	line-height: 30px;
}

h3 a
{
	text-decoration: none;
}

h4
{
	font-size: 18px;
	color: #f5027a;
	margin-bottom: 10px;
}

ul
{
	list-style: url(images/global/list-arrow.png);
	padding-left: 15px;
	margin-bottom: 5px;
}

li
{
	line-height: 15px;
}

img
{
	border: none;
	behavior: url(../js/iepngfix.htc);
}

a
{
	color: #fff;
}

a:hover
{
	color: #f5027a;
}

address
{
	font-style: normal;
}

#footerbg
{
	width: 100%;
	display: table;
	height: 240px;
	margin-top: 20px;
	background: url(images/global/footer.png) repeat-x bottom center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footerbg { clear: both; }
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#content
{
	float: left;
	width: 750px;
}

#footer
{
	width: 900px;
	margin: 90px auto 15px;
	color: #5b5b5b;
}



#whyus
{
	width: 244px;
	float: left;
	margin-left: 150px;
}

#contactus
{
	margin-left: 47px;
	float: left;
	width: 248px;
}

#links
{
	width: 168px;
	text-align: right;
	margin-left: 43px;
	float: left;
}

#links ul
{
	display: block;
	margin-bottom: 15px;
}

#links li
{
	list-style: none;
	float: left;
	display: block;
	padding: 0 5px;
	border-right: 1px solid #5B5B5B;
}

#links a
{
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
}

#links a:hover
{
	color: #fff;
}

.number
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.copyright
{
	font-size: 10px;
	padding-top: 10px;
	float: right;
}

.img_right
{
	float: right;
}

/*******************************
	NAVIGATION
*******************************/

#navigation
{
	float: left;
	width: 120px;
	margin: 15px 30px 0 0;
}

#navigation ul
{
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 6px;
	margin-bottom: 10px;
	text-align: right;
}

#navigation li a:hover
{
	color: #fff;
	background-color: #F5027A;
}

/*******************************
	HOME PAGE
*******************************/

#news, #ourselves
{
	float: left;
	width: 493px;
	margin-top: 13px;
}

#services
{
	float: left;
	width: 237px;
	margin: 13px 0 0 20px;
}

.blogPost
{
	margin-bottom: 20px;
}

#news div.container, #ourselves div.container
{
	width: 452px;
	display: table;
	background: url(images/global/content_bg.png);
	padding: 20px 20px 10px 20px;
}

#services h2
{
	width: 227px;
}

#services div.container
{
	width: 197px;
	display: table;
	background: url(images/global/content_bg.png);
}

#services h2 span
{
	display: block;
	width:180px;
	height: 23px;
	background: url(images/home/ourservices.jpg) no-repeat;
	float: right;
}

#news h2 span
{
	display: block;
	width:141px;
	height: 23px;
	background: url(images/home/latestnews.jpg) no-repeat;
	float: right;
}

#services h2 span span, #news h2 span span, #form h2 span span, #ourselves h2 span span, #works h2 span span, #sitemap h2 span span
{
	display: none;
}

#services div.container, #ourselves div, #contact div, #form div, #works div.container, #sitemap div
{
	padding: 20px;
}

#services img
{
	background: #fff url(images/global/imgborder.jpg) repeat-x bottom;
	padding: 4px;
}

#news h3
{
	float: left;
}

#news p
{
	margin-bottom: 10px;
}

#news span.date
{
	display: block;
	color: #666;
	text-align: right;
	padding-top: 14px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	font-size: 10px;
}

/*******************************
	INTRO PAGE
*******************************/

#contact, #works, #sitemap
{
	padding-top: 13px;
}

#ourselves h2 span
{
	display: block;
	width:290px;
	height: 29px;
	background: url(images/intro/introducingourselves.jpg) no-repeat;
	float: right;
}

.quote
{
	display: block;
	width: 150px;
	margin: 5px;
	float: right;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

/*******************************
	CONTACT PAGE
*******************************/

#contact
{
	float: left;
	width: 293px;
	padding-top: 73px;
}

#form div.container
{
	background: url(images/global/content_bg.png);
	width: 397px;
}

#contact div.container, #works div.container
{
	background: url(images/global/content_bg.png);
}

#content #form h2
{
	width: 427px;
}

#form h2 span
{
	display: block;
	width:118px;
	height: 23px;
	background: url(images/contact/contactus.jpg) no-repeat;
	float: right;
}

#contact div div
{
	background: none;
	padding: 0;
}

#contact div #leftContact, #contact div #rightContact
{
	width: 198px;
	float: left;
}

#contact img
{
	padding-top: 20px;
	width: 253px;
}

#form
{
	padding-top: 13px;
	width: 437px;
	float: left;
	margin-right: 20px;
}

#form form
{
	padding-top: 10px;
}

#form form input
{
	width: 182px;
	height: 25px;
	background: url(images/global/content_bg.png);
	border: none;
	margin-bottom: 10px;
	color: #fff;
	padding: 8px 6px 0;
}

#form form textarea
{
	background: url(images/global/content_bg.png);
	width: 385px;
	height: 137px;
	margin-bottom: 10px;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 6px;
}

#form form input.formMargin
{
	margin-right: 6px;
}

#form form input.formSubject
{
	width: 385px;
}

#form form input.formSubmit
{
	width: 78px;
	height: 33px;
	float: right;
	background: url(images/contact/submitBtn.jpg) no-repeat;
	margin: 0;
}

.strict
{
	display: block;
	width: 100%;
	font-size: 9px;
	color: #999;
}

/*******************************
	WORKS PAGE
*******************************/

#sitemap
{
	margin-bottom: 240px;
}

#works h2
{
	width: 740px;
}

#works h2 span
{
	display: block;
	width:296px;
	height: 23px;
	background: url(images/works/theworks.jpg) no-repeat right;
	float: right;
}

#works h3
{
	margin-bottom: 10px;
}

.mediaContainer
{
	margin-bottom: 20px;
	display: table;
}

.thumbnail
{
	width: 340px;
	height: 100px;
	border: 5px solid #fff;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}

.thumbnail:hover
{
	border-color: #F5027A;
}

/*******************************
	SITE MAP
*******************************/

#sitemap h2 span
{
	display: block;
	width: 101px;
	height: 22px;
	background: url(images/sitemap/sitemap.jpg) no-repeat;
	float: right;
}

#sitemap div
{
	background: url(images/global/content_bg.png);
}

#sitemap a
{
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#sitemap a:hover
{
	color: #f5027a;
}

#sitemap ul
{
	display: block;
	width: 50%;
}