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


/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 200px; width: 960px; background: url('images/header1.jpg') top center no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


 
.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
}

.custom #content {
 width:550px;
float:left;
}

.custom #page {
    background: #fff;
}

.custom #page h1 {
color:#A91300;
font-size: 2.6em; }

.custom #page h2 {
font-size: 2.1em; 
color:#A91300;}

.custom #page h3 {
color:#A91300;}

.custom li.widget h3 {
font-size:1.4em;
letter-spacing:0px;
font-variant:normal;
font-weight:normal;
 }


.custom li.widget_recent_entries {
background:#ede8cc none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px; }  

.custom li#text-445218475{
background:#ede8cc none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px; }  

.custom li#text-445218472 {
background:#ede8cc none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px; }  

.custom li#text-9 {
background:#ede8cc none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px; }  

.custom li#subscriptions,.custom .widget_links {
background:#f5f5f5 none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px;width:300px; }

.custom li#subscriptions h3 {
font-size:13px;
font-weight:700;
}


.custom .teaser h2 {color:#A91300;}
.custom .teaser h2 a {color:#A91300;}

.custom .teaser h2 a:hover {text-decoration:underline;}

.custom .teaser .format_teaser img {
padding-right:8px;
padding-bottom:5px; }

.custom li.widget_categories {
background:#ede8cc none repeat scroll 0 0;
padding:5px 5px 5px 5px;
border-color:#746457;
border-style:solid;
border-width:1px; }  

.custom div.adblock img {
  padding: 4px;
  background-color: #746457;
  display: inline;
}
.custom .cenx {text-align: center; margin-top:15px;}


.custom li.widget_links {
border:medium none;
text-align:left;
}


.res_menu a{}

h3.red a {text-decoration:none;color:#6d1f11}
h3.red {border-bottom:1px solid #6d1f11;}
.lspace {width:100%;height:30px;}
.freearticles li {margin-bottom:25px;

}
.storeT td {
 border-bottom:1px solid #CCCCCC;
color:#
}

.storeT td  a {

color:#800000;
}

.storeT td h3 {font-weight:700;

} 

#content_box { 

}
.subscriptions {background:#f5f5f5 !important}
.custom li.widget_categories{
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/lit.png) bottom left no-repeat;
padding:0 !important;
padding-bottom:10px !important;
border:0 !important;

}
.custom li.widget_categories h3 {
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/top.png) top left no-repeat;
height:25px;
line-height:25px;
font-weight:700;
padding-left:10px;
font-size:13px;
}
li.cat-item {
padding-left:30px;
font-size:11px;
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/lk.png) 10px 1px no-repeat;

}

.image_box {text-align:center !important;

}
.image_box img {display:block;margin:auto;}


h3.red a {text-decoration:none;color:#6d1f11}
h3.red {border-bottom:1px solid #6d1f11;}
.lspace {width:100%;height:30px;}
.freearticles li {margin-bottom:25px;
}

.subscriptions {background:#f5f5f5 !important}

.custom li.widget_categories{
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/lit.png) bottom left no-repeat;
padding:0 !important;
padding-bottom:10px !important;
border:0 !important;

}
.custom li.widget_categories h3 {
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/top.png) top left no-repeat;
height:25px;
line-height:25px;
font-weight:700;
padding-left:10px;
font-size:13px;
}
li.cat-item {
padding-left:30px;
font-size:11px;
background:url(http://drpfconsults.com/wp-content/themes/thesis_151/images/lk.png) 10px 1px no-repeat;

}
.custom #multimedia_box,.custom #image_box,.custom #image_box img{
margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;
}
.custom #image_box {padding-top:10px !important;}
.custom #image_box img{
border:2px solid #dddddd !important;margin:auto !important;}

#image_box {
text-align:center !important;

}

.custom #content {
 width:600px;
 float:left;
}

.custom #sidebars,.custom #sidebar_1,.custom #sidebar_list {
padding:0;
margin:0;
float:right;
}

/* New Code Added by David */

/* Clear Feature Box */

.custom #feature_box {
background:none repeat scroll 0 0 transparent;
border-style:none;
}

/* Menu */

.custom .menu {
border-bottom:1px solid #DDDDDD;
border-left:0 none;
border-top:0 solid #DDDDDD;
padding:5px 0;
width:958px;
}

.custom .menu a {
border-color:-moz-use-text-color;
border-style:none none none solid;
border-width:0 0 0 0;
font-size:1.1em;
line-height:1.273em;
padding:0.636em 0.818em;
}

.custom .menu li    {border:0;}

.custom .menu li,

.custom .menu .current_page_item,

.custom .menu .current-cat {padding:2px 4px; background:none;}

.custom .menu a:link,

.custom .menu a:visited          {padding:8px 9px 7px}

.custom .menu a:hover,

