/* Clear out all browser styles before adding any new styles */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, a {
	padding: 0;
	margin: 0;
	color: #634d2e;
	text-decoration: none;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 15px;
}

a img {
	border: none;
}

ol, ul {
	list-style-type: none;
}

input:focus {
    background: #fff2a3;
}


/* add new style */

/* outer Wrapper syles */

body {
	background: url(../images/linen.jpg) top left;
}

blockquote {
    padding-left: 30px;
    padding-right: 30px;
}
/* Header styles */

#header {
	margin: auto;
	text-align: center;
	margin-top: 20px;
	background: url(../images/header.png) top center no-repeat;
	width: 650px;
	height: 115px;
	z-index: 10;
	position: relative;
}

#header h1, #header h2{
    text-indent: -9999px;
}

/* main container styles */
#container {
	width: 1000px;
	margin: auto;
	margin-top: -35px;
}

/* main window styles */

#main {
	text-align: center;
	width: 550px;
	min-height: 400px;
	margin: auto;
	margin-bottom: 0;
	padding: 20px;
	padding-top: 40px;
	color: #634d2e;
	
	font-size: 25px;
	font-weight: bold;
	background: url(../images/main_bg_noflower.jpg) repeat-y;
	z-index: -1;
}

#main h1 {

	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #899dee;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main h2 {

	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#main h3 {

	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#main p {
	
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

.paragraph {
	
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

#main li {
	text-align: left;
}

#main a {
	
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #899dee;
}

table {
	
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	border: none;
	text-align: left;
}

#main .kateBio {
	float: right;
}

#main .harpsBio {
	float: left;
	margin-right: 10px;
}

#main .image {
}

.edit {
	text-align: right;
}


/* front page different text settings */
#gta {
	margin: auto;
	width: 400px;
	margin-top: 15px;
	border-top: 1px solid ;
	padding-top: 10px;
	font-family: "URW Chancery L", "Lucida Calligraphy", " Times New Roman Italic", cursive;
	font-weight: normal;
}

#main .divide {
	padding-top: 20px;
}

#main .list {
	padding-top: 20px;
	margin-left: -5px;
}

#main a:hover {

}

#main li {
	padding-top: 1px;
	margin-left: 20px;
	width: 400px;
    list-style-type: circle;
	/*background: url(../images/divide_blend_brown_blue.png) top left no-repeat;
	background-position: 0px 5px;*/
	font-size: 15px;
}

#main p.pagination {
    padding-right: 40px;
    text-align: right;
}

#main p.pagination, #main p.pagination a{
    font-size: .7em;
}

#main p.pagination strong {
    font-size: .8em;
}

#main p.pagination a:hover {
    background: #fff2a3;
}

#main li:hover {
	background: url(../images/divide_blend_blue_brown.png) top left no-repeat;
	background-position: 0px 5px;
}

/* main window settings for different background */

#mainflowers {
	text-align: center;
	width: 550px;
	min-height: 400px;
	margin: auto;
	margin-bottom: 0;
	padding: 20px;
	padding-top: 40px;
	color: #634d2e;

	font-size: 25px;
	font-weight: bold;
	background: url(../images/main_bg_flower.jpg) repeat-y;
}
#mainflowers h1 {

	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #899dee;
	padding-bottom: 10px;
	padding-left: 20px;
}

#mainflowers h2 {

	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#mainflowers h3 {

	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#mainflowers p {

	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

#mainflowers p.tags, #mainflowers p.tags a {
    font-size: 12px;
}

#mainflowers p.tags a:hover {
    background: #fff2a3;
}

#mainflowers p.pagination {
    padding-right: 40px;
    text-align: right;
}

#mainflowers img.quotation_open {
    float: left;
    padding-right: 10px;
}

#mainflowers img.quotation_close {
    float: right;
    padding-left: 10px;
}

.inline_error {
    color: red;
}

#mainflowers p.pagination, #mainflowers p.pagination a{    
    font-size: .7em;
}

#mainflowers p.pagination strong {
    font-size: .8em;
}

#mainflowers p.pagination a:hover {
    background: #fff2a3;
}

#mainflowers li {
	text-align: left;
}

#mainflowers a {

	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #899dee;
}

#mainflowers li {
	padding-top: 1px;
	margin-left: 20px;
	width: 400px;
    list-style-type: circle;
	/*background: url(../images/divide_blend_brown_blue.png) top left no-repeat;
	background-position: 0px 5px;*/
	font-size: 15px;
	
}

	
/* menu styles */

#menu {
	background: url(../images/menu_bg_roses.jpg) top center repeat-y;
	width: 160px;
	float: left;
	margin-top: 100px;
	padding: 20px;
	padding-right: 0;
}

* html #tag_cloud_wrapper {
    width: 200px;
    background: url(../images/main_bg_noflower.jpg) repeat-y;
}

