@charset "UTF-8";
/* CSS Document */
/*  
Theme Name: ROSECOTTAGE
Theme URI: 
Description: 
Version: 1.0
Author: Riki Lawson
Author URI: http://www.gorilla.co.za
TOP RIGHT BOTTOM LEFT
*/


body { 
	color: #AEAC9E; 
	background: #5D2A37;/**/
	background-image:url(images/rosecottage_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; 
	margin-top: 0px;
}
.extra-wrap	{
	background: url(images/wrap-shadow.png) repeat-y center; 
}
.footer	{
	background: url(images/bottom-shadow.png) repeat-x center;
	height:13px;
	width:954px;
	margin: 0 auto; 
	display: block;

}
#footer	{ 
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size:12px;
}
#wrap { 
	width: 954px; 
	margin: 0 auto; 
	background: #817F75;
}
#header	{ 
	position: relative; 
	height: 153px; 
	z-index: 50;
}
#header	#logo { 
	position: absolute; 
	left: 0px; 
	top: 0px;
	 margin: 0
 }
#header	#logo a	{ 
	text-indent: -999.9em; 
	background: url(images/rosecottage_header.gif) no-repeat left top; 
	width: 954px; 
	height: 153px; 
	display: block;
	padding: 0px; 
	margin-top: 0px;
}
#contact	{ 
	position: relative; 
	height: 153px; 
	z-index: 49;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:20px;
	padding-left:20px;
}
#booksure	{ 
	float:right;
	position:relative;
	margin-top:-150px;
}

#festivals	{ 

}

/* START NAVIGATION*/
#top-nav-area {
	height:40px;
	background: url(images/menu_bg.gif) repeat;
	width:954px;
	margin-top:0px;
	padding:0px;
	
}

ul.top-nav {
	list-style: none;
	padding: 10px 20px 0px 10px;
	/*padding: 0px 20px 0px 10px;*/
	margin:0 auto;
	width: 954px;
}
ul.top-nav li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative; 
}
ul.top-nav li a{
	color: #9F9C8F;
	display: block;
	text-decoration: none;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}
ul.top-nav li a:hover{
	color: #000000;
background-color:#66635B;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:-10px;
	margin-right:-5px;
	margin-left:-5px;
	padding-right:5px;
	padding-left:5px;
}
span.top-nav-on {
	color: #000000;
background-color:#66635B;
height:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:5px;
}

/* END NAVIGATION*/


#main-banner { 
	position: relative; 
	overflow: visible;
}

#main-banner .main-banner-cycle-wrapper { 
	overflow: hidden; 
	width: 636px; 
	height: 357px;
}


/* column container */
.colmask {
	width:954px;
	margin-top:0px;
	padding:0px 0px 0px 0px;	
	position:relative;	/*	 This fixes the IE7 overflow hidden bug */
	clear:both;
	overflow:hidden;		/*	 This chops off any overhanging divs */
}

/* common column settings */
.col1 {
	float:left;
	width:318px;
	position:relative;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	
}
.col2 {
	float:left;
	width:318px;
	position:relative;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	
}
.col3 {
	float:left;
	width:318px;
	position:relative;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	/*background-color:#FFFBE7;*/
	
}
.box {
	width:100%;
	padding:10px;
	background-color:#FFFBE7;
	
}
.col12 {
	float:left;
	width:636px;
	position:relative;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	
}
.col_header {
	background: url(images/header_bg.jpg) left top repeat-x;
	height:30px;
	width:100%;
	padding:10px 0px 0px 10px;	
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}
.col_text {
/*width:298px;*/
	padding:10px 10px 0px 10px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.colimage {	
	float:left;
	width:636px;
	position:relative;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
}
.coltext {	

	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-style:italic;
	background-color:#303b35;
	width:298px;
	height:337px;
	position:relative;
	padding:20px 10px 0px 10px;		
	overflow:hidden;
}



/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
        color:#27211B;
	font-family: georgia,times,'times new roman', serif;
        letter-spacing:-1px;
        line-height: 130%;
	margin: 0;
	padding: 0;
	text-align: left;
        font-weight:normal;
	}

h1 {
	font-size: 16pt;
	margin: 0;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}

h4,h5,h6,h7 {
	font-size: 10pt;
	}

#header h1.blogtitle {
        color: #FAF7E8;
        text-align:center;
        font-size:30px;
        line-height:100%;
        padding: 50px 100px 5px;
        margin: 0;
        }

#sidebar h2, #midcontent h2  {
        font-weight: bold;
        font-size:9pt;
        letter-spacing:0px;
        margin: 0;
        padding:0;
        }


h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond  {
        line-height:100%;
        font-weight: bold;
        font-size:10pt;
        letter-spacing:0px;
        margin: 0;
        padding: 10px 15px;
        border-bottom:1px solid #CCC9B8;
        background:#E5E0C3;
        }

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
        margin-bottom: 10px;
        }


/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #000099;
        text-decoration: none;
        font-size: bold;
	}

a:hover, a:active {
        text-decoration:underline;
        color:#000;
	}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
        text-decoration: underline; 
        }

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
        color:#000099;
        }

#footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#fff;
	}
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }



/* -------------------[ Sidebar ]------------------- */


#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}

#sidebar ul li ul {
        list-style-type: square;
        margin: 0;
        padding: 0;
        }

#sidebar ul li ul li {
        list-style-type:none;
        padding-left:15px;
        margin:0;
        background:url(images/rosecobullet.gif) 0 5px no-repeat;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        font-size:8pt;
        background: #F2ECCE;
        padding: 15px 15px 1px;
        margin: 0;
        border-bottom:1px solid #CCC9B8;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 400px;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        font-size:8pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0;
        border-bottom:1px solid #CCC9B8;
	}

ol.tblist {
        font-size:8pt;
	list-style: none;
        padding: 15px 15px 10px;
        margin: 0;
        border-bottom:1px solid #CCC9B8;
        }

ol.tblist li {
	display: block;
	list-style: none;
        padding: 0;
        margin: 0 0 5px 0;  
        background: url(images/rosecobullet.gif) 0 3px no-repeat;
        padding-left: 14px;     
	}

.odd {

        }


/* -------------------[ Misc Tags and Classes ]------------------- */

p.description {
        color:#FAF7E8;
        font-size: 12pt;
        padding: 0 100px;
        margin: 0;
        text-align:center;
        } 

.post ul, .singlepost ul {
        list-style-type: none;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
     /*   background: url(images/rosecobullet.gif) 0px 0px 0px 0px no-repeat;
        padding: 0px 0px 0px 15px;*/
        }
		
		.li {
		padding:0px;
		
		}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        border-left:5px solid #330000;
        padding-left:5px;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: left;
	margin:0;
	padding: 10px 15px;
	}

.alignleft {
        float:left;
        }

.alignright {
        float:right;
        }

.entry {
	padding: 0;
	margin: 0;
	}

.postinfo {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
        background: url(images/doc.gif) 0 3px no-repeat;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.post {
	margin: 0 ;
/*	padding: 15px 15px 5px;*/
padding: 0px 0px 10px 0px;
       /* border-bottom:1px solid #CCC9B8;*/
	}

.featurepost {
	margin: 0;
	padding: 15px 15px 5px;
        background:#F2ECCE;
        border-bottom:1px solid #CCC9B8;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block:
        clear:both;
        }

a.more-link,a.more-link:link,a.more-link:visited,a.more-link:hover {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:16px; 
        }

/* -------------------[ Search ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        font-size:8pt;
        width: 140px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

.search-submit {
	margin:10 0 0 0px;
	width: 85px;	
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-size:.99em;	
}

/* -------------------[ Navigation ]------------------- */

ul.nav {
	font-size: 8pt;
        font-weight:bold;
        letter-spacing: 0px;
        height:40px;
        line-height:40px;
        float:left;
	list-style: none;
	padding: 0;
	margin: 0;
        }

ul.nav li {
        float: left !important;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {        
        color: #FAF7E8;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li a:hover, ul.nav li a:active {
        background: #660000;
        text-decoration: underline;
        }

ul.nav li.current_page_item a {
        text-decoration:underline;
        background: #660000;
        text-decoration: underline;
        }

ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }

/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
        padding:auto;
        border:auto;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#E5E0C3;
}

.entry td {
	border:1px solid #E5E0C3;
}


.contacttbl table {
	margin-bottom:15px;
        padding:auto;
        border:auto;
        }

.contacttbl tr, .contacttbl td, .contacttbl th {
	margin:auto; padding:auto; border:auto;
        }

.contacttbl td, .contacttbl th {
	padding:0px;
	vertical-align:top;
}

.contacttbl th {
	font-weight:bold;
	background:##817F75;
}

.contacttbl td {
	border:1px solid #817F75;
}

/* ---------------[ Related Entries ]--------------- */

.related {
        margin: 0 0 1px;
        background:#eee;
        padding:10px 10px 8px;
        }

.related ul {
        line-height:130%;
        margin: 0;
        padding-left:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        margin: 0 0 2px;
        background: url(images/rosecobullet.gif) 0 3px no-repeat;
        }

ul#archives {
        margin: 0 0 15px 5px;
        padding: 0;
        }

ul#archives ul {
        padding:0;
        }

ul#archives ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul#archives ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }
		
/*contact form*/		
.wpcf7-form .submit {
color:#fff;
border: 1px solid #21211f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #AE684E;
margin-top: -15px;

margin-bottom: 15px;
font-size:12px;
font-weight: 400;
font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
padding: 5px;
}

.wpcf7-form .wpcf7-text:hover,.wpcf7-form .textarea:hover {
border:1px solid #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#ddd;
}
.wpcf7-form .text_head {
color:#000;
font-weight:bold;
text-align:right;
}

.wpcf7-text {
font-size:12px;
font-family:helvetica, arial, sans-serif;
color:#000;
width: 200px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #ccc;
background:#B7B4A5;
padding: 5px;
}
.wpcf7-submit {
font-weight:700;
margin-top:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:helvetica, arial, sans-serif;
font-size:11px;
background:#332B24;
border:1px solid #332B24;
color:#ffffff;
padding: 3px;
}

