@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #951a15 url(../img/wallpaper-bg.jpg) repeat;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	color: #5d331d;
}

h1 {
    font-size: 1.5em;
    text-align: center;
}

h2 {
    font-size: 0.75em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
}

h4 {
	line-height: 1.5em;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 7px;
}

h5 {
	font-size: .6px;
}

p {
	font-size: .9em;
	line-height: 1.5em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	background-position: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 800px;
	background-image: url(../img/container-bg-2.jpg);
	background-position: center;
	border: 15px solid #FFF;
	margin: 3% auto;
	height: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #fff;
	background-image: url(../img/header-bg-2.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	height: 149px;
}
.header #logo{
	position: relative;
	height: 111px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	top: 4px;
}

/* @group Top Navigation */

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

.navBlock {
    padding: 0;
    height: 30px;
    position: relative;
    top: -35px;
    font-size: .75em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    left: 8%;
    right: 8%;
}
ul.nav {
    list-style: none; /* this creates the space between the navigation on the content below */
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited {
	vertical-align: middle;
	background: url(../img/nav-divider.gif) no-repeat left;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	text-decoration: none;
	float: left;
	position: relative;
	left: 59px;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #09C;
}



/* @end */

/* @group Sub Navigation */

.navsub {
	list-style-type: none;
	font-size: .85em;
	margin-right: auto;
	margin-left: auto;
}

.navsub a {
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	float: right;
	line-height: 20px;
	top: -34px;
	right: 65px;
}

ul.navsub a, ul.navsub a:visited {
	text-decoration: none;
	color: #09C;
}

ul.navsub a:hover, ul.navsub a:active, ul.navsub a:focus {
	color: #000;
}



/* @end */

.content {
	width: 800px;
	padding: 0;
}

.header #logo img {
	position: relative;
	text-align: center;
}

/* @group Work Grid */

/* This makes the grid that holds portfolio work like in the bio or main work page. */

.content #content_content {
	display: block;
	float: left;
	margin-left: 66px;
	width: 666px;
	margin-right: 80px;
	white-space: nowrap;
}
#content-module {
	background-color: #6C1200;
	display: block;
	width: 212px;
	text-align: center;
	height: 119px;
	float: left;
	margin: 5px;
}

#content-module h1  a, #content-module h1  a:visited{
	color: #e2e2e2;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	top: -80px;
	font-size: 1em;
}

#content-module h1  a:hover, #content-module h1  a:active, #content-module h1  a:focus{
	text-decoration: none;
	color: #fff;
}

#content-module p  {
	color: #fff;
	font-size: 0.75em;
	margin-top: -100px;
	vertical-align: inherit;
}



/* @end */

/* @group Article Group */

#article_content {
    display: table;
    width: 100%;
    text-align: center;
}

#article-module {
	width: 640px;
	margin-left: 80px;
	margin-top: -15px;
	text-align: center;
}

.single-col img {
	padding-bottom: 20px;
	margin: 0 auto;
}

#article-module .lf-col {
    width: 300px;
    float: left;
    display: block;
}

#article-module .rt-col {
    width: 300px;
    float: right;
    background: url(../img/nav-divider.gif) repeat-y 0;
    padding-left: 20px;
    display: block;
}

#article-module img {
	margin-bottom: 0;
}

#article-module .inpage-nav {
	list-style-type: none;
	font-size: .85em;
}

#article-module .inpage-nav a {
	padding-left: 60px;
	display: inline;
	float: right;
	background-repeat: no-repeat;
	margin-right: -20px;
}

#article-module .bio .client-list {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 80px;
}



/* @end */

/* @group Portfolio Profile */

#portfolio-module {
}

#portfolio-module h1 {
    padding-left: auto;
    font-size: 1.5em;
    margin-top: -19px;
    margin-bottom: -5px;
    padding-right: auto;
    text-align: center;
}

#portfolio-module h2 {
    font-size: 0.75em;
    padding-left: auto;
    color: #af1e18;
    padding-top: 10px;
    padding-right: auto;
}

ul.inpage-nav a, ul.inpage-nav a:visited {
	text-decoration: none;
	color: #09C;
	padding-right: 75px;
}

ul.inpage-nav {
	height: 20px;
}

ul.inpage-nav a:hover, ul.inpage-nav a:active, ul.inpage-nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #000;
}



/* @end */

/* @group Footer */

.footer { /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #FDFDD9;
	background-image: url(../img/footer-bg-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
	height: 157px;
}

.footer #footer_content {
	width: 800px;
	display: block;
	margin-top: 20px;
}
#footer-module .inner ul li a {
	list-style-type: none;
	color: #09C;
	text-decoration: none;
}
.footer #footer_content #footer-module {
	background: url(../img/nav-divider.gif) repeat-y;
	padding-left: 20px;
	display: inline;
	position: relative;
	top: 20px;
	margin-left: 59px;
	float: left;
}
.footer h4 {
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

.footer li {
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	color: #707070;
	text-decoration: none;
	line-height: 1.4em;
}



/* @end */

/* @group miscellaneous float/clear classes */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* @end */
