/*



Theme Name: The Turning Leaf



Theme URI: http://theturningleaf.net/



Description: Turning Leaf template.



Version: 1.0



Author: Say This, Say That!



Author URI: http://saythissaythat.com/



*/















/* Begin Typography & Colors */



* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0 auto;
	text-align: center;
}
body {
	background: #949494 url(images/bg.gif) top center repeat-x;
	margin: 0 auto;
	text-align: center;
	color:#BBB;
	font:14px Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
}
a, a:visited {
	color: #c7f597;
	text-decoration: none;
}
a:hover {
	color: #9be252;
}
img {
	border: 0;
}
form, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, p, blockquote, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
h1 {
	color: #FFFFFF;
	margin-bottom: 0.5em;
	font:28px Helvetica, Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
	line-height: 100%;
}
h2 {
	color: #FFFFFF;
	margin-bottom: 0.5em;
	font:24px Helvetica, Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
	line-height: 100%;
}
h3 {
	color: #FFFFFF;
	font:21px Helvetica, Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
	line-height: 100%;
	margin-bottom: 0.5em;
}
h4 {
	color: #9be252;
	font:14px Helvetica, Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
	line-height: 100%;
	margin-bottom: 0.3em;
	font-weight: normal;
}
#page {
	width: 960px;
	margin: 0 auto;
 text align: center;
}
/* Section - Header



---------------------------------------------------------- */


.header {
	height: 144px;
	background-image: url(images/headerbg.gif);
}
.logo {
	float: left;
}
.maincontent {
	background: #000 url(images/maincontentbg.gif) top center no-repeat;
	min-height: 300px;
	padding: 20px 20px;
	height: 100%;
	text-align: left;
}
.globalnav {
	width: 600px;
	font:16px Arial, "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif bold;
	float: right;
	padding-top: 75px;
}
.globalnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.globalnav li {
	background: #000 url(images/nav_bg.gif) top center repeat-x;
	white-space: nowrap;
	float: left;
}

.globalnav li.page-item-7 {
	background: url(images/nav_cap.gif) top right no-repeat;
}
.globalnav li#nav-home {
	background: url(images/nav_home.gif) top left no-repeat;
}

.globalnav li.page-item-7 a, .globalnav li.page-item-7 a:visited {
	background: none;
}
.globalnav li a, .globalnav li a:visited {
	color: #BBBBBB;
	line-height: 38px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/nav_break.gif) top right no-repeat;
	padding-right: 18px;
}

.globalnav li.page-item-7 a:hover {	background: url(images/nav_cap_current.gif) top right no-repeat; 
}

