
/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A template featuring sliding images in the menu, based on Samuel Birch's phatfusion image menu.
Version: 1.5
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
Tags: black, custom header, fixed width, left sidebar,two columns, widget ready, widgets, valid CSS
*/

* { margin: 0; padding: 0; list-style: none;}

body {
    text-align: center;
    color: #737B7F;/*#36424a;*/
    font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
    font-size: 10pt;
/*    background-color: #f5fcfd;#BBD8E7;#F0F6F9;/*AKA #26b6ea -turquoise change white;#1E1816;*/
}

body a {
    color: #42adfb;
    text-decoration:none;
    /*AKA change: added the following lines*/
/*    font-family: Verdana,Helvetica,sans-serif;
    font-size: 13px;*/
}

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

#upperBar {
    height: 0px;
    background: #01bcff;
}

.wrappertable,
#wrapper {
    margin: auto;
    text-align: left;
    position: relative;
    background-color: white;
}    

#wrapper {
    border-bottom: 1px solid #969696;
}
.wrappertable
{
    margin-top:auto;
    padding-bottom:30px;
    width:970px;
    display:block;
}

#welcomeheading img {
/*    position:relative;
    float:left; */
    width:328px;
/*    border-bottom: 1px #36424a solid;*/
}


#welcomeheading a {
    /*margin-bottom: 10px;
    padding-bottom: 10px;
    font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;*/
    padding-top: 10px;
    /*color: black;#ffffff;*/
    text-decoration: none;
}

#welcomeheading {
    /*height:180px;*/
    text-align: center;
/*    border-bottom: 1px #36424a solid; */
}

#welcomeheading a:hover {
    /*	color: #aaa;*/
}

#welcomeheading a:hover #middleword {
    color: #fff;
}

#middleword {
    color: #909090;
}


.description {
    text-align: center;
    font:	Georgia, Times, "Times New Roman", serif;
    /*font: normal 14px Verdana, Helvetica, Sans-serif; AKA AKA*/
    color: #fff;
    padding-bottom: 20px;
}  


#content {
/*    float: left;*/
    /*position:absolute;*/
    padding-left:0px;
    margin-left:210px;
    margin-right:240px;
/*    width: 545px; 234*/
    /*margin-top: 20px;*/
}

#content .notice p {
    /*border-top: 1px solid #8acef3;
    border-bottom: 1px solid #8acef3;*/
    padding: 5px 0px;
    font-size: 12px;
    margin: 1px;
}
#content .notice {
    border-top: 1px solid #2d7cb9;
    border-bottom: 1px solid #2d7cb9;
    margin-bottom: 20px;
}

#index #content .jcarousel-container .post{
    width: 410px;
    margin-left: 0px;
}

#index #content .post{
    width: 460px;
    margin-left: 50px;
}
#content .post {
    padding-left:0px;
    padding-right:0px;
    position: relative;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.aligncenter{
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.post  {
    margin-bottom: 20px;
}

h1 {
    color:#4B555B;
    font-family: gotham, verdana, "century gothic", sans-serif;
    margin-bottom:1em;
    margin-left:1em;
    text-indent:-1em;
    font-size:18pt;
}

h3 {
    color:#4B555B; /*#36424A;*/
    font-family: gotham, arial, helvetica, "century gothic", sans-serif;
    font-size:14pt;
    font-weight:normal;
}

#content .post h2 a,
#content .post h1 a
{
    /*    font-family: Arial sans-serif Bold;*/
    color:#4B555B;/*#36424A;*/
    font-family: gotham, arial, helvetica, "century gothic", sans-serif;
    /*font-size:21pt;*/
    /*Georgia;
    /*font-family: Times serif Bold;*/
    /*    border-bottom: solid;
    border-bottom-color: gray;
    border-width: 1px;
    
    font-weight: bold;
    /*color: black; /*Change AKA #FFF; */
    text-decoration: none;
    /*padding: 3px 0;*/
}

#content .post h2 a:hover {
    color: #42ADFB; /*Change AKA #D5F3FF; blue?*/
    text-decoration: none;/*Change AKA */
}

#content .post h2 a,
.post h2 {
/*    font-size:18pt;*/
    /*padding-top: 20px ;*/
    padding-bottom: 0px;
}

#content h2 {
    /*font-family:Georgia;
        color:rgb(37,96,145);
    /*		color: black; /*AKA change #8c8c8c;*/
    /*margin-right: 140px; /*AKA middle column width*/
}


