/*
	Theme Name: Gespaa Double theme
	Theme URI: http://ifelse.co.uk/
	Description: Gespaa Double Theme - Developed by Phu Ly.
	Version: 1.0
	Author: Phu Ly
	Author URI: http://ifelse.co.uk/

        Completed and Ported to Textpattern by Stuart -
        http://thebombsite.com/
*/

/******************************************
* Layout                                  *
*******************************************/
body {
 	background: #64ACBC url(../../style/background.gif) top center repeat;
	font: 11px/18px arial,verdana,sans-serif !important;
	font: 13px/18px arial,verdana,sans-serif;
	margin: 0;
	padding: 0;
}

#outerwrap{
background-color: #fff;
 margin: 0 auto;
 padding: 0;
 width: 896px;
 padding-bottom: 20px;
 margin-top: 40px;
 border: 4px solid #1B4760;
text-align: left;
}
h1 {
        display:block;
        height:0;
        text-indent:-500em;
        text-decoration:none;
}
#outercontent {
width: 100%;
float: left;
margin-right: -170px;
margin-bottom: 20px;
background: #fff url(../../style/sub_bkg.gif) top left repeat-y;
}
#maincontent {
margin:0px 170px 10px 30px;
padding-right: 20px;
width: 470px;
float: right;
}
#maincontent div.entry {
padding:3px;
}
#leftcol {
 width: 195px;
 float: left;
 display: inline;
}
/*****************************************
* Header                                 *
******************************************/

#header {
 width: 896px;
 height: 150px;
 margin: 0px auto;
 color: #F0923E;
 background: url(../../style/headerbg.jpg) bottom no-repeat;
 padding: 20px 0;

}
#header #blogtitle{
       height:144px; /* height of logo */
	width:353px; /* width of logo */
	background: url(../../style/LisaRice_logo.gif) top left no-repeat;
	text-indent:-9000px;
	float: left;
	margin-left: 40px;
}
#header #blogtitle a {
	color: #7e8e9d;
	color: #9eaebd;
	font-weight:normal;
	text-decoration: none;
}
#header #blogtitle a:hover {
	color: #cedeed;
}
#header #tagline{
	display: none;
}
/*****************************************
* Links                                  *
******************************************/
a:link, a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #1B455E;
}
a:hover{
	text-decoration: underline;
}
#footer a{
	color: #999;
}

h2.entrytitle, h2.entrytitle a:link, h2.entrytitle a:visited, h2.entrytitle a:hover {
	font-weight:normal;
	text-decoration:none;
	color: #1B455E;
}
/*******************************************
* Navigation Bar                           *
********************************************/
#nav { 
	float: left;
	margin: 0; padding: 0;
	margin-top: 15px;
	}
#nav ul { margin: 0; padding: 0 }	
#nav li{
	list-style-type: none;
	margin: 0; padding: 0;
}
#nav a {
	margin: 0; padding: 0;
	display:block; 
	width:195px; 
	height:31px; 
	border:0px;
	margin: 0;
	margin-bottom:10px; 
	padding: 0; 
	overflow:hidden;
	font-size: 5px; text-indent: -9999px; text-decoration: none;
	}


.home a { background: url(../../style/nav_home.gif) top right no-repeat;}
.home a:hover  { background: url(../../style/nav_home_on.gif) top right no-repeat; }
#home .home a  { background: url(../../style/nav_home_on.gif) top right no-repeat; }

.about a { background: url(../../style/nav_about.gif)  top right no-repeat;}
.about a:hover  { background: url(../../style/nav_about_on.gif)  top right no-repeat; }
#about .about a  { background: url(../../style/nav_about_on.gif)  top right no-repeat; }


.studio a { background: url(../../style/nav_studio.gif)  top right no-repeat;}
.studio a:hover  { background: url(../../style/nav_studio_on.gif)  top right no-repeat; }
#studio .studio a  { background: url(../../style/nav_studio_on.gif)  top right no-repeat; }

