﻿/*-------------------------------------Layouts---------------------------------*/
#pagewidth {
	background-position: left;
	width: 68em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#header {
	position: relative;
}
.headerHeight {
	height: 8em;
}
#headerMain {
	float: left;
}
#headerTitle {
}
#TopMenu {
	vertical-align: baseline;
	float: left;
}
#topMenuSpacer {
	float: left;
	width: 4.6em;
}
#twocols {
	width: 55em;
	float: right;
}
#leftcol {
	width: 12em;
	float: left;
	position: relative;
	height: auto;
}

#leftHeader {
	float: left;
	position: relative;
}
#leftBody {
	float: left;
	position: relative;
}
#leftFooter {
	float: left;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
}
#rightcol {
	padding: 0.25em;
	width: 14em;
	float: right;
	position: relative;
}
#maincol {
	margin: 0em;
	float: left;
	display: inline;
	position: relative;
	width: 40em;
}
#body {
}
#bodyHeader {
}
#bodyContent {
}
#bodyFooter {
}
#footer {
	height: 6em;
	clear: both;
}
/**** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php ****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	margin: 0 0 0 0;
}
/*Hides from IE-mac \*/
* HTML .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	height: 100%;
}
/*-------------------------------------Styles---------------------------------*/
HTML, BODY {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-left-style: none;
	margin-top: .625em;
	margin-bottom: .625em;
}
a {
	color: #1F5DA7;
	text-decoration: None;
}
a:hover {
	color: #133967;
	text-decoration: underline;
}
a:active {
	color: #133967;
	text-decoration: underline;
}
.sf_postTitle > a {
	color: #ccddcc;
	text-decoration: None;
}
.sf_postTitle > a:hover {
	color: #919D91;
	text-decoration: None;
}
.sf_postTitle > a:active {
	color: #919D91;
	text-decoration: None;
}

