/*  

Theme Name: FP SophieCat
Description: Base theme - 2-column.
Version: 1.1
Author: James
Author URI: http://jamesict.com/

*/

/****  GENERAL    ****/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    vertical-align: top;
    color: #404040;
    background: #4F8158 url(img/bodybg.png) top center repeat-y;
}
img{
    border: 0;
}
/* ------------------------------------------------------------------ */
h1, h1 a {
    margin-top: 2px;
    padding-left: 10px;
    color: #404040; 
}
/* ------------------------------------------------------------------ */
h1 a:hover {
    text-decoration: none;
    color: #808080;
}
/* ------------------------------------------------------------------ */
.description {
    padding-left: 29px;
    padding-top: 6px;
    font-size: 105%; 
}
h2 a{
    color: #404040;
    font-family: Tahoma, Arial, Helvetica, Verdana;
}
h2 a:hover{
    text-decoration: none;
    color: #808080;
}
a
{
  outline: none;
}

a:link, a:visited{
    text-decoration: none;
    color: #404040;
}
a:hover{
    text-decoration: underline;
    color: #808080;
}
p{
    padding: 10px 0 0 0;
}

/***    LAYOUT   ***/

#header_wrapper{
    margin: 0 auto;
    width: 100%;
}
/* ------------------------------------------------------------------ */
#header{
    background: #4f8158 url(img/header2.png) no-repeat;
    margin: 0 auto;
    width: 936px;
    height: 125px;
    overflow:hidden;
}
/* ------------------------------------------------------------------ */
#navigation {
    padding-top: 1px;
    padding-right: 10px;
}
#background_container{
    background: #4F8158 url(img/bodybg.png) top center repeat-y;
    width: 100%;
}

/* ------------------------------------------------------------------ */
#content_container{
    margin: 0 auto;
    width: 936px;
    position: relative;
    background: #ffffff url(img/contentbg.png) top left repeat-y;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
    width: 716px;
    min-height:600px;
}

/***   CONTENT   ***/


.post{
    padding-right: 40px;
    padding-left: 40px;
}
/* ------------------------------------------------------------------ */
.post h2{
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    background: #ffffff url(img/postheader1.png) top left no-repeat;
    height: 35px;
    padding-top: 10px;
    /*padding-left: 45px;*/
}
.post h2 a{
    color: #404040;
    padding-top: 10px;
    /*padding-left: 45px;*/

}
/* ------------------------------------------------------------------ */
.postalt h2 {
    background: #ffffff url(img/postheader2.png) top left no-repeat;	
}
.post h2 a:hover{
    color: #808080;
}
.post a img {
    margin:3px;
    padding: 3px;
    border: 1px solid #cccccc;
}
h2.pagetitle {
    padding-left: 45px;
}
/* ------------------------------------------------------------------ */
h2.pagetitle1 {
    padding-left: 55px;
    margin-bottom: 20px;
    margin-left: 150px;
    height: 45px;
    background: #ffffff url(img/pagetitle1.png) top left no-repeat;
}

.entry{
    line-height: 18px;
    overflow:hidden;
}
.entry h3 {
    font-size: 18px;
    padding: 8px 0;
    color: #404040;
}
.entry a {
    color: #404040;
    text-decoration: underline;
}
p.postmetadata{
    border-top: 1px dashed #ccc;
    margin: 10px 0 10px 0;
    font-size: 0.95em;
    border-bottom: 1px solid #ccc;
}
p.postmetadata a{
    color: #404040;
    font-size: 11px;
}

/*** NAVIGATION   ***/
 
.navigation{
    padding: 10px 0 0 0;
    padding-left: 40px;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}

/***   SIDEBAR   ***/
 
.sidebar{
    margin: 0 auto;
    margin-top: 25px;
    padding: 0px 0 20px 5px;
    /*float: left;*/
    width: 195px;
    font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    display: inline;
    overflow: hidden;
    text-align:right;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}
.sidebar ul li{
    padding: 10px 0 10px 0;
}
/* ------------------------------------------------------------------ */

.sidebar ul li h2{
    font-family: Tahoma, Georgia, sans-serif;
    font-size: 1.0em;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 1px;
    color: #404040;
    background: #a3eb98 url(img/button_ok.png) top right no-repeat;
    height: 30px;
}

.sidebar ul li h2 a{
    color: #404040;
    background: #a3eb98 url(img/button_ok.png) top right no-repeat;
}
div.textwidget ul li a {
text-align:right;
}
.sidebar h2{
padding-right: 10px;
}
.sidebar h2.statements{
    margin-top: 15px;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar ul ul li a{
    color: #404040;
}
.sidebar ul ul li a:hover{
    color: #808080;
}
.sidebar ul li#calendar table#wp-calendar a{
    color: #235A85;
}
.sidebar li ul li#gallery1 {
    margin-top: 10px;
}

