/*
Theme Name: Final Transit 2.2
Adapted from: Artificial Intelligence (http://ericulous.com/2007/02/09/wp-theme-artificial-ntelligence/) by Genkisan (http://ericulous.com)
Description: Travel
Version: 2.2
Author: Priyank
Tags: orange, white, fixed width, two columns, widgets, 2.7
*/

/* Global / Structure */
body { 
	margin: 0; padding: 0; 
	background: #ffc65d; 
	font: normal .9em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000; 
}
#main { 
	width: 95%; background: #fff; 
	border: 2px solid #ff8000;
	margin: 10px auto; 
}
#header {	border-bottom: #ff8000 1px solid; height: 90px;}

/* Text and image styling */

a { text-decoration: none; background: inherit; }
a:link {	color: #AA3511; }
a:visited {	color: #008080;}
a:active {	color: #008080;}
a:hover {	color: #835c39; text-decoration:none;}
a.ext {	background: url(http://priyank.com/travel/wp-content/themes/images/linkext.gif) top right no-repeat; padding-right: 12px; }

h1  { font: italic 3em Serif, Helvetica, Sans-Serif; margin: 0; background-color:transparent; }
h2  { font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif; }
h3  { font-size: 1.35em;  border-bottom: 1px solid #ffe4b3;}
h4  { font-size: 1.1em; }
h5  { font-size: 1.0em; }

p {text-align:justify;}
div {text-align:justify;}
blockquote {
	font: italic 1em Arial, Helvetica, Sans-Serif;
	margin: 10px 20px;
	padding: 5px 0 0 15px;
	background: #f9f9f9;
	color: #666666;
	border-left: 2px solid #999999;
	background: url(http://priyank.com/travel/wp-content/themes/images/blockquote.gif) no-repeat top left; 	
}

.small {	font-size: 0.8em;	color: #999999;}
.center {text-align: center;}
.color2 {	color: Teal;}
.font2 {	font-family: "Times New Roman", Times, serif;}
.hin {	font-family: Mangal; text-align: left; line-height: 150%;}

.clear {	clear: both;}
.left {	text-align: left;}
.right {	text-align: right;}
.floatleft{float: left; position: relative; margin-right: 10px;
	padding: 5px 5px 5px 5px; }
.floatright{float: right; 	margin-left: 10px; position: relative;
	padding: 5px 5px 5px 5px; }
.alignleft{
	float: left; text-align: left;}
.alignright{
	float: right; text-align: right;}

img {	border-width: 0px; }
.tnimg{padding: 5px 5px 5px 5px; border: 1px solid #999999;}
.imgleft{float: left; position: relative; margin-right: 10px;
	padding: 5px 5px 5px 5px; border: 1px solid #999999;}
.imgright{float: right; 	margin-left: 10px; position: relative;
	padding: 5px 5px 5px 5px; border: 1px solid #999999;}
.imgcenter{float: none;  	margin-left: 10px; position: relative; text-align: center;	padding: 5px 5px 5px 5px; border: 1px solid #999999;}

/* Misc elements */
td.border {border: 1px solid black;}
.avatar {	float: right; margin: 0 0 10px 10px; border: 1px solid #666666;padding: 2px; }
#s:focus, #author:focus, #email:focus, #url:focus, #comment:focus{
	border: 1px solid orange;
}
input{
	background-color: #e6e6e6;
	padding: 1px 2px; border: 1px solid silver;
}

input:hover{
	background-color: #eee;
}

input:focus{
	background-color: #fff;
}
textarea#comment {
    background-color: #ffeece;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size:inherit;
	padding: 3px;

}
textarea#comment:hover {
    background-color: #fff7e8;
}

textarea#comment:focus{
	background-color: #fff;
}
.float250px {	float: right; width: 250px; position: relative;
	border: 1px dashed #ff8000; padding: 5px 5px 5px 5px;  background-color: #fffaf5; margin: 5px 5px 5px 10px;text-align: left;	font-size: 0.85em; }
.float125px {	float: right; width: 125px; position: relative;
	border: 1px dashed #ff8000; padding: 5px 5px 5px 5px;  background-color: #fffaf5; margin: 5px 5px 5px 10px;text-align: left;	font-size: 0.85em; }
.float35p {	float: right; width: 35%; position: relative;
	border: 1px dashed #ff8000; padding: 5px 5px 5px 5px;  background-color: #fffaf5; margin: 5px 5px 5px 10px; text-align: left;	font-size: 0.85em; }
.highlightbox {border: 1px solid #ffe4b3; padding: 5px 5px 5px 5px;  background-color: #fffaf5; margin: 5px 5px 5px 10px; font-size: 0.9em; }
code{font-family:"Courier New", Courier, mono;}
.bigquote { width:200px;
	font: italic 1em Arial, Helvetica, Sans-Serif;
	margin: 5px 5px;
	padding: 15px 0 0 25px;
	background: #f9f9f9;
	color: #666666;
	background: url(http://priyank.com/travel/wp-content/themes/images/blockquote.gif) no-repeat top left; 	
}

/* Top Left: Logo */

#logo { 
	float: left; 
	padding: 0 0 0 10px; }
	#logo h1 { color: #000; margin:0; padding:0; }
	#logo a { text-decoration: none; }

/* Top Navigation Menu */
	
#subheader {
	float: right; width:500px; font-size: 1em;
	text-align: right; margin: 5px 10px 0 0;
	height: auto !important; padding: 5px 0 0 0;
	overflow: hidden;
}
		#subheader ul{
			text-align: left;
			padding: 0px;line-height:150%;
			display: inline;border-bottom: 1px solid #ccc;
		}
		#subheader ul li{
			text-align: left;
			padding: 0px;
			display: inline;
		}
		#subheader a{
			text-decoration: none; background-color: inherit; 
			border: 1px solid #fff; border-bottom: 1px solid #ccc;
		}
		#subheader a:hover{
			text-decoration: none; background-color: #fffaf5; 
			border: 1px solid #e4e4e4;
		}


/* Left Sidebar */
	
#sidebar {
	float: left;
	width: 25%;
	clear: left;
}

#sidebar h2 {
	border-bottom: 1px solid #ccc;
	line-height:0.8em;
	margin: 0; 	padding : 0; 
	letter-spacing: 2px;
	font: bold 1.05em Arial, Helvetica, sans-serif;
	font-variant:small-caps; color:#666;
}

#sidebar ul { 
	margin: 5px 0 0 5px; 
	padding : 0; 
	list-style : none; 
}

#sidebar ul li {
	list-style-type:none;
}

#sidebar ul ul li{
	margin: 0;
	padding: 3px 5px; display: block;line-height: 1.3em;
	background: white; border: 1px solid Silver;
	border-top: 2px solid #ff8000; list-style-type: none;
}
#sidebar ul ul li div{	padding: 4px 0 0 0;}
#sidebar  ul ul ul{
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar  li.recentcomments {font-size: 9px;}
#sidebar  li.recentcomments a{display:inline;}
#sidebar  div.nobefore {content:none; display:inline;}
#sidebar  div.nobefore a:before {content:none; }
#sidebar  div.nobefore a:hover:before {content:none; }

#sidebar  ul ul ul li{
margin: 0 0 0 5px; display: block;list-style-type: none;
padding: 0; border: none; line-height: 1.3em

}

#sidebar  ul ul ul li a:before {
	content: ":: ";
	color: #ff8000;
}
	
#sidebar  ul ul ul li a:hover:before {
	content: "# ";
	color: #ff8000;
}

#sidebar  ul ul ul li a:hover{
text-decoration: underline; border:0px;
}