.categoryItem{
	margin-left: -1.25em;
	font-size: .75em;

}
#tripit-badge-inner-div div{
	border: 0px !important;
}
.sf_postCategory{
	font-size: small;
}
.sf_postTags{
	font-size: small;
}
UL#twitter_update_list {
	line-height: 1em;
	font-family: "Comic Sans MS";
	font-size: .65em;
}
UL#twitter_update_list a {
	font-family: "Trebuchet MS";
}
#twitter_update_list > li {
	margin-bottom: .5em;
	margin-left: -2.125em;
	list-style-type: disc;
	
}
#twitter-link {
	font-size: .6em;
	font-variant: small-caps;
	margin-right: 3em;
}
#chatButton{
	margin-left: 3.75em
}
#amazonContainer {
	margin-left: .375em;
	text-align: center;
	height: 323px;
}
#digsbyContainer {
	margin-left: .375em;
}
h1, h2, h3, h4, h5, h6{
	color: #3E566E;
}
h1 {
	font-size: 2.75em;
	font-family: Arial Black,sans-serif;
	color: #ccddcc;
	border-bottom: 1px solid #ccddcc;
}
h2.sf_postTitle {
	font-size: 2.75em;
	font-family: Arial,sans-serif;
	color: #ccddcc;
	border-bottom: 1px solid #ccddcc;
}
#leftcol h2, #rightcol h2 {
	font-size: .93em;
	color: #222F3B;
	border: 0;
}
#leftcol .sf_simpleList, #rightcol .sf_simpleList {
	font-size: .75em;
}
pre {
	margin-left: 1em;
	background-color: #FFFFEE;
	font-size: .75em;
	font-family: "Courier New", Courier, monospace;
}
.feed {
	background: url(/app_themes/wildwireswhite/images/rss.gif) top left no-repeat;
	padding-top: .3333em;
	padding-left: 1.75em;
	margin-top: 10em;
	margin-left: -.1em;
}
/*
Drop cap treatment is set without any vertical correction - 
Works OK in FF3, but cross-browser consistency will require further adjustment
Paragraphs set with no boundary, justified
*/
div.sf_postContent {
	padding: 1em;
}
dd + dt {
	margin-top: 1em;
}
div.sf_postContent {
	font-size: .95em;
	text-indent: 0em;
	line-height: 1.5em;
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.sf_postContent:first-letter {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: normal;
	float: left;
	margin: 0 0.107em 0 0;
}
div.sf_postContent:first-line {
	font-weight: 800;
	font-variant: small-caps;
	letter-spacing: .125em;
	color: #222F3B;
}
p.DROPCAP {
	font-size: .95em;
	text-indent: 0em;
	line-height: 1.5em;
	margin: .75em;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.sf_postContent > p {
	padding-bottom: .5em;
}
p.DROPCAP + p.DROPCAP {
	text-indent: 2.5em;
}
p.DROPCAP:first-letter {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: normal;
	float: left;
	margin: 0 0.107em 0 0;
}
p.DROPCAP:first-line {
	font-weight: 800;
	font-variant: small-caps;

}
p.DROPCAP + p.DROPCAP:first-letter {
	font-size: 1em;
	line-height: 1.25em;
	float: none;
	margin: 0;
}
p.DROPCAP + p.DROPCAP:first-line {
	font-weight: normal;
	font-variant: normal;

}
p.noDropCap {
	font-size: .95em;
	line-height: 1.5em;
	margin: 1em;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
p.noDropCap:first-letter {
	font-size: .95em;
	line-height: 1.5em;
	margin: 0em;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	float: none;
}
p.noDropCap:first-line {
	font-size: .95em;
	line-height: 1.5em;
	margin: 0em;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p.noDropCap + p.noDropCap {
	text-indent: 0;
}
div.sf_postContent > P {
	margin-bottom: 1em;
	margin-top: 0px;
}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
}
/*-------------------------------------PollBox---------------------------------*/
.PollBox {
	font-size: 1.0em;
	margin: 0;
	background: transparent;
	width: 200px;
	padding: 10px;
}
.PollBox fieldset {
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
}
.PollBox h4 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
.PollBox fieldset h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}
.PollBox fieldset span {
	display: block;
	margin: 0;
	font-size: 1.0em;
	color: #000;
	line-height: 1.6em;
}
.PollBox fieldset span label {
	display: inline;
	font-weight: normal;
}
.PollBox a {
	float: right;
	margin-top: -16px;
}
.PollBox span {
	color: #999;
	font-size: 0.9em;
}
.PollBox span.validator {
	color: red;
	display: block;
	margin-bottom: 10px;
}
/*-------------------------------------News---------------------------------*/
/*----------newslist-----------*/
.newslist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.newslist li {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ededed;
}
.newslist p.summary {
	margin: 0;
	font-size: 0.9em;
}
.newslist h4, .newslist h5 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
.newslist h5 {
	font-weight: normal;
}
.newslist span.date {
	font-style: italic;
	font-size: 0.8em;
}
.newslist a.more {
	font-size: 0.8em;
}
/*---------singlenews---------*/
.singlenews h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}
.singlenews h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
}
.singlenews span.date {
	font-style: italic;
	font-size: 0.8em;
	line-height: 3em;
}
.singlenews p.summary {
	font-weight: bold;
	font-size: 0.9em;
}
.singlenews div.newsbody {
	margin-top: 20px;
	font-size: 0.9em;
}
.related h3 {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 10px;
}
.related h4 {
	margin: 0 0 10px 0;
	font-size: 1.0em;
}
.related ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.related li {
	padding: 0 0 0 0;
	margin-left: 20px;
}
.related li.more {
	font-size: 0.8em;
	line-height: 2.5em;
	list-style-type: none;
}
/*-------------------------------------Blogs---------------------------------*/
/*blog posts*/
.post {
	margin: 2.4em 0;
}
.postTitle {
	color: #1F5DA7;
	font: normal 2.2em/1.2em georgia,arial,sans-serif;
}
.postTitle a {
	text-decoration: none;
}
.sf_postDate {
	margin-bottom: 1.2em !important;
	font-size: 0.8em;
	color: #888 !important;
}
.postContent {
	font-size: 13px;
}
.postContent p {
	margin-bottom: 1.2em;
}
.postGet, .entryFoot {
	color: #fff;
}
.postGet {
	margin-top: 1em;
}
.diggit {
	padding-left: 20px;
	background: url(img/blogDiggit.gif) 0 0 no-repeat;
}
.delicious, .delicous {
	margin-left: 10px;
	padding-left: 18px;
	background: url(img/blogDelicious.gif) 0 0 no-repeat;
}
p.more {
	font-size: 0.85em;
}
.postFoot a {
	clear: left;
	font-size: 0.85em;
}
.postFoot a.postComments {
}
.postFoot span {
	margin-left: 10px;
	color: #000;
}
.postComments {
	margin-top: 40px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.postComments h3 {
	color: #1F5DA7;
	margin-top: 1.5em;
	background: url(img/blogComments.gif) 0 0.2em no-repeat;
	font: normal 1.6em/1.2em georgia,arial,sans-serif;
}
.postComments h3 a {
	color: #333;
}
.commentsView {
	background: #F8FAFC;
	padding: 20px 30px 30px;
}
.postComments .commentAuthor {
	margin-top: 1.6em;
	color: #1F5DA7;
	font-size: 1.0em;
}
.postComments .commentAuthor a {
	text-transform: none;
	text-decoration: underline;
}
.postComments .commentAuthor a:hover {
	text-transform: none;
	text-decoration: none;
}
.postComments .commentDate {
	font-size: 0.8em;
	font-weight: bold;
}
.postComments p {
	margin-top: 0;
}
p.commentMessage {
	background: #690;
	color: #fff;
	padding: 3px 10px;
	margin: 20px 0;
}
/*comments form*/
.postComments ol {
	list-style: none;
}
.postComments fieldset {
	display: block;
	margin-top: 1em;
	margin-bottom: 2.3em;
	padding: 1.8em 1em 1em;
	border: 0;
	background: #E2EBF3;
}
.postComments fieldset li {
	clear: both;
	margin-bottom: 1em;
}
.postComments fieldset li:after {
	content: ".";
	display: block;
	clear: both;
	height: 3px;
	visibility: hidden;
}
.postComments fieldset label, .postComments fieldset span {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.8em;
	font-size: 0.85em;
}
.postComments fieldset input {
	float: left;
	width: 200px;
	padding: 2px;
}
.postComments fieldset textarea {
	float: left;
	width: 380px;
	height: 150px;
	font-family: Arial;
	font-size: 12px;
}
.postComments fieldset input.commentsButton {
	display: block;
	width: auto;
	margin: 0.4em 0 0 80px;
	height: auto;
	font-weight: bold;
	padding: 3px 5px;
}
.postComments fieldset span.commentsValidator {
	margin-left: 70px;
	color: red;
	font-weight: bold;
	width: 320px;
	text-align: left;
}
.postsNavigation {
	font-size: 12px;
}
.prevPost {
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 5px;
	background: url(Images/prev.gif) center left no-repeat;
	padding-left: 13px;
}
.allPosts {
	font-weight: bold;
}
.nextPost {
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-left: 5px;
	background: url(Images/next.gif) center right no-repeat;
	padding-right: 13px;
}
.postsNavigation {
	margin-top: 10px;
}
/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, .sf_target_list, #SideBar ul {
	list-style: none;
	margin-bottom: 2em;
	font-size: .75em;
}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li {
	margin-top: 10px;
}
#Main li {
	margin-left: 15px;
}
.sf_list_expanded h5, .sf_item_head, ul h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.5em;
}
.sf_target_list {
	margin-left: 0;
}
.sf_target_list dt {
	font-weight: bold;
	margin-top: 1.0em;
}
#Main ul {
	margin-left: 15px;
	list-style-type: disc;
	font-size: 13px;
}
#Main ol {
	margin-left: 15px;
	font-size: 13px;
}
#Main h1, #Main .list_header {
	margin-top: 20px;
}
/* Categories, Tags, Archive */
ul.tagCloud {
	margin: 0;
	padding: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 .625em 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 2.25em;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: .5em;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: .75em;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 1em;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 1.3125em;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 1.8125em;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 2.25em;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0;
	padding: 0;
}
dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}
#Main ul.sf_singleImageData {
	margin-left: 0;
	line-height: 1.3;
}
#Main ul.sf_singleImageData li {
	margin-top: 0;
}
