/*
	Name: Community Lottery
	Description: Global Style Sheet
	Version: 1.0
	Author: Rolled.at
	Author URI: http://www.rolled.at
	Coder: Enrique Ramirez
*/

/***** Global *****/
	/* Reset */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline
		}
		
		:focus {outline: 0}
		
		ol, ul {list-style: none}
		
		/* Tables need 'cellspacing="0"' on markup */
		table {
			border-collapse: separate;
			border-spacing: 0
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal
		}
		
		blockquote:before, blockquote:after, q:before, q:after {content: ""}
		blockquote, q {quotes: "" "" }

/* Body */
	body {
	    line-height: 1.6;
	    font-size: .8125em; /* 100% = 16px */
	    color: #3e3e3e;
	    background: #fff;
		font-family: Trebuchet,'Trebuchet MS',Arial,sans-serif;
		margin: 0;
		padding: 0;
		text-align: left
	}

/* Headers */
	h2 {font-size: 1.1em}
	h3 {font-size: 1.1em}
	h4 {font-size: 1.1em}
	h5 {font-size: 1.1em}
	h6 {font-size: 1.1em}
	
	h2, h3, h4, h5, h6 {margin-bottom: .5em; color: #821518; font-weight: bold}
	.title {color:#940F04; display:block; font-weight:normal; text-decoration:none;font-size: 140%; line-height:1.4}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {color: #00777c; text-decoration: underline}
	a:hover, a:active {text-decoration: none}
	
/* Paragraphs */
	p {
	    margin-bottom: 1.5em;
	    line-height: 1.6;
	    text-align: left
	}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}

/* Lists */
ul {
  margin: 1em 0 1.5em 0;
  line-height: 1.6
}

ul li {background: url('./themes/cm_global_images/icons/arrow-red.gif') no-repeat .2em .5em; padding-left: 30px}

ol {
  margin: 1em 0 1.5em 1.5em;
  line-height: 1.6;
  list-style: outside decimal
}

ul ol li {background: none; padding: 0}

/* Blockquotes */
blockquote {background: #fbf7ea; margin: 1em; padding: 1em; color: #333}
blockquote p {margin-bottom: .5em}

/* Tables */
table {width: 98%; margin: .5em auto 1.5em auto; border: 1px solid #eee}

thead th {background: #8F1f11; color: #fff; text-align: left; padding: .5em .4em; font-weight: bold}

tbody td {padding: .5em .4em}
tbody .alt td {background: #fbf7ea}

/* Forms */
input.text, textarea {
	font-family: inherit;
	font-size: .9em
}

/***** Layout *****/
.limit {width: 660px; margin: 0 auto; overflow: hidden}
html, body {height: 100%}
#wrap {min-height: 100%; height: auto !important; height: 100%}

/* Header */

	
/* Body */
#body {z-index: 1;}
#body .limit {width: 660px; padding: 22px 0 1em}

	/* content */
	#content {
		width: 410px;
		float: left
	}
	
	#content .box {
		background: #fbf7ea url('./themes/cm_global_images/content-box-bottom.gif') no-repeat bottom center;
		width: 350px;
		margin: 0 0 2em 0;
		padding: 0 24px 24px 24px
	}
	
	#content .box .top {
		background: #fbf7ea url('./themes/cm_global_images/content-box-top.gif') no-repeat top center;
		width: 396px;
		margin: 0 -24px;
		height: 24px;
		position: relative;
		right: 0;
		top: 0
	}
	
	/* Sidebar */
	#sidebar {
		width: 220px;
		float: right;
		margin: 0;
		padding: 39px 0 0;
		min-height: 500px;
		height: auto !important;
		height: 500px
	}
	
	#sidebar .ad {display: block; margin: 0 auto 2em auto}
	#sidebar a:link, #sidebar a:visited, #bar a:link, #bar a:visited {text-decoration: none; color: #000}
	#sidebar a:hover, #sidebar a:active, #bar a:hover, #bar a:active {text-decoration: underline}
	
		/* Boxes */
		#sidebar .box, #welcome .box, #bar .box {
			width: 180px;
			background: url('./themes/cm_global_images/sidebar-box-top.png') no-repeat top left;
			margin: 0 auto 2.5em auto;
			padding: 15px 20px 0 20px;
			position: relative;
			right: 0
		}
		
		#sidebar .box:after, #welcome .box:after, #bar .box:after {content: "."; display: block; clear: both; height: 0; visibility: hidden}
		
		#sidebar .box .end, #welcome .box .end, #bar .box .end {
			height: 13px;
			background: url('./themes/cm_global_images/sidebar-box-bottom.png') no-repeat bottom left;
			width: 220px;
			position: absolute;
			bottom: -13px;
			left: 0
		}
		
		/* Login Box */
		#sign-up label {width: 80px; float: left; clear: left; margin-bottom: .5em; line-height: 1.3}
		#sign-up .text {width: 145px; float: left; margin-bottom: .5em; font-size: .9em}
		#sign-up {line-height: 0}
		
		#sign-up a, #sign-up .button {float: right}
		#sign-up a {font-size: .8em; margin: .3em .5em 0 0; line-height: 1.6}
		#sign-up .button {
			border: 0;
			background: #840808;
			padding: 0 .5em;
			height: 20px;
			line-height: 20px;
			color: #fff
		}

