/*
Theme Name: DMECO
Theme URI: http://www.dmeco.tv/
Description: Wordpress theme for DMECO website.
Author: Michael 'Bench' Debevec
Autor URI: http://www.benchstudios.com/
Version: 1.0
*/

body {
	background-attachment: scroll;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#header {
	background-attachment: scroll;
	background-image:  url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 98px;
	width: 100%;
	margin-top: 20px;
}

#header .logo {
	background-attachment: scroll;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 98px;
	background-position: left center;

}

#header .nav{
	text-align: right;
	height: 92px;
}

#header .nav a{
	height: 92px;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}

#header .nav a.home{
	background-attachment: scroll;
	background-image:  url(images/nav_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 64px;
}

#header .nav a.hire{
	background-attachment: scroll;
	background-image:  url(images/nav_hire.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 44px;
}

#header .nav a.contact{
	background-attachment: scroll;
	background-image:  url(images/nav_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 88px;
}

#header .nav a.home:hover{
	background-image:  url(images/roll_home.png);
}

#header .nav a.hire:hover{
	background-image:  url(images/roll_hire.png);
}

#header .nav a.contact:hover{
	background-image:  url(images/roll_contact.png);
}

#content .top{
	background-attachment: scroll;
	background-image:  url(images/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 100%;
}
#content .outerwrapper{
	background-attachment: scroll;
	background-color: #efefef;
	background-image:  url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;

}
#content .innerwrapper{
	width: 951px;
}
#content .bottom{
	background-attachment: scroll;
	background-image:  url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 100%;

}

#content .content{
	padding: 20px 0px 20px 40px;
	margin-right: 351px !important;
	margin-right: 351px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5b5b5b;
	text-decoration: none;
	text-align: left;
}

#content .content h1, #content .content h1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #354a6e;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

#content .content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #456399;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content .content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #354a6e;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

#content .content a{
	color: #456399;
	text-decoration: none;

}

#content .content a:hover{
	text-decoration: underline;

}

#sidebar{
	width:230px;
	float:right;
	padding: 20px 40px 20px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #5b5b5b;
	text-decoration: none;


}

#sidebar h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #354a6e;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

#spacer, .spacer{
	clear: both;

}


#footer{
	height: 14px;
	width: 940px;
}


#footer, #footer .left, #footer .right{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#footer .left{
	float: left;
}
#footer .right{
	float: right;
}

#footer .right a{
	color: #FFFFFF;
	text-decoration: none;
}


#footer .right a:hover{
	color: #5287e2;
}

