/*
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.custom {background:url("http://lucifr.com/wp-content/themes/Thesis/custom/images/nav_bg.gif") repeat-x scroll center top #FFFFFF;}

.full_width .page {
min-width:990px;
width:86%;
}

.custom .full_width > .page {
background:none repeat scroll 0 0 transparent;
}

#content_box {
padding-right:419px;
width:auto;
background:url("../custom/images/bb.png") repeat-y scroll right top transparent;
}

#content {
float:left;
position:relative;
width:99%;
}

.teasers_box {
width:93%;
}

.teaser {
width:49%;
}

.format_text img {max-width:100%;}

/* Headings */
.headline_area h1, .headline_area h2 {
font-size:3.1em;
text-shadow:1px 1px 1px #CCCCCC;
}

.format_text h1, .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {color:#333;font-weight:normal; border-left:0.5em solid #0C87C0;padding:0.2em 0 0.2em 0.5em;text-shadow:1px 1px 1px #CCCCCC;}

.format_text h1 a, .format_text h2 a, .format_text h3 a, .format_text h4 a, .format_text h5 a, .format_text h6 a {color:#333333 !important;text-decoration:none;}

.format_text h1 {font-size:25px;}
.format_text h2 {font-size:20px;}
.format_text h3 {font-size:16px;font-weight:bold;}
.format_text h4 {font-size:15px;font-weight:bold;}
.format_text h5 {font-size:13px;font-weight:bold;}

/* Header & Navigation Menu */
.custom #logo a {
background:url("http://lucifr.com/wp-content/themes/Thesis/custom/images/lucifr_logo_spr.png") no-repeat scroll 0 0 transparent;
bottom:0.7em;
display:block;
height:103px;
text-indent:-9999px;
width:354px;
}

.custom #logo a:hover  {
background:url("http://lucifr.com/wp-content/themes/Thesis/custom/images/lucifr_logo_spr.png") no-repeat scroll 0 -104px transparent;
}

.custom  #tagline {
display:none;
}

.custom #nav_area {background:transparent; padding-top:0px;}

#nav_area .page {background:none;}

.custom #header {
border-bottom:1px solid #DDD;
height:125px;
padding:44px 21px;
}

.custom #header_area {background:;display:none;}

.menu {margin-bottom:5px;}

.menu, .menu a, .menu li ul  {border:none;}

.custom ul.menu li a  {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #333333;
border-style:none;
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:13px;
font-weight:bold;
letter-spacing:3px;
padding:6px 13px;
}

.custom ul.menu li.current a {
background:none repeat scroll 0 0 #0C87C0 !important;
color:#FFFFFF !important;
}

.custom ul.menu li a:hover {
background:none repeat scroll 0 0 #0C87C0;
-moz-box-shadow:0 0 15px #0C87C0;
color:#FFFFFF !important;
text-decoration:none;
}

.menu li ul li a {
letter-spacing:0 !important;
-moz-border-radius:0 0 0 0 !important;
}

.menu li ul {
margin-top:0;
}

.menu ul li  {
margin:0 !important;
}

.menu .current-parent > a, .menu .current-cat-parent > a {
background:none repeat scroll 0 0 #0C87C0 !important;
color:#FFFFFF;
}

.menu li {
margin:1em 0.5em;
}

.custom .menu li.cat-item-603 a {
-moz-box-shadow:0 0 15px #7C7EFF;
background:none repeat scroll 0 0 #7C7EFF;
}

.custom .menu li.rss a {
-moz-box-shadow:0 0 15px #E98537;
background:none repeat scroll 0 0 #E98537;letter-spacing: 0pt;
}

.menu .rss a, .menu .rss a:hover  {text-decoration:none !important;padding-right:16px !important;}
.custom .menu li.twifo {float: right;}
.custom .menu li.twifo a {-moz-box-shadow:0 0 15px #70D3FF;
background:none repeat scroll 0 0 #70D3FF;letter-spacing: 0pt;}

/* Content */
.headline_meta  {}

.custom a.more-link, .custom a.teaser_link {
-moz-border-radius:0 8px 8px 0;
background:none repeat scroll 0 0 #2F2C28;
color:#FFFFFF;
font-size:13px;
padding:4px 6px;
border:0 none;
text-decoration:none;
}

.custom a.more-link:hover, .custom a.teaser_link:hover {
background:none repeat scroll 0 0 #0C87C0;
border:0 none;
text-decoration:none;
}

.custom .teasers_box a.teaser_link {
visibility:hidden;}

.custom .teasers_box:hover a.teaser_link {
visibility:visible;}

.wp-pagenavi {float:left;font-size:16px;}
.prev_next  {padding-bottom:2.1em;}

.shso {
float:left;
font-weight:bold;
margin:13px 0;
}

div.sociable {
float:left;
}
.gad {
float:left;
margin-left:10px;
width:300px;
}
.smpost {
float:left;
height:250px;
min-width:350px;
overflow:hidden;
width:50%;
}

/* Comment */
.custom span.bracket {
color:#0C87C0 !important;
}

.custom dl#comment_list dd p.reply {
margin:1em 0 1.5em;
}