/***   SEARCH   ***/

div#searchbox {
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 327px;
}
form#searchform1 {
    padding-top: 5px;
    margin-left: 175px;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    text-align: center;
    color: #235A85;
    border: 1px solid #ccc;
    background: #ffffff;
    width:274px;
}

.hidden{
    display: none;
}

/***   COMMENTS   ***/

.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}
.comments-template ol.commentlist li p, .comments-template ol.commentlist li.alt p{
    font-size: 90%;
}
.comments-template ol.commentlist li{
    background: #ffffff;
    padding: 9px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    width: 470px; 
}
.comments-template ol.commentlist li.alt{
    background: #Fffef1;
    padding: 9px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    width: 470px; 
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}
.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 1em;
}
.commentmetadata{
    font-size: 0.75em;
}
.comments-template p.nocomments{
    padding: 0;
}
.comments-template textarea{
    font-family: Tahoma, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 0.75em;
}

/***   FOOTER   ***/

/* ------------------------------------------------------------------ */
#footer{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 936px;
    height: 60px;
    color: #ffffff;
    background: #025C13 url(img/footerbg.png) top left no-repeat;
}
#footer p{
    line-height: 18px;
    padding: 10px 20px 10px 20px;
}
#footer a, #footer{
    font-size: 11px;
}
#footer .legal a, #footer .credit a{
    color: #ffffff;
    text-decoration: none;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/***   MISCELLANEOUS   ***/

h3.frontclip {
margin-left: 25px;
padding: 10px;
color: #B95903;
}

.wordtube {
    padding: 5px;
    background: #ffffff url(img/wordtubebg.png) top right no-repeat;
}

.ddsg-wrapper h2 {
    padding-left: 45px;	
}
.ddsg-wrapper ul li {
    list-style-type: none;
}
.ddsg-wrapper ul li {
   display: block;
}
.ddsg-wrapper p, .ddsg-wrapper p a, .ddsg-wrapper p a:visited, .ddsg-wrapper p a:hover {
    color: #ffffff;	
}
.clear {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px; 
}
.clear_float{
    clear: both;
}
.ddfmwrap .credits, .ddfmwrap .credits a {
    font-size: 1%;
    color: #ffffff;
}
.ddfmwrap .credits {
    font-size: 1%;
    color: #ffffff;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter {
    display: block;
    margin: 10px auto;
    padding: 3px;
    /*border: 1px solid #057D05;*/
}
.alignleft{
    float: left;
    margin:3px;
    padding: 3px;
    /*border: 1px solid #057D05;*/
}
.alignright{
    float: right;
    margin:3px;
    padding: 3px;
    /*border: 1px solid #057D05;*/
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -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;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
ul.car-list li {
    list-style-type: none;
    line-height: 10px;
}
ul.car-list li ul{
    list-style-type: none;
    line-height: 10px;
}
ul.car-list li ul li{
    list-style-type: none;
    line-height: 10px;
}

/*------------- hnav------------*/

#hmenu {
	margin: 0 auto; 
	height: 30px;
	}
	
#hnav {
	margin-top: 85px;
	padding: 0;
	}

#hnav ul#navlist {
        height:40px;
}


#hnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: #025C13;
	color: #F2EEEC;
	width: 936px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
        font-size: 26px;
	line-height: 24px;
	/* fixes Firefox 0.9.3 */
	}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#hnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #F2EEEC;
	text-decoration: none;
	}

#hnav ul li a:hover {
	color: #cccccc;
	}

#hnav #active { 
	border-left: 1px solid #F2EEEC; 
	}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-slide.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

 a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}

 #positioner {position:relative; width:160px; height:250px; margin-left:10px;margin-bottom:20px; z-index:100;float:right;}
 #holder {position:absolute; width:150px; overflow:hidden;background:url(img/tab_0.gif) repeat-x left top;}/* border:3px solid #4f8158;}*/
 dl.menu {width:300px; float:left; margin:-32700px -150px 0 0;background:url(img/tab_0.gif) no-repeat left bottom;}
 dl.menu a {display:block; height:30px; color:#202020; font:normal 12px/28px verdana, sans-serif; text-decoration:none; text-align:right;}

 dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.menu dt a {background:transparent; width:150px;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px;background:url(img/tab_1.gif) no-repeat left top;text-decoration:underline;}

 dl.menu dd {float:left; padding:30px 0 0 0; margin:-30px 0 0 0; position:relative; z-index:10;background:url(img/tab_1.gif) no-repeat left top;}
 dl.menu dd a {background:#a3eb98;width:150px;}
 dl.menu dd a.last1 {border-bottom:30px solid #a3eb98;}
 dl.menu dd a.last2 {border-bottom:60px solid #a3eb98;}

 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#a3eb98; color:#000;border-bottom: 1px dotted #202020;}

.sb-right{
Float: right;
}