h2 {
    color:#4B555B;
	font-size:14pt;
/*    border-bottom-color: black;
    margin-top: 1em; */
}

#content .post h3 {
    /*AKA change font-size: 12px;*/
    font-size: 14px;
    font-weight: normal;
    /*color: #8c8c8c;*/
}

#content .post-details {
    color: #8c8c8c; /*AKA brown*/
    font-size: 10px; /*AKA */
    bottom: 20px;
    float:right;
/*    margin-right:140px;
    position: absolute;*/
    right:  0px;
    width: 120px;
}


#content .post h3 a {
    /*color: #8c8c8c;*/
}              

#content .post h3 a:hover {
    text-decoration: none;
}

#content .post img {
    max-width: 500px;
    max-height: 600px;
    margin: 10px 10px 10px 10px;
}     

img.thumbnail,
#content .post img.thumbnail{
    display: inline;
    float: left;
    height:2em;
    width:60px;
    max-height:100px;
    max-width:100px;
    margin: 0px 0.5em 0px 0px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#content p.wp-caption-text  
{
    font-size: 11px;
    line-height: 17px;

    margin: 10px;
    color: black; /*#000;*/
    text-align: center;
}

#content .post a img {
}

#content .post ul.alignleft li,
#content ul.alignleft li{
    /*margin-right:140px;*/
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    line-height:normal;
    list-style-position:inherit;
}

#content .post ul.alignleft{
    margin-right:0;
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    padding-left:5px;
}

#content .salesdriver img{
    margin: 0 10px 0 0;
    padding: 4px;
}


#content .post ul {
/*    margin-left: 20px;*/
}

#content .post ul li {
    list-style-type: disc !important;
}

#content p,
#content .post ul li {
    /*		font:	normal 18px Times, Georgia, "Times New Roman", serif; AKA */
    /*font: normal 13px/20px Verdana, Helvetica, Sans-serif;*/
    margin-bottom: 10px;
    margin-top: 10px;
    /*color: black;/*#eaeaea;*/
    margin-right: 0px;
    /*text-align: justify;*/
}

#content blockquote {
    margin-left: 10px;
    border-left: 3px solid #333;
    padding-left: 10px;
}

#content p a {
    color: #42adfb;/*rgb(37,96,145);/*white; /*AKA Change color: #42adfb; */
    /*text-decoration: none;*/
}

#content p a:hover {
    color: black;
    text-decoration: none;
} 

#content small {
    margin: 0 auto;
    text-align: center;
    display: block;
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
    font-size: 11px;
    color: #999;
}

#content ol {
    line-height: 1.6;
}
#content ol.commentlist {
    margin-top: 10px;
}

#content ol.commentlist li {
    border-top: 1px solid #333;
    margin-bottom: 10px;
} 

#content ol.commentlist li .commentMeta {
    width: 120px;
    float: left;
    margin-top: 5px;
} 

#content ol.commentlist li .commentMeta span {
    display: block;
}

#content ol.commentlist li .commentMeta span.author,
#content ol.commentlist li .commentMeta span.author a {
    color: #CCC;
    text-decoration: none;
    margin-bottom: 5px;
}                     

#content ol.commentlist li .commentMeta span.date a {
    color: #666;
    text-decoration: none;
    font-size: 11px;
}

#content ol.commentlist li .commentMeta span.moderate a {
    color: #42adfb;
}

#content ol.commentlist li .commentText {
    width: 450px;
    float: right;
    padding: 5px;
    font-size: 12px;
}


#content ol.commentlist .avatar {
    float: left;
}


#content h3 {
    color: #42adfb;
/*    margin-top: 5px;
    margin-bottom: 5px;
*/}

#content #commentform input {
    padding: 5px;
    font-family: Arial, Helvetica, Sans-serif;
}

#content #commentform textarea {
    width: 410px;
    padding: 10px;
    font-family: Arial, Helvetica, Sans-serif;
}

#content .nextprevious {
    height: 40px;
    display: block;

} 

#content .nextprevious a {
    color: #256091;
}               

#content .nextprevious .left {
    float: left;
}              

#content .nextprevious .right {
    float: right;
}

#content .adBrite {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #333;
}

#sidebar {
    width: 175px;
    float: left;
    margin-left: 30px;
    text-align: left;
} 

#sitemeter {
    text-align: center;
    width: 160px;
    font-size: 11px;
    color: #999;
}
#sitemeter img{
    padding-bottom: 8px;
    padding-top: 8px;
}

#sidebar h2 {
    font-weight: normal;
    font-size: 16px;