/* Footer */
#footer {
	height: 3em;
	padding: 1em 0;
	background: #8a1515 url('./themes/cm_global_images/foot-bg.png') repeat-x bottom left;
	color: #fff;
	font-size: .8em;
	overflow: hidden
}
#footer .limit {padding: 0 39px; width: 660px; position: relative}

#footer ul {margin: .5em 0 0 0; padding: 0; list-style: none}
#footer li {float: left; margin: 0 .5em 0 0; padding: 0 .5em .1em 0; border-right: 1px solid #fff; height: 1.1em; line-height: 1.1em; background: none}
#footer li:last-child, #footer li.last {border: 0}

#footer a:link, #footer a:visited {color: #fff; text-decoration: none}
#footer a:hover, #footer a:active {text-decoration: underline}

#bottom-men {position: absolute; right: 39px; top: .5em}

/***** Sections *****/
/* Contact */
#contact-form {width: 397px}
#contact-form .text, #contact-form textarea {
	border: 1px solid #f5ecdf;
	width: 340px;
	padding: .3em;
	margin-bottom: .5em
}
#contact-form textarea {margin-bottom: 0}
#contact-form .button {float: right}

/* Latest Winner */
#latest-winner {font-size: .9em; height: 1%; overflow: hidden}
#latest-winner img {float: left; margin: 0 25px 15px 0; border: 1px solid #d1d7d3}

#previous-winners {overflow: hidden; width: 570px; margin: 0 0 2em 0; list-style: none}
#previous-winners li {float: left; width: 100px; height: 200px;margin: 0 33px 0px 0; padding: 0; background: none;overflow: hidden;}
#previous-winners img {border: 1px solid #881010; display: block}

#previous-winners a:link, #previous-winners a:visited {font-size:12px;color: #881010; text-decoration: none}
#previous-winners a:hover, #previous-winners a:active {text-decoration: underline}

#previous-winners span {display: block; color: #881010;font-size:12px;}

/* FAQ */
#faq {font-size: .9em; margin-bottom: 2em}
#faq dt {font-weight: bold; color: #821518; padding-bottom: .5em}
#faq dd {padding-bottom: 1em}

/* Offers */
#offers {position: relative; font-size: .85em; clear: both}
#offers ul {font-size: 1.1em; color: #821518; font-weight: bold}

#offers h2 {font-size: 1.3em}
#offers p {margin-bottom: 0}

#offers a img {position: absolute; top: 25px; right: 25px}

