/*

Theme Name: Travellers in Time

Author: Popokatea

*/ 

/***** GLOBAL FORMATTING *****/

* {
	padding:0;
	margin:0;
}
body {
color: #3E4449;
	font: 0.9em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #F8F4E8 url(images/bg.jpg) repeat-x 0px 0px;
	border-bottom: 5px solid #D3D1C6;}

a {
	outline: none;
	text-decoration: none;
border-bottom: 1px dotted;} 
a:link,
a:visited {
	color:#3e4449;
	text-decoration: none;
}
a:hover {
	color:#3e4449;
	text-decoration: none; background:#D3D1C6;
	border-bottom: 1px solid;}

img, a img {
	border:none;
}

code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}


.clear {
	clear: both;
}


/*	LAYOUT    */ 


#wrap {
	width: 900px;
	margin: 0px auto;
	background: url(images/left_bg.png) repeat-y -50px 0;
}

/*	 HEADER     */ 

#header {
	width: 900px;
	height: 180px;
	background: url(images/headerimgright.jpg) no-repeat -2px 0;
}

#headerTitle {
	width: 508px;
	height: 93px;
	}

#headerTitle h1 {
	width: 508px;
	height: 93px;
	padding-top: 40px;
	padding-left: 15px;
	font: italic 1.6em Georgia, "Times New Roman", Times, serif;
}
#headerTitle h1 a:link,
#headerTitle h1 a:visited {
	text-decoration: none;
	color: #3E4449;
	background: none;
border-bottom: none;
}
#headerTitle a:hover {
	
	width: 508px;
	height: 93px;
	border-bottom: none;
	}

/*		MAIN    */ 

#main {
	width: 580px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	padding-right: 66px;	background: transparent url(images/left_bottom.png) no-repeat bottom right; 
	min-height: 750px!important;}

#main .intro p {width: 90%; margin: 15px 15px 5px 5px;
font-size:110%;
	}
	
	#main .intro h2 {width: 80%; margin: 25px 15px 5px;
	font-weight: normal;
	font-style: normal;
	}

#main .navigation {
	width: 550px;
	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#3e4449;
	text-decoration: none;
	
}
#main .navigation .alignleft a:hover {
	color:#3e4449;
	text-decoration: none;
	
}
#main .navigation .alignright {
	float: right;
}

#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#3e4449;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#3e4449;
	text-decoration: none;
}

#main .entryBox {
	width: 580px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;}
#main .entryBox .title h2 {
	padding-top: 15px;
	padding-left: 15px;
	color: #67151d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	
	color: #67151d;border-bottom: none;
	
	font-style: italic;
}
#main .entryBox .title h2 a:hover {
	color: #67151d;
border-bottom:none;}

#main .entryBox h3 {
	padding-top: 15px;
	padding-left: 15px;
	color: #67151d;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#main .entryBox span.date {
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #77776B;
	display: block;
}
#main .entryBox .entry {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main .entryBox .entry p {
	color: #3E4449;
	padding-top: 10px;
	padding-bottom: 0px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;}

#main .entryBox .entry h3.introtext {
	color: #67151d;	padding-top: 10px;

	padding-bottom: 0px;
margin-left: 0px;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main .entryBox .entry p.introtext {

	color: #3E4449;

	padding-top: 10px;

	padding-bottom: 0px;

	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;

	margin-bottom: 20px;
}



#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color:#3e4449;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #3e4449;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #3e4449;
}
#main .entryBox .entry img {
	padding: 5px;
background: #f1f0ea; margin: 10px 15px 10px 15px; border: 1px solid #D3D1C6 ;}
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
	
}
#main .entryBox .entry ul li {
	list-style-type: circle;
	list-style-position: inside;
}
#main .entryBox .entry code {
	font-family: "Courier New", Courier, mono;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #eae8e1;
	padding: 3px;
	font-size: 1em;
	line-height: 1.5em;
}
#main .entryBox .entry blockquote {
	border-top: 1px dashed #D3D1C6; border-bottom: 1px dashed #D3D1C6; padding: 12px 12px; background-color: #F8F4E8;
margin: 25px 20px 20px;
	}

#main .entryBox .entry blockquote p{
	color: #67151d;
	text-align: center;
	letter-spacing: 1px;
	font: italic 100%/1.4em Georgia, "Times New Roman", Times, serif;
}


#main .entryBox .entry pre {
	width: 500px;
	text-align: right;
}
#main .entryBox .entryBottom {
	height:40px; 
}
#main .entryBox .tags {
	margin-bottom:5px;
	margin-top:2px;
	clear:both;
}
#main .entryBox .entryBottom span,
#main .entryBox .tags span {
	font-size: 0.8em; 
	padding-left: 17px;
	padding-right: 7px;
	display:block;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	text-decoration: none;
	color: #67151d;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	text-decoration: none;
	color: #67151d;
	font-weight: bold;	
}

/*		SINGLE/COMMENT PAGE     */ 

#main .entryBox .entryDescription
 {
	width: 510px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main .entryBox .entryDescription p
{
	padding: 15px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
	color:#3e4449;
}

#main .entryBox .entryDescription p a:hover
 {
	text-decoration: underline;
	color: #3e4449;
}

#main .entryBox p.who
 {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited
 {
	text-decoration: none;
	color: #77776B;
}

#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover
 {
	text-decoration: none;
	color: #77776B;
}

#main .entryBox .entryBottom p.commentmetadata
 {
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
	color: #77776B;
}

#main #commentForm {
	width:550px;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:#3e4449;
	text-decoration: none;
}

#main #commentForm p a:hover {
	color:#3e4449;
	text-decoration: none;

}
#main #commentForm input#submit {
	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;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 8px 5px;
	font-size: 1em;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#main h3.respond {
	padding: 10px 5px 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
/*		SIDEBAR   */ 

#sidebar {
	background:#F8F4E8;
	padding:20px 10px 10px 10px;
	margin:0;
	
float: right;
	width: 180px;
	margin-top: 0px;

	}
#sidebar h2,
#sidebar h3 {
	margin-bottom: 10px;
	margin-top: 15px;
	color: #67151d;
list-style:none;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #D3D1C6;
}
#sidebar ul li a{
	color:#3E4449;
	display:block;
	padding:2px;
border-bottom: none;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

#sidebar ul li ul li {
	list-style-type: none;
	padding-left:15px;
	border-bottom:none;
	
	
}
#sidebar ul li a:hover {
	margin:0;
	background:#D3D1C6;
color: #3E4449;
border-bottom: none;}


* {
	
}
	
#sidebar form {}
#sidebar form input#s {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 8px 5px;
	margin:0px 0px 5px;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	
}

#sidebar form input#s:hover {
	
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}

/*	FOOTER   */ 

#footer {
	border-top: 1px solid #D3D1C6; margin-left:30px;
	margin-right: 30px;
	width: 900px;
	padding-right:66px;
		padding-left: 15px;
	margin-top: 0px;
	padding-top: 15px;
padding-bottom: 5px;
	background: transparent url(images/foot.png) repeat right bottom;
}

#footer p {
	padding-left: 15px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

#footer .small {
font-size: .8em;
	font-style: italic;
	}

#footer p a:link,
#footer p a:visited {
	color: #67151d;
	text-decoration: none;
}
#footer p a:hover {
	color: #3E4449;
	text-decoration: none;
}



