/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body {
	background-image:url(images/pageBG.jpg);
	background-position:top center ;
	background-repeat: repeat-x;
	background-color:#F2F2F2;
	font-family:Helvetica, Arial, sans-serif;
	outline:none;
}
#page {
	background:none;
}
.cufon-loading  {
	visibility: hidden !important;
}

#header {
	height:92px;
	padding:0;
	border-bottom: 0;
}
#header #logo, #header #tagline {
	padding-left:160px;
	text-transform:uppercase;
}
#header #logo {
	padding-top:26px;
	font-size:24px;
	line-height:100%;
}
#header #logo a {
	color:#FFFFFF;
}
#header #tagline {
	color:#626262;
	font-size:16px;
}
#content {
	padding-top:29px;
}
#content_box {
	background-image:url(images/sidebarBG.jpg);
	background-position:right top;
	background-repeat: repeat-y;
}
/* nav */
.custom .menu {
	border:0;
	margin-bottom:30px;
	padding:0 10px;
}

.menu li {
		margin: 0 25px 0 0;
}

.menu a, .menu .current ul a, .menu .current-cat ul a {
	background:none;
	border:none;
	text-transform:uppercase;
	padding:0;
	margin: 0;
}

ul.menu li a {
	color:#777;
	text-decoration:none;
	letter-spacing:normal;
	padding:6px;
	font-size:14px;
}

ul.menu li a:hover {
	text-decoration:none;
	background:none;
}
ul.menu li.rss a:hover {
		text-decoration:none;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	color:#FFF;
	text-decoration:none;
	padding:6px;
	background:none;
	margin:0;
	background-color:#444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}





/*posts and pages*/
h2.entry-title a, .headline_area h1 {
	font-size:28px;
	text-transform:uppercase;
	color:#222222;
	text-shadow: 0px 1px 0px #fff;
}
h2.entry-title a:hover {
	color:#2361A1;
	border-bottom: 1px solid #2361A1;
}

.teaser h2.entry-title a {
	font-size:24px;
}

.post_box {
	padding-bottom:30px;
	padding-right:20px;
}


.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
	margin-bottom: 1.2em;
}
.format_text .wp-caption p {
	font-style:normal;
}


/*testimonial*/
.testimonial h2 {
	padding:20px 20px 50px 20px;
	background-color:#FFF;
	font-size:15px;
	background-image:url(images/tail.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.testimonial {
	padding-bottom: 20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:40px;
}
.testimonial p {
	padding-left:60px;
	font-size:0.9em;
}


/*sidebar */
#sidebars {
}
.sidebar {
	padding: 10px 0 0 10px !important;
	padding: 0 0 0 0;
	color:#333;
}
.sidebar ul.sidebar_list{
	padding-right:20px;
}

.sidebar ul.sidebar_list li{
	border-bottom:1px dotted #999;
}

.sidebar ul.sidebar_list li ul li {
	border: 0;
}

.sidebar h3 {
	text-transform: uppercase;
	color:#24292F;
	letter-spacing:normal;
	font-size:14px;
}
#sidebar ul.lifestream, ul.lifestream {
	padding-left:0;
}


/*contact form */
.widget_custom_cf7 input {
	width:290px;
}
.widget_custom_cf7 textarea {
	width:296px;
}




/*contact box*/
#contactBox {
	height:180px;
	background-image:url(images/markos_portrait.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#contactBox ul {
	list-style:none;
}
#contactBox li {
	background:#9B9B9B;
	background: rgba(0,0,0,0.25);
	width: 167px;
	height:36px;
	font-size:11px;
}
#contactBox li.alt {
	background:#B5B5B5;
	background: rgba(0,0,0,0.15);
}

#contactBox li div {
	margin: 0 0 0 20px;
	padding-top:13px;
}
#contactBox li span {
	display:block;
	width:25px;
	float:left;
	margin-top:-2px;
}
#contactBox li:hover {
	background:#efefef;
	background: rgba(255,255,255,0.25);
}
#contactBox a {
	text-decoration:underline;
	color:#000;
}
#contactBoxShadow{
	background-image:url(images/contactBox_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	height:10px;
}






/*comments */
.comments_closed {
	display:none;
}

#comments {
	/*background-color:#e6e6e6;
	background-image: url(images/commentsBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:25px;*/
}
.comments_intro {
	/*padding:30px 0 10px 0;*/
}

dl#comment_list {
	padding:0 10px;
	border-top:0;
}
dl#comment_list dt .comment_author {
	font-size:1.4em;
	line-height: 1.4em;
	font-weight:bold;
}
dl#comment_list dt .comment_time {
display:block;
}
#comment_list .format_text {
	font-size:12px;
}
dl#comment_list .bypostauthor {
	background:none;
}

#respond {
	background-color:#FFF;
}

#respond_intro {
	padding-top: 10px;
	text-transform:uppercase;
}

#commentform {
	border-top:0;
}

input, textarea {
	font-family:Helvetica, Arial, sans-serif;
}

.format_text input.form_submit, #commentform .form_submit {
	border:1px solid #CCC;
}
#commentform input.form_submit {
	border-width:thin;
	color:#666
}
#commentform input.form_submit:hover {
	color:#000;
}

.prev_next {
border-top:1px solid #CCC;
}

#footer {
	border:none;
	display:none;
}





