/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif; /* Set the global font */ 
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5em;
	background-color: #141414;
	color: #555;
}

b {
	color: #cfc8c1;
}

/* GLOBAL LINKS ------------------------------------------ */

a:link {
	text-decoration: none;
	color: #ea0028;
}

a:visited {
	text-decoration: none;
	color: #ea0028;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.rule {
	position: relative;
	border-top: 1px solid #333;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 60%;
	left: 17px;
}

#topPage {
	position: absolute;
	top: 0px;
	margin: 0 0 0 0;
}	


/* SideNav Active state Selector, must add id selection in body tag */

 #websitesPage .websites a,
 #viralPage .viral a,
 #adsPage .ads a, 
 #identityPage .identity a,
 #photographyPage .photography a,
 #illustrationPage .illustration a,
 #blogPage .blog a,
 #aboutPage .about a {
	
	background-color: #222;
	color: #ea0028;
}



/* Lay out the page structure with a container */

#container {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 990px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */ /* Add some top and left padding */
	min-height: 780px;
	
}

#header {	
	margin-left: 0;	                                 
	margin-bottom: 0px;	                                 
	margin-right: 0;	                                 
	margin-top: 30px;	                                 
	text-align: left;
	height: 210px;
	width: 990px;	
}

#header ul {
	list-style: none; /* Remove the bullet points from the list */
	margin-top: 25px;
	line-height: 2em;
}
		
#header ul li {
	border-bottom: 1px solid #333;
	margin-bottom: 0px;
	margin-top: 2px;
}
			
#centerColumn {
	float: left;
	width: 225px;
	margin: 0 0 0 251px;
	border-top: 1px solid #555;
	position: relative
}

#rightColumn {
	float: left;
	width: 477px;
	margin: 0px 0px 0px 22px;
	border-top: 1px solid #555;
}

#rightColumn p {
	margin-top: 5px;
}

.rightText {
	position:absolute;
	text-align: right;
	right: 0px;
}

#bgLogo {

	position: absolute;
	background-image: url(bgLogo_04.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 344px;
	top: -2px;
	margin-left: -295px;

}

/* This is the code for the sideNav !!!! */

.sideNav {
	position: relative;
	left: -36px;
	top: 90px;
	min-height: 500px;
	width: 225px;
	float: left;
	background-color: transparent;
}

/* SIDENAV LINKS ------------------------------------------ */

.sideNav a:link {
	font-size: 17px;	
	font-weight: bold;
	color: #111;
	padding: 2px 5px 2px 5px;
	border: none;
	background-color:#272727;
	margin-left: 18px;
}

.sideNav a:visited {
	font-size: 17px;	
	font-weight: bold;
	color: #111;
	padding: 2px 5px 2px 5px;
	border: none;
	background-color:#272727;
	margin-left: 18px;
}
	
.sideNav a:hover, .sideNav .current_page_item a {
	color: #cfc8c1;
	text-decoration: none;
	border: none;
	background-color: #272727;
}

.sideNav .current-cat a {
	color: #ea0028;
	text-decoration: none;
	border: none;
	background-color: #272727;
;
}

.sideNav a:active {
	color: #cfc8c1;
	text-decoration: none;
	border: none;
	background-color: #272727;
}
	
.sideNav ul {
	list-style: none; /* Remove the bullet points from the list */
	margin-top: 5px;
	line-height: 2.2em;
}
	
.sideNav img {
	margin-bottom: 20px;
}

#portfolio {
	margin-left: 25px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	float: left;
	width: 738px;
	padding-left: 2px;
}

#portfolio ul {
	list-style: none; /* Remove the bullet points from the list */
}
		
#portfolio ul li {
 /* Float the lists to the left, laying them out side by side */
	margin: 10px 0 25px 0;

	padding-right: 30px;
}

.thumbModule {
	display: inline-block;

	padding-bottom: 15px;
}
		
.spacerXX{ height: 5px; widht: 100%; display: block;}	
		
.thumbnailHolder img{
	border: 4px solid #222;
	display: block;
}

.thumbnailHolder img:hover {
	border: 4px solid #444;
}

.thumbTitle {
	font-size: 1.1em;
	color: #cfc8c1;
	font-weight: bold;
	margin: 10px 0 0 4px;
}
		
.thumbCaption {
	font-size: 0.9em;
	color: #444; 
	margin: 0 0 0 4px;
	
}

.role {
	color: #ea0028;
	margin-right: 1em;
}

.empty {
	display: block;
	margin-right: 10px;
}
		
		
/* this is the code for the extra pages */

#about {
		margin-top: 0px;		
}	
		
		
#blog {
	font-family: Arial, Helvetica, sans-serif; /* Set the global font */ 
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5em;
	border-top: 1px solid #555;

	margin-left: 25px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	float: left;
	width: 720px;
}

/* BLOG LINKS ------------------------------------------ */

#blog a:link{
	font-size: 14px;	
	font-weight: bold;
	color: #ea0028;
	padding: 2px 5px 2px 5px;
	border: none;
	margin-bottom: 20px;
	background-color: #222;
}

#blog a:visited{
	font-size: 14px;	
	font-weight: bold;
	color: #ea0028;
	padding: 2px 5px 2px 5px;
	border: none;
	margin-bottom: 20px;
	background-color: #222;
}

#blog a:hover {
	color: #cfc8c1;
	text-decoration: none;
	border: none;
	background-color: #222;
}

