/*
Theme Name: Trisha Rockwell Custom Theme
Theme URI: http://trisharockwell.com/
Author: Jackie Webster
Author URI: http://smallwebsolutions.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #5b7e27;
	background-image:url(images/theme-bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: #333;
	text-align: center; /*hack for ie to align the wrapper in center of window*/
	margin: 0 0 20px 0;
	}
	
p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}
	
a {
	color: #0066CC;
	text-decoration: none;
}
td {
	padding: 0;
	margin:0;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h1 {
	color:#0066CC;
	font-size: 18px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

h2 {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

h3 {
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

h4 {
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
h5 {
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

h6 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

ul, ol {
	display: block;
	padding: 0;
	margin: 0 15px 10px 25px;
	}
ul li {
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	margin: 0;
	font-size: 12px;
	padding: 0 0 8px 8px;
	}

/*ul, ol {
	text-align:left;
	padding-top: 5px;
	text-size: 12px;
	}

ul li {
	list-style-type: disc;
	padding-bottom: 1px;
	text-size: 12px;
	}*/


/*Site Structure*/

#page-wrapper {
	width: 960px;
	margin:0 auto;
	background-image:url(images/page-bkg.jpg);
}

#content-wrapper {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 550px;
}

#content-top {
	width: 730px;
	height: 53px;
	background-image:url(images/content-top.jpg);
	background-repeat:no-repeat;
}

#content {
	padding: 14px 36px 20px 74px;
	width: 620px;
}

#content h2 {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
	}


#sidebar-wrapper {
	width: 230px;
	float: right;
	margin: 0px;
}

#sidebar {
	margin: 0px;
	padding: 0px 44px 20px 30px;

}

#footer {
	clear: both;
	width: 960px;
	height: 129px;
	background-image:url(images/footer.jpg);	
	background-repeat:no-repeat;
	margin: 0px;
}

/*Page Elements*/

.page-title {
	font-size: 18px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #0066CC;
	padding-top: 20px;
	padding-left: 74px;
	text-align: left;
}

#footer-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 46px;
	text-align: right;
	padding-top: 86px;	
}

#footer-nav a {
	color: #333333;
	text-decoration: none;
}
#footer-nav a:hover {
	color:#99CC66;
	text-decoration: underline;
}

#sidebar h2 {
	color:#0066CC;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}

#sidebar p {
	font-size: 11px;
	margin: 0;
	text-align: left;
	line-height: 13px;
}
.post {
	margin: 0;
	text-align: left;
	}

#hr {
	margin: 0 auto;
	background-image: url(images/hrule2.gif);
	background-repeat:no-repeat;
	width: 364px;
	height: 21px;
	margin-bottom:20px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/*Begin Lists*/
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align:left;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 10px 10px 10px;
	font-size: 11px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 2px 1px 7px;
	padding:0 0 0 1px;
	list-style-image: url(images/bullet2.gif);
	}
	
/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: 333333;
	border-width: 1px;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	border: solid;
	border-color: 333333;
	border-width: 1px;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	border: solid;
	border-color: 333333;
	border-width: 1px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/*style the searchform*/
#searchform {
	margin: 0;
	text-align: left;
	font-size: 10px;
	}
#searchform #s{
	width: 100px;
	height: 20px;
	border: 1px solid #FF6600;
	background:#E6E6E6;
	color: #000000;
	padding-top: 1px;
	margin: 1px 0 0 0;
	}
#searchform #searchsubmit {
	width: 42px;
	height: 23px;
	margin: 2px 0 0 5px;
	border: 1px solid #FF6600;
	background: #0068CF;
	color: #ffffff;
	font-size: 10px;
	padding-top: 1px;
}

/*style the signupform*/
#signupform {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#signupform #s{
	width: 100px;
	height: 18px;
	border: 1px solid #999999;
	background:#ffffff;
	color: #000000;
	margin: 2px 0 2px 5px;
	font-size: 11px;
	}
#signupform #signupsubmit {
	width: 24px;
	height: 18px;
	margin: 0 0 2px 3px;
	background-image:url(images/go.jpg);
	border: 0;
}

/*style the archive form*/
#archiveform {
	margin: 0;
	text-align: left;
	font-size: 10px;
	}
/* navigation */
.navigation {
	font-size: 10px;
}
.social-title {
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	line-height: 14px;
}
.paypal-title {
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	line-height: 14px;
}