/*
THEME NAME: Gigantic
THEME URI: http://www.leonpaternoster.com
DESCRIPTION: A simple, ordered theme for WordPress
VERSION: 0.2
AUTHOR: Leon Paternoster
AUTHOR URI: <a href="http://leonpaternoster.com">Leon Paternoster</a>
TAGS: white, orange, one-column, threaded-comments
*/

div#content ul,
div#content_bg_start ul {
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 10px;
}

div#content ul li a,
div#content_bg_start ul li a {
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin-bottom: 10px;
}

#content table {
	margin-left: -167px;
	border: none;
}

.clear {
	display: block;
	min-height:25px;
  	height:auto !important;
  	height:25px;
	clear: both;
}

/* base styles */

* {
	margin: 0;
	padding: 0;
}

html {
	/*background-color: #b6d3b5;*/
	color: #333;
	height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background: #9cc29b url(img/back.jpg) center center;
	padding-bottom: 40px;
}

#content_start p,
#content p {
	line-height: 16px;
}

/* layout */

#page {
	background-image: none;
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
	/*padding-right: 20px;*/
}

#main_search {
	text-align: right;
}

#header {
	width: 960px;
	heigth: 85px;
	overflow: hidden;
}

/*#content {
	float: left;
	width: 470px;
	border-top: 1px solid #ccc;
	padding-top: 11px;
}*/

#content_bg {
	min-height:500px;
  	height:auto !important;
  	height:500px;
	background: transparent url(img/content_bg.gif) top left repeat-y;
	margin: 3px;
	/*padding-bottom: 25px;*/
}

#content_bg_start {
	min-height:500px;
  	height:auto !important;
  	height:500px;
	background: transparent url(img/content_bg_start.gif) top left repeat-y;
	margin: 3px;
	/*padding-bottom: 25px;*/
}

#content {
	float: right;
	width: 498px;
	padding-left: 196px;
	padding-right: 80px;
	/*border-top: 1px solid #ccc;*/
	padding-top: 28px;
}

#content_start {
	float: right;
	width: 534px;
	padding-left: 40px;
	padding-right: 80px;
	/*border-top: 1px solid #ccc;*/
	padding-top: 28px;
}

#sidebar {
	/*clear: both;*/
	/*float: left;*/
	width: 180px;
	/*background-color: blue;*/
}

#sidebar_start {
	/*clear: both;*/
	/*float: left;*/
	/*width: 250px;*/
	width: 240px;
	padding: 15px 35px 15px 15px;
	/*background-color: blue;*/
}

#sidebar_start p {
	margin-bottom: 10px;
}

#flash_header {
	margin: 3px 3px 0 3px;
	height: 180px;
	background: transparent url(img/content_bg_flash.gif) top right repeat-y;
}

/* typography */

h1 a {
	display: block;
	width: 600px;
	height: 75px;
	margin: 5px 0 5px 13px;
	text-indent: -9999px;
	background: transparent url(img/logo_alfavita.gif) top left no-repeat;
}

h1 a:hover {
	color: #6faa33;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #6faa33;
	line-height: 24px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 28px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	color: #6faa33;
}

h3.entry-title {
	margin-bottom: 5px;
}

img {
	/*display: block;
	margin: 0 auto;
	margin-bottom: 0;*/
}

blockquote {
	padding: 20px;
	background-color: #dcf0c7;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	font-size: 12px;
	margin-bottom: 19px;
}

a {
	/*text-decoration: none;*/
	color: #000;
	font-weight: bold;
}

pre {
	margin-bottom: 24px;
	padding: 23px 24px;
	width: 100%;
	font-size: 12px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
}

ins {
	text-decoration: italic;
	border-bottom: none;
}

abbr, acronym, dfn {
	font-variant: small-caps;
	cursor: help;
	border-bottom: 1px dotted #888;
}

a:hover {
	color: #6faa33;
}

/* classes and ids */

/* main search styles */

form#searchform {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 24px;
}

form#searchform input#s {
	border: 1px solid #aaa;
	margin-right: 0;
	width: 240px;
}

form#searchform input.button {
	border: none;
	background-color: #cfcfcf;
	color: #333;
	cursor: pointer;
}

/* header styles */

p.tag {
	float: left;
	width: 470px;
	color: #888;
	margin-bottom: 0;
	border-top: 1px solid #444;
	font-size: 12px;
	text-align: right;
}

/* navigation styles */

a.skip_nav {
	display: none;
}

ul.nav {
	/*clear: both;
	float: left;
	border-top: 1px solid #cfcfcf;
	width: 225px;*/
	/*margin-right: 20px;*/
	font-size: 14px;
	padding-top: 11px;
	margin-bottom: 24px;
	/*background-color: red;*/
}

ul.nav li, ul.archive_list li {
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #000;
	/*border-bottom: 1px dotted #cfcfcf;*/
	line-height: 24px;
	font-size: 12px;
	list-style-position: outside;
	/*height: 24px;*/
	width: 173px;
	background-color: #cee9b4;
	margin-bottom: 6px;
	height: 24px;
}

ul.nav li a, ul.archive_list li a {
	display: block;
	text-decoration: none;
	color: #000;
	list-style-position: outside;
	padding-left: 10px;
	font-weight: normal;
}

ul.nav li a:hover, ul.archive_list li a:hover {
	display: block;
	text-decoration: none;
	color: #000;
	list-style-position: outside;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/*ul.nav li.current_page_item, */ul.nav li.current_page_item a,
ul.nav li.current-cat a {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

ul.mainnav {
	clear: both;
	/*border-top: 1px solid #cfcfcf;*/
	/*margin-right: 20px;*/
	font-size: 14px;
	/*padding-top: 11px;
	margin-bottom: 24px;*/
	height: 23px;
	margin: 1px 3px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6faa33;
	border-right-color: #6faa33;
	border-bottom-color: #6faa33;
	border-left-color: #6faa33;
}

ul.mainnav li {
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #000;
	/*border-bottom: 1px dotted #cfcfcf;*/
	line-height: 23px;
	font-size: 14px;
	/*font-weight: bold;*/
	list-style-position: outside;
	float: left;
	margin-right: 20px;
	padding: 0 10px;
}

ul.mainnav li a {
	display: block;
	text-decoration: none;
	color: #000;
	list-style-position: outside;
	font-weight: normal;	
}

ul.mainnav li a:hover {
	display: block;
	text-decoration: none;
	color: #6faa33;
	border-bottom: none;
	list-style-position: outside;
}

ul.mainnav li.current_page_item, ul.mainnav li.current_page_item a {
	color: #fff;
	display: block;
	background-color: #6faa33;
	
}

ul.mainnav li.current_page_parent {
	color: #fff;
	display: block;
	background-color: #6faa33;	
}

ul.mainnav li.current_page_parent a {
	color: #fff;
}


/* post styles */

#content p.post_meta {
	color: #888;
	font-size: 12px;
	margin-bottom: 0;
}

#content p, #content ul, #content ol {
	font-size: 12px;
	margin-bottom: 24px;
	list-style-position: inside;
}

#content dt {
	font-size: 14px;
	font-weight: bold;
}

#content dd {
	font-size: 14px;
	margin-bottom: 24px;
}

/* post imagery */

#content img {
	/*margin-bottom: 24px;*/
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;;
}

#sidebar_start .alignleft {
	display: inline;
	float: none;
	margin-right: 12px;
	margin-bottom: 12px;;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
	margin-bottom: 0;
}

.alignleft img, .alignright img {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
	text-align: center;
}

.aligncenter img {
	border: 1px solid #cfcfcf;
	padding: 11px;
}

#content p.wp-caption-text {
	font-size: 12px;
	color: #888;
	font-family: georgia, times, liberation serif, serif;
	text-align: center;
	margin-top: -24px;
	margin-bottom: 0;
}

#content p.previous {
	margin-bottom: 0;
}

#content li {
	list-style-position: inside;
}

/* post-specific styles */

#content p.post_details {
	margin-bottom: 24px;
}

p.post_details + p:first-line {
	text-transform: lowercase;
	font-variant: small-caps;
}	

#content p.exampleleft {
	float: left;
	width: 225px;
	margin-right: 20px;
	font-family: georgia, times, liberation sans, serif;
	font-size: 16px;
	line-height: 24px;
}

#content p.exampleright {
	float: left;
	width: 225px;
	font-family: georgia, times, liberation sans, serif;
	font-size: 12px;
	line-height: 24px;
}

p.exampleright + p {
	clear: both;
}

p.leading120 {
	line-height: 1.2;
}

/* archives */

h3.cat_header {
	line-height: 23px;
}

ul.archive_list {
	border-top: 1px dotted #cfcfcf;
}

ul.archive_list li {
	font-size: 14px;
}

/* categories */

.description p {
	color: #888;
	font-size: 12px;
}

/* commentary */

h3#comments, #respond h3 {
	font-size: 14px;
	padding-top: 11px;
	border-top: 1px dotted #cfcfcf;
	margin-bottom: 24px;
}

ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li .depth-2 {
	margin-left: 40px;
	color: #777;
}

ol.commentlist li .depth-3 {
	margin-left: 80px;
	color: #888;
}

ol.commentlist li .depth-4 {
	margin-left: 120px;
	color: #999;
}

ol.commentlist li .depth-5 {
	margin-left: 160px;
	color: #aaa;
}

cite.fn {
	display: block;
	border-top: 1px dotted #efefef;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}

ol.commentlist li.bypostauthor cite.fn {
	border-bottom: 6px solid #888;
}

.comment-author a {
	font-style: normal;
}

#content img.avatar {
	float: left;
	margin-left: -40px;
	margin-bottom: 0;
	margin-top: 6px;
}

#content img.wp-smiley {
	display: inline;
	margin: 0;
}

.says, .comment-meta {
	display: none;
}

.pingback {
	color: #aaa;
}

ol.commentlist li.pingback p, ol.commentlist li.pingback li, ol.commentlist li.pingback blockquote {
	color: #aaa;
}

.pingback, .pingback a {
	color: #aaa;
}	

ol.commentlist li p, ol.commentlist li ol, ol.commentlist li ul, ol.commentlist li blockquote {
	clear: both;
	color: #666;
}

.reply {
	margin-bottom: 24px;
	text-align: right;
}

.pingback .reply {
	display: none;
}

.cancel-comment-reply {
	font-size: 14px;
}

form#commentform {
	margin-bottom: 24px;
}

form#commentform label {
	display: block;
	font-size: 14px;
}

form#commentform input {
	width: 100%;
	margin-bottom: 9px;
}

form#commentform input#url {
	margin-bottom: 18px;
	cursor: pointer;
}

textarea#comment {
	width: 100%;
	margin-bottom: 6px;
	font-family: consolas, lucida console, courier new, monospace;
	font-size: 14px;
}

input#subscribe {
	float: left;
	margin-top: 5px;
	margin-right: 3px;
}

/* footer */

#footer {
	/*height: 18px;*/
	/*padding-top: 5px;*/
	line-height: 23px;
	margin: 3px 0;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6faa33;
	border-right-color: #6faa33;
	border-bottom-color: #6faa33;
	border-left-color: #6faa33;
	text-align: center;
	font-size: 11px;
}

#footer p {
	margin-bottom: 0;
}

#footer a, #footer a:hover {
	font-weight: normal;
}

ul.footer {
	padding-top: 11px;
	/*border-top: 1px solid #ccc;*/
	clear: both;
}

ul.footer li {
	display: inline;
	margin-right: 16px;
	font-size: 12px;
	color: #888;
}

/*BLogroll*/

ul.blogroll {
	list-style-type: none;
	/*list-style-position: inside;*/
}

ul.blogroll li {
	margin: 0;
  	padding: 0;
	list-style-position: outside;
}

ul.blogroll li a {
	text-decoration: none;
	line-height: 25px;
}
