/* ------ This stylesheet applies to the main layout of the website design. Styles are listed in alphabetical order. ------ */




a:link {text-decoration: none; color: #0a243e;}
a:active {text-decoration: none; color: #0d3755;}
a:visited {text-decoration: none; color: #0a243e;}
a:hover {text-decoration: underline; color: #031221;}

a
{
	font-weight: bold;
}

.asterisk
{
	color: #cc0000;
}

.bold
{
	font-weight: bold;
}

.blog_screenshot
{
	padding-top: 20px;
}

body
{
	/* --- This is so that the color can match the bottom color of the footer gradient incase the content is smaller than the window size --- */
	background-color: #494949;
	font-family: Arial, "Myriad Pro", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs
{
	height: 62px;
	background-color: #0a233d;
	background-image: url('../images/layout/breadcrumb_bg.jpg');
	background-repeat: repeat-x;
	background-position: center center;
	color: #b3b3b3;
	font-style: italic;
}

#breadcrumbs a:link {text-decoration: none; color: #ffffff;}
#breadcrumbs a:active {text-decoration: none; color: #0d3755;}
#breadcrumbs a:visited {text-decoration: none; color: #ffffff;}
#breadcrumbs a:hover {text-decoration: underline; color: #dddddd;}

#breadcrumbs li
{
	display: inline;
}

#breadcrumbs ul
{
	padding: 25px 20px;
}

#breadcrumbs .wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#clear, .clear
{
	clear: both;
}

#contact_form label
{
	float: left;
	width: 100px;
	clear: left;
}

#contact_form input
{
	float: left;
	width: 200px;
	margin-bottom: 15px;
}

#contact_form textarea
{
	float: left;
	width: 203px;
	margin-bottom: 10px;
}

#contact_form #submit
{
	width: 80px;
}

#contact_form fieldset
{
	border: none;
}

#content
{
	background-color: #f3f3f3;
	background-image: url('../images/layout/content_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;

}


#content .wrapper
{
	background-color: #f3f3f3;
	background-image: url('../images/layout/content_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

#cta
{
	height: 369px;
	background-color: #0a233d;
	background-image: url('../images/layout/cta_bg_repeat.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#cta .wrapper
{
	margin-left: auto;
	margin-right: auto;
	height: 369px;
	background-color: #0a233d;
	background-image: url('../images/layout/cta_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	position: relative;
}

#cta_link
{
	font-size: 11pt;
	position: absolute;
	bottom: 42px;
	left: 90px;
}

#cta_text
{
	position: relative;
	width: 350px;
	top: 50px;
	color: #eeeeee;
	padding-left: 20px;
	padding-right: 20px;
}

.cta_iphone
{
	position: absolute;
	top: 31px;
	left: 481px;
	width: 402px;
	height: 268px;
}

.experience
{
	border: 1px solid #cccccc;
}


#facebook_fan
{
	margin: 10px auto;
}

#facebook_fan a.facebook_fan
{
	background: url("../images/facebook_fan_badge.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 38px;
	width: 127px;	
}

#facebook_fan li a:hover.facebook_fan
{
	background: url("../images/facebook_fan_badge.jpg") -127px 0 no-repeat;
}

#footer
{
	height: 39px;
	background-color: #494949;
	background-image: url('../images/layout/footer.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	color: #7a7a7a;
}

#footer a:link {text-decoration: none; color: #a6a6a6;}
#footer a:active {text-decoration: none; color: #ffffff;}
#footer a:visited {text-decoration: none; color: #a6a6a6;}
#footer a:hover {text-decoration: none; color: #ffffff;}


#footer li
{
	display: inline;
}

#footer p
{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 10pt;
}

#footer_copyright
{
	float: right;
	padding-right: 20px;
}

#footer_end
{
	border-right: none;
	padding-right: 0;
}

.footer_link
{
	border-right: 2px solid #a6a6a6;
	padding-right: 3px;
	font-size: 10pt;
}

#footer_nav
{
	padding-top: 8px;
	text-align: center;
}

#footer_slogan
{
	float: left;
	top: 0;
	left: 0;
	padding-left: 20px;
}

#footer .wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	margin: 0;
	padding-top: 10px;
	font-size: 16pt;
	color: #252525;
}

h2
{
	margin: 0;
	font-style: italic;
	font-size: 16pt;
}

h3
{
	font-size: 12pt;
	color: #252525;
	margin-bottom: 0;
}

h4{
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: 10px;
	font-size: 11pt;
	color: #555555;
	font-style: italic;
}

.h_next
{
	padding-top: 40px;
}

#header
{
	margin-left: auto;
	margin-right: auto;
	height: 116px;
	background-color: #ffffff;
	background-image: url('../images/layout/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	min-width: 1000px;
}

#header #nav_down
{
	color: #133150;
	border-bottom: 2px solid #133150;
}

#header ul
{
	padding: 50px 0 0 300px;
}

#header li
{
	display: inline;
	margin-left: 60px;
}

#header a:link {text-decoration: none; color: #6a6a6a;}
#header a:active {text-decoration: none; color: #0d3755;}
#header a:visited {text-decoration: none; color: #6a6a6a;}
#header a:hover {text-decoration: none; color: #000000;}

#header a
{
	font-weight: normal;
}

#header .wrapper
{
	width: 1000px;
	margin: 0 auto;
}

#home_link
{
	position: absolute;
	width: 115px;
	height: 110px;
	top: 8px;
}

html
{
	margin: 0;
	padding: 0;
}

hr
{
	border: 1px solid #252525;
}

img
{
	border: none;
	display: block;
}

.light
{
	border: 1px solid #cccccc;
}

.link
{
	margin-top: 0px;
}


#main
{
	width: 580px;
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
}

#main li, .main_wider li
{
	font-size: 11pt;
}

.main_wider
{
	width: 720px;
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
}

#portfolio_panels li
{
	font-size: 9pt;
}

#networking li
{
	float: left;
	margin: 0;
	list-style-type: none;
	margin-left: 10px;
	width: 100px;
}

#networking li a.twitter
{
	background: url("../images/networking_twitter.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 54px;
	width: 100px;
}

#networking li a:hover.twitter
{
	background: url("../images/networking_twitter.jpg") -100px 0 no-repeat;
}

#networking li a.facebook
{
	background: url("../images/networking_facebook.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 54px;
	width: 100px;
}

#networking li a:hover.facebook
{
	background: url("../images/networking_facebook.jpg") -100px 0 no-repeat;
}

#networking li a.linkedin
{
	background: url("../images/networking_linkedin.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 54px;
	width: 100px;
}

#networking li a:hover.linkedin
{
	background: url("../images/networking_linkedin.jpg") -100px 0 no-repeat;
}

p
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 11pt;
}

.portfolio_anchor
{
	font-size: 10pt;
	text-align: center;
	margin-top: 30px;
}

.samples a
{
	float: left;
	display: inline;
	text-align: center;
	font-size: 9pt;
	margin-right: 5px;
	margin-top: 15px;
	margin-left: 12px;
}

#secondary
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 350px;
	padding-bottom: 15px;
}

#secondary li, #secondary_narrow li
{
	font-size: 11pt;
}

#secondary_narrow
{
	width: 210px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}


ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

