/*
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/


 */
.wr_out .content input, textarea { vertical-align:middle; width:236px; border:1px solid #e1dcc8; padding:7px 12px; background:#ffffff; font-size:13px; color:#797979;}
.wr_out .content textarea { width:500px;}
.wr_out .content input {margin-right:10px}
.dn { display:none;}
*{ margin: 0px; padding: 0px; outline:none; outline:none;}
html { height:100%; min-height:958px; background:#d4fefe url(_images/bg-top.jpg) repeat-x 0px 0px;}
body  { min-height:958px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#515151; line-height:24px; background: url(_images/bg-bottom.jpg) repeat-x left bottom;}

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

li { list-style-position:inside;}
a span { cursor:pointer;}
img { border:0px;}
.clr { clear:both; height:1px; font-size: 1px; line-height: 1px;}
.vnone { position:absolute; left:-5000px; top:0px; width:1px; height:1px; overflow:hidden;}
.pointer { cursor:pointer; }

a { color:#ec8a1d;}
a:hover { text-decoration:none;}

table { border:0px; border-collapse:collapse;}
table td {border:0px; border-collapse:collapse; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4a4a4a; vertical-align:top;}
table th {border:0px; border-collapse:collapse; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4a4a4a; vertical-align:top;}

/**/

.wr_out { height:100%; min-height:778px; padding-bottom:180px; background:url(_images/bg-bottom_pic.jpg) no-repeat center bottom; width:1024px; margin:0px auto;}
.wr_out .menu { height:98px; word-spacing:10px; margin-left:34px;}
.wr_out .menu ul { position:absolute;  z-index:10; width:800px;}
.wr_out .menu li { list-style-position:outside; list-style:none; display:block; line-height:34px; margin-top:30px; word-spacing:normal; float:left; padding-right:10px;}
.wr_out .menu li a { display:inline-block; background:#98d6dc url(_images/menu.gif) no-repeat 0px -68px; color:#ffffff; text-decoration:none; font-weight:bold;}
.wr_out .menu li a span { display:inline-block; padding:0px 15px; background:url(_images/menu.gif) no-repeat right bottom;}
.wr_out .menu li a:hover,
.wr_out .menu li .sel,
.wr_out .menu .current a{ color:#6d6152; background-color:#f0efd9; background-position:0px -34px;}
.wr_out .menu li a:hover span,
.wr_out .menu li .sel span,
.wr_out .menu .current a span{ background-position:right top;}

.wr_out #rss { display:block; position:absolute; margin-left:595px; margin-top:-20px; width:38px; height:41px;}
.wr_out #rss span { display:block; position:absolute; left:0px; top:0px; width:38px; height:41px; background:url(_images/rss.gif) no-repeat left top;}
.wr_out .rcol { width:380px; float:left; }
.wr_out .lcol { width:644px; float:left;}

#ptitle { width:380px; height:76px; position:relative; text-align:center;position:absolute; margin-left:644px; top:0px;}
#ptitle a { font-size:16px; color:#515151;}
#ptitle span { display:block; width:380px; height:174px; background:url(_images/index_logo.jpg) no-repeat 0px 0px; position:absolute; left:0px; top:0px;}
.wr_out .rcol .sidebar { margin-left:30px; padding:103px 0px 21px 0px;}


.wr_out .rcol .thesis_widget_search { padding:18px; border:1px solid #dcd0ba; width:264px; text-align:center;}

.wr_out .rcol .thesis_widget_search input { vertical-align:middle;}
.wr_out .rcol .thesis_widget_search #s { vertical-align:middle; width:172px; border:1px solid #e1dcc8; padding:7px 8px 7px 35px; background:#ffffff url(_images/search.gif) no-repeat 0px 0px; font-size:13px; color:#797979;}

.content .widget_newsletter { border:0px; margin:0px auto;}
.widget_newsletter {padding:5px 18px; border:1px solid #dcd0ba; width:264px;}
.widget_newsletter h3 { font-size:21px; color:#6d6152; word-spacing:-3px; padding:13px 0px 8px 0px;}
.widget_newsletter .input { vertical-align:middle; width:236px; border:1px solid #e1dcc8; padding:7px 12px; background:#ffffff; font-size:13px; color:#797979;}
.widget_newsletter p { text-align:right; margin:8px 0px;}


.wr_out .rcol .images { width:256px; margin:21px 0px 0px 18px; word-spacing:2px;}
.wr_out .rcol .images img {}

.wr_out .rcol .sidebar ul{ float:left; height:auto !important; height:1px;}
.wr_out .rcol .sidebar ul ul { margin:0px;}
.wr_out .rcol .sidebar ul li{ float:left; list-style-position:outside; list-style:none; padding-left:32px; padding-bottom:25px;}
.wr_out .rcol .sidebar ul .sbcategories-5{ padding-left:2px;}
.wr_out .rcol .sidebar ul  li li { float:none; padding-left:20px; line-height:22px; font-size:13px; background:url(_images/sidebar-star.gif) no-repeat 0px 5px; padding-bottom:0px;}
.wr_out .rcol .sidebar ul li li a { color:#ec8a1d;}
.wr_out .rcol .sidebar ul li h2 { font-size:28px; color:#6d6152; padding-bottom:20px;}


/*.wr_out .content { background:#ffffff; padding:27px 34px 100px 50px; width:526px; float:left; margin-left:34px !important; margin-left:17px;}*/
.wr_out .content { background:#ffffff; padding:27px 14px 100px 21px; width:575px; float:left; margin-left:34px !important; margin-left:17px;}
.wr_out .footer { width:970px; background:#332a25; margin-left:34px; clear:both;}




.wr_out .footer .widgets { float:left; width:100%;}
.wr_out .footer .widgets .widget { float:left; list-style-position:outside; list-style:none; padding-left:30px; background:url(_images/footer-sep1.gif) no-repeat right top; padding-bottom:52px;}
.wr_out .footer .widgets .widget h3 { font-family:Arial, Helvetica, sans-serif; font-size:28px; color:#6d6152; padding-bottom:22px; padding-top:32px;}
.wr_out .footer .widgets ul { width:163px;}
#linkcat-2 { background:none;}
#linkcat-3 { float:left;}
#linkcat-3 ul { width:396px;}
#linkcat-3 ul li { float:left; width:167px;}
.wr_out .footer .widgets ul li { list-style-position:outside; list-style:none; float:none; font-size:13px; line-height:22px; background:url(_images/footer-star.gif) no-repeat left top; padding-left:15px; padding-bottom:0px;}
.wr_out .footer .widgets ul li a { float:none; color:#ffd99c;}

.inner .wr_out .footer .footer__menu { line-height:49px; background-position:0px -2px;}
.wr_out .footer .footer__menu { line-height:51px; margin:0px 20px; background:url(_images/footer-sep2.gif) repeat-x 0px 0px; clear:both;}
.wr_out .footer .footer__menu li { display:inline; list-style-position:outside; list-style:none; padding:0px 17px 0px 15px; font-size:13px; background:url(_images/footer-sep3.gif) no-repeat right center;}
.wr_out .footer .footer__menu li a { color:#b2a089; text-decoration:none;}
.wr_out .footer .footer__menu li a:hover { color:#FEF0DD;}
.wr_out .footer .copy { font-size:13px; color:#b2a089; line-height:52px; text-align:right; margin:0px 30px;}
.wr_out .footer .copy a { color:#e4c28c;}
.wr_out .footer .copy div { float:left; width:40%; text-align:left;}

.wr_out .wr { width:100%; float:left; background:url(_images/bg-wr.gif) repeat-y 34px 0px;}





.wr_out .content .text_top { line-height:25px; font-size:16px; margin-bottom:46px;}
.wr_out .content h2 { font-size:30px; margin:30px 0px 22px 0px; color:#6d6152;}
.wr_out .content h2 a { color:#6d6152; text-decoration:none;}

.wr_out .content h1, h2, h3, h4, h5, h6 { color:#6d6152; line-height:normal;}
.wr_out .content h1 { font-size:34px;}
.wr_out .content h2 { font-size:30px;}
.wr_out .content h3 { font-size:26px;}
.wr_out .content h4 { font-size:22px;}
.wr_out .content h5{ font-size:18px;}
.wr_out .content h6 { font-size:15px;}

.comments_intro, #respond_intro { color:#6d6152; line-height:normal; font-size:26px; line-height:normal; margin-top:20px; font-weight:bold;}


.wr_out .content p { margin:11px 0px; clear:both;}
.wr_out .content p.cf-sb {padding:0 67px 0 0 !important;}
*+html .wr_out .content p.cf-sb {padding:0 49px 0 0 !important;}
.wr_out .content strong { color:#6d6152;}

.wr_out .content .posts { list-style-position:outside; list-style:none;}
.wr_out .content .posts li { margin:0px -7px 0px -20px; padding:0px 7px 0px 20px; border-bottom:1px solid #cbc7b4; padding-bottom:20px; height:auto !important; height:1px; min-height:1px;}
.wr_out .content .posts li li { margin:0px 0px 0px 0px; padding:0px 0px 0px 20px; border-bottom:0px; height:auto !important;}
.wr_out .content .posts li .date { position:absolute; width:48px; height:60px; background:#f0efd9; margin-left:-65px !important; margin-left:-86px; margin-top:-10px !important; margin-top:20px; text-align:center;}
.wr_out .content .posts li .date .day { display:block; font-size:27px; font-weight:bold; padding-top:8px;}
.wr_out .content .posts li .date .month { display:block; font-size:14px; font-weight:bold; text-transform:uppercase;}

#yoastbreadcrumb { margin-bottom:10px;font-size:12px;}

