/*
Theme Name: Citrus Hills
Theme URI: http://wordpress.org/
Description: A design for the Citrus Hills Blog.
Author: NetSource Technologies
Author URI: http://www.netsourceinc.com/

*/



/* UNIVERSAL */
html {
	height: 100%;
}
body {
	margin: 0px;
	background: url(images/bg-texture.jpg) repeat;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a img {
	border: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-size: 24px;
	margin-bottom: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-size: 18px;
	margin: 0;
}
h3 {
	color: #000;
	font-size: 14px;
}
a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* LAYOUT */
#container {
	background: url(images/bg-container.png) repeat-y;
	width: 780px;
	margin: 0 auto;
	padding: 0 7px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -102px;
}
#header {
	background: url(images/header-photo.jpg) no-repeat center bottom;
	height: 167px;
}
#content {
	width: 503px;
	padding: 15px;
	float: left;
}

/* POSTS */
.post {
	margin: 0 0 40px;
	padding: 0 0 30px 0;
	background: url(images/story-divider.gif) no-repeat center bottom;
}
.navigation {
	display: block;
	height: 40px;
	text-align: center;
}
.navigation a {
	color: #777;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.postmetadata {
	clear: both;
	color: #777;
}
.alt {
	margin: 0;
	padding: 10px 0;
}
.even {
	border-top: 1px solid #ddd;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.comment-meta a {
	font-weight: normal;
	color: #777;
	font-size: 10px;
}
.more-link {
	clear: both;
}

/* IMAGE CAPTIONS */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* LISTS */
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;
}

/* COMMENTS */
.commentlist {
	margin: 0;
	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;
}

/* ADDITIONAL CLASSES */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
small, .nocomments, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* CALENDAR */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

/* FORMS */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	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;
}

/* SIDEBAR */
#sidebar {
	width: 217px;
	padding: 15px;
	float: left;
	color: #000;
}
#sidebar h2 {
	text-shadow: #beae9d 1px 2px 3px;
	margin: 0;
	padding: 15px 0;
	background: url(images/sidebar-glow.jpg) no-repeat left center;
}
#sidebar ul p {
	margin-top: 25px;
}
#sidebar a {
	color: #000;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 15px;
	background: url(images/sidebar-divider.gif) no-repeat center bottom;
}
#sidebar ul li ul li {
	background: none;
}
#sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#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: 3px 0 0;
	padding: 0;
}
#sidebar form {
	margin: 0;
}

/* FOOTER */
#stickyfooter {
	height: 102px;
	clear: both;
}
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 72px;
	width: 247px;
	margin: 0 auto;
	padding: 30px 0 0 533px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #900;
}
#footer img {
	margin: 0 15px 10px 0px; 
}
