body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: url('images/back.jpg') repeat-x top left  #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

img {
	border: 0;
}

ul, dl {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

hr {
	color: #262626;
	border-top-width: 0px;
	/* border-bottom-color: #262626 */
	clear: both;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

p {
	text-align: justify;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

a:hover {
	text-decoration: underline;
}

#footer li {
	background-position:0 4px;
	background-repeat:no-repeat;
	border-right:1px solid #B3B3B4;
	color:#222325;
	display:inline;
	margin-left:0;
	margin-right:0;
	min-height:30px;
	padding:0 11px 0 5px;
	font-size: 1em;
}

#footer .menu {
	width: auto;
	float:left;
	font-size: 1em;
}

#footer .copyrights {
	width: auto;
	float:right;
	font-size: 1em;
	color: #446ea1;
}


.oneColFixCtrHdr #container {
	width: 1073px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('images/header.jpg') no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 864px;
	height: 321px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	margin-left: auto;
    margin-right: auto;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	position: relative;
	top: 166px;
}

#header #menu {
	text-align: right;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	width: 864px;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    min-height: 360px;
    padding-top: 25px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url('images/footer.jpg') no-repeat top center;
	text-align: left;
	width: 864px;
	min-height: 83px;
	color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	clear: both;
	display:block;


}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header h1, #page_content h1, #page_content h3, #page_content h2, #blog_header h1 {
	display:block;
	text-decoration:none;
	text-indent:-500em;
	clear: both;
}

#header h1.home {
	background: url('images/titles/featuredwork.png') no-repeat;
}
#header h1.print {
	background: url('images/titles/advertisingprintdesign.png') no-repeat;
}
#header h1.web {
	background: url('images/titles/web.png') no-repeat;
}
#header h1.logo {
	background: url('images/titles/logo.png') no-repeat;
}

#header h1.contact {
	background: url('images/titles/contact.png') no-repeat;
}


#header {
	background: url('image/headline.gif') x-repeat;
	width: 100%
	height: 2px;
}

#page_content {
	display:block;
	float:left;
	margin:0;
	min-height:340px;
	width:530px;
	padding-top:25px;
}

#blog_content {
	display:block;
	float:left;
	min-height:340px;
	width:334px;
	padding-top:25px;
}

#page_content h1.aboutme {
	background: url('images/titles/aboutme.png') no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}

#blog_header h1.blog {
	background: url('images/titles/latestentries.png') no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 280px;
	display: block;
	float: left;
}

#see_more {
	width: 100%;
	text-align: right;
	min-height: 30px;
	text-indent: -500em;
}

#see_more a.f {
	background:transparent url('images/icons/f.png') no-repeat scroll 0 0;
	display: block;
	float: right;
	width:24px;
	height: 25px;
	/*
	margin-bottom:20px;
	margin-top:20px;
	*/
	text-indent:-500em;
}

#see_more a.fr {
	background:transparent url('images/icons/fr.png') no-repeat scroll 0 0;
	display: block;
	float: right;
	width:24px;
	height: 25px;
	/*
	margin-bottom:20px;
	margin-top:20px;
	*/
	text-indent:-500em;
}

#see_more a.in {
	background: transparent url('images/icons/in.png') no-repeat scroll 0 0;
	display: block;
	float: right;
	width:24px;
	height: 25px;
	/*
	margin-bottom:20px;
	margin-top:20px;
	*/
	text-indent: -500em;
}

.rss {
	float: right;
}


#menu span {
	margin: 0;
	padding: 0;
}

#menu {
	position:relative;
	top: 55px;
}

.featured {
	min-height: 385px;
	top: 175px;
	position:relative;
}


.btn_seethework {
	display:block;
	text-indent:-500em;
	background: url('images/buttons/seethework.png') no-repeat;
	height: 42px;
	width: 124px;
	float: left;
}

.btn_contactme {
	display:block;
	text-indent:-500em;
	background: url('images/buttons/contactme.png') no-repeat;
	height: 42px;
	width: 124px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_downloadresume {
	display:block;
	text-indent:-500em;
	background: url('images/buttons/downloadresume.png') no-repeat;
	height: 42px;
	width: 216px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.orange {
	color: #ff9f28;
}

a .orange {
	color: #ff9f28;
	text-decoration: underline;
}

#footer {
	clear: both;
}

.blog_date {
	color: #3f4449;
}

.blog_title {
	color: #007fff;
}

#post {
	padding-top: 10px;
}

#element {
	position: relative;
	clear: both;
	height: 320px;
	width: 864px;

	display:block;
	background: url('images/contact.jpg') no-repeat left top;
}


#gallery_element {
	position: relative;
	clear: both;
	height: 172px;
	width: 864px;
	border: solid;
	border-top-color: #7e7f7f;
	border-bottom-color: #446ea1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	display:block;
	background: #0a0b0c;
	margin-bottom: 20px;
}

#gallery_left, #gallery_right {
	float: left;
	width: 50%;
}

#gallery_right #top {
	display:block;
	height: 97px;
}

#gallery_right #middle {
	display: block;
	height: 30px;
	clear: both;
}

#gallery_right #bottom {
	display: block;
	height: 50px;
	clear: both;
}

.open {
	display:block;
	text-indent:-500em;
	background: url('images/buttons/btn_open.jpg') no-repeat left bottom;
	height: 43px;
	width: 124px;
	clear:both;
}

#form {
	display: block;
	left: 400px;
	position: relative;
	top: 50px;
	width: 400px;
}

.contact-label {
	float:left;
	padding-right:10px;
	text-align:right;
	width:25%;
	color: #f79c26;
	font-weight: bold;

}

.contact-input {
	float:left;
	width:70%;
}

.cleaner {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:10px;
	line-height:0.1em;
	margin:0;
	padding:0;
	width:100%;
}

.submit {
	float: right;
}

.contact-input-field, .contact-text-field {
	width:100%;
	border: 1px solid #FFFFFF;
	background: #404346;
	color: #FFFFFF;
}

.index {
	min-height: 600px;
	height: 600px;
}


.seemore {
	background: url('images/titles/seemore.png') no-repeat scroll 0 0;
	padding: 0;
	margin-top: 7px;
	margin-left: 150px;
	display: block;
	float: left;
	width:70px;
	text-indent:-500em;
}