/*
Theme Name: JacobHaug.com (v3.0)
Theme URI: http://www.JacobHaug.com/
Description: The default theme for JacobHaug.com.
Version: 3.0
Author: Jacob Haug
Author URI: http://www.JacobHaug.com/

    JacobHaug.com (v3.0)
*/

html, body, #footer p {
	margin: 0;
	padding: 0;
}

body {
	background: #02010a url(http://cdn.jacobhaug.com/wp-content/themes/jacob/i/header-bg.jpg) repeat-x 0 0;
	color: #fff;
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 18px;
}

a {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #e34b30;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #333;
	padding: 5px;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/***** COMMON ELEMENTS
*******************************************/
#header, #declaration, #content, #footer {
	width: 780px;
	margin: 0 auto;
}

img {
	border: 0;
	display: block;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 10px 0 15px;
	padding: 15px 0 20px;
}

h2 {
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	color: #fff;
	font-size: 30px;
}

h4 {
	color: #999;
	font-size: 26px;
}

.experience {
	border: 1px dashed #fff;
	padding: 10px;
	margin: 10px;
}

.experience h5 {
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
	color: #999;
	font-size: 12px;	
}

.timeframe {
	padding: 0;
	margin: 0;
	width: 350px;
	float: right;
	margin-top: -50px;
	text-align: right;
	color: #999;
}

.experience p {
	clear: both;
	padding: 10px;
}

/***** BRANDING
*******************************************/
#header {
	padding-top: 20px;
}

#header h1 {
	display: none;
}

#branding {
	padding-bottom: 10px;
}

/************ navigation ************/
#navigation {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	padding: 0 20px;
}

#navigation ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: normal;
}

#navigation ul li a:hover {
	color: #e34b30;
}


/***** DECLARATION
*******************************************/
#full-declaration {
	border-top: 1px solid #1e434b;
	border-bottom: 1px solid #1e434b;
	width: 100%;
}

#declaration {
	padding: 5px 25px 15px;
}

#declaration h2 {
	font-size: 40px;
	text-align: right;
}

#declaration p {
	margin-top: 0;
	padding-top: 0;
}


/***** CONTENT
*******************************************/
.services {
	float: left;
	width: 175px;
	margin-right: 20px;
}

.more {
	text-align: right;
}

.more a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.more a:hover {
	color: #e34b30;
}

.more img {
	display: inline;
}

.portfolio-thumb {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.portfolio-thumb img {
	border: 1px solid #8f2328;
}

/***** contact form *****/
form {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	margin:50px;
	color:#666;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 8px 0;
}

legend {
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #cccccc;
}

form p {
	clear: left;
}

fieldset label {
	text-align: right;
	float: left;
	padding: 0.2em;
}

/***** SITE INFO
*******************************************/
#full-footer {
	background: #02010a url(http://cdn.jacobhaug.com/wp-content/themes/jacob/i/footer-bg.jpg) repeat-x 0 0;
	height: 150px;
}

#footer {
	font-size: 11px;
	color: #999;
	padding-top: 70px;
}

#site-info p a {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

#site-info p a:hover {
	color: #e34b30;
}

/************ footer navigation ************/
#footer-navigation {
	overflow: hidden;
	width: 100%;
}

#footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-navigation ul li {
	float: left;
	padding-right: 20px;
}

#footer-navigation ul li a {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

#footer-navigation ul li a:hover {
	color: #e34b30;
}