/* ----------------------------------------------

   HTML ELEMENTS

------------------------------------------------- */ 



/* Top Elements */

body {
	background:url(images/bckgrnd.gif) repeat;
	margin:0px 0px 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25;
	}
	
#grunge {
	margin:-55px auto;
	width:100%;
	height:130px;
	text-align:center;
	z-index:105;
	float:left;
	}
	
#top_left {
	float:left;
	width:45%;
	height:55px;
	background:url(images/wetbckgrnd.gif) repeat-x;
	z-index:100;
	}
	
#top_right {
	float:right;
	width:50%;
	height:55px;
	background:url(images/gridbckgrnd.gif) repeat-x;
	z-index:95;
	}
	
#logo_wrap { 
	margin:0px;
	width:100%;
	float:left;
	z-index:110;
	_margin:-65px 0 0 0;
	}

#logo {
	margin:-65px auto;
	width:930px;
	padding:0 10px 0 10px;
	z-index:115;
	_margin:0px auto;	
	}
	
#logo a img {
	border:0px;
	}
	
#nav_wrap {
	width:50%;
	background:url(images/navback.gif) no-repeat right #454545;
	float:left;
	text-align:right;
	font-size:13px;
	color:#f6f6f6;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	min-width:475px;
	margin:1px 0 0 0;
	}
	
#nav_wrap ul {
	list-style:none;
	margin:0px;
	padding:13px 0 13px 0;
	white-space:nowrap;
	}
	
#nav_wrap ul li {
	display:inline;
	margin:0 13px 0 0;
	}
	
#nav_wrap ul li.nav_last {
	margin:0 173px 0 0;
	}
	
#nav_wrap ul li a{
	color:#ffffff;
	}
	
#nav_wrap ul li a:hover{
	color:#bbbbbb;
	}

/* Links */

a, a:active, a:link {

	text-decoration: none;

	color: #f6f6f6;
	
	font-weight:bold;			

}

a:visited {
	text-decoration: none;
	}

a:hover {
   	text-decoration: none;
	color:#bbbbbb;
	}



/* headers */

h1, h2, h3 {

	font-family: Arial Narrow, Arial, Helvetica Neue, Tahoma, Sans-serif;

	color: #c16b1e;

}

h1 {

	font-size: 3.4em;	

	font-weight: normal;

	letter-spacing: -2px;

	padding: 15px 10px 5px 10px;	

}

h2 {

	font-size: 1em;

	color: #c16b1e;

	/*padding: 20px 10px 5px 10px;*/	

}

h3 {

	font-size: 1.7em;	

	font-weight: normal;

	padding: 0px;	
	
	margin:5px 0 5px 0;

}



p, dl { 

	padding: 0px;
	 
	margin: 0; 
	
	}



ul, ol {

	margin: 0;

	padding: 0px;

}

ul { list-style: none; }
 

dt {

  font-weight: bold;

  color: #fff;

}

dd {

  font-size:10px;
  text-align: left;

}

cite {
	color:#c16b1e;
	font-weight:normal;
	}
	
cite a{
	color:#c16b1e;
	font-weight:normal;
	}
	
cite a:link{
	color:#c16b1e;
	font-weight:normal;
	}
	
cite a:visited{
	color:#c16b1e;
	font-weight:normal;
	}
	
cite a:hover{
	color:#c16b1e;
	text-decoration:underline;
	}
	
small {
	color:#999999;
	}

small a {
	color:#999999;
	}
	
small a:link {
	color:#999999;
	}
	
small a:visited {
	color:#999999;
	}
	
small a:hover {
	color:#999999;
	text-decoration:underline;
	}

/* images */

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



code {

  	margin: 5px 0;

  	: 15px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;

  	/* white-space: pre; */

  	background: #111;  

}

acronym {

  	cursor: help;

  	border-bottom: 1px dotted #5B5B5B;

}

blockquote {

	margin: 15px 10px;

 	padding: 10px 10px 10px 35px;  

   background: #111 url(images/quote.jpg) no-repeat 10px 10px;

	font-weight: normal;

	font-size: 18px;

	font-style: italic;

	font-family: Georgia, 'Times New Roman', Times, serif;	

	color: #808080;	

}



/* start - table */