.globalnav li#nav-home a:hover {	background: url(images/nav_cap_home.gif) top left no-repeat; 
}
.globalnav li.current_page_item {
	color: #c7f597;
	line-height: 38px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.globalnav li.current_page_item a, .globalnav li.current_page_item a:visited {
	color: #c7f597;
}
.globalnav li.current_page_item a:hover {
	color: #c7f597;
}
.globalnav li a:hover {
	background: #333;
	color: #c7f597;
	background: url(images/nav_hover.gif) top right repeat-x;
}
.globalnav li.selected a, .globalnav li.selected a:hover, .globalnav li.selected a:visited {
	color: #fff;
}
.footer {
	height: 34px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
.topleft {
	float: left;
	width: 574px;
	text-align: left;
	border: #333 solid 4px;
}
.topright {
	float: right;
	width: 296px;
	text-align: left;
	background: #000 url(images/toptextbg.gif) no-repeat;
	color: #FFFFFF;
	padding: 15px 15px;
	height: 300px;
}
.frontleft {
	float: left;
	width: 500px;
	text-align: left;
}
.frontright {
	float: right;
	width: 378px;
	text-align: left;
}
.aboutleft {
	float: left;
	width: 442px;
	text-align: left;
}
.aboutright {
	float: right;
	width: 450px;
	text-align: left;
}
.servicesleft {
	float: left;
	width: 584px;
	text-align: left;
}
.servicesright {
	float: right;
	width: 296px;
	text-align: left;
	padding: 10px 15px;
}
.contactleft {
	float: left;
	width: 430px;
	text-align: left;
}
.contactright {
	float: right;
	width: 466px;
	text-align: left;
	padding-top: 15px;
	color: #FFF;
}
.border {
	border: #333 solid 4px;
}
.maincontent dl {
	margin-left: 30px;
	margin-bottom: 15px;
}
.maincontent dl dt {
	background: url(images/bullet_dot.gif) 2px 3px no-repeat;
	color:#9be252;
	font-size:16px;
	margin:0 0 2px;
	padding:0 0 0 29px;
}
.maincontent dl dd {
	font-size:12px;
	line-height:1.65em;
	margin:0 0 19px;
	padding:0 0 0 29px;
}
.cleartop {
	clear: both;
	height: 30px;
}
.projectprev pre {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#9be252;
	font-size: 12px;
}
.projectprev span {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#FFF;
	font-size: 12px;
	text-transform: uppercase;
}
.projectprev {
	margin-bottom:1.2em;
	color: #FFF;
}
.projectprev ul {
	margin-top:0.1em;
}
.projectprev img {
	margin:0;
	border:4px solid #333;
}
.projectprev a:hover img {
	border:4px solid #FFF;
}
.projectprev a:hover {
	text-decoration:none;
	border:none;
}
.projectprev pre, .projectprev span {
	display:inline;
}
.bottom_break {
	background: url("images/bottom_break.gif") bottom center no-repeat;
	height: 13px;
	clear: both;
}
.testimonial {
	padding: 0 0 0 10px;
	border-left: #FFF 3px solid;
	margin: 0 30px 0 30px;
	font-style: italic;
}
.testimonial span {
}
/* Contact Form



---------------------------------------------------------- */







.contactform FIELDSET {
	border: 0;
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 1em;
	PADDING-BOTTOM: 1em;
	PADDING-TOP: 1em;
}
.contactform textarea {
	width: 100%;
}
.contactform FIELDSET LEGEND {
	FONT-WEIGHT: bold;
}
.contactform DIV {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0.25em;
	WIDTH: 100%;
	PADDING-TOP: 0.25em
}
.contactform DIV LABEL {
	DISPLAY: block;
	WIDTH: 10em
}
.contactform DIV.required {
	COLOR: #f00
}
.submit {
}
/********************



MENU



*********************/







.sidenav {
	padding: 5px;
}
/* menu li block */







.sidenav li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 16px;
}
/** fix stupid ie bug with display:block; **/



* html .sidenav li a {
	height: 1%;
}
* html .sidenav li hr {
	height: 1%;
}
/** end fix **/







.sidenav ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em .5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #333333;
	border-bottom: #FFF 1px solid;
}
/* first level links */



.sidenav a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
	color: #9be252; /* this will be link color for all levels */
	background: url(images/arrow.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #FFF 1px solid;
}
/* hover state for all links */



