/*
Theme Name: Orchestr8
Theme URI: http://blog.orchestr8.com/
Description: Orchestr8 Blog - Wordpress Theme
Version: 2.0
Author: Orchestr8
Author URI: http://www.orchestr8.com/
*/

/** global tags definitions **/
html, body { font-family: Arial, Tahoma, Helvetica, Verdana; font-size: 12px; line-height: 1.5em; }
* html body { font-size: 12px; line-height: 1.5em; }

html, body, h1, h2, h3, h4, h5, h6, img, p, table, form, fieldset, ul, ol, span { 
	padding:0; 
	margin:0; 
	border:0; 
}

input, textarea { font-size: 12px; font-family: Arial, Tahoma, Helvetica, Verdana; }

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

body {
	background: #fff url(images/global/body_bg.gif) top repeat-x;
	color: #343434;
	padding: 0 0 1em 0;
}

a { text-decoration: none; }
a:hover { text-decoration: none; }

a { color: #054F9B; }
a:hover { color: #EA5E00; }

div.clear { clear: both; }
br.clear { clear: both; line-height: 1em; }

/** header **/
#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
	#header .logo {
		width: 215px;
		height: 51px;
		padding: 25px 0 0 10px;
		position: relative;
	}
		#header .logo .logoImage { position: relative; }
		#header .logo .logoText { position: absolute; right:5px; bottom: 0; }
			#header .logo .logoText, #header .logo .logoText a { font-size: 11px; letter-spacing: -0.025em; color: #8C8C8C; }
			
	#header .subLogo {
		font-size: 23px;
		color: #F58E08;
		position: absolute;
		left:220px;
		top:34px;
		height: 28px;
		line-height: 28px;
	}
/** /header **/

/** footer **/
#footer { 
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
}
	#footer .footerBar {
		width: 900px;
		height: 37px;
		background: url(images/global/footer_bg.gif) 0 0 no-repeat;
		overflow: hidden;
	}
		#footer  .footerBar a { color: #00328F; padding: 0 16px; }
		#footer  .footerBar a:hover { color: #EA5E00; } 
		
		#footer  .footerBar .footerMenu { float: left; text-align: left; padding:10px 0 0 0; }
		#footer  .footerBar .copy { float: right; padding: 4px 15px 0 0; text-align: right; line-height: 1.33em; }
			#footer  .footerBar .copy a { padding: 0; color: #383838; }
				#footer  .footerBar .copy a:hover { text-decoration: underline; }
		
/** /footer **/

/** navBar **/
#navBar {
	width: 906px;
	height: 47px;
	margin: 0 auto;
}
	#navBar .leftBorder { padding-left: 10px; background: url(images/navbar/bar_left.gif) 0 0 no-repeat; }
	#navBar .rightBorder { padding-right: 10px; background: url(images/navbar/bar_right.gif) 100% 0 no-repeat; }
	#navBar .content { height: 47px; background: url(images/navbar/bar_bg.gif) 0 0 repeat-x; }
		

#navBar ul {
	padding: 14px 3px 0 3px;
}
	
#navBar li { float: left; display: inline; margin: 0 6px; }
	#navBar li.first { margin-left: 10px; }
	
#navBar li, #navBar li a { font-size: 14px; font-weight: bold; color: white; line-height: 14px; }
	#navBar li a { line-height: 26px; cursor: pointer; cursor: hand; }
	#navBar li a span { line-height: 26px; }

#navBar li a { float: left; display: block; padding: 0 0 0 0; background: url(images/navbar/tab_left.gif) 0 -52px no-repeat; height: 26px; }
	#navBar li a span { float: left; display: block; padding: 0 20px 0 20px; background: url(images/navbar/tab_right.gif) 100% -52px no-repeat;  height: 26px; }

#navBar li a:hover { background-position: 0 0; color: #EFFF94; }
	#navBar li a:hover span { background-position: 100% 0; }

#navBar li.current a { background-position: 0 -26px; }
	#navBar li.current a span { background-position: 100% -26px; }
	#navBar li.current a:hover { background-position: 0 -26px; }
	#navBar li.current a:hover span { background-position: 100% -26px; color: white; }
