@charset "UTF-8";
/* CSS Document */

body, ul, li{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue" Helvetica, Arial, sans serif;
	color: #404040;
	background-image: url(http://www.laurel-jones.com/images/bg.gif);
	background-color: #a2ce4c;
	/*background-color: #08bcbf;*/
	background-repeat: repeat-x;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #99cc33;
	text-decoration: none;
}
.header {
	font-size: 18px;
	color: #0bbdc1;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
.header_2 {
	font-size: 15px;
	color: #a3ce4b;
	text-transform: uppercase;
}
.text {
	font-size: 13px;
	line-height: 22px;
	color: #404040;
}
#wrapper {
	width: 832px;
	display: block;
	margin: 7px auto;
	height: 100%; 
}
#header {
	margin-bottom: 30px;
}

.tweet_wait {
	padding-left: 23px;
}

/*----- NAVIGATION----- */

#nav {
	width: 832px;
}	
#nav ul {
	margin:0;
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline;
	/*overflow: hidden;*/
	float: left;
	margin: 0;
}
#nav li a.home {
	background: transparent url(http://www.laurel-jones.com/images/nav_hover_home.gif) no-repeat scroll 0 0;
	width: 168px;
	height: 53px;
	position: relative;
	display: block;
	
}
#nav li a.portfolio {
	background: transparent url(http://www.laurel-jones.com/images/nav_hover_portfolio.gif) no-repeat scroll 0 0;
	width: 166px;
	height: 53px;
	position: relative;
	display: block;
	
}
#nav li a.about {
	background: transparent url(http://www.laurel-jones.com/images/nav_hover_about.gif) no-repeat scroll 0 0;
	width: 166px;
	height: 53px;
	position: relative;
	display: block;
	
}
#nav li a.resume {
	background: transparent url(http://www.laurel-jones.com/images/nav_hover_resume.gif) no-repeat scroll 0 0;
	width: 167px;
	height: 53px;
	position: relative;
	display: block;
	
}
#nav li a.contact {
	background: transparent url(http://www.laurel-jones.com/images/nav_hover_contact.gif) no-repeat scroll 0 0;
	width: 165px;
	height: 53px;
	position: relative;
	display: block;
	
}
#nav li a.home:hover {
	background-position: 0 -54px;
} 
#nav li a.portfolio:hover {
	background-position: 0 -54px;
}
#nav li a.about:hover {
	background-position: 0 -54px;
}
#nav li a.resume:hover {
	background-position: 0 -54px;
}
#nav li a.contact:hover {
	background-position: 0 -54px;
}

/*---- PORTFOLIO NAVIGATION ----*/

#nav_port {
	width: 300px;
}
.portfolio #nav_port {
	float: right;
	
	margin: 12px 41px 10px 0;
}	
#nav_port ul {
	margin:0;
	padding: 0;
}
#nav_port li {
	list-style: none;
	display: inline;
	/*overflow: hidden;*/
	float: left;
	margin: 0;
}

#nav_port li a.print {
	background: transparent url(http://www.laurel-jones.com/images/nav_port_print.jpg) no-repeat scroll 0 0;
	width: 88px;
	height: 30px;
	position: relative;
	display: block;
	
}
#nav_port li a.web {
	background: transparent url(http://www.laurel-jones.com/images/nav_port_web.jpg) no-repeat scroll 0 0;
	width: 79px;
	height: 30px;
	position: relative;
	display: block;
	
}
#nav_port li a.mm {
	background: transparent url(http://www.laurel-jones.com/images/nav_port_mm.jpg) no-repeat scroll 0 0;
	width: 133px;
	height: 30px;
	position: relative;
	display: block;
	
}
#nav_port li a.print:hover {
	background-position: 0 -30px;
} 
#nav_port li a.web:hover {
	background-position: 0 -30px;
}
#nav_port li a.mm:hover {
	background-position: 0 -30px;
}

/*---- CONTENT BLOCK----- */

#A_content {
	width: 810px;
	clear: both;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	border-bottom: solid 1px #006699;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	background-color:#ffffff;
}
#A_text_block {
	width: 318px;
	float: right;
	margin: 0;
}
#A_left_block {
	float: left;
}


/*----- PORTFOLIO STYLES -----*/

.portfolio #A_text_block {
	width: 810px;
	float: left;
	margin: 0;
}
#boxes_box {
	width: 810px;
	height: 100%;
}
.portfolio #boxes {
	height: 160px;
	width: 160px;
	margin-right: 42px;
	float: left;
	margin-bottom: 42px;
}
.portfolio #big_box {
	width: 810px;
	margin-bottom: 15px;
}

.portfolio #navigation {
	width: 100px;
	float: right;
	margin-left: 10px;
}

/*----- SUB BOXES CONTENT -----*/

#B_wrapper {
	width: 875px;
}
#block_wrapper {
	width: 260px;
	border: solid 1px #006699;
	float: left;
	margin: 23px 23px 0 0;
	height: 250px;
	background-color: #ffffff;
}
#block {
	height: 100px;
	width: 260px;
	float: left;
	margin-top: 15px;
}
.block {
	font-size: 12px;
	margin: 0;
}
.block ul {
	margin-left: 23px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.block li {
	list-style: none;
	line-height: 20px;
}
.block_boxes {
	width: 30px;
	height: 30px;
	background-color: #006699;
	margin-right: 8px;
}