#sidebar  ul ul ul li a{
	display: block;
	line-height: 1.3em; 
	color: #c55a00;
	margin: 0;
	text-decoration: none;
}

#sidebar  a:hover{
	color: teal;
	text-decoration:underline;
}
	
#sidebar  ul ul ul ul li{
	padding-left: 10px;
display: block;list-style-type: none;
}
	.sidecontent {
		padding: 0;
		margin: 0 0 10px 0;
	}

/* Content */

/* Begin Comments*/

.commentlist li.thread-even {
	background-color:#f5f5f5;
	}

.commentlist {
	margin:15px;line-height:1.3em;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px  3px;
	background: #fafafa; list-style: none;
	color: #444;
	border: 1px solid #eeeeee;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-left: 10px; margin-bottom: 10px;
	background: #fff;
	}

.commentlist p {
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
	
.commentlist ul.children li {
	background-color: #e3e3e3;
	border: 1px solid #efefef;
	list-style: none;
	margin-top: 10px;
	}

.commentlist ul li.depth-2 {
	background-color: #f1f1f1;
	}

.commentlist ul li.depth-3 {
	background-color: #ececec;
	}

.commentlist ul li.depth-4 {
	background-color: #e8e8e8;
	}

.commentlist ul li.depth-5 {
	background-color: #e3e3e3;
	}

.commentsnavigation {
	padding: 20px 20px 30px 20px;
	}
.authorcomment{
	margin: 5px 0;
	background: #ffedcc;
	border: 1px solid orange;
	border-top: 4px solid #ffc65d;
	text-align: left;
}

/* End Comments */

#right {
	float: right;
	width:75%;
	clear: right; 
}
	.leftcol {
		float: left;
	}
	.rightcol { /*unused*/
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}