/* Blog Index */
#post-list {margin: 0 0 2em 0}
.post {padding: 0; background: none; padding-bottom: 2em}
.post h2 {border-bottom: 2px solid #881010; font-size: 1.2em}
.post h2 a:link, .post h2 a:visited {color: #881010; text-decoration: none}

.meta, #comments cite {
	display: block;
	width: 540px;
	background: url('./themes/cm_global_images/post-meta-bg.png') no-repeat bottom left;
	padding: 15px 5px 35px 5px;
	font-size: .8em
}
.meta a:link, .meta a:visited, #comments cite a:link, #comments cite a:visited {color: #821518}

/* Comments */
#comments ul {margin: 0 0 2em 0}
#comments li {padding: 0; background: none; margin-bottom: 2.5em}

#comments blockquote {background: none; padding: 0; margin: 0; font-size: .9em}
#comments cite {position: relative; padding-left: 70px}
#comments cite img {position: absolute; border: 1px solid #ddd; left: 5px; top: 0}

/* Comments Form */
#comment-form {width: 537px}
#comment-form .box {overflow: hidden; height: 1%}
#comment-form .text, #comment-form textarea {
	border: 1px solid #f5ecdf;
	width: 390px;
	padding: .3em;
	margin-bottom: .5em;
	float: left
}

#comment-form textarea {clear: both; width: 470px}

#comment-form label {width: 80px; display: block; float: left; clear: left; margin-top: .3em}
#comment-form .button {float: right}

/* Homepage */
#welcome #text {width: 500px; float: left}
#welcome #text p {margin-bottom: 2.5em}
#welcome .box {float: right; width: 265px}

#welcome .box fieldset {width: 235px}

/* Diagram */
#diagram {display: block; clear: both; padding: 10px 0}

/* Bar */
#bar {background: url('./themes/cm_global_images/paper.png') repeat-x; overflow: hidden; height: 210px; padding-top: 20px; overflow: hidden; width: 100%}
#bar #over {width: 900px}
#bar .box, #bar .ad {float: left; margin: 0 16px}

/* Quiz */
#quiz {
	width: 523px;
	float: left;
	padding: 0 30px 15px 30px;
	margin-bottom: 29px;
	background: #fdfaf1 url('./themes/cm_global_images/quiz-bot.gif') no-repeat bottom left;
	overflow: hidden
}

#quiz .top {
	position: relative;
	height: 20px;
	background: #fdfaf1 url('./themes/cm_global_images/quiz-top.gif') no-repeat top left;
	margin: 0 -30px
}

#quiz p {font-size: .9em}
#quiz img {margin-bottom: 1em}
#quiz .text {
	width: 345px;
	float: left
}

#quiz .graphs {
	width: 120px;
	height: 193px;
	float: right;
	background: url('./themes/cm_global_images/graph-bg.gif') no-repeat center center
}
#quiz .graphs .container {
	height: 170px;
	position: relative
}

#quiz .graphs #graph-Yes, #quiz .graphs #graph-No {
	position: absolute;
	width: 35px;
	background: #821518;
	color: #fff;
	bottom: 0;
	text-align: center;
	font-size: .8em
}

#quiz #graph-Yes {left: 18px}
#quiz #graph-No {left: 71px}
#quiz input { display: none; }

/* Barometer */
#barometer, #news {
	width: 220px;
	float: right;
	padding: 0 20px 15px 20px;
	margin-bottom: 29px;
	background: #fdfaf1 url('./themes/cm_global_images/barometer-bot.gif') no-repeat bottom left;
	overflow: hidden
}
#barometer .top, #news .top {
	position: relative;
	height: 20px;
	background: #fdfaf1 url('./themes/cm_global_images/barometer-top.gif') no-repeat top left;
	margin: 0 -30px
}

#barometer .text {width: 80px; float: left}
#barometer p {font-size: .8em}

#barometer .barometer {
	width: 100px;
	height: 160px;
	padding-bottom: 31px;
	float: right;
	text-align: right;
	font-size: .85em;
	line-height: 32px;
	background: url('./themes/cm_global_images/barometer-bg.gif') no-repeat bottom left;
	position: relative
}

#barometer .graph {
	width: 14px;
	position: absolute;
	height: 156px;
	left: 9px;
	bottom: 31px
}

#barometer .tip {
	width: 18px;
	height: 7px;
	position: absolute;
	background: url('./themes/cm_global_images/barometer-tip.gif') no-repeat top left;
	top: -2px;
	left: -2px;
	z-index: 9999
}