.portfolio a { background: url(../../style/nav_portfolio.gif)  top right no-repeat;}
.portfolio a:hover  { background: url(../../style/nav_portfolio_on.gif)  top right no-repeat; }
#portfolio .portfolio a { background: url(../../style/nav_portfolio_on.gif)  top right no-repeat; }

.contact a { background: url(../../style/nav_contact.gif) top right no-repeat;}
.contact a:hover  { background: url(../../style/nav_contact_on.gif)  top right no-repeat; }
#contact .contact a  { background: url(../../style/nav_contact_on.gif)  top right no-repeat; }

.blog a { background: url(../../style/nav_blog.gif) top right no-repeat;}
.blog a:hover  { background: url(../../style/nav_blog_on.gif)  top right no-repeat; }
#blog .blog a, #article .blog a  { background: url(../../style/nav_blog_on.gif)  top right no-repeat; }

/*****************************************
* Entry                                  *
******************************************/
.entrybody p, .commentbody p{
	margin-top:0px;
	margin-left: 0px;
	padding-left:0px;
}
h3.entrydate {
       color: #1f1f1f;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h2.entrytitle {
        color: #000;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.entrybody{
	color: #424d53;
	font-size: 11px/18px;
	padding: 5px 0px 10px 3px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #6d6d6f;
}
.entrybody ol {
	color: #777;
	list-style-position: inside;	
	margin: 0;
	padding: 0;
}
.entrybody ol li{
	border: 1px solid #ebebeb;
	margin-top: 2px;
	background: #f9f9f9;	
}
/******************************************
* Sidebar                                 *
*******************************************/
#sidebar {
        float: right;
        background: #fff url(/images/menubg.gif) repeat-y right;
	padding-top: 20px;
	width:160px;
}
#sidebar ul {
	margin-bottom:0;
	margin: 0 15px;
	list-style-type:none;
}
#sidebar a {
	font-weight:normal;
}
#sidebar ul li {
	margin:0px;
	padding:0px;
}
#sidebar ul#linkslist {
	margin:0px;
}
#sidebar ul#linkslist {
	margin:0px;
}
#sidebar h2{
	margin: 0 15px;
}
#sidebar p{
	margin: 0 15px;
}
#sidebar h2{
	letter-spacing: -1px;
	margin-top:18px;
	margin-bottom:1px;
	text-transform: uppercase;
	color: #223;
	font-size: 16px;
	font-weight:bold;
}
#sidebar p{
	margin-top:0px;
	margin-bottom:0px;
	color: #555;
	word-spacing: -1px;
	font-size:10px !important;
        font-size:12px;
}
/*****************************************
* Footer                                 *
******************************************/
#footer{
        clear: both;
	line-height: 16px; 
	font-size: 10px; 
	text-align: left; 
	clear: both;
	margin-left: 210px;
	color: #999;
	text-transform: none;
	letter-spacing: 1px;	
}