table {

	margin: 15px 10px; 

	border-collapse: collapse;			

}

th {

	background: #000;

	color: #fff;

	height: 38px;

	padding-left: 12px;

	padding-right: 12px;	

	text-align: left;

	border-left: 1px solid #211E20;

	border-right: 1px solid #211E20;

	border-bottom: 1px solid #211E20; 

	border-top: 1px solid #48780E;

}

tr {

	color: #5b5b5b;

	height: 34px;	

}

td {

	padding-left: 12px;

	padding-right: 12px;

	border: 1px solid #111;	

}

/* end - table */



/* form elements */

form {

	margin: 10px 0px; 
	
	padding: 5px 10px 20px 10px;

	background: #dcdcdc; 	

}

form p {padding: 0px; margin: 10px 0 0 0;}

label {

	display: block;

	font-weight: bold;

	margin: 8px 0;

	color: #454545;

}

input, select, textarea {

	padding: 5px 4px;

	font: normal 1em Verdana, Tahoma, sans-serif;

	color: #454545;

	background: #ffffff;  

	border: 1px solid #1C1C1C;

}

textarea {

	width: 400px;

	height: 100px;

	display: block;	

}

input.button { 

	font: bold 12px Arial, Helvetica, Sans-serif; 

	height: 30px;

	margin: 0;

	padding: 2px 3px; 

	color: #48780E;

	background: #000;

	

	border-width: 1px;

  	border-style: solid;

  	border-color: #1c1c1c;

}

fieldset {border: 0px;}


/* ------------------------------------------

   LAYOUT

------------------------------------------- */ 

#wrap {

	position: relative;

	width: 940px;	

	padding:0 0 0 10px;

	margin: 0 auto;

	text-align: left;

   	background: url(images/bg.gif) no-repeat top center; 

}

#content-wrap {

	position: relative;

    clear: both;

	width: 940px;			

	margin:0 auto;	

	padding: 20px 0 0 10px;

	text-align: left;

	background: url(images/bg.gif) no-repeat top center;

	/*border-top: 1px solid #1A1A1A;*/

}

/* Main Column */

#main {

	float: left;

	width: 615px;

	padding:0; 

    margin:0;

	display: inline;

    background: transparent;

}

#main p img {
	padding:10px;
	margin:0 0 2px 0;
	background:url(images/photoback.gif) repeat;
	border:0px;
	}
	
#main object {
	cue-before:none;
	}

#main_content {

        float: left;
        position: relative;
        top: 0px;
}

#main #photo {
        
        background: url(images/photo.gif) top;
        
        width: 595px;

        float: left;

        left: -90px;

        position: relative;

        margin: 0 0 -5px 0;

}

#main h2 {

	padding: 0 5px 1px 8px;

	margin: 0 0 0 0;

	font: normal 2.1em Arial, Tahoma, Helvetica, sans-serif;

	font-weight: bold;

	color: #c16b1e; 

	letter-spacing: .5px;	

    text-transform: lowercase;	
	
	background:#454545;	

}

#main h2 a {

	color: #ffffff;

	text-decoration: none;		

	border: none;	

}

#main p {
	padding:0 0 4px 0;
	line-height:18px;
	}
	
#main p a {
	color:#454545;
	text-decoration:underline;
	}
	
#main p a:hover {
	text-decoration:none;
	}

#newer {
	background: #454545; 
	display:inline;
	margin:0 0 10px 0;
	padding: 0px; 
       }

#older {
	display:inline;
	background: #454545; 
	margin:0 0 10px 0;
	padding:0px; 
       }



/* Sidebar */

#sidebar {

	float: right;

	width: 310px;

	padding: 0 5px 0 10px; 
	
	margin: 0 0 0 0;		

	display: inline;	

}	

#sidebar ul {

	text-align: left;

	margin: 0 0 10px 0; 
	
	padding: 0 0 0 0;				

}

#sidebar ul li {
	margin:0 0 0 0;
	}

#sidebar ul li a {

	text-decoration: none;	

	border: none;
	
	background:#454545;

	color: #f6f6f6; 	

	font-weight: bold;		

	font-family: Arial, Sans-serif;

	font-size: .93em;	

	letter-spacing: .5px;
	
	padding:0 5px 0 9px;
	
}