#barometer .percentage {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 0;
	background: #b4696a url('./themes/cm_global_images/barometer-red.png') no-repeat bottom;
	width: 14px
}

/* Home Welcome */
#home-welcome {overflow: hidden; height: 1%; margin-bottom: .5em;}
#home-welcome #text {float: left; width:550px;}
#text a:link, #text a:visited {color: #991602;}

#text .vote:link, #text .vote:visited {
	border: 1px solid #FAF6ED;
	background: #FDFDFD; 
	padding: 4px 17px; 
	display: block; 
	text-decoration: none;
	width: 350px;
}

#home-welcome #winner {float: right; width: 307px; padding-top: 30px;}

#home-welcome #winner .ad {display: block; margin-bottom: 15px; border: 1px solid #FAF6ED;}

.week-winner {border: 1px solid #FAF6ED;background: #FDFDFD; padding: 10px; overflow: hidden; height: 1%;}
.week-winner h3 {display: block; font-size: 1.1em; line-height: 1; margin-bottom: .8em;}
.week-winner .avatar {float: left; margin: 0 15px 0 0;}
.week-winner strong {font-weight: normal;}

/* Features box */
#features-box {
	padding: 0 0 6em 0;
}

#features-box .limit {width: 867px;overflow: visible;padding:0 39px 0 39px}
#features-box .limit:after {content: "."; display: block; clear: both; visibility: hidden; height: 0;}

	/* News List */
	#new-list {width: 560px;float: left;}
	#new-list a:link, #new-list a:visited {color: #991602; text-decoration: none;}
	#new-list a:hover, #new-list a:actuve {text-decoration: underline}
	
	#new-list li {overflow: hidden; height: 1%; margin-bottom: .5em; padding: 0; background: none}
	#new-list .thumb {border: 1px solid #F1E6CA; float: left; margin: 0 20px 0 0;}
	
	#new-list .info {float: right; width: 470px;}
	
	/* Community Everywhere */
	#cm-everywhere {
		float: right;
		width: 178px;
		background-color: #FEFBF2;
		border: 6px solid #861C1F;
		padding: 15px 15px 5px;
		font-size: .8em;
		margin: 0 0 15px;
		border-radius: 9px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
	}

	#cm-everywhere ul {margin: 0; padding: 0; overflow: hidden; height: 1%;list-style: none}
	#cm-everywhere li {padding: 0; background: none; width: 89px; float: left; margin: 0 0 10px;}

	#cm-everywhere a:link, #cm-everywhere a:visited {color: #000; text-decoration: none;}
	#cm-everywhere a:hover, #cm-everywhere a:active {color: #991602;}

	#cm-everywhere li img {width: 36px; height: 36px}
	
	/* Member Profiles */
	#member-profiles {height: 1%; overflow: hidden; border: 1px solid #F1E6CA; background: #FEFAEF; padding: 25px; margin-bottom: 1.5em; clear: both;}
	#member-profiles .profiles {float: left;}

		.profiles ul {margin: 0; padding: 0}
		.profiles li {padding: 0; background: none; float: left; margin: 0 37px 0 0; display: inline;}
		.profiles a:link img, .profiles a:visited img {border: 1px solid #F1E6CA;}

	#member-profiles .member-button {float: right;}

/* features */
#features {
	width: 583px;
	float: left;
	padding-top: 20px
}

#features-list {
	overflow: hidden;
	margin: 0 0 1em 0
}

#features-list li {
	background: none;
	padding: 0;
	overflow: hidden;
	margin-bottom: 1em;
	height: 1%
}

#features-list .thumb {
	border: 2px solid #e0e0e0;
	float: left;
	margin-right: 20px
}

#features-list .info {
	width: 480px;
	float: left
}

#features-list h3, #news-list h3 {line-height: 1.2; padding: 0; margin: 0 0 .8em 0; font-size: 1em; font-weight: bold}
#features-list h3 a:link, #features-list h3 a:visited, #news-list h3 a:link, #news-list h3 a:visited {color: #989284; text-decoration: none}
#features-list h3 a:hover, #features-list h3 a:active, #news-list h3 a:hover, #news-list h3 a:active {text-decoration: underline}

