/*  
Theme Name: Get Personal Theme 4 - Theme 2's color changes....
Theme URI: http://www.getpersonaltouch.com/
Description: Custom theme for Get Personal Touch
Version: 2.0
Author: Ramsey Stoneburner
Author URI: http://www.cowgirlexpressions.com/
*/

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #242424;
	background-color: #E1DE69;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F1D59;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	font-size: 18px;
}
h6 {font-size: 10px;}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	background: url(images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	color: #E43C15;
}



/* Wrapper */

#wrapper {
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Menu */

#menu {
	height: 50px;
	width: 960px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 37px;
	padding: 13px 30px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FCFDDF;
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(images/img04.gif) repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-left-color: #F5F5F5;
}

/* Header */

#header {
	height: 141px;
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
}


/* Logo */

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	padding-left: 125px;
	height: 146px;
	width: 960px;
	margin: 0 auto;
}
#logo h1 {
	font-weight: bold;
	color: #E7CF00;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 5px;
	font-size: 56px;
	padding-left: 25px;
	padding-bottom: 10px;
}

#logo h1 a {
	background: none;
	color: #E7CF00;
}
#logo p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	padding-left: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 10px;
}



/* Search */

#search {
	width: 200px;
	background: url(images/img05.gif) no-repeat left bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 0;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/content_body.png);
	background-position: bottom;
	background-color: #F7F7F7;
}

#bgtop {
	height: 119px;
	background-image: url(images/content_top.png);
}

#bgbottom {
	padding-bottom: 20px;
	background-image: url(images/content_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 700px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
	position: relative;
	top: -70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

html>body #content {
	height: auto;
}

/* Post */

.post {

}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(images/img14.gif) no-repeat left center;
}

.post .meta {
	padding: 10px;
	line-height: normal;
}

.posts {
	margin: 0;
	padding: 0;
	background: none;
}

#page .posts li {
	padding: 20px 0 5px 0;
	background: none;
	border-top: 1px solid #F0F0F0;
}

.posts .title {
	padding: 0;
	letter-spacing: normal;
	font-size: 1.3em;
}

.posts .byline {
	margin-bottom: 10px;
	padding: 0;
}

.navigation {
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
	font-size: 1.4em;
	font-weight: bold;
}

.navigation a {
	background: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
	padding: 20px 0;
	border-bottom: 2px solid #F0F0F0;
}

.commentlist {
	list-style: none;
}

.commentlist li {
	height: 105px;
	min-height: 105px;
	padding-top: 20px;
	border-bottom: 1px solid #F0F0F0;
}

html>body .commentlist li {
	height: auto;
}

.commentlist .meta {
	float: left;
	width: 100px;
	padding-top: 3px;
	text-align: right;
	line-height: normal;
}

.commentlist .meta cite {
	font-weight: bold;
}

.commentlist .comment {
	margin-left: 120px;
}

#comment {
	width: 420px;
}

#commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#respond {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 2px solid #F0F0F0;
}

/* Sidebar Common Style */

.sidebar {
	padding-top: 20px;
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	border-bottom: 1px solid #F0F0F0;
	font-size: 12px;
	background-image: url(images/img11.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.sidebar a {
	background: none;
	color: #D66C3C;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding-left: 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 205px;
	position: relative;
	top: -100px;
	margin-right: 5px;
	padding: 5px;
}
#sidebar2  .widgettitle  {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}
#sidebar2  .widgettitle a  {
	color: #2F1D59;
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FAFAFA;
}
#image_flicker {
	width:150px;
	height:150px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: center;
	clear: both;
}


#content .post-meta-top {
	display: block;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content .post-meta-bottom {
	display: block;
	font-size: 12px;
	color: #535353;
	clear: both;
	background-image: url(images/postmetabottombg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 41px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
.post-meta-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 25%;
	text-align: right;
}
.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.auth {
	float: left;
	width: 50%;
	text-align: left;
}
.auth span {
	background: url(images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: right;
	width: 50%;
	text-align: right;
}
.date span {
	background: url(images/datebg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}

.awards_box {
	width: 150px;
	float: left;
	margin: 0 auto;
	position: relative;
	height: 100px;
	padding: 5px;
	text-align: center;
}
.awards_box img {
	text-align: left;
	margin-bottom: 5px;
	width: 75px;
	height: 75px;
}
.awards_box a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
.readall {float:right;}