.sidenav a:hover {
	background-color: #666666;
	color: #9be252;
}
#portplayer {
	border: #333 solid 4px;
}
/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.SC {
	width: 610px;
	float: left;
	padding: 0px 15px 0px 15px;
}
.pagetitle {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: solid 1px #d0c1c1;
	padding: 15px 0px;
	margin-top: 0px;
	color:#FFF;
}
/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Post {
	padding: 15px 0px;
	position: relative;
	clear: left;
}
.PostHead {
	margin-left: 0px;
}
.PostHead h2 {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	color:#FFF;
}
.PostHead h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color:#000033;
}
/**/ * html .PostTime {
	left: -15px;
} /**/
.PostTime {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -15px;
	top: 3px;
	background: url(images/PostTimeBkg.gif) no-repeat;
	height: 71px;
	width: 67px;
	text-align: center;
	color:#fff;
}
.PostTime strong {
	display: block;
	line-height: 9px;
	font-family: 'Verdana';
}
.PostTime .day {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	padding-top: 20px;
	font-family: 'Arial';
}
.PostTime .month {
	font-size: 10px;
	text-transform: lowercase;
}
.PostTime .year {
	padding-top: 7px;
	font-weight: normal;
}
.PostHead small {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	display: block
}
.PostAuthor {
	color:#999;
}
.PostCat {
	color:#ccc;
}
.PostCat a {
	color:#c7f597;
	text-decoration: none;
}
.PostCat a:visited {
	color:#c7f597;
	text-decoration: none;
}
.PostCat a:hover {
	color:#c7f597;
	text-decoration: none;
}
.PostContent {
	padding: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 1.4em;
	color:#BBB;
}
.PostContent p {
	font-size: 14px;
	line-height: 1.5em;
	color:#FFF;
}
.PostContent p strong {
}
.PostContent img {
}
.PostContent ol {
	padding: 10px 0px 10px 25px;
	margin: 0px;
}
.PostContent ol li {
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	line-height: 15px;
	color:#63565f;
}
.PostContent ul {
	padding: 5px 0px;
	margin: 0px;
}
.PostContent ul li {
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background: url(images/PostContentLiIco.png) no-repeat left top;
	font-size: 12px;
	line-height: 15px;
	color:#63565f;
}
.PostContent blockquote {
	padding: 10px;
	margin: 0px;
	color:#993366;
	background: #eaf7ff;
}
.PostContent blockquote p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}
.PostContent blockquote li {
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
}
.PostContent blockquote a {
	color:#336699;
}
.PostContent blockquote a:visited {
	color:#336699;
}
.PostContent blockquote a:hover {
	color:#000033;
}
/**/ * html .PostContent p img {
} /* */
.PostContent p img {
	max-width: 420px;
}
.PostContent p img {
width:expression(this.width > 420 ? "420px" : this.width);
}
.PostContent img {
	margin: 0px 10px 10px 0px;
	float: left;
	border:solid 1px #495b6b;
}
.PostCom {
	padding-top: 10px;
	background: url(images/PostComBkg.gif) repeat-x top;
}
.PostCom ul {
	padding: 0px;
	margin: 0px;
}
.PostCom li {
	padding: 5px 0px 5px 20px;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
	display: inline;
	color:#FFF;
	font-size: 12px;
}
.PostCom li a {
	font-weight: bold;
	text-decoration: none;
	color:#c7f597;
}
.PostCom li a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#c7f597;
}
.PostCom li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#9be252;
}
.PostCom .Com {
	background: url(images/PostCom.png) no-repeat left center;
}
.PostCom .Tags {
	padding-left: 0px;
}
/* Note ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







.Note {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #999999;
}
.Note li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
}
.NoteRss {
	background: url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background: url(images/NoteTrackBack.png) no-repeat left top;
}
/* TrackbackList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/







.TrackList {
	background: #f4ebef url(images/TrackListBottom.gif) no-repeat bottom;
	padding: 15px;
	margin-top: 20px;
	position:relative;
}
.TrackListTop {
	background: #f4ebef url(images/TrackListTop.gif) no-repeat top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 455px;
	height:10px;
}
.TrackList h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color:#333366;
	letter-spacing: -1px;
	border-bottom: solid 1px #beb4c1;
}
.TrackList ul {
	padding: 0px;
	margin: 0px;
}
.TrackList li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
	background:url(images/TrackListIco.gif) no-repeat left top;
}
.TrackList li a {
	color:#cc3366;
}
/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Nav {
	font-size: 11px;
	padding: 10px 0px;
	color:#666;
	font-family: 'Verdana';
}
.Nav a {
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #666;
	font-size: 11px;
}
.Nav a:visited {
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #666;
}
.Nav a:hover {
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #666;
	text-decoration: none;
}
.Nav span {
	padding: 1px 6px 1px 4px;
	color:#666;
	border-right: solid 1px #666;
}
.Nav .on {
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #666;
	font-size: 11px;
	color:#003366;
}
/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Comments {
	margin: 20px 0px 0px 0px;
	position: relative;
}
.Comments h3 {
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px;
	color:#FFF;
	font-weight: bold;
	border-bottom: solid 2px #FFF;
}
/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.List ol {
	padding: 0px;
	margin: 0px;
}
.List li {
	position: relative;
	padding: 5px 0px;
	margin: 10px 0px;
	list-style-type: none;
	background: url(images/PostDotted.gif) repeat-x bottom;
}
/**/ * html .List .LGrav {
	right: 30px;
} /* */
.List .LGrav {
	position: absolute;
	right: 0px;
	top: 10px;
}
.List .LGrav img {
	border: solid 1px #ccc;
	padding: 2px;
	background: #fff;
}
.List .LUsr {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
	color:#999;
}
.List .LUsr a {
	color:#999;
	text-decoration: none;
}
.List .LUsr strong {
	font: bold 16px "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	color:#666;
}
.List .LUsr strong a {
	color:#9be252;
	text-decoration: none;
}
.List .LCon {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	border-top: solid 1px #ccc;
}
.List .LCon p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 16px;
}
.List .Author {
	background:fff;
}
/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Form .Email {
	background: url(images/FooterEmail.png) no-repeat left top;
}
.Form {
	padding: 0px 0px 10px 0px;
	position: relative;
	margin: 0px;
	font-family: 'Verdana';
}
.Form form {
	margin: 0px;
	padding: 0px;
}
.Form a {
	text-decoration: underline;
}
.Form p {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color:#666;
}
.Form p small strong {
	font-weight: bold;
	color:#FF3300;
}
.Form p small {
	font-size: 11px;
	display: block;
	padding: 6px 0px;
	color:#FFF;
}
.Form .TextField {
	color:#003366;
	background: #e9f8ff;
	border: solid 1px #d5e7f0;
	padding: 6px 6px 6px 30px;
	font-size: 12px;
	display: block;
}
.Form .TextArea {
	color:#003366;
	background: #e9f8ff;
	border: solid 1px #d5e7f0;
	padding: 6px;
	font-size: 12px;
}
.Form input.SubmitComment {
	width: 57px;
	height: 29px;
	background: url(images/SubmitComment.png) no-repeat;
	margin-top: 4px;
}
.Form input.SubmitComment:hover {
	background: url(images/SubmitComment.png) no-repeat 0 -29px;
	margin-top: 4px;
}
.Form input.SubmitCommentIE {
	width: 57px;
	height: 29px;
	background: url(images/SubmitComment.png) no-repeat 0 -29px;
	margin-top: 4px;
}
/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.SR {
	width: 250px;
	float: right;
	position: relative;
	padding-right: 15px;
}
/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







