/*  
Theme Name: Nomad modified version of Noir theme by Computer Mike
Theme URI: http://www.elfdesigns.com.au
Description: modified theme for travel blog
Version: 1.2
Author: elana findlow
Tags: white, black, three-columns, fixed-width
*/

body{
	margin:0;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background-color: #000000;
	background-image: url(graphics/back3.png);
	background-repeat: repeat-x;
	font: 95%/150% Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}


body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
	text-align: left;
	color: #ccc;
	padding-top: 0px;
	}

#header{
	margin: 0;
	width: 100%;
	height: 207px;
	background-image: url(graphics/logo3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .htitle{height: 162px;}
#header h1{
	padding: 45px 0 0 280px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
}
#header h4{
	padding-left: 280px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: white;
	margin: 0;
}
#header a:link, #header a:visited, #header a:active, #header a:hover{
	color: #59A4AA;
	text-decoration: none;
}
#header a:hover{ color: white;}
/* start: top page menu codes */

div#toppagemenu{
	width: 100%;
	background: #000000;
	width: 100%;
	text-align: left;
}


#container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

#containertop{
	width: 100%;
	height: 15px;
}


.sidebar{
	float: left;
	width: 15%;
	padding: 10px;
	margin: 10px;
	display:inline; /* because IE doubles set margins  */
	color: #fff;
	background-color: #333333;
	border: 1px ridge #333333;
	font-size: 75%;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}


.sidebar ul li{
	padding: 10px 0 10px 0;
}


.sidebar ul li h2{
	font: bold 14px Georgia, Sans-serif;
	color: #834725;
}

.sidebar ul ul li{
padding: 0;
line-height:24px;
}

.sidebar h2{
	background: #000000;
	border-bottom: 1px solid #F6F3EE;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #D3723B;
	font-size: 1em;
}



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

.sidebar a:hover{
	text-decoration: underline overline;
	color: #CCCCCC;
}
.sidebar2{
	float: right;
	width: 20%;
	padding: 10px;
	margin: 10px;
	display:inline; /* because IE doubles set margins  */
	color: #fff;
	background-color: #333333;
	border: 1px ridge #333333;
	font-size: 0.75em;
}

.sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 5px 0 5px;
}


.sidebar2 ul li{
padding: 5px 0 5px 0;
}


.sidebar2 ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar2 ul ul li{
padding: 0;
line-height:24px;
}

.sidebar2 h2{
	background: #000000;
	border-bottom: 1px solid #F6F3EE;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #D3723B;
	font-size: 1em;
}


.sidebar2 a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
}

.sidebar2 a:hover{
	text-decoration: underline overline;
	color: #FF6633;
}

#content{
	float:left;
	width: 55%;
	padding: 10px;
	font-size: 0.85em;
	color: #CCCCCC;
}

#containerbottom{
	width: 100%;
	height: 30px;
}


#footer{
	position: relative;
	width: 100%;
	padding:4px;
	background: #282828;
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	height: 25px;
}


/* start: anchor/link codes */



#header a{
text-decoration: none;
color: #b0b0b0;
}

#header a:hover{
color: #fff;
}
#navtop {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
}
#navtop a:link {
	color: #E1D3C6;
	text-decoration: none;
}
#navtop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navtop a:hover {
	color: #A17D31;
	text-decoration: none;
}
#content a:link {
	text-decoration: underline;
	color: #ccc;
}
#content a:visited {
	text-decoration: underline;
	color: #ccc;
}

#content a:hover{
	color: #CA6500;
}

.comments-template a{
text-decoration: none;
font-weight: 600;
color: #000000;
}


.comments-template a:hover{
color: #880026;
}


#footer a{
text-decoration: none;
color: #b0b0b0;
}

#footer a:hover{
color: #fff;
}



/* end: anchor/link codes */

span.footercredits{
position: absolute;
left: 400px;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

p.postmetadata{
border-top: 1px solid #aaa;
border-bottom: 5px solid #666;
margin: 10px 0 0 0;
}


.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


table#wp-calendar{
width: 100%;
}

blockquote{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #555;
margin: 10px;
padding: 10px;
}

acronym,
abbr,
code{
font-weight: 600;
}


sup, 
sub{
font-style: italic;
}

pre{
margin: 10px auto 10px auto;
padding: 10px;
width: 400px;
height: 120px;
border: 1px solid #ccc;
background: #111;
overflow: auto;
scrollbar-base-color: #000;
scrollbar-3dlight-color: #ccc;
scrollbar-arrow-color: #fff;
scrollbar-shadow-color: #888;
scrollbar-dark-shadow-color: #666;
}

/* start: required css for Word Press Themes */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: required css for Word Press Themes */


h3#comments{
margin: 0 10px 0 10px;
border-bottom: 1px solid #888;
}

.comments-template{
	margin: 2px 10px 0 10px;
	border-bottom: 1px solid #bbb;
	padding: 2px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0 10px 0px 10px;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #888;
}

.comments-template ol li.alt{
        background: #454545;
        color: #bbb;
}


.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


.comments-template img{
border: 1px solid #000;
}