/*   text-transform: uppercase;*/
    margin-bottom: 10px;
}

#sidebar a img {
    border: none;
}


#sidebar ul {
/*    margin-top: 10px;
 */   margin-bottom: 10px;
}

#sidebar ul li {
    opacity:0.9;
    display:block;
    font-size: 10pt;
    line-height:1.6em;
/*list-style-type:
    background: url(img/bullet.png) 0 5px no-repeat;
    padding: 0 10px;*/
    margin: 0 0 0px 0px;
}


#sidebar ul li a {
    color:#4B555B;/*#36424a;*/
    /*gray; #999;*/
    font-weight:normal;
    text-decoration: none;
}

#sidebar ul li span {
    color: #666;
    margin-left: 5px;
}

#sidebar ul li a:hover {
    background-color:white;
    color:#42ADFB;
    height:1.6em;
}

#sidebar ul#nav {
    margin: 10px 0 20px 0;
}

#sidebar ul#nav li {
    margin: 0;
    padding: 0;
}

#sidebar ul#nav li a {
    display: block;
    height: 17px;
    padding: 7px 10px;
    background: url(img/nav_off.png) 0 0 no-repeat;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
}

#sidebar ul#nav li a:hover {
    background: url(img/nav_off.png) 0 -31px no-repeat;
}        

#sidebar ul#nav li a.active {
    background: url(img/nav_on.png) 0 0 no-repeat;
    color: #FFF;
}

/* Highlight the currently selected page in the menu.
 * Class: current_page_item indicates selected item.
 * This item can have children, so need to define style
 *  explicitly for child nodes.
 */
#sidebar li.page_item ul li a,
#sidebar li.current_page_item ul li.page_item a {
    font-weight:normal;
    font-style: normal;
}

#sidebar li.page_item ul li.current_page_item a {
    font-style: italic;
    font-weight: bold;
}

#sidebar li.current_page_item a {
/*    font-style: italic;*/
    font-weight: bold;
}

#footer {
    border-top: 1px solid #969696;
    margin-top: 20px;
    padding-top: 10px;
    text-align: left;
    clear:both;
    float:inherit;
    position:relative;
    height:20px;
}

#sidebar #footer {
    border-top: 3px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
}

#footer p {
    margin-left: 30px;
    margin-bottom: 5px;
    color: #8C8C8C;
}

#sidebar #footer a {
    color: #999;
    text-decoration: none;
}

#sidebar #footer a:hover {
    text-decoration: none;
    color: #fff;
}

.clearfix {
    clear: both;
}	

.ctc {
    text-align: center;
    text-decoration: none;
    line-height: 80%;
    background-color: #000;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}	


.ctc a {
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
    margin: 4px;
    border: thin none #060606;
}
.ctc a:hover{
    color: #fff;
    margin: 3px;
    border: thin solid #8acef3;
    background-color: #0c0c0c;
}

[disabled] {

    color:#dddddd;

    border-color:#dddddd!important;

    background:none!important;

}

#upperBox {
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    padding-top: 5px;
}

#upperBox a img {
    display: block;
    margin: 0 auto;
    border: none;
}


#upperBox p {
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
}

#upperBox input {
    height: 18px;
    padding: 5px 5px 5px 25px;
    background: url(img/upperBox_search.png) top left no-repeat;
    border: 0;
    width: 100px;
    color: #9ec7eb;
    margin-top: 5px;
}

#upperBox input:focus {
    color: #FFF;
}

/* AKA */
#content ul li {
/*    font-family: Verdana,Helvetica,sans-serif;
    font-size: 13px;
 */
    margin-left: 3em;
    list-style-type: disc;
    list-style: inside;
}

.breadcrumb a, .breadcrumb{
	/* This is the outer 'div' you can style */
    font-family:	"Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
    font-size:      8pt;
    font-weight:	400;
    font-style:     normal;
    color:          #256091;
    text-transform: none;
    text-decoration:none;
    letter-spacing:	normal;
    word-spacing:	normal;
    line-height:	13.2px;
    text-align:     left;
    direction:      ltr;
    margin-bottom:  20px;
}
.breadcrumb-title, .trail-end {
    color:	#36424a;
}
.breadcrumb-trail {
	/* This is the inner 'div' you can style */
	}

.spacer {
    margin-top:25px;
    }


#welcomeheading a.utility img{
    position:absolute;
    float:right;
    right:30px;
    width:50px;
}

#midpage {
    width:970px;
    }
}