#blog a:active {
	color: #cfc8c1;
	text-decoration: none;
	border: none;
	background-color: #222;
}

#blog ol {
	margin-top: 25px;
	line-height: 2em;
}

#blog ol li {
	margin-bottom: 20px;
	border-bottom: 1px solid #232323;
	padding-bottom: 20px;
	list-style-type:none;
}

.tumblr_photo{
	border: 4px solid #222;
}

#footerBg {
	margin: 0 0 0 0;
	position: relative;
	top: 30px;
	width: 100%;
	min-height: 500px;
	background-color: #0c0c0c;
	text-align: center;
	clear: both;
}

#footer{

	width: 985px;
	margin: auto;
	text-align: left;
	display: block;

}


/* FOOTER LINKS ------------------------------------------ */

#footer a:link {
	color: #333;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
}

#footer a:visited {
	color: #333;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
}

#footer a:hover{
	color: #cfc8c1;
	background-color: #222;
	text-decoration: none;
}

#footer a:active{
	color: #cfc8c1;
	background-color: #222;
	text-decoration: none;
}

.footerColumn{
	position: relative;
	left: 5px;
	float:left;
	width: 223px;
	margin: 30px 22px 0 0;
	height: 250px;
	border-top: 1px solid #555;
}
	
.firstColumn{
	float:left;
	width: 223px;
	margin: 30px 22px 0 0;
	height: 250px;
}

#footer .firstColumn .topButton {
		position: relative;
		top: 33px;
		left: -10px;
		margin:0 0 0 0;
}

/* FOOTER LINKS ------------------------------------------ */

#footer .firstColumn .topButton a:link {
		font-size: 1em;	
		font-weight: bold;
		color: #444;
		padding: 3px 5px 3px 5px;
		border: none;
		margin-top: 50px;
}

#footer .firstColumn .topButton a:visited {
		font-size: 1em;	
		font-weight: bold;
		color: #444;
		padding: 3px 5px 3px 5px;
		border: none;
		margin-top: 50px;
}

#footer .firstColumn .topButton a:hover {
	color: #cfc8c1;
	background-color: #222;
}

#footer .firstColumn .topButton a:active {
	color: #cfc8c1;
	background-color: #222;
}

#footer .firstColumn .topButton img {
	margin: 0 7px 0 0;
}

.lastColumn{
	position: relative;
	left: 5px;
	float:left;
	width: 223px;
	margin: 30px 22px 0 0;
	height: 250px;
	border-top: 1px solid #555;
}

#footer ul {
	position: relative;
	left: -5px;
	list-style: none; /* Remove the bullet points from the list */
}
	

#footer ul li {
	margin: 0 0 10px 0;
}
	
#footer .lastColumn ul {
	position: relative;
	left: 0px;
	list-style: none; /* Remove the bullet points from the list */
}

#footer .lastColumn ul li {
	position: relative;
	margin: 0 0 7px 0;
	height: 20px;
}

/* FOOTER ICONS LINKS ------------------------------------------ */

#footer .lastColumn a:link {
	color: #333;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	position: relative;
	top: -5px;
}

#footer .lastColumn a:visited {
	color: #333;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	position: relative;
	top: -5px;
}

#footer .lastColumn a:hover {
	color: #cfc8c1;
	background-color: #222;
	text-decoration: none;
}

#footer .lastColumn a:active {
	color: #cfc8c1;
	background-color: #222;
	text-decoration: none;
}


/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
.blog {
	border-bottom: 1px solid #232323;
	padding: 20px 0 10px 0;
	line-height: 20px;
}

.blog a {
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ea0028;
	font-size: 14px;
	padding: 3px;
}

.blog a:hover {
	color: #cfc8c1cfc8c1;
	text-decoration: none;
}

.blog h2 {
	padding: 10px 0;
}

.blog h2 a {
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ea0028;
	font-size: 14px;
}

.blog img {
	border: 4px solid #222222;
}

.content {
	margin-left: 25px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	float: left;
	width: 740px;
	border-top: 1px solid #555555;
	padding-top: 5px;
}

.legal{
	text-decoration: none;
	color: #333;
}
label{font-size: 16px;	
	font-weight: bold;
	color: #cfc8c1;
	padding: 2px 5px 2px 5px;
	border: none;
	background-color:#272727;
	 display: block; width: 100%;}
fieldset{}
input, textarea{
border:#272727 solid 1px;
padding:3px;
width:100%;
background: url(images/leeg.gif);
margin: 5px 0px;
}
input:focus, textarea:focus{border:1px solid #ea0028; }
.btn2{
	font-weight: bold;
	color:black;
	background-color:#272727;
	display:block;
	padding:4px 8px;
	text-decoration:none;
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
}
.btn2:hover{
	
	background-color:#ea0028;
	text-decoration:none;
}
#portfolio li{display: block; width: 500px;}
#portfolio ul li a{font-size: 17px;	
	font-weight: bold;
	color: #111;
	padding: 2px 5px 2px 5px;
	border: none;
	margin-left: 18px; text-decoration: none; }
	background-color:#272727;
	#portfolio ul li a:hover{font-size: 17px;	
	font-weight: bold;
	color: #cfc8c1;
	padding: 2px 5px 2px 5px;
	border: none;
	background-color:#272727;
	margin-left: 18px; text-decoration: none; }
.test {  margin-bottom: 17px;}