/*
Theme Name: Flowers by Sarah
Description: The theme for Flowers by Sarah, by katproductions ltd.
Version: 1.0
Author: katproductions ltd.
Author URI: http://katproductions.co.uk/

*/

@charset "utf-8";
body {
	background-color: #333333;
	font-size: 12px;
}
.full_page {
	font-family: "Trebuchet MS";
}
a:link {
	color: #A7CE1B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A7CE1B;
}
a:hover {
	text-decoration: underline;
	color: #A7CE1B;
}
a:active {
	text-decoration: none;
	color: #A7CE1B;
}
#header_wrap {
	color: #FFFFFF;
	background-color: #111111;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a7ce1b;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	height: 245px;
	font-size: 14px;
	background-image: url(images/layout.jpg);
	background-position: left top;
}
#header h1, #header small {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}
ul#menu {
	right: 0px;
	position: absolute;
	padding-top: 160px;
	padding-right: 10px;
	font-style: italic;

}

ul#menu li {
	display: inline;
	margin-left: 12px;
}
ul#menu  li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#menu   li a:hover {
	color: #A7CE19;
	text-decoration: none;
}



#main_wrap {
	background-color: #FFFFFF;
}



#main_content {
	background-color: #FFFFFF;
	width: 840px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a7ce1b;
	border-left-color: #a7ce1b;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: auto;
}
#left_col {
	float: left;
	width: 300px;
	margin-right: 25px;
}
#left_col2 {
	float: left;
	width: 515px;
	margin-right: 25px;
}

#right_col {
	float: right;
	width: 515px;
}
#right_col2 {
	float: right;
	width: 300px;
}
#right_col li, #left_col2 li {
	margin-left: 20px;
	padding-left: 5px;
	list-style-type: circle;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pic_table td {
        padding-left:10px;
}
#footer_wrap {
	color: #FFFFFF;
	background-color: #111111;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a7ce1b;
	padding-bottom: 10px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	line-height: 170%;
	text-align: center;
	color: #A7CE1B;
}
#footer a {
	color: #A7CE1B;
	text-decoration: underline;
}
#footer  a:hover {
	color: #D968B5;
	text-decoration: underline;
}
.imgborder {
	padding: 7px;
	border: 1px solid #999999;
}



.txtheadline1 {
	font-size: 20px;
	font-weight: bold;
	color: #A7CE1B;
}
.txtheadline2 {
	font-size: 16px;
	font-weight: bold;
	color: #A7CE1B;
}

.txtgreen {
	color: #A7CE1B;
}

/* added for single post page */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clearfloats {
        clear:both;
}

.entry p {
    font-size: 1.05em;
}
    
.entry {
    line-height: 1.4em;
    margin-top: 15px;
}

.entry p a:visited {
    color: #b85b5a;
    }
    
.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

/* Begin Lists
    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}
    
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

/******************************/