/**/ *html .Search {
	height: 74px;
} /**/
.Search {
	background: #9be252 url(images/Search.gif) no-repeat left top;
	right: 0px;
	padding: 45px 20px 20px 20px;
	min-height: 74px;
}
.Search form {
	background: url(images/SearchForm.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
}
.Search input {
	color: #330033;
	font-size: 12px;
}
.Search input.keyword {
	background: none;
	border: none;
	padding: 5px 0px 5px 8px;
	width: 240px;
}
.Search input.search {
	width: 27px;
	height: 24px;
	background: url(./images/SearchButton.gif) no-repeat;
}
.Search .bt {
	padding: 0px;
	margin: 43px 0px 0px 0px;
	top: 2px;
	background: none;
	position: absolute;
	right: 23px;
}
.Syn ul {
	margin: 0px;
	padding: 5px 0px;
}
.Syn li {
	background: url(images/SynIco.png) no-repeat left center;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 3px 15px;
	list-style-type: none;
	font-size: 14px;
	color:#ffcc66;
	display: inline;
	font-weight: bold;
}
.Syn li a {
	color:#fff;
}
.Syn li a:visited {
	color:#fff;
}
.Syn li a:hover {
	color:#fff;
}
/* About Blog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.About {
	background: #c7f597 url(images/AboutBkg.gif) no-repeat left bottom;
	padding: 0px 20px 10px 20px;
	color:#fff;
}
.About h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}
.About p {
	padding: 5px 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 16px;
}
/* About Articles/Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Recent {
	background: #ffe0bf url(images/RecentBkg.gif) repeat-x left top;
	padding: 10px;
	margin-bottom: 10px;
}
.TabMenu {
	float: left;
	margin: 0px;
	padding: 0px;
}
.TabMenu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
}
.TabMenu li a {
	padding: 0px 0px 0px 9px;
	margin-right: 7px;
	background: url(./images/mleft.gif) no-repeat left top;
	float: left;
}
.TabMenu li a span {
	padding: 4px 9px 9px 0px;
	display: block;
	background: url(./images/mright.gif) no-repeat right top;
	float: right;
}
.TabMenu li a span {
	float: none;
	color: #9be252;
}
.TabMenu li a:hover span {
	color: #9be252;
}
.TabMenu li a:hover {
	background-position: 0% -27px;
	color:#ffff99;
	text-decoration: none;
}
.TabMenu li a:hover span {
	background-position: 100% -27px;
	color:#ffff99;
}
.TabLink a:link.active {
	background-position: 0% -27px;
	color:#ffff99;
	text-decoration: none;
}
.TabLink a:link.active span {
	background-position: 0% -27px;
	color:#ffff99;
	text-decoration: none;
}
.TabLink a:visited.active {
	background-position: left bottom;
	color:#ffff99;
}
.TabLink a:visited.active span {
	background-position: right bottom;
	color:#ffff99;
}
.TabContent {
	clear: left;
	padding-top: 10px;
}
.TabContent ul {
	padding: 0px;
	margin: 0px;
}
.TabContent li {
	color:#000033;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	list-style-type: none;
	border-bottom: solid 1px #ecc9a5;
	font-size: 13px;
}
.TabContent li a {
	color:#336699;
	text-decoration: none;
}
.TabContent li a:visited {
	color:#336699;
	text-decoration: none;
}
.TabContent li a:hover {
	color:#000033;
	text-decoration: none;
}
/* Side Right Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.SRR {
	padding: 0px 0px 0px 0px;
}
.SRR h2 {
	color:#FFF;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 5px 0px;
	margin: 0px;
}
.SRR ul {
	margin: 0px;
	padding: 0px;
}
.SRR li {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
.SRR a {
	color:#9be252;
}
.SRR a:visited {
	color:#9be252;
}
.SRR a:hover {
	color:#c7f597;
	text-decoration: none;
}
/* Categories +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.SRR .widget {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
.SRR .widget ul {
	margin: 0px;
	padding: 0px;
}
.SRR .widget li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	font-size: 12px;
	color:#999;
}
.SRR .widget li a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
	color: #9be252; /* this will be link color for all levels */
	background: url(images/arrow.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #FFF 1px solid;
}
.SRR .widget li a:visited {
	color:#9be252;
}
.SRR .widget li a:hover {
	background-color: #666666;
	color:#9be252;
	text-decoration: none;
}
.SRR .widget_categories ul {
	margin: 0px;
	padding: 0px;
}
.SRR .widget_categories ul li {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	color:#999;
	font-weight: bold;
}
.SRR .widget_categories ul li a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
	color: #9be252; /* this will be link color for all levels */
	font-size: 15px;
	background: url(images/arrow.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #FFF 1px solid;
}
.SRR .widget_categories ul li a:visited {
	color:#9be252;
}
.SRR .widget_categories ul li a:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #666666;
}
.SRR .widget_categories ul ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	background: none;
	border-bottom: none;
}
.SRR .widget_categories ul li li {
	margin: 0px;
	padding: 1px 0px;
	list-style-type: none;
	background: none;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
}
.SRR .widget_tag_cloud {
	font-family: "Trebuchet MS";
	line-height: 22px;
}
.SRR .widget_calendar table {
	width: 100%;
}
.SRR .widget_calendar table td {
	text-align: center;
	padding: 3px;
}
.SRR .widget_calendar caption {
	background: #fff3e2;
	padding: 5px 0px;
}
.SRR .widget_calendar #today {
	background: #fff3e2;
}
.SRR .widget_search #s {
	border: 1px solid #CCC;
	padding: 5px 5px;
	margin-bottom: 5px;
	width: 170px;
	color: #666;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 5px;
}
.SRR .widget_flickrrss h2 {
	margin-bottom: 10px;
}
.SRR .widget_flickrrss ul {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.SRR .widget_flickrrss li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border-bottom: none;
}
.SRR .widget_flickrrss li a img {
	background: #fff;
	padding: 3px;
	border: solid 1px #cebea9;
	width: 58px;
	height: 58px;
}
.SRR .widget_flickrrss li a:visited img {
	background: #fff;
	padding: 3px;
	border: solid 1px #cebea9;
	width: 58px;
	height: 58px;
}
.SRR .widget_flickrrss li a:hover img {
	background: #FFF;
	padding: 3px;
	border: solid 1px #FFF;
}
/* Flickr RSS - PlugIn ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */







.Flickr {
	margin-bottom: 10px;
}
.Flickr h3 {
	background: url(images/FlickrH3.gif) no-repeat left center;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	color:#ff3366;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}
.Flickr ul {
	padding: 10px 0px;
	margin: 0px;
}
.Flickr li {
	background: none;
	padding: 0px;
	margin: 0px 6px 0px 0px;
	list-style-type: none;
	display: inline;
	border-bottom: none;
}
.Flickr li a img {
	background: #fff;
	padding: 1px;
	border: solid 4px #d4e7f2;
	width: 53px;
	height: 53px;
	margin-bottom: 5px;
}
.Flickr li a:hover img {
	background: #fff;
	padding: 1px;
	border: solid 4px #ff3366;
	margin-bottom: 5px;
}
.cal_left {
	width: 82px;
	float: left;
	padding: 10px;
}
.cal_right {
	float: right;
	width: 185px;
}
.topright h1 {
	margin-left: 10px;
}
.breadcrumb {
	margin-bottom: 15px;
}
.search-submit {
	border: 1px solid #CCC;
	background: #FFF;
	color: #666;
	padding: 2px 5px;
	display: block;
}
.search-submit:hover {
	background: #666;
	color: #FFF;
}
li.Tags {
	font-size: 11px;
}