/** /navBar **/

/** contentWrap **/
#contentWrap {
	width: 900px;
	margin: 15px auto 0;
}
/** /contentWrap **/

/** content **/
#content {
	float: left;
	width: 602px;
	padding: 0 18px;
	margin-right: 22px;
	overflow: hidden;
}
/** /content **/

/** sidebar **/
#sidebar {
	float: left;
	width: 240px;
	overflow: hidden;
}

#sidebar a:hover {
	color: #054F9B;
}

#sidebar h2 {
	font-size: 15px;
	line-height: 33px;
	color: white;
	background: url(images/sidebar/heading_bg.png) 0 0 no-repeat;
	padding: 0 14px;
}

#sidebar ul ul {
	margin: 4px 0;
	clear: both;
}

#sidebar li {
	clear: both;
	margin-bottom: 1em;
}

#sidebar li li {
	float: left;
	display: block;
	width: 240px;
	height: 23px;
	font-size: 13px;
	line-height: 23px;
	margin-bottom:0;
}
	#sidebar li li a {
		float: left;
		display: block;
		width: 212px;
		height: 23px;
		line-height: 23px;
		background: url(images/sidebar/items_bg.gif) 0 0 no-repeat;
		padding: 0 14px;
	}
		#sidebar li li a:hover {
			background-position: 0 -35px;
		}

#sidebar .searchBox {
	background: url(images/searchbox/bg.png) 0 0 no-repeat;
	width: 240px;
	height: 51px;
}
	#sidebar .searchBox form div { padding: 16px 0 0 12px; }
	#sidebar .searchBox form #s {
		width: 155px;
		border: 2px solid #EAA808;
		padding: 2px;
	}
	#sidebar .searchBox form #searchsubmit {
		vertical-align: middle;
	}
	
#sidebar .categories {
	
}

#sidebar .calendar {
}
/** /sidebar **/

/** calendar **/
#wp-calendar {
	empty-cells: show;
	border-spacing: 0;
	color:#A0A0A0; 
	width: 185px;
	margin: 0 auto;
}

#wp-calendar caption {
	border-bottom: 1px solid #F3F4F4;
	margin: 0 auto;
	padding:6px 0 2px 0;
	letter-spacing: 0.2em;
}

#wp-calendar thead tr th {
  border-bottom: 1px solid #F3F4F4;
	color: #343434;
}

#wp-calendar tfoot tr td {
	border-top: 1px solid #F3F4F4;
}

#wp-calendar tbody tr td {
	text-align: center;
}

#wp-calendar tbody tr td a {
	font-weight: bold;
	color: black;
	display: block;
	border: 1px solid #fff;
}

#wp-calendar tbody tr td a:hover {
	border: 1px solid #F3F4F4;
	color: #EA5E00;
}

#wp-calendar tbody tr td#today a, #wp-calendar tbody tr td#today a:hover {
	font-weight: normal;
	color: #054F9B;
	background: #F2F3BB;
	border: 1px solid #F59110;
	display: block;
}

/** /calendar **/


/** post **/
.post {
	margin:0 0 40px 0;
}
	.post p {
		padding: 0.5em 0;
	}
	
	.post h2 {
		font-size: 18px;
		padding: 0.5em 0 0.2em 0;
	}
	
	
	
	.post .info {
		font-size: 11px;
		border: 1px solid #FDC888;
		background: #FEFFC8;
		padding: 0px 3px;
		margin: 0 -8px;
	}
		.post .info em.date {
			font-style: normal;
		}
	
	.post .entry {
		padding: 0.5em 0;
		font-size: 13px;
	}
	
	.post .comments {
		font-size: 13px;
		font-weight: bold;
		padding: 0.3em 0;
	}
	
	.post .feedburnerFlareBlock {
		padding: 0 3px;
		margin: 1px -8px;
		background: #ECF3F7;
	}
		.post .feedburnerFlareBlock span {
			padding: 0 0.5em;
		}
		
	.post .filedUnder {
		font-size: 13px;
	}
		
