/*
Theme Name: thrivedesignsonline
Description: thrivedesignsonline Wordpress Theme by<a href="http://thrivedesignsonline.com/">thrivedesigns</a>
Version: 1.2
Author: thrivedesignsonline
Author URL: http://thrivedesignsonline.com
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0px auto;
        font: 16px/22px "Century Gothic" Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #cccea6 url(images/body_bg.jpg) repeat top left; 
}

*:first-child+html body {background: #cccea6 url(images/header.jpg) repeat-v top left ;}

* html body {background: #cccea6 url(images/header.jpg) no-repeat center ;}

h1, h2, h3, h4, h5, h6 { font-family: "Century Gothic" Helvetica, Arial, Geneva, Sans-Serif; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; color: #111702; } /* Heading for page that I'm on */
h2 { font-size: 16px; line-height: 26px; margin-bottom: 7px; font-weight: normal; color: #111702; } /* Heading for Posts */
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 14px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #bbc39d; }

a { color: #111702; } /* Post Header */
a:hover { color: #bbC39D; }
a:visited { color: #511c00; }

p { margin-bottom: 10px; }

input, textarea { font: 14px "Century Gothic" Verdana, Helvetica, Arial, Geneva, sans-serif; color: #bbc39d } /* button text */

blockquote { 
	font: 14px/22px Century Gothic, sans-serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 1400px; 
	height: 519px; 
        margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat bottom center; 
	position: relative; 
}


.rss {
        width: 64px; 
        height: 64px;
        position: absolute;
	left: 945px;
	top: 440px;
}

/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 1400px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) repeat-y;
        margin: 0 auto; 
        position: relative;
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 680px; /*needs to be larger than the total Size of the container*/
	height: 61px; 
	margin-left: 200px; 
	position: relative;
        top:410px;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 61px; 
        padding: 0px 0px 3px 45px;/*2nd to last affects y pos last affects x pos*/
}
#nav ul li { 
	float: left; 
	margin-right: 27px; /* spacing between words welcome holds position */
	padding-left: 0px; /* pulls right */
        font-weight: bold;
        
}
#nav ul li.current_page_item { 
        width: 126px; /*must match button background size*/
        height: 50px;
}
#nav ul li a {
        width: 126px;
        height: 50px;
        background: url(images/) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #5f4a2e; /* brown */
	line-height: 45px; 
	text-align: center;
        
}

#nav ul li a:hover { color: #511c00; }
#nav ul li.current_page_item a { background: url(images/) no-repeat; color: #333e16; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 500px; 
	float: left; 
	padding: 0px 0px 0px 300px; 
}
#content .post { margin-bottom: 40px;  color: #bbc39d; } /*Post Content */
#content .post p { margin-bottom: 20px; }
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 0px; } /* Post heading */
#content .post-list li { list-style: none; }

#content .post .post-info { /* Post Date */
	clear: both; 
	font-size: 12px; 
	color: #111702; 
	padding: 5px 5px 5px 5px; 
	margin-bottom: 15px; 
        text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
#content .post .post-info a { color: #111702; text-decoration:none; } /* categories and tags */
#content .post .post-info a:hover { color: #bbc39d; text-decoration:none; }

#content #pages { text-align: left; } /* Post Heading for Current Page */
#content #pages a { font: bold 20px "Century Gothic"; color: #111702; /* dk gray */ text-decoration: none; text-align: left; } 
#content #pages a:hover { color: #bbc39d; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	
	margin: 0 0 5px 20px;
	color: #bbc39d;
}


.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }


/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 520px; /*large number is better*/
	float: right;
	font-size: 12px; 
	margin: 0 5px 0px 0;
	color: #5f4a2e;
}

#sidebar h3 { /*Sidebar Titles*/
        font: normal 18px "Century Gothic" Verdana, Arial, Sans-Serif; 
        color: #5f4a2e; 
        background: url(images/sidebartitle_bg.png) no-repeat;
        padding-left: 23px;
        width: 200px
        display: none;
}

#sidebar a { color: #5f4a2e; text-decoration: none; } /* Sidebar content */
#sidebar a:hover { color: #111702; }

#sidebar .block { /*Sidebar line*/
	width: 200px;
	padding: 5px; 
	overflow: hidden;
	
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #111702; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search

-------------------------------------------------------------------*/

#search {

}



#search input { border: 0; }



#search #s { 

	width: 186px;

        height: 49px;

	padding: 3px 0px 0px 0px;

	margin-right: 1px;

	vertical-align: middle;

        text-align: center;

	line-height: 0;

	font: normal 14px Century Gothic;

	color: #bbc39d;

	background: url(images/search_bg.png) no-repeat;

}

#search #searchsubmit { 

	width: 45px; 

	height: 29px;

        text-align: center;

	background: transparent url(images/searchbt_bg.png) no-repeat;

        font-weight: bold;

}

.bt{

        cursor: pointer;
        cursor: hand

}


/* Comments Left a Comment Box

-------------------------------------------------------------------*/

.comments-title { 

	text-align: center; 

	font: bold 17px "Century Gothic"; 

	color: #111702; /*Leave A Comment*/

}

#comments .comment { 

	background: #333e16; /*Dark Green*/

	margin-bottom: 10px; 

	overflow: hidden; 

	width: 500px; 

	padding-bottom: 5px; 

}

#comments .comment .comment-avatar { 

	float: left; 

	width: 50px; 

	padding: 5px 7px; 

}



#comments .comment .comment-content { /*Author Comment box*/

	float: left; 

	padding: 10px 15px; 

	margin: 5px 5px 0 0; 

	width: 400px; 

	background: #bbc39d; 

}

#comments .comment .comment-content a { color: #5f4a2e; }





#comments .comment .comment-info { 

	font-size: 11px;

	color: #5f4a2e;

	margin-bottom: 5px; 

}

#comments .comment .comment-info span {

	font: bold 16px "Century Gothic", Helvetica, Arial, Geneva;  	

	padding-right: 10px; 

	margin-bottom: 5px;

}

#comments .comment .comment-info a { 

	color: #333e16; 

	text-decoration: none;

}



/* Comment Form

-------------------------------------------------------------------*/

#commentform { 

	background: #bbc39d; 

	border: 5px solid #333e16; /*Dk Green */

	padding: 10px; 

	color: #5f4a2e; /* Your Comment Logged in */

}

#commentform p { margin-bottom: 7px; }

#commentform textarea { 

	width: 400px; /*Box under Your Comment*/

	border: 3px solid #333e16; /*DK Green Current*/

	height: 120px;

}

#commentform input.text { 

	width: 150px; 

	border: 1px solid #7f0000; 

	margin-right: 5px; 

	padding: 3px 3px; 

}

#commentform input#submit {

        width: 148px;

        height: 30px;

        background: url(images/submit_bg.png) no-repeat;

        text-align: center;

        text-color: #371f0d;   

        border: none;

}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 1400px; 
        height: 270px;
	margin: 0 auto; 
	background: url(images/footer_bg.jpg) no-repeat;
        position: relative; 
}


#footer-inner {/* text */

        clear: both;
        text-align: center; 
	position: absolute;
        left: 850px;
        top: 70px;
        width: 250px;
        height: 200px;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #ff0000; }






