/*  BEMedia
	www.bemedia.co.uk
	Main Stylesheet
	Filename: style.css
	Date last Revised: 31/08/2010 */

/* Google Font API Import */
/* Fonts used: Molengo */	
@import url(http://fonts.googleapis.com/css?family=Molengo);

/* Elements */

body {
	font-family:"Myriad Pro", sans-serif;
	background: #000000 url(../images/bg.png) repeat-x;
	color: #ffffff;
}

p {
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 15px;
}

h1 {
	font-family: 'Molengo', arial, serif;
	font-size: 32px;
	text-shadow:1px 1px 1px #111; /* modern browsers only */
	color: #999999;
	padding: 0 0 10px 0;
}

h2 {
	font-family:"Myriad Pro", sans-serif;
	text-shadow:1px 1px 1px #111; /* modern browsers only */
	font-size: 34px;
	color: #ffffff;
}

h3 {
	font-family: 'Molengo', arial, serif;
	text-shadow:1px 1px 1px #111; /* modern browsers only */
	font-size: 22px;
	color: #999999;
	border-bottom: 1px solid #333;
	width: 100%;
}

h4 {
	font-family:"Myriad Pro", sans-serif;
	font-size: 22px;
	color: #999999;
}

h5 {
	font-family:"Myriad Pro", sans-serif;
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 20px;
}

.icon {
	float: left;
	padding-right: 8px;
	/* padding-bottom: 46px; */
}

/* Hyperlinks */

a:link, a:visited {
	color: #fff;
}

/* Main Wrapper */

#wrapper {
	width: 940px;
	height: 100%;
	margin: 0px auto;
}

.horizontal_line {
	background: url(../images/horizontal_line.png) repeat-x;
	height: 9px; width: 940px;
	border-bottom: 1px solid #222;
}

/* Header */

#header {
	height: 144px;
}

.logo {
	float: left;
}

#contact_info {
	float: right;
	padding-top: 15px;
	padding-right: 24px;
}

/* Navigation */

#nav {
	float: right;
	margin-top: -19px;
	*margin-top: 18px;
	clear: both;
}

#nav ul {
	list-style: none;
	display: block;
}

#nav li {
	float: left;
	padding-right: 25px;
}

#nav li a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 7px;
}

#nav li a:hover {
	color: #666;
	border-bottom: 9px solid #111111;
}

#nav #current, #nav #current a {
	color: #666;
}

/* Content */

#content_area {
	padding: 10px;
	background: #000000 url(../images/content_bg.png) repeat-x;
	min-height: 400px;
	overflow: hidden;
}

#welcome {
	width: 40%;
	float: left;
	margin-right: 21px;
}

#featured_work {
	float: left;
	width: 56%;
}

/* 2 Column Layout */

#left_column {
	float: left;
	width: 58%;
	padding-right: 18px;
}

#right_column {
	float: left;
	width: 40%;
}

/* Portfolio 3 Column Boxes */

#portfolio_left {
	float: left;
	width: 32%; min-height: 200px;
	padding-right: 15px;
	margin-bottom: 20px;
}

#portfolio_middle {
	float: left;
	width: 32%; min-height: 200px;
	padding-right: 15px;
	margin-bottom: 20px;
}

#portfolio_right {
	float: left;
	width: 32%; min-height: 200px;
	margin-bottom: 20px;
}

img.portfolio {
	border: 1px solid #40a5db;
	padding: 3px;
	margin-top: 12px;
	margin-bottom: 5px;
}

img:hover.portfolio {
	border: 1px solid #fff;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
}

.footer_list {
	float: left;
	width: 20%;
	margin-right: 15px;
	padding-top: 10px;
}

.footer_list ul {
	list-style: none;
	padding-top: 7px;
}

.footer_list li {
	padding-bottom: 6px;
}

.footer_list li a {
	color: white;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

.footer_list li a:hover {
	color: #40a5db;
}

#find_us_on {
	float: left;
	width: 304px;
	padding-top: 10px;
	padding-left: 27px;
}

.social_icon {
	padding-right: 6px; padding-top: 10px;
	padding-bottom: 10px;
}

.social_icon:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.footer_copyright {
	float: right;
	padding-top: 10px;
}

/* Form Properties */

input[type="text"] {
	border: 2px solid #40a5db;
	background: #333;
	height: 16px;
	width: 300px;
	padding: 4px;
	color: white;
	margin-left: 10px;
}

textarea {
	border: 2px solid #40a5db;
	background: #333;
	height: 90px;
	width: 370px;
	padding: 4px;
	color: white;
	font-family:"Myriad Pro", sans-serif;
}

input[type="submit"] {
	border: 2px solid #333232;
	background: #222;
	padding: 5px;
	color: white;
	margin: -5px 0 15px 0;
	font-weight: 600;
}

input[type="submit"]:hover {
	background: #40a5db;
}

/* Buttons */

a.button {
	/* Sliding right image */
	background: url(../images/button_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 35px;
	padding-right: 3px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

a.button:hover {
	background: url(../images/button_right_hover.png) no-repeat scroll top right;
}

a.button span {
	/* Background left image */ 
	background: url(../images/button_stretch.png) no-repeat; 
	display: block;
	line-height: 35px;
	padding: 0px 12px 5px 15px;
} 

a.button:hover span{
	text-decoration:underline;
	background: url(../images/button_stretch_hover.png) no-repeat;
}


.icon {
	float: left;
}