.navigate {
	font-size: 13px;
	font-weight: bold;
}
	.navigate span {
		padding: 0 0.2em;
	}
/** /entry **/

/** archive **/
.archive .archiveTitle h2 {
	font-size: 20px;
}
/** /archive **/

/** comment **/
#comments {
}

#comments p.trackback {
	font-size: 13px;
	padding: 0.5em 0 1.5em 0;
}

#comments .heading {
	height: 36px;
	overflow: hidden;
}

#comments .heading h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	float: left;
	padding: 0;
	margin: 0;
}
	#comments .heading a {
		float: left;
		font-size: 16px;
		line-height: 36px;
		color: #EA5E00;
		background: url(images/icons/comment.gif) 0 50% no-repeat;
		padding: 0 0 0 42px;
		margin: 0 0 0 32px;
	}
		#comments .heading a:hover {
			color: #054F9B;
		}
		
#comments .commentList {
	padding:0;
	margin: 0 -8px;
}
	#comments .commentList li {
		display: block;
		width: 618px;
		padding:0;
		margin: 0 0 6px 0;
		background: white;
	}
		#comments .commentList li .comment {
			width: 618px;
			background: url(images/global/comment_bg.gif) 0 0 repeat-y;
		}
			#comments .commentList li .comment .topBorder {
				width: 618px;
				background: url(images/global/comment_top.gif) 0 0 no-repeat;
			}
			#comments .commentList li .comment .bottomBorder {
				width: 618px;
				background: url(images/global/comment_bottom.gif) 0 100% no-repeat;
			}
			#comments .commentList li .comment .wrapper {
				width: 598px;
				padding: 12px 10px;
			}
			
		#comments .commentList li .commentalt {
			width: 618px;
			background: url(images/global/commentalt_bg.gif) 0 0 repeat-y;
		}
			#comments .commentList li .commentalt .topBorder {
				width: 618px;
				background: url(images/global/commentalt_top.gif) 0 0 no-repeat;
			}
			#comments .commentList li .commentalt .bottomBorder {
				width: 618px;
				background: url(images/global/commentalt_bottom.gif) 0 100% no-repeat;
			}
			#comments .commentList li .commentalt .wrapper {
				width: 598px;
				padding: 12px 10px;
			}

#comments h3.leaveComment {
	background: url(images/icons/leave_comment.gif) 0 50% no-repeat;
	padding: 0 0 0 35px;
}

#comments .commentForm {
	margin: 0 -8px;
	background: #FFE7AF;
	padding: 5px;
}

#comments .commentForm span.errMsg { float: left; font-size: 11px; font-style: italic; padding-left: 15px; }

#comments .commentForm form div.inputText {
		padding: 2px;
		background: #F59E4A;
		float: left;
	}
		#comments .commentForm form div.inputText input {
			width: 245px;
			border:0;
			padding:2px; margin:0;
		}
		
		/*\*/
		html*#comments .commentForm form div.inputText input {
			margin-right: -2px;
		}/**/
		
		
		
	#comments .commentForm form div.inputTextarea {
		padding: 2px;
		background: #F59E4A;
		float: left;
	}
		#comments .commentForm form div.inputTextarea textarea {
			width: 450px;
			height: 210px;
			font-family: Arial;
			font-size: 12px;
			border:0px;
			padding: 2px; margin:0;
		}
		
		/*\*/ /* MAC hack */
		html*#comments .commentForm form div.inputTextarea textarea {
			margin-right: -6px;
			margin-bottom: -5px;
		}/**/


#comments .commentForm form table td {
	padding: 5px 0;
	vertical-align: top;
}
	#comments .commentForm form table td.label {
		width: 100px;
		padding-left: 16px;
	}
	#comments .commentForm form table td.submit {
		padding-left: 8px;
	}
		#comments .commentForm form table td p {
			line-height: 1.5em;
			padding-bottom: 0.5em;
		}

#comments .commentForm form table tr.alt td {
	background: #FFFEC6;
	border-top: 1px solid white;
	border-white: 1px solid white;
}
/** /comment **/