#features-list p {font-size: .9em}

/* Social */
.social {margin: 0; padding: 8px 0; list-style: none; background: #f9f3dd; overflow: hidden; height: 1%; float: left}
.social li {padding: 0; background: none; float: left; margin: 0 10px; line-height: 1}

/* News */
#news-list {margin: 0 0 2em 0; padding: 0}
#news-list li {margin: 0 0 1em 0; padding: 0; background: none}
#news-list p {font-size: .9em; margin-bottom: .5em}
#news-list h3 a:link, #news-list h3 a:visited {font-size: 1em}

#news a:link, #news a:visited {color: #830705; text-decoration: none; font-size: .9em}
#news a:hover, #news a:active {text-decoration: underline}

/* Quiz */
#causes-quiz {
	width: 480px;
	float: left;
	padding: 0 30px 15px 30px;
	margin-bottom: 29px;
	background: #fdfaf1 url('./themes/cm_global_images/quiz-bot.gif') no-repeat bottom left;
	overflow: hidden
}

#causes-quiz p {font-size: .8em}

#causes-quiz .top {
	position: relative;
	height: 20px;
	background: #fdfaf1 url('./themes/cm_global_images/quiz-top.gif') no-repeat top left;
	margin: 0 -30px
}

#causes-quiz .graphs {width: 100%; border-left: 2px solid #ACA081}

#causes-quiz .graphs .chart {
	height: 35px;
	line-height: 35px;
	text-align: right;
	background: #821518;
	color: #fff;
	margin-bottom: 10px;
	font-size: .8em
}

#causes-quiz .graphs strong {font-size: .8em; padding-left: .5em}
#causes-quiz .graphs .chart span {float: right; margin-right: 10px}
#quiz input { display: hidden; }

/* Vote Form */
#vote-form {overflow: hidden; width: 500px; margin-bottom: 30px; padding: 15px}
#vote-form label {float: left; margin-bottom: 10px; clear: left}
#vote-form .radio {float: right; margin-bottom: 10px; clear: right}

#vote-form .button {clear: both; background: #821518; color: #fff; border: 0; float: right; padding: 5px 15px; cursor: pointer; margin-top: 15px}

/* global */
#cluetip-close img {
	border: 0;
}

#cluetip-title {
	overflow: hidden;
}

#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}

#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(./themes/cm_global_images/wait.gif);
}

.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	height: 22px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#cluetip-extra {
	display: none;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
	color: #fff;
	width: 300px;
	z-index: 13000;
}

.cluetip-rounded #cluetip-outer {
	/*margin-top: -12px;*/
}

.cluetip-rounded #cluetip-title {
	font-weight:normal;
	font-size: 11px;
	margin: 0;
	padding:5px 10px 0 10px;
	background: url(./themes/cm_global_images/bubble.png) top;
}

.cluetip-rounded #cluetip-extra {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 12px;
	height: 30px;
	margin: -12px -12px 0 0;
}

.cluetip-rounded #cluetip-inner {
	font-size: 11px;
	height:5px;
	background: url(./themes/cm_global_images/bubble.png) bottom;
}

.cluetip-rounded div#cluetip-close {
	text-align: right;
	margin: 0 5px 5px;
	color: #009;
	background: transparent;
}

.cluetip-rounded div#cluetip-close a {
	color: #777;
}

/* rounded arrows */
.clue-right-rounded .cluetip-arrows {
	
}

