/* 
Title:		Design by Morgan: Screen Styles
Author: 	mstone@designbymorgan.com
*/


/* Common
---------------------------------------------------------------------*/

body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background: url('../images/bg_body2.jpg') top center no-repeat;
	margin: 0 0 0 0;
}

a {
	color: #1b84de;
	text-decoration: none;
}

a:hover {
	color: #1b84de;
	text-decoration: underline;
}

h1, h2 {
	font-size: 20px;
	font-weight: normal;	
	color: #19587e;	
	margin: 0 0 10px 0;
	padding: 0;
}

.larger {
	font-size: 14px;
	line-height: 20px;
}

.portfolio_shot {
	width: 270px;
	height: auto;
	padding: 0 30px 30px 0;
	float: left;
}

.portfolio_shot h2 {
	margin: 10px 0 0 0;
	line-height: 24px;
}

.portfolio_shot h2 a {
	color: #19587e;
	text-decoration: none;
}

.portfolio_shot h2 a:hover {
	color: #1b84de;
	text-decoration: none;
}

.portfolio_shot h3 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.portfolio-image {
	margin: 0 30px 0 0;
}

/* Structure
---------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 870px;
	padding: 47px 40px 53px 40px;
	height: 550px;
	background: url('../images/bg_wrapper_home.jpg') top center no-repeat;
}

#wrapper_long {
	position: relative;
	margin: 0 auto;
	width: 870px;
	padding: 47px 40px 53px 40px;
	height: auto;
	background: url('http://www.designbymorgan.com/images/bg_wrapper_blog.jpg') top center no-repeat;
}

#header {
	width: 870px;
	height: 61px;
	padding-bottom: 24px;
}

#logo {
	float: left;
}

#nav {
	float: right;
	width: 363px;
	height:61px;
}

#flash_home {
	width: 870px;
	height: 280px;
	padding-bottom: 28px;
}

#flag_sub {
	width: 870px;
	height: 70px;
	padding-bottom: 28px;
}

#body_home {
	width: 535px;
	height: 152px;
}

#body_about_left {
	width: 535px;
	height: auto;
	float: left;
}

#body_about_right {
	width: 300px;
	height: auto;
	float: right;
}

#body_portfolio_bottom {
	width: 870px;
	height: auto;
}

#body_portfolio_bottom h2 {
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

#body_portfolio_bottom h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#body_portfolio_bottom ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

#body_portfolio_bottom ul li {
	padding: 0;
	margin: 0;
	width: 20%;
	float: left;
}

#body_portfolio_bottom ul li ul {
	width: 100%;
	margin: 0 0 10px 0;
}

#body_portfolio_bottom ul li ul li {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}



#footer {
	width: 930px;
	height: 30px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
}

h1.heading_01 {
	width: 535px;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	padding:0;
	margin: 0 0 5px 0;
}

h1.heading_02 {
	width: 870px;
	height: 70px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	padding:0;
	margin: 0;
}

h2.heading_01 {
	width: 220px;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	padding:0;
	margin: 0 0 5px 0;
}

ul.list_full {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

ul.list_left, ul.list_right {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

ul.list_left li, ul.list_right li, ul.list_full li {
	list-style-type: none;
	padding: 4px 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
}

ul.list_left li {
	text-align: left;
}

ul.list_right li {
	text-align: right;
}



/* Navigation Settings
-------------------------------------------------- */
 
#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	width: 363px;
	height: 61px;
	
}
#nav ul li {
	list-style-type: none;
	display: inline;
	padding:0;
	float: left;
	width: auto;
}

#nav_01, #nav_02, #nav_03, #nav_04 {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	color: #185479;
	float: left;
	text-indent: -3000px;
	display: block;
	height: 61px;
	font-size: 12px;
	padding: 0; 
	background-image: url('../images/nav.gif');
	outline: none;
}

#nav_01 {
	width: 82px;
	background-position: -37px 0;
}

#nav_01:hover {
	background-position:-37px -61px;
}

#nav_02 {
	width: 100px;
	background-position:-119px 0;
}

#nav_02:hover {
	background-position: -119px -61px;
}

#nav_03 {
	width: 68px;
	background-position:-219px 0;
}

#nav_03:hover {
	background-position: -219px -61px;
}

#nav_04 {
	width: 113px;
	background-position:-287px 0;
}

#nav_04:hover {
	background-position: -287px -61px;
}