.custom dl#comment_list dd p.reply a {
background:none repeat scroll 0 0 #2F2C28;
-moz-border-radius:8px 8px 8px 8px;
color:#FFFFFF;
font-size:11px;
font-weight:normal;
padding:4px 6px;
text-transform:uppercase;
visibility:hidden;
}

.custom dl#comment_list dd:hover p.reply a {
visibility:visible;}

.custom dl#comment_list dd p.reply a:hover {
background:none repeat scroll 0 0 #0C87C0;
border:0 none;
text-decoration:none;
}

.clearfix, #comments {/* Clearfix */
display:block;
clear:both;
}

/* Sidebar */
#sidebars {
float:left;
position:relative;
margin-right:-747px;
width:419px;
}

.sidebar ul.sidebar_list {
padding-left:0;
padding-top:0;
}

#sidebar_1 {
border:none;
}

li.widget {
border-top:1px solid #DDDDDD;
padding:21px 0 0 19px;
clear:both;
}

li#categories-2 {float: left; clear: none; border-right: 1px solid rgb(221, 221, 221); width: 196px;}
li#linkcat-268, li#linkcat-18 {float: right; width: 195px; clear: none;}

#text-140469461 {
border-top:medium none;
height:180px;
margin-bottom:12px;
}

.service-ico a img {margin-right:0.3em;border:none;}

li.ui-state-default a {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #DFDFDF;
color:#333333;
font-size:13px;
padding:6px 13px;
}

li.ui-state-default a:hover {
background:none repeat scroll 0 0 #0C87C0 !important;
color:#FFFFFF;
text-decoration:none;
}

.ui-tabs li.ui-tabs-selected a {
-moz-border-radius:5px 5px 5px 5px;
padding:6px 13px !important;
border-width:0.091em;
}

/*Google custom search*/
#cse-search-results iframe {
width:100% !important;
}

li.thesis_widget_google_cse form input[type="text"] {
width:79%;
}

form#cse-search-box input[type="submit"] {
background:url("lib/images/submit-bg.gif") repeat scroll 0 0 transparent;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-right:3px double #999999;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
width:auto;
}

li.search_box form#cse-search-box input[type="text"] {
font-size: 13px !important; padding: 4px !important;
-moz-border-radius:14px 14px 14px 14px;
}

li.search_box {
position:absolute;
right:158px;
top:3px;
}

/* Footer */
#footer_area {background:#434444;border-top:2px solid #E64117;}
#footer_area .page  {background:transparent;padding-bottom:0;}
#footer {background:url("http://lucifr.com/wp-content/themes/Thesis/custom/images/footer_logo.png") no-repeat scroll 0 14px transparent;border:medium none;padding-left:40px;text-align:left;}
#footer p {color:#BBBBBB;}
#footer a {color:#BBBBBB;border:none;}
#footer_area:hover #footer a {color:#EEEEEE;}
#footer a:hover {color:#FFFFFF;}

p.back_to_top {float:right;margin:-47px 0;}

p.back_to_top a {
-moz-border-radius:0 0 6px 6px;
background:none repeat scroll 0 0 #E64117;
color:#FFFFFF;
font-size:14px;
padding:0.5em 1.6em;
}

/*Contact Form 7*/
input.quiz {width: 4em !important;}

/*--- greet-box css ---*/
.greet_block {
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  background:#FFFFE0;
  border:1px solid #E6DB55;
  margin:10px 0;
  width:100%;
}

.greet_image {
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none;
  border:none !important;
  margin:0;
  padding:0;
}

.greet_text {
  color:#333;
  font-size:14px;
  line-height:20px;
  margin:10px;
}

.greet_text a, .greet_text b, .greet_text strong {
  color:#21759B;
}

.greet_block_close {
  background:#fff;
  border:1px solid #ccc;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#ccc;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
  text-decoration:none;
  display:block;
}

.greet_block_close a:hover {
  text-decoration:none;
}

.greet_block_powered_by {
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}


.postrank-widget h2, .powered-by-postrank,  .postrank-search-wrapper {
display:none;
}

.postrank-widget .postrank-posts li {
font-size:13px !important;
line-height:18px !important;
margin:5px 5px 5px 0 !important;
min-height:16px !important;
padding:2px 0 0 34px !important;
}

.postrank-widget a.postrank-title  {
color:#0C87C0;
font-family:Georgia,"Times New Roman",Times,serif;
}