#tag_cloud_wrapper {
    float: right;
    width: 210px;
    text-align: center;
    background: url(../images/main_bg_noflower.jpg) repeat-y;
 
}

#tag_cloud_wrapper h1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 15px solid #cfc0a1;
}

#tag_cloud {
    width: 190px;
    min-height: 80px;
  
    /*border: 1px solid #899dee;
    background: url(../images/main_bg_flower.jpg) top center;*/
  
    

   margin-left: 10px;
    text-align: left;
}

#links {
    margin-top: 5px;
    padding: 10px;
    text-align: left;
}

#links h2 {
    border-top: 15px solid #cfc0a1;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}



#tag_cloud a {
    color: #899dee;
}

.rss {
    font-size: .6em;
    text-align: right;
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 5px;
    margin-right: 10px;
}

.rss_name {
    font-size: 1em;

    padding-left: 10px;
}

#menu a {
	font-family: "URW Chancery L", "Lucida Calligraphy", " Times New Roman Italic", Serif;
	font-size: 20px;
	color: #634d2e;
	display: block;
	padding-bottom: 5px;
	background: url(../images/list_divide.png) left bottom no-repeat;
}

#menu li {
	padding-top: 1px;
	margin-left: 20px;
	width: 140px;
    list-style-type: circle;
	/*background: url(../images/divide_blend_brown_blue.png) left no-repeat;
	background-position: 0px 5px;*/
}

/*#menu li:hover {
	background: url(../images/divide_blend_blue_brown.png) left no-repeat;
	background-position: 0px 5px;
}*/

#menu .first {
	border-top: none;
}

#menu .last {
	background: none;
}

#menu a:hover {
	color: #899def;
}

/* News page styled, creates post window on page */



.blog {
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
	background: url(../images/blog_bg.jpg) top center repeat-y;
	padding: 20px;
	border: 1px solid #64543e;
}


h1.blog {

	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #634d2e;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2.blog {

	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

p.blog {

	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

.blog_post {
    border-bottom: 1px solid #634d2e;

}

.blog_intro {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border: 1px solid #634d2e;
}

.blog_post p.tags a{
    font-size: 10px;
}

h2.blog_title a{
    background: url(../images/article-24.png) left no-repeat;
    padding-left: 28px;
    font-size: 1.2em !important;
    color: #634d2e !important;
}

p.blog_date {
  
   
}

#comments {
    width: 400px;
    margin: auto;
    background: #fff;
    padding: 20px;
    background: url(../images/blog_bg.jpg) top center repeat-y;
    border: 1px solid #64543e;
}

.comment p.comment_name{
    border-top: 1px solid #64543e;
    padding-top: 5px;
    color: #899dee;
}

.comment p.comment_text, .comment p.reply_text {
    border: 1px dotted #64543e;
    padding: 5px;
    margin-bottom: 5px;
}

#main .comment p.reply_icon {
    text-align: right;
    font-size: .5em;
}
#main .comment p.reply_icon a {
    font-size: .7em;
}

.comment .reply {
    padding-left: 40px;
}

#main .comment p.comment_date {
    text-align: right;
    font-size: .4em;
}

.reply_form {
    display: none;
    border: 1px solid #64543e;
    padding: 10px;
    margin-bottom: 5px;
}

.add_comment {
    border: 1px solid #64543e;
    padding: 10px;
}


.error {
	background: #ff0000;
}

.emailerror {
	color: #ff0000;
}

/* Footer styles */

#footer {
	height: 35px;
	width: 700px;
	clear: both;
	margin: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 10px;
}

#firefox {
	float: right;
	margin-top: -29px;
	margin-right: 30px;
}

/* ie6 hacks */

/* Coirrect widht of footer */
* html #footer {
	width: 750px;
}

/* correct positioning of menu bar */

* html #menu {
	margin-right: 15px;
}

/* correct background image positioning in menu */
* html #menu a {
	font-family: "URW Chancery L", "Lucida Calligraphy", " Times New Roman Italic", Serif;
	font-size: 20px;
	color: #634d2e;
	display: block;
	padding-bottom: 5px;
	background: url(../images/list_divide.gif) left bottom no-repeat;
}

/* correct positioning of main window */
* html #main {
	margin-left: 0px;
	margin-right: 0;
	height: 400px;
}

* html #mainflowers {
	margin-left: 120px;
	margin-right: 80px;
	height: 400px;
}

* html #tag_cloud_wrapper {
    margin-left: -20px;
    margin-right: 10px;
}

/* display different background image in header for ie6 as it cannot display transparent png files*/
* html #header {
	background: url(../images/header.gif) top center no-repeat;
}

* html #main li {
	width: 250px;
}

#ie6 p {
    background: #fff;
    color: red;
    border: 1px solid red;
    padding: 2px;
    font-size: .7em;
}

#ie6 a {
    color: blue;
    text-decoration: underline;
}