/* post styles */	
.post {
	margin: 10px 10px;
	overflow: hidden; padding: 5px 10px;
	border: 1px solid #ff8000;
}
.posttitle { clear: both; margin: 0; text-decoration:none;}
.post_head {
	margin-top:15px;
}

	.metadata {
	clear: both; float:right;
	margin-bottom: 15px;
	text-align: right; 
	}
	.postmetadata{
		margin: 0 0 1px 0;
		padding:0; 
	}
	
	.tags{
		text-align:left; 
	}
	.centered {/*unused*/
	display: block;
	margin: 0 auto;
	}
		
	.sticky { /*unused*/
	background: #fffff0;
	border:1px dashed #eee;
	}

	.post .post_cal {
	text-align: center;
	width: 65px; display: block;
	margin: 0 0 5px 10px;
	border-top: 3px solid #ffc65d;
	border-bottom: 1px solid #eee;
	float: right;
}

	.post_cal .daynum {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #aaa;	text-align: center;
	background: #fffaf5;
	line-height: 40px;
	}
	
	.post_cal .month, .post_cal .year {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	text-align: center;
	text-transform: uppercase;
	color: #fff; letter-spacing: 1px;
	border-bottom:1px dashed #ccc;
	font-weight: bold;
	line-height: 18px;
	background: #ffe4b3 ;
	}
	
	.authorpost {	color: teal;	}
	.post li.space {margin-bottom:10px;}
/* Footer */

#footer { clear: both; padding: 5px; border-top: 1px solid #ff8000;}
#footer p {text-align: right;}
	.special {
		overflow: hidden; padding: 10px 10px 10px 10px;
		border: 1px solid #ccc;
		background: #fffaf5;
		color: #444; text-align:left;
		font: normal .9em serif, "times new roman"; 
	}
#footer table {padding: 0px; margin: 0px; width: 100%;}
td.footerlinks {vertical-align: top; width: 33%;}
#footer h2 {
	border-bottom: 1px solid #ccc;
	line-height:0.8em;
	margin: 0; 	padding : 0; 
	letter-spacing: 2px;
	font: bold 1.05em Arial, Helvetica, sans-serif;
	font-variant:small-caps; color:#666;
}

#footer ul { 
	margin: 5px 0 0 5px; 
	padding : 0; 
	list-style : none; 
}

#footer ul li {
	margin: 0;
	padding: 3px 5px; display: block;line-height: 1.3em;
	background: white; border: 1px solid Silver;
	border-top: 2px solid #ff8000;list-style-type: none;
}

#footer ul ul li{
	margin: 0 0 0 5px; display: block;list-style-type: none;
	padding: 0; border: none; line-height: 1.3em; font-size: 1em;
}
#footer  ul ul ul{
	margin: 0;
	padding: 4px 0 4px 0;
}

#footer  li.recentcomments {font-size: 0.75em;}
#footer  li.recentcomments a{display:inline;}
#footer  div.nobefore {content:none; display:inline;}
#footer  div.nobefore a:before {content:none; }
#footer  div.nobefore a:hover:before {content:none; }

#footer  ul ul ul li{margin: 0 0 0 5px; display: block;list-style-type: none;
padding: 0; border: none; line-height: 1.3em
}

#footer  ul ul li a:before {
	content: ":: ";
	color: #ff8000;
}
	
#footer  ul ul li a:hover:before {
	content: "# ";
	color: #ff8000;
}

#footer  ul ul li a:hover{
text-decoration: underline; border:0px;
}

#footer  ul ul li a{
	display: block;
	line-height: 1.3em; 
	color: #c55a00;
	margin: 0;
	text-decoration: none;
}

#footer  a:hover{
	color: teal;
	text-decoration:underline;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/*	-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 captions */

/* Top Image start */
#Titleimage {
	margin: 10px 10px; font: italic 1em "Times New Roman", Times, serif; 
	overflow: hidden; padding: 10px 10px;color: #444;
	border: 1px solid #ff8000;background: #fffaf5;
}
.TI_Image{
	float: left; position: relative; margin-right: 10px;
	padding: 5px 5px 5px 5px; border: 1px solid #999999;
}
/* Top Image end */

/*ZTMC ad*/
a.ztmc{ font: normal .9em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }


