/* 
	Theme Name: Organic Tumble Theme
	Theme URL: http://www.organicthemes.com/themes/tumble-theme/
	Description: The Organic Tumble Theme is designed and developed by David Morgan of Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.0.1
	Tags: organic themes, wordpress blog theme 
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FAF9F4;
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px 20px 0px 20px;
	width: 960px;
	}
	
/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #99CC33;
	font-weight: bold;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #99CC33;
	text-decoration: underline;
	outline: none;
	}
a img {
	border: none;
	}

/************************************************
*	Headings  									*
************************************************/

h1 {
	color: #0096d2;
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 36px;
	}
h2 {
	color: #51580b;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 26px;
	}
h3 {
	font-style: normal;
	color: #d70075;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 22px;
	}
h4 {
	color: #008591;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
	}
h5 {
	color: #8e956d;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 18px;
	}
h6 {
	color: #ffe600;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 2px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #CCCCCC;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, 
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus,
h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active {
	color: #99CC33;
	text-decoration: none;
	border: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 740px;
	height: 140px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	display: block; float: left;
	width: 740px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	display: block;
	color: #666666;
	width: 740px;
	height: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px auto 15px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-menu-item a,
.menu .current-cat a {
	background: #d70075;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.menu li .current_page_item a, .menu li .current_page_item a:hover,
.menu li .current-menu-item a, .menu li .current-menu-item a:hover,
.menu li .current-cat a, .menu li .current-cat a:hover {
	background: #d70075 !important;
	color: #FFFFFF !important;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	color: #666666;
	background: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 12px 0px 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1px;
	line-height: 30px;
	}
.menu li li a {
	display: block;
	background: #d70075 !important;
	color: #999999 !important;
	margin: 2px 2px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.menu li, .menu li li, .menu li li li {
	background: none;
	margin: 0px;
	padding: 0px;
	}
.menu li:hover, .menu li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background:	#d70075;
	color: #FFFFFF;
	outline: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.menu li li:hover, .menu li li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#d70075 !important;
	color: #FFFFFF !important;
	border: none;
	outline: 0;
	}
	
/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 10px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 8px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
	
/************************************************
*	Featured Slider							    *
************************************************/

#homeslider {
	background: #000000;
	width: 720px;
	height: 405px;
	text-align: left;
	margin: 0px auto 60px;
	padding: 10px 10px 10px 10px;
	position: relative;
	z-index: 6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#homeslider h1 {
	color: #FFFFFF;
	max-height: 32px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.4px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
#homeslider h1 a {
	color: #FFFFFF;
	}
#homeslider h1 a:hover {
	color: #99CC33;
	}
#homeslider .date {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homeslider p {
	color: #CCCCCC;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	}
#homeslider ul, #homeslider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#homeslider .bannercontent {
	float: left;
	display: block;
	position: absolute;
	background: #000000;
	width: 660px;
	height: 90px;
	padding: 20px;
	margin: 265px 0px 0px 10px;
	overflow: hidden;
	opacity: 0.8;
	z-index: 7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
div.anythingSlider {
	width: 720px !important;
	height: 405px !important;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	list-style: none;
	}
div.anythingSlider li iframe, div.anythingSlider li embed,
div.anythingSlider li object {
	float: left;
	display: block;
	width: 720px;
	height: 405px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
div.anythingSlider li .feature_video {
	float: left;
	display: block;
	width: 720px;
	height: 405px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 8;
	}
div.anythingSlider li .feature_img {
	float: left;
	display: block;
	width: 720px;
	height: 405px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
div.anythingSlider .anythingWindow {
	float: left;
	display: block;
	background: #000000;
	position: relative;
	width: 720px;
	height: 405px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 1;
	}
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
	}

/* Navigation Arrows */
div.anythingSlider .arrow.back {
	float: left;
	display: block;
	background: #000000;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 190px 0px 0px -50px;
	cursor: pointer;
	left: 0px;
	z-index: 9;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
div.anythingSlider .arrow.forward {
	float: right;
	display: block;
	background: #000000;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 190px -50px 0px 0px;
	cursor: pointer;
	right: 0px;
	z-index: 9;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
div.anythingSlider .arrow:hover {
	background: #99CC33;
	}
div.anythingSlider .arrow a {
	display: block;
	color: #666666;
	height: 80px;
	width: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	outline: 0;
	}
div.anythingSlider .arrow a:hover {
	text-decoration: none;
	}
div.anythingSlider .arrow a:active, div.anythingSlider .arrow a:focus {
	text-decoration: none;
	}
div.anythingSlider .arrow.forward a {
	background: url(images/next_btn.png) no-repeat;
	text-indent: -9999px;
	}
div.anythingSlider .arrow.back a {
	background: url(images/prev_btn.png) no-repeat;
	text-indent: -9999px;
	}
div.anythingSlider .forward.disabled { 
	display: none; 
	}
div.anythingSlider .back.disabled { 
	display: none; 
	}

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none !important;
	}
	
/* Navigation Links */
div.anythingSlider .anythingControls {
	display: block;
	height: 30px;
	width: 720px;
	margin: 420px auto 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	z-index: 8;
	outline: 0; 
	}	
div.anythingSlider.activeSlider .thumbNav a:hover, 
div.anythingSlider.activeSlider .thumbNav a.cur {
	background: #99CC33;
	}
div.anythingSlider .thumbNav {
	text-align: center;
	height: 30px;
	margin: 0px auto 0px !important;
	padding: 0px;
	}
div.anythingSlider .thumbNav li {
	display: inline-block;
	height: 30px;
	width: 16px;
	}
div.anythingSlider .thumbNav a {
	display: inline-block;
	background: #777777;
	height: 6px;
	width: 6px;
	margin: 12px 5px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
div.anythingSlider .thumbNav a:hover, 
div.anythingSlider .thumbNav a.cur {
	height: 10px;
	width: 10px;
	margin: 10px 3px;
	padding: 0px;
	background: #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
div.anythingSlider.rtl .thumbNav a { 
	float: right; 
	}
div.anythingSlider.rtl .thumbNav { 
	float: left; 
	}
	
/************************************************
*	Content Containers			     		    * 
************************************************/

#container {
	width: 740px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	}
#content {
	float: left;
	display: block;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#contentwide {
	float: left;
	display: block;
	width: 740px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px 0px;
	}
#contenthome {
	width: 960px;
	margin: 0px auto 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 8;
	}
#content.archive .thumbnail img {
	display: block;
	background: #000000;
	margin: 5px auto 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#content.archive iframe, #content.archive embed,
#content.archive object {
	display: block;
	background: #000000;
	width: 500px;
	height: 280px;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#content.archive .postmeta {
	margin: 10px 0px 20px 0px;
	}
#content.archive .posttitle {
	padding: 5px 0px 0px 0px;
	}
#featurebanner {
	margin: 0px;
	padding: 0px;
	}
#featurebanner img {
	display: block;
	background: #000000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		
/************************************************
*	Homepage Blog 				     		    * 
************************************************/

#homeblog {
	display: inline-block;
	width: 740px;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.blog_post {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	overflow: hidden;
	}
.post_column {
	float: left;
	display: block;
	width: 60px;
	text-align: center;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
.post_icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.tweet_btn, 
.like_btn, 
.plus_btn {
	display: inline-block;
	margin: 0px auto 10px;
	padding: 0px;
	}
.like_btn {
	width: 52px;
	overflow: hidden;
	}
.post_content {
	float: left;
	display: block;
	width: 660px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	overflow: hidden;
	border-bottom: 3px dotted #CCCCCC;
	}
	
/************************************************
*	Post Classes 				     		    * 
************************************************/

.post {
	display: block;
	width: 740px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.post .thumbnail img {
	display: inline-block;
	background: #000000;
	margin: 10px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.post .video iframe, 
.post .video embed, 
.post .video object {
	display: inline-block;
	background: #000000;
	width: 640px;
	height: 360px;
	margin: 10px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.postarea .video, .postarea .thumbnail {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
.postarea {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.postarea p {
	padding: 2px 0px 2px 0px;
	margin: 8px 0px 8px 0px;
	}
.postarea hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 5px 0px 8px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 0px;
	}
blockquote {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	}
blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.posttitle {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
.posttitle .postauthor {
	margin: -8px 0px 0px 0px;
	}
.comment_icon a {
	float: right;
	display: inline-block;
	background: #000000;
	color: #999999;
	height: 38px;
	width: 38px;
	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
.comment_icon a:hover {
	background: #99CC33;
	color: #FFFFFF;
	text-decoration: none;
	}
.postdate {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.postdate p {
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-size: 16px;
	margin: 5px 0px -5px 0px;
	padding: 0px;
	}
.postdate p a {
	font-size: 11px;
	}
.postauthor {
	margin: 0px;
	padding: 0px;
	}
.postauthor p {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
.postmeta {
	background: #000000;
	color: #999999;
	font-size: 11px;
	margin: 10px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.avatar {
	background: #000000;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.author_column {
	float: right;
	width: 570px;
	padding: 0px 0px 0px 19px !important;
	border-left: 1px dotted #CCCCCC;
	}
code {
	color: #333333;
	background: #EEEEEE;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px dashed #CCCCCC;
	}
.archive_column {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 10px 20px 0px;
	}
.more-link {
	display: inline-block;
	background: #000000;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px;
	padding: 6px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.more-link:hover {
	background: #99CC33;
	color: #FFFFFF;
	text-decoration: none;
	}
	
/************************************************
*	Post Formats 				     		    * 
************************************************/

.format-quote .post_content, .format-quote .postarea {
	overflow: visible;
	}
.format-quote h4 {
	text-align: right;
	}
.format-quote .postarea p {
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-style: italic;
	line-height: 34px;
	}
.format-image .postarea .wp-caption {
	background: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.format-image .postarea .wp-caption p {
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0px 0px 0px;
	padding: 10px 5px;
	}
.format-image .postarea .wp-caption img {
	background: #000000;
	padding: 10px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.format-status .postdate p {
	margin: 5px 0px 5px 0px;
	}
.format-status .postarea {
	background: url(images/status_bubble.png) bottom left no-repeat;
	min-height: 120px;
	padding: 0px 0px 20px 0px;
	}
.format-status .postarea p {
	background: #000000;
	color: #CCCCCC;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 20px;
	overflow: visible;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.format-image h1, .format-link h1, 
.format-gallery h1, .format-video h1 {
	margin: 25px 0px 0px 0px;
	}
	
/************************************************
*	WordPress Gallery						    *
************************************************/

.gallery {
	margin: 0px auto -15px !important;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px !important;
	}
.gallery img {
	background: #000000;
	padding: 6px;
	border: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.gallery img:hover {
	background: #99CC33;
	padding: 6px;
	border: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 15px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 15px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
	}
.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: none;
	}
.wp-caption p.wp-caption-text {
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 10px 0px;
	}
	
/************************************************
*	Pagination 	        			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.number-paginate {
	padding: 10px 0px;
	}
.number-paginate a {
	display: inline-block;
	background: none;  
	color: #666666; 
	height: 30px;
	line-height: 30px;
	margin-right: 4px; 
	padding: 0px 12px; 
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.number-paginate a:hover, 
.number-paginate a:active {
	background: #000000; 
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0px 12px; 
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.number-paginate .number-title {
	color: #555555; 
	margin-right: 4px;
	}
.number-paginate .number-gap {
	color: #999999; 
	margin-right: 4px;
	}
.number-paginate .number-current {
	display: inline-block;
	background: #000000; 
	color: #FFFFFF; 
	height: 30px;
	line-height: 30px;
	margin-right: 4px; 
	padding: 0px 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.number-paginate .number-page {
	}
.number-paginate .number-prev {
	}
.number-paginate .number-next {
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	}
#prevLink p a, #nextLink p a {
	display: block;
	padding: 0px;
	}
	
/************************************************
*	Sidebar Right 	        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	text-align: left;
	line-height: 18px;
	width: 200px;
	margin: 10px 0px 20px 20px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right.home {
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

#sidebar_right .widget {
	float: left;
	color: #999999;
	width: 180px;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar_right .widget h4 {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -0.1px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
	text-align: left;
	}
#sidebar_right .widget p {
	color: #999999;
	margin: 0px;
	padding: 0px;
	}
#sidebar_right .widget li {
	list-style-type: none;
	}
#sidebar_right .widget ul {
	color: #999999;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
#sidebar_right .widget ul ul {
	color: #999999;
	margin: 0px 0px 0px 0px;
	text-indent: 10px;
	}
#sidebar_right .widget ul ul ul {
	color: #999999;
	margin: 0px 0px 0px 0px;
	text-indent: 20px;
	}
#sidebar_right .widget ul li {
	color: #999999;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a {
	color: #999999;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	margin: 5px 0px 0px 0px;
	}
#sidebar_right .widget ul li a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget li a {
	color:#333333;
	border: none;
	}
#sidebar_right .widget li a:hover {
	color:#333333;
	border: none;
	background: none;
	}
.tagcloud {
	margin: 10px 0px 0px 0px;
	}
	
/************************************************
*	Text Widget 	        			     	* 
************************************************/

.textwidget {
	margin: 10px 0px 0px 0px;
	}
.textwidget p {
	margin: 5px 0px 5px 0px !important;
	}
#sidebar_right .textwidget a {
	color: #99CC33;
	background: none;
	padding: 0px;
	text-decoration: none;
	}
#sidebar_right .textwidget a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Custom Menu Widget							*
************************************************/

#sidebar_right ul.menu, #footerwidgets ul.menu {
	float: none;
	}
#sidebar_right ul.menu .current_page_item a, #sidebar_right ul.menu .current-menu-item a {
	background: none;
	color: #99CC33 !important;
	border-left: none;
	}
#footerwidgets ul.menu .current_page_item a, #footerwidgets ul.menu .current-menu-item a {
	background: none;
	color: #99CC33 !important;
	border-left: none;
	}
#sidebar_right ul.menu li a {
	background: none;
	color: #999999;
	line-height: 18px;
	text-shadow: none;
	letter-spacing: 0px;
	border-left: none;
	}
#footerwidgets ul.menu li a {
	background: none;
	color: #999999;
	line-height: 18px;
	text-shadow: none;
	letter-spacing: 0px;
	border-left: none;
	}
#sidebar_right ul.menu li a:hover {
	color: #FFFFFF !important;
	border-left: none;
	} 
#footerwidgets ul.menu li a:hover {
	color: #FFFFFF !important;
	border-left: none;
	}
#sidebar_right ul.menu li,
#footerwidgets ul.menu li {
	float: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	}
#sidebar_right ul.menu li span,
#footerwidgets ul.menu li span {
	top: 6px;
	}
#sidebar_right ul.menu li ul.sub-menu,
#footerwidgets ul.menu li ul.sub-menu {
	width: 100%;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
#sidebar_right ul.menu li ul.sub-menu span,
#footerwidgets ul.menu li ul.sub-menu span {
	display: none;
	}
#sidebar_right ul.menu li ul.sub-menu li a{
	background: #000000 !important;
	width: 90%;
	margin: 5px 0px 0px 0px;
	}
#footerwidgets ul.menu li ul.sub-menu li a {
	background: #000000 !important;
	width: 90%;
	margin: 5px 0px 0px 0px;
	}
#sidebar_right ul.menu li ul.sub-menu li ul.sub-menu li,
#footerwidgets ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
#footerwidgets #calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px 10px 10px 10px;
	}
#footerwidgets #wp-calendar {
	color: #CCCCCC;
	}
	
/************************************************
*	Recent Comments								*
************************************************/

#recentcomments li {
	display: block !important;
	margin: 5px 0px 0px 0px !important;
	padding: 2px 6px 2px 6px !important;
	}

/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #FFFFFF;
	width: 96%;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 6px 4px;
	display: inline;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit {
	float: right;
	background: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 8px 0px 0px 0px;
	padding: 4px 8px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit:hover {
	background: #99CC33;
	color: #FFFFFF;
	border: none;
	}
	
/************************************************
*	Footer Top									*
************************************************/

#footertop {
	display: block;
	background: #000000;
	width: 760px;
	margin: 10px auto 0px;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	}
#footerwidgets {
	display: block;
	line-height: 18px;
	background: #000000;
	width: 760px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
#footerwidgets h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.2px;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	border-bottom: none;
	}
#footerwidgets li {
	text-decoration: none;
	list-style-type: none;
	}
#footerwidgets li a, #footerwidgets li a:link, #footerwidgets li a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
#footerwidgets ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets ul li a {
	display: block;
	padding: 2px 6px 2px 6px;
	margin: 5px 0px 0px 0px;
	}
#footerwidgets ul li a:hover {
	color: #FFFFFF;
	}
#footerwidgets .textwidget {
	color: #CCCCCC;
	line-height: 18px;
	}
.footerwidgetleft {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgetmid {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgetright {
	width: 300px;
	float: right;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footerbottom {
	display: block;
	background: #000000;
	width: 760px;
	margin: 0px auto 0px;
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #151515;
	overflow: hidden;
	}
#footer {
	width: 760px;
	height: 60px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footer p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #999999;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.footerleft {
	float: left;
	display: block;
	margin: 12px 0px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 18px 0px 0px 0px;
	}
	
/************************************************
*	Comments									*
************************************************/

#submit {
	background: #000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	background: #FFFFFF !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 6px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#comment {
	background: #FFFFFF !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 6px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.comment #comment {
	background: #F5F5F5 !important;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #000000;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 140px;
	padding: 5px 0px 5px 0px;
	margin: 5px 5px 0px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 6px;
	}
#respond {
	padding: 10px 0px 10px 0px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	float: left;
	display: block;
	margin: 0px;
	padding: 6px 0px;
	cursor: pointer;
	}
#commentform #submit:hover {
	background: #99CC33;
	color: #FFFFFF;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 15px 15px 15px 15px;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.children .comment {
	margin: 15px 0px 5px 20px;
	padding: 15px 0px 5px 10px;
	border-top: 2px dotted #DDDDDD;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	display: inline-block;
	background: #000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.reply a:hover {
	background: #99CC33;
	color: #FFFFFF;
	text-decoration: none;
	}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}


/* Flickr Modified */
#flickr a img
{
border-style: none;
float:left;
margin:0 0px 4px 4px;
padding:3px;
width:75px;
height:75px;
}