.clue-left-rounded .cluetip-arrows {
	left: 100%;
	margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows {
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

.clue-bottom-rounded .cluetip-arrows {
	top: -23px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,.cluetip-rounded #cluetip-inner {
	zoom: 1;
}

#cluetip-inner, h3#cluetip-title {color: #fff}


.videoBoxWrapper { width: 307px; }
.videoBoxWrapper .videoBoxTop { background: url(./themes/cm_global_images/videoBox-top.gif) no-repeat top; height: 9px;  }
.videoBoxWrapper .videoPlayerContainer { height: 161px; background:  url(./themes/cm_global_images/temp-placeholder.jpg) no-repeat center #9a2c27; padding-left: 9px; }
.videoBoxWrapper .videoPlayerContainer p {margin: 0; width: 290px; height: 160px; overflow: hidden }
.videoBoxWrapper .videoPlayerContainer object { width: 290px; height: 160px; margin: 0 }
.videoBoxWrapper .videoBoxBottom { background: url(./themes/cm_global_images/videoBox-bottom.gif) no-repeat top; height: 9px; }

.button-join { display: block; background: url(./themes/cm_global_images/button-join-now.gif) no-repeat bottom; width: 307px; height: 58px; margin: 5px 0 10px 0; }

.hidden { display: none; }

/********************************
NEW STYLES HERE
********************************/
/* Use this with templates/template-twocol.html */

/*
body {
  background:$bgcolor;
  margin:0;
  color:$textcolor;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:$titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
*/

/* Header
-----------------------------------------------
 */

#blogger-wrapper {
	width: 660px;
  margin:0 auto;
  padding:10px;
  overflow:hidden;
}

#header-wrapper {
  width:660px;
  margin:20px auto 10px;
  border:1px solid #CCCCCC;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
  color:#940F04;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-family: Georgia,Times,serif;
  font-size:200%;
}

#header p {
	text-align: center;
}

#header a {
  color:#940F04;
  text-decoration:none;
  }

#header a:hover {
  color:#940F04;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: normal;
  font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
  font-size: 78%;
  color: #940F04;
 }

/* Menu */

	#menu {
		width: 660px;
		height: 39px;
		background: #871f22;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		text-align: center
	}
	#menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}

	#menu li {display: inline; height: 39px; line-height: 39px; padding: 0 .6em 10px .6em; position: relative; background: none}

	#menu a:link, #menu a:visited {color: #dec2c2; font-weight: bold; font-size: .9em; text-decoration: none; padding: 3px 10px}
	#menu a:hover, #menu a:active, #menu .current a:link, #menu .current a:visited, #menu li:hover a:link, #menu li:hover a:visited {
		color: #fff;
		background: #9d4849
	}

	#menu li:hover .sub a:link, #menu li:hover .sub a:visited {background: none}

/* Map
----------------------------------------------- */
#map_canvas {
width:410px;
height:300px;
}
	

/* Outer-Wrapper
----------------------------------------------- */
/*
#outer-wrapper {
  width: 660px;
  margin:0 auto;
  padding:10px;
  text-align:$startSide;
  font: $bodyfont;
  }

#main-wrapper {
  width: 410px;
  float: $startSide;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper {
  width: 220px;
  float: $endSide;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
*/


/* Headings
----------------------------------------------- */

/*
h2 {
  margin:1.5em 0 .75em;
  font:$headerfont;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:$sidebarcolor;
}
*/


/* Posts
-----------------------------------------------
 */
/*
h2.date-header {
  margin:1.5em 0 .5em;
  }

.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #CCCCCC;
  padding-bottom:1.5em;
  }
.post h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:$titlecolor;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  color:$titlecolor;
  font-weight:normal;
}

.post h3 strong, .post h3 a:hover {
  color:$textcolor;
}

.post-body {
  margin:0 0 .75em;
  line-height:1.6em;
}

.post-body blockquote {
  line-height:1.3em;  
}

.post-footer {
  margin: .75em 0;
  color:$sidebarcolor;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  line-height: 1.4em;
}

.comment-link {
  margin-$startSide:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #CCCCCC;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
*/


/* Comments
----------------------------------------------- */
/*
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: $sidebarcolor;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: $startSide;
 }
 
#blog-pager-older-link {
  float: $endSide;
 }

#blog-pager { 
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 2.5em;
}
*/

/* Sidebar Content
----------------------------------------------- */
/*
.sidebar { 
  color: $sidebartextcolor;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-$endSide:0;
  padding-bottom:.25em;
  padding-$startSide:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-bottom:1px dotted #CCCCCC;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}
*/

/* Profile 
----------------------------------------------- */
/*
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  color: $sidebarcolor;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: $postfooterfont;
  text-transform: uppercase;
  letter-spacing: .1em;
}
*/

/* Footer
----------------------------------------------- */
/* 
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center; 
} */