#sidebar ul li a:hover {
	
	color:#bbbbbb;
	}

/*#sidebar ul li span a {

	color: #444;	

	font-family: arial;

	font-style: italic;

	font-weight: normal;	

	font-size: 11px;
	
	padding:1px 9px 1px 5px;

}*/

#work_gallery ul {
	background:none;
	}

#work_gallery img {
	margin:0 0 0 0;
	border:0px;
	}
	
.flickr-photos {
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
.flickr-photos img {
	border:0px;
	}
	
.flickr-photos a{
	padding:0px;
	margin:0px;
	}

#regarding li.regard {
	margin:1px 0 0 0;
	}

#regarding {
	font-size:.93em;
	font-weight:bold;
	letter-spacing:.08em;
	margin:0 0 0 0;
	color:#f6f6f6;
	}
	
#regarding a {
	color:#f6f6f6;
	}
	
#regarding span {
	background:#454545;
	padding:0 5px 0 8px;
	margin:0 0 0 0;
	}
	
span.title {
	background:#c16b1e;
	display:inline-block;
	margin:0 0 0 0;
	padding:0 5px 0 8px;
	color:#ffffff;
	font-weight:bold;
	text-transform:lowercase;
	font-size:.99em;
	}
	
.twitter-item {
	padding:3px 10px 0 0px;
	text-transform:lowercase;
	font-style:italic;
	}

/* footer */

#footer-wrap {

	clear: both;

	padding: 1em 0 0 0;

	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	

	color: #555;

	width: 1050px;

    height: 50px;

    margin: 0 auto;

	border-bottom: 0px solid #191510;		

}

#footer-wrap h3 {

	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;

	color: #ABABAB;	

}

#footer-content {	

	margin: 0 auto;		

	width: 880px;

	text-align: left;		

}

#footer-content ul.col-list {

	border-top: 1px solid #111;

	list-style: none;

	margin: 5px 0 0 5px; padding: 0;	

	width: 98%;

}

#footer-content ul.col-list li {

	border-bottom: 1px solid #111;

}

#footer-content ul.col-list li a {

	display: block;

	line-height: 2em;

	font-weight: bold;

	padding: 4px 0 4px 8px;

	width: 98%;	

	color: #555;

	border: none;

}

#footer-content ul.col-list li a span {

	color: #444;

	font-style: italic;

	font-weight: normal;

	font-family: Georgia, 'Times New Roman', Times, serif;

}

#footer-content ul.col-list li a:hover,

#footer-content ul.col-list li a:hover span {

	color: #fff;

	text-decoration: none;

}

#footer-content .col {

	width: 280px;

	padding: 0 0 30px 0;			

	display: inline;

}

#footer-content .col2 {

	width: 285px;

	padding: 0 0 30px 0;	

	display: inline;	

}

#footer-content .space-sep {

	margin-right: 12px;

}



/* postmeta */

.postmeta {	
	padding: 1px 0 1px 0; 
	margin: 0 0 0 0;	
	font-size: .9em;	
	color: #545454;
	background: #ffffff;
   	font-weight: bold;
	text-align:left;
	}

#post_title {
	position:absolute;
	padding:3px 0 2px 0;
	margin:7px 0 0 10px;
	width: 600px;
	}
	
#title {
	float: left;
	}
	
#title_info {
	width: 50%; 
	float: left; 
	text-align: right; 
	height: .95em; 
	margin:2px 0 0 0; 
	font-weight: bold;
	}

.date {
	color: #678289;
	margin:0 10px 0 5px;
	}

.postmeta a.comments { 
	margin: 0 5px 0 5px;
	color:#454545;	
	}
	
.postmeta a:hover.comments { 
	text-decoration:underline;
}

.postmeta a.readmore { 
	margin: 0 5px 0 10px;
	color:#454545;
}

.postmeta a:hover.readmore { 
	text-decoration:underline;
}

.post-info { font-size: .95em; padding-top: 0px; color: #816f61;}

.post-info a { color: #678289; text-decoration: none; }

.post-info a:hover {text-decoration: underline;}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clearer { clear: both; }



.clear {

	display:inline-block;

}

.clear:after {

	display:block; 

	visibility:hidden; 

	clear:both; 

	height:0; 

	tt: "."; 

}