.custom .menu a:active           {background:#a91300; color:#fff; text-decoration:none;}

.custom .menu .current_page_item a:link,

.custom .menu .current_page_item a:visited,

.custom .menu .current-cat a:link,

.custom .menu .current-cat a:visited {color:#828074; background:none;}

.custom .menu .current_page_item a:hover,

.custom .menu .current_page_item a:active,

.custom .menu .current-cat a:hover,

.custom .menu .current-cat a:active  {color:#a91300;}

/* Widgets */
 
/* Footer Widgets */

.custom #footerbar {
padding-bottom:20px;
width:900px;
}

.custom #footer_area {
background:url("images/footline.png") no-repeat scroll center top #ff880a;
border-top:6px solid #00D9CE;
margin-bottom:0;
margin-top:0;
padding:0;
}

.custom #footerwidgets div.col {
background:none repeat scroll 0 0 transparent;
border:7px solid transparent;
color:#111111 !important;
float:left;
margin:8px 1px 0;
padding:0;
text-align:left;
width:298px;
}

 #footerwidgets h3 {
border-bottom:2px solid #a91300;
color:#a91300 !important;
font-family:helvetica;
font-size:21px;
font-weight:inherit;
letter-spacing:-0.05em;
line-height:36px;
margin-bottom:10px;
margin-top:-10px;
padding-bottom:0;
text-align:left;
text-decoration:none;
text-indent:5px;
width:278px;
}

#footerwidgets li.widget ul li {
background:none repeat scroll 0 0 transparent;
border-bottom:1px dotted #888888;
font-size:16px;
line-height:18px;
margin-bottom:4px;
padding-bottom:8px;
padding-left:10px;
width:266px;
}

#footerwidgets li.widget ul li a {
color:#222222;
font-size:13px;
line-height:16px;
}

#footerwidgets li.widget ul li a:hover {
color:#756254;
text-decoration:underline;
}

/* Calendar */

.custom table#wp-calendar caption {
background:none repeat scroll 0 0 #756254;
color:#FFFFFF;
font-weight:normal;
letter-spacing:2px;
text-transform:uppercase;
}

.custom table#wp-calendar th {
background:none repeat scroll 0 0 #756254;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
text-align:center;
width:14%;
}

/* After Content Widget */

#adspacewidget2 {
float:none;
margin-left:0;
margin-top:1px;
width:594px;
}

/* Feature/Video Box */

#vidspacewidget {
float:left;
height:340px;
margin-right:0;
margin-top:-1px;
width:627px;
}

#vidspacewidget div.col {
height:340px;
}

#vidspacewidget ul.sidebar_list {
height:340px;
}

.custom #feature_box {
background:transparent !important;
border-color:transparent;
border-style:solid;
height:350px;
padding-left:2px;
padding-right:2px;
width:627px;
}

/* Search */

.custom #s {
background:url("images/spyglass.png") no-repeat scroll -5px -6px #a91300;
border:medium none #B5D5FF;
color:#FFFFFF !important;
float:right;
font-size:14px;
margin:-4px 0 0;
padding:6px 7px 7px 22px;
position:static;
width:90px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
}

.custom ul.menu li.search {float:right;} 
.custom ul.menu li.search form {padding:0.3em;} 
.custom ul.menu li.search form input {padding:0.4em;}

/* Page Numbers */

.page-nav {
font-family:helvetica;
font-size:1.35em;
font-weight:bold;
margin:11px;
overflow:hidden;
padding:0;
}

.page-nav-intro {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #EEEEEE;
border:0 solid #CCCCCC;
color:#111111;
float:left;
margin:0 1em 1em 0;
padding:0.3em 0.5em;
}

.current-page-number  {
-moz-border-radius:5px 5px 5px 5px;
background:url("images/buttongrad.png") repeat-x scroll center top transparent;
border:0 solid #CCCCCC;
color:#222222;
float:left;
height:16px;
margin:0 0.2em;
padding:0.3em 0.5em;
}

.page-number {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #EEEEEE;
border:0 solid #CCCCCC;
float:left;
height:16px;
margin:0 0.2em;
padding:0.3em 0.5em;
}

.elipses {
color:#444444;
display:block;
float:left;
height:16px;
width:15px;
}

.atab_box {
border:0 solid #CCCCCC !important;
color:#666666;
font-weight:normal;
height:100px !important;
margin-bottom:8px;
margin-top:40px;
padding:12px;
width:563px !important;
}

.avatar {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
display:inline;
float:right;
margin:-25px 5px 2px 0;
padding:4px;
}

#authorbox p {
color:#191919;
margin:0;
padding:0 10px 10px;
}

.custom #content_box {
border-bottom:1px solid #DDDDDD;
width:100%;
}

.custom .teaser .teaser_link {
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
background:none repeat scroll 0 0 #a91300;
color:#FFFFFF;
font-size:1.4em;
line-height:1.429em;
padding:6px;
}
.custom .teaser .teaser_link:hover {
text-decoration:underline;
}

body.custom {
background:url("images/bgg.png") repeat-x scroll center top #861001;
color:#111111;
}