/*
Theme Name: ROME
Theme URI: http://romeisonline.com
Description: ROME Portfolio
Version: 1
Author: Andre Paquette
Author Website: http://fixitinpost.ca
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #d7d7d7;
	font-family: Verdana, Arial, "Century Gothic";
	font-size: 11px;
	color: #2c2c2c;
}

h1,h2 {
	color: #309DCF;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 34px;
}

h2 {
	font-size: 18px;
	line-height: 34px;
}

h3 {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
}

h4 {
	color: #2c2c2c;
	font-size: 11px;
	line-height: 13px;
}

h5 {
	color: #2c2c2c;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

a:link {
	color: #0074b3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0074b3;
}
a:hover {
	text-decoration: none;
	color: #3796d2;
}
a:active {
	text-decoration: none;
	color: #309DCF;
}

#container {
	margin: auto;
	width: 950px;
}



/* HEADER STYLES */

#header {
	float: left;
	height: 192px;
	width: 950px;
}

#header-logo {
	background-color: #FFFFFF;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 156px;
	width: 399px;
	margin-top: 20px
}

/* HEADER NAVIGATION */

#navigation {
	height: 91px;
	float: right;
	width: 460px;
	margin-right: 70px;
}

#navigation ul{
	background: url(images/nav_bg.png) repeat-x;
	padding: 0;
	margin: 0;
	float: right;
	font: bold 100% Verdana;
	font-size: 13px;
	text-transform: uppercase;	
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
}

.nav_links li {
	list-style:none;
	display:block;
	float: left;
}

.nav_links a {

	text-decoration: none;
	color: #646464;
	display: block;
	height: 27px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-top: 64px;
}

.withdiv {
	background-image: url(images/nav_divider2.png);
	background-repeat: no-repeat;

}

.nav_links a:hover {
	color: #646464;
	background-image: url(images/nav_hover.png);
	background-repeat: repeat-x;

}

/* CONTENT CONTAINER STYLES */

#content {
	float: left;
	width: 950px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#content-video {
	float: left;
	width: 950px;
	margin-top: 13px;
	padding-bottom: 7px;
}

#content-bio {
	float: left;
	width: 950px;
}

#content-port {
	float: left;
	width: 950px;
}

#content-music {
	float: left;
	width: 950px;
}

#content-client {
	float: left;
	width: 950px;
}

/* BIOGRAPHY STYLES */

.a-bio {
	background-image: url(images/body_cellbg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	width: 820px;
	height:350px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 23px;
	margin-bottom: 23px;
}

.a-bio h1{
	color: #309DCF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.a-bio img{
	border: 1px solid #d4d4d4;
	background-color: #fafafa;
	padding: 10px;
	float: left;
}

.bio-img {
	float: left;
	height: 230px;
	width: 237px;
	margin-top: 7px;
	margin-right: 10px;
}

.bio-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
}

.bio-title p{
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}

.bio-desc {
	float: left;
	width: 525px;
	text-align: justify;
	font-style: normal;
	line-height: 17.5px;
	margin-top: 5px;
	margin-left: 40px;
}


/* PORTFOLIO STYLES */

.a-port {
	background-image: url(images/body_portfoliobg.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	border: 1px solid #d4d4d4;
	width: 800px;
	height:150px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 24px;
	margin-bottom: 24px;
}

.a-port img{
	border: 1px solid #d4d4d4;
	padding: 0px;
	float: left;
}

.port-img {
	float: left;
	height: 150px;
	width: 800px;
	margin-bottom: 0px;
}

/* PORTFOLIO MUSIC STYLES */

.a-port-music {
	background-image: url(images/body_portfoliobg.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	border: 1px solid #d4d4d4;
	width: 800px;
	height:414px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CLIENT STYLES */

.a-client {
	background-image: url(images/body_cellbg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	width: 840px;
	height:350px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 46px;
}

/* FOOTER TITLE STYLES */

#footer {
	background-color: #d7d7d7;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 182px;
}

#footer-top {
	margin: auto;
	width: 828px;
}

.footer-top-text {
	background-color: #d7d7d7;
	background-image: url(images/footer_title.png);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	width: 269px;
	margin-top: 0px
}


#footer-contact {
	margin-left:auto;
	margin-right:auto;
	width:828px;
	padding-top:35px;
}

	
.footer-box {
	background-image: url(images/footer_divider.png);
	background-position: right center;
	background-repeat: repeat-y;
	background-color: #d7d7d7;
	float: left;
	height: 134px;
	width: 276px;
	margin-left: 0px;
	margin-right: 2px;
	padding-right: 4px;

	
}

.footer-box-last {

	background-color: #d7d7d7;
	float: left;
	height: 134px;
	width: 240px;
	margin-left: 0px;
	margin-right: 2px;
	padding-right: 4px;
	
}