#footer img {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    }
/******************************************
* Forms                                   *
*******************************************/
#commentform {
        padding: 1px 0px;
        color: #3F5D89;
}
#commentform p.instructions {
        margin: 14px 0 0 210px;
        color: #000000;
        text-align: justify;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #648398;
        padding-left: 10px;
        position: relative;
}
#commentboxes {
        width: 200px;
        float: left;
        font-size: 90%;
}
#inputbox {
        clear:both;
        font-size: 90%;
}
#commentform input {
	background:#f3f3f5;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 110%;
        padding: 1px 2px 1px 1px;
	border:1px #7F9D99 solid;
	color:#51515B;
        -moz-border-radius: 0.5em;
}
#commentform input:hover {
        border: 1px solid #7b7b7b;
}
#commentform input:focus {
        background: #FFFFFF;
        border: 1px solid #7F9DB9;
        padding: 1px 2px 1px 1px;
}
#commentform textarea {
        -moz-border-radius: 0.5em;
}
#commentboxes p {
        margin: 0;
        padding-bottom: 0.9em;
}
#button {
        clear: both;
        padding-top: 0.5em;
}
p.notshow {
        display: none;
        height: 0;
}
.nofollow{
        color: #DF2000;
}
p#txpCommentInputForm {
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        width: 15em;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #cbcbde;
        border-bottom: 1px solid #cbcbde;
        background-color: #cfe1f1;
}
#email {
        text-align: left;
}
#email textarea {
        width: 330px;
}
.zemContactForm fieldset {
	border: none;
}
.zemContactForm legend {
	display: none;
}
/******************************************
* Images                                  *
*******************************************/
#header img {
	padding: 0;
	margin:0px;
	border:none;
	width:750px;
}
img {
	border: 0;
}
.imgblock img {
	background: #fff;
	border: 1px solid #585a67;
	padding: 6px;
}
.imgblock {
	background: #7A8A99;
	text-align: center;
}
.imgblock img:hover{
	border: 1px solid #354a47;
}
/*******************************************
* Miscellaneous                            *
********************************************/
code{
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 10px;
	display:block;
	padding:3px;
	background-color: #eee;
	border: 1px solid #d3d3d6;
}
code span.comment{
	color: #008000;
}
.imgborder img {
	border: 1px solid #d3d3d6;
	padding:3px;
}
blockquote{
	font-style: italic;
	background-color: #f5f5ed;
	border: 1px solid #e5e5dd;
	color: #45453d;
	margin-left: 6px;
        padding:3px;
}
.prev_next_nav{
	text-align:center;
}
h2.categorytitle {
	font-weight:normal;
        font-size: 16px;
	text-decoration:none;
	color: #3f5161;
        text-transform: capitalize;
	border-top: 1px solid #cbcbde;
	border-bottom: 1px solid #cbcbde;
	padding: 10px 2px;
	background: #cfe1f1;
}
/*******************************************
* Comments                                 *
********************************************/
ol.comments{
	color: #777;
	list-style: none;	
	margin: 0;
	padding: 0;
}
ol.comments li{
	border: 1px solid #ebebeb;
	margin-top: 2px;
	background: #f9f9f9;	
}
ol.comments li a{
	color: #818188;
}
.commentmeta{
	display:block;
	background: #f3f3f3;
	padding: 2px;
}
.commentbody{
	display:block;
	padding: 2px;
}

h3#comment, h3#respond {
	border-top: 1px solid #cbcbde;
	border-bottom: 1px solid #cbcbde;
	padding: 10px 2px;
	font-size: 16px;
	background: #cfe1f1;
	color: #3f5161;
}
cite{
	font-style: normal;
}
p.comments_link{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-transform: uppercase;
}
/**********************************************
* Live Search                                 *
***********************************************/
#search {
        height: 1100px;
}
.searchbody{
	color: #424d53;
	font-size: 11px/18px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	padding-left:3px;
	padding-top: 5px;
}
#LSResult {
        position: absolute;
        background-color: #FFFFFF;
        width: 400px;
        margin: 10px 0 10px 0;
}
#LSShadow {
        border: 3px solid #363636;
        padding: 5px;
        background-color: #7A8A99;
        color:#cedeed;
}
#LSRes {
        background-color: #FFFFFF;
}
.LSRow {
        padding: 0 5px;
}
#LSHighlight {
        background-color: #AAAAAA;
}
#LSHeader {
        padding: 2px 2px 8px;
}
.lsDate {
        display: block;
        color: #555555;
}
/*********************************************
* Archives                                   *
**********************************************/
.rssJump {
        text-align: right;
}
.rssCatArchiveMenu {
        margin-bottom: 35px;
}
#rssCatArchive ul, #rssCatList ul, .rssMenu {
        list-style: none;
}
.rssCart {
        font-weight: bold;
        text-align: left;
        margin-top: 15px;
}
.archivemenu {
        padding-left: 40px;
        font-weight: bold;
        font-size: 100%;
        text-decoration: underline;
}
dt {
        padding-top: 10px;
}

img.cr-image { width: 300px !important; height: auto !important; float: right; padding-left: 20px; padding-bottom: 20px; }
