/*  
Theme Name: TripSay blog
Theme URI: http://www.tripsay.com/blog
Description: Based on BlueIdea Theme by <a href="http://www.robbiewilliams.pl/wordpress/">Robbie Williams.PL</a>.
Version: 0.1
Author: Valve
Author URI: http://www.valve.fi
License: General Public License (GPL)
*/

html * {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

body {
	text-align: center;
	background: #fff url(images/bg_tripsay.jpg) 0 76px repeat;
	color: #3f4853;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}

#allweb, #header {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#allweb {
	width: 800px;
	background: url(images/panel_tripsay.png) repeat-y top center;
}

#header {
	height: 116px;
	background: url(images/header_tripsay.png) no-repeat top center;
}

#header h1 {
	display:block;
	position:relative;
	background:yellow;
	width:800px;
	height:116x;
	margin:0 auto;
}

#header h1 a {
	display:block;
	position: absolute;
	top:0px;
	left:574px;
	width:208px;
	height:116px;
}

#header h1 span {
	display:none;
}	

#content {
	width: 574px;
	float: left;
	padding-top:12px;
}

.post {
	padding: 10px 20px 30px 70px;
	line-height: 1.6em;
	background: url(images/post_tripsay.png) bottom right no-repeat;
	position:relative;
}

.entry {
	clear: left;
}

.post ul {
	margin: 0px 10px 10px 30px;
	line-height: 1.6em;
	padding: 0px;
}

.post ol {
	margin: 0px 10px 10px 30px;
	line-height: 1.6em;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height:1.25em;
	letter-spacing: -1px;
	padding: 3px 0px 10px 0px;
	margin: 0px;
}

.post h2, .pagetitle {
	color: #71d000;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 5px 0 18px;
	padding: 0;
}

.pagetitle {
	margin:18px 0 0 70px;
}

.post h2  a{
	font-weight:normal;
	color: #71d000;
}	

.post h2  a:hover{
	color: #1f4d7b;
}	

.post img {
	float:left;
	padding:0 20px 20px 0;
}

img.wp-smiley {
	float: none;
	padding: 0;
}

.date {
	position:absolute;
	width: 57px;
	height: 82px;
	top:-10px;
	left:0;
	background: url(images/date_tripsay.png) no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding:18px 0 0 17px;
}
.date span {
	display:block;
	width:35px;
	text-align:center;
	font-weight:normal;
}
.date .day {
	font-size:15px;
	line-height: 17px;
	font-weight:bold;
}
.date .month {
	line-height: 15px;
}
.date .year {
	font-size:10px;
	line-height: 11px;
}

.postedby {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0 7px;
	clear: both;
}

.postedby a:hover {
	color: #5791c5;
	border-bottom: 1px solid #5791c5;
	font-weight: bold;
}

a {
	color: #3f5b9e;
	text-decoration: none;
}

a:hover {
	color: #1e5a8f;
}


.slidedown {
	display:none;
}

.bottomnav {
	margin: 20px 50px 0 72px;
	width:486px;
	height:30px;
}

.alignleft, .alignright {
	float:left;
	width:243px;
}
.alignright {
	text-align:right;
}

.alignleft a, .alignright a {
	font-size: 0.95em;
	font-weight: normal;
}

#right_side {
	float: left;
	width: 188px;
	padding: 20px 10px 0;
	background: url(images/right_tripsay.png) top left no-repeat;
}

#right_side ul {
	padding: 0;
	margin: 0;
}

#right_side li {
	list-style-type: none;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin-left: 0;
	padding: 2px;
}

#right_side li h2 {
	margin: 15px 0 0;
	color: #71d000;
	font-size: 16px;
	letter-spacing: -1px;
}


#right_side ul ul li {
	font-size: 1em;
	padding: 0;
	}
#right_side ul ul li a {
	padding: 0 0 0 15px;
	}

#right_side ul ul li a:hover {
	padding: 0 0 0 15px;
	}

#right_side ul ul ul li {
	margin: 0 0 0 0;
	}

	input#s {
		background:transparent url(images/input.gif) no-repeat scroll left top;
		border:0pt none;
		font-size:12px;
		height:21px;
		padding:2px;
		width:277px;
	}

#footer {
	clear: both;
	font-size: 0.85em;
	padding: 0 0 10px 70px;
}

.postmetadata {
	background-image: url(images/postsingle.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 5px;
	padding: 0px 15px 5px 15px;

}

.postmetadata a {
	text-decoration: underline;
	font-weight: normal;
}

/* common */

blockquote {
	margin: 5px;
	padding: 0px 5px 5px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
}

abbr, acroym {
	border-bottom: 0px;
	cursor: help;
}

form {
	padding: 0px;
	margin: 0px;
}

code, pre {
	font-family: "Courier New";
	font-size: 1.0em;
	font-weight: normal;
}

/** Comments **/
#commentsarea {
	padding: 10px 20px 30px 70px;
	margin: 0px;
}

#comments, #respond {
	color: #444;
	font-size: 1.1em;
	line-height: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

.commentlist li {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #3d8ace;
}

.commentlist li cite {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	float: right; 
	font-size: 0.90em;
}

.center {
	text-align: center;
}

input.button { 
	border: 0 none;
	color: #3d63b8;
	height: 26px;
	text-align: center !important;
}
input.button:hover {
	text-decoration: underline;
}
input.button_80 {
	background: transparent url(/wp-content/themes/tripsay/images/button_80.gif) center right no-repeat;
	width: 80px;
}
input.button_100 {
	background: transparent url(/wp-content/themes/tripsay/images/button_100.gif) center right no-repeat;
	width: 100px;
}

.input_txt {
	background: #f8f8f8 url(/wp-content/themes/tripsay/images/input_bg.gif) top left repeat-x;
	border: 1px solid #d9d9d9;
	color: #3f4853;
	padding: 3px 2px;
}

