/*
Theme Name: AfternoonCrash
Theme URI: http://afternooncrash.com
Description: Custom Theme for AfternoonCrash.com
Version: .1
Author: Sean D. Feeney
Author URI: http://seandfeeney.com/
Tags: Green, two columns

*/

/* CSS RESET | v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

#ad {
	width: 250px;
	height: 500px;
	background:url("images/wood.jpg") repeat-y scroll 0 0 #DAD0B1;
	display:block;
	margin: 0 -261px -127px;
	padding: 4em 1em 1em 0;
	position: absolute;
	color:#555;
	text-align:center;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px !important;
	-moz-box-shadow:-2px -2px 2em #8F8462 inset;
	-webkit-box-shadow:-2px -2px 2em #8F8462 inset;
	box-shadow:-2px -2px 2em #8F8462 inset;
}
.attachment {
margin: 0 10px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*text-shadow: 0 1px 0 #EEEEEE;*/
	background: #99CC99;
	color: #333;
	text-align: center;
	margin: 0 0 0 265px;
	padding: 0;
}

#beans {
	background:url("images/beans.png") no-repeat scroll 0 0 transparent;
	padding: 26px 0 0 44px;
	height:90px;
	width:175px;
}

#bgcontent {
	background:url("images/wood.jpg") repeat-y scroll 0 0 #DAD0B1;
	display:block;
	padding: 10px 10px 10px 0px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px !important;
	-moz-box-shadow:-2px -2px 2em #8F8462 inset;
	-webkit-box-shadow:-2px -2px 2em #8F8462 inset;
	box-shadow:-2px -2px 2em #8F8462 inset;
}

/* buttons */
#buttons { 
	display: inline;
	list-style: none;
}
#buttons iframe {
	vertical-align: middle;
}
#fb {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
#twit {
	display: inline;
	list-style: none;
}
#digg {
	display: inline;
	list-style: none;
}
#reddit {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
#stumble {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
#buzz {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 10px;
}
/* buttons */

/* buttons */
.buttons { 
	display: inline;
	list-style: none;
}
.buttons iframe {
	vertical-align: middle;
}
.fb {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
.twit {
	display: inline;
	list-style: none;
}
.digg {
	display: inline;
	list-style: none;
}
.reddit {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
.stumble {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
}
.buzz {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 10px;
}
/* class buttons */

	
#content {
	font-size: 1.2em
	border: 1px solid #959596;
	background-color: #DAD0B1;
}
	
#energy {
	background:url("images/energy_01.png") no-repeat scroll 0 0 transparent;
	padding: 26px 0 0 30px;
	height:90px;
	width:195px;
}	

.entry embed {
	-webkit-box-shadow: #444 5px 7px 12px;
	-moz-box-shadow:#444 5px 7px 12px;
	box-shadow:#444 5px 7px 12px;
	margin-bottom:1em;
}
.entry p iframe {
	-webkit-box-shadow: #444 5px 7px 12px;
	-moz-box-shadow:#444 5px 7px 12px;
	box-shadow:#444 5px 7px 12px;
	margin-bottom:1em;
}

.entry p iframe:hover {
	-moz-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	-webkit-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	transition: all 1s ease;
}

.entry p iframe:focus {
	-moz-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	-webkit-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	transition: all 1s ease;
}

.entry embed:hover {
	-moz-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	-webkit-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	transition: all 1s ease;
}

.entry embed:focus {
	-moz-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	-webkit-box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	box-shadow: green 0px 0px 5em, green 0px 0px 3em;
	transition: all 1s ease;
}

.screenshot {
	display: none;
}

#fill {
	background-image: url("images/soda_02.png");
	margin-left:-2px;
	margin-top:25px;
}
	
#footer {
	background: no-repeat top #DAD0B1;
	border:1px solid #8F8462;
	padding: 0;
	margin: 0 auto 10px 24px;
	height: 100px;
	width: 950px;
	clear: both;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 7em #8F8462 inset;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 0 7em #8F8462 inset;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow:0 0 7em #8F8462 inset;
}

#footer p {
	margin: 0;
	padding: 1.3em 0 0.5em;
	text-align: center;
}


#header {
	background:url("images/head.jpg") no-repeat scroll 0 0 transparent;
	height:330px;
	margin:-30px 0 0 -160px;
	padding:0;
	width:1300px;
	text-indent: -9999px;
}


#headerimg 	{
	display:block;
	height:330px;
	margin:7px 160px 0;
	width:1000px;
}

.tooltip
{
  position: relative;
  cursor: help;
  display: inline-block;
  color: #222;
  outline: none;
}

.tooltip span {
	font: 0.6em 'Lucida Grande', Verdana, Arial, Sans-Serif !important;	
	color: black;
	text-decoration: none !important;
	visibility: hidden;
	position: absolute; 
	bottom: 105px;
	left: 50%;
	z-index: 999;
	width: 240px;
	margin-left: -147px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: 0;
	background-color: #ddd;                     
	background-image: -webkit-linear-gradient(rgba(153, 204, 153, 0.9), rgba(153, 204, 153, 0.9));
	background-image: -moz-linear-gradient(rgba(153, 204, 153, 0.9), rgba(153, 204, 153, 0.9));
	background-image: -ms-linear-gradient(rgba(153, 204, 153, 0.9), rgba(153, 204, 153, 0.9));
	background-image: -o-linear-gradient(rgba(153, 204, 153, 0.9), rgba(153, 204, 153, 0.9));
	background-image: linear-gradient(rgba(153, 204, 153, 0.9), rgba(153, 204, 153, 0.9));  
	-moz-border-radius: 4px;
	border-radius: 4px;  
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
	text-shadow: 0 1px 0 rgba(255,255,255,.4); 
	-webkit-transform: translate(35px) rotate(25deg) scale(1);
	-moz-transform: translate(35px) rotate(25deg) scale(1);
	-o-transform: translate(35px) rotate(25deg) scale(1);
	-ms-transform: translate(35px) rotate(25deg) scale(1);
	transform: translate(35px) rotate(25deg) scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span {
	visibility: visible;
	opacity: .94;
  	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
	text-decoration: none !important;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}

ul .tooltip.social {
	margin: 0 0 0 -.8em;
}

.tooltip.social {
	padding: 0 1.4em .5em 0;
}

.social span {
	border: 2px solid #CCC;
	font-size: 1.5em !important;
	bottom: 58px;
	margin-left: -111px;
	text-align: center;
	width: 185px;
}

#round {
	border-radius: 5px;
}

input {
	width: 250px;
}

#innerad {
	border: 1px solid #BFB083;
	margin-left:15px;
	margin-right:10px;
	padding:10px;
}

#menu {
	border:1px solid #8F8462;
	height:100px;
	margin:10px 0 0 25px;
	padding:5px 0 0 30px;
	width:920px;
	border-radius:10px 10px 0 0;
	box-shadow:0 0 7em #8F8462 inset;
	-moz-border-radius:10px 10px 0 0;
	-moz-box-shadow:0 0 7em #8F8462 inset;
	-webkit-border-radius:10px 10px 0 0;
	-webkit-box-shadow:0 0 7em #8F8462 inset;
}

#menu a {
	color: #DAD0B1;
}

#menu a:hover {
	color: #DAD0B1;
	text-decoration:underline;
}

#menu li {
	color:#DAD0B1;
	display:inline-block;
	font-size:3em;
	font-variant:small-caps;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:1px 1px #BFB083, 4px 2px #333333;
	vertical-align:text-top;
}

.narrowcolumn {
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	border:1px solid #BFB083;
	float:left;
	margin:0 0 10px 25px;
	padding: 0 0 20px 15px;
	width: 703px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        margin-right: 25px;
	font-family: Georgia;
	font-size: 1.3em;
}

#postad {
	margin: 0 0 0 7em;
}

.navigation {
	margin-right:25px;
        font-size:1.5em;
        font-weight:bolder;
}

.navigation .alignleft, .alignright {
        width:300px;
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
}

@media only screen and (max-device-width: 320px) {
	body {min-device-width: 335px; max-device-width: 335px; overflow: hidden; clear: both; margin: -30px 0 0 0;}
	#ad { display: none; }
	#header { background: url("/wp-content/themes/AfternoonCrash/images/media-query-head.jpg") no-repeat scroll 0 0 transparent; margin: -20px 0 0 10px; overflow: hidden; width: 984px; }
	#page {min-device-width: 325px; max-device-width: 325px; overflow: hidden; clear: both;}
	.greet_text { font-size: 1em !important; }
}

@media only screen and (max-device-width: 480px) {
	body {min-device-width: 495px; max-device-width: 495px; overflow: hidden; clear: both; margin: -30px 0 0 0;}
	#ad { display: none; }
	#header { background: url("/wp-content/themes/AfternoonCrash/images/media-query-head.jpg") no-repeat scroll 0 0 transparent; margin: -20px 0 0 10px; overflow: hidden; width: 984px; }
	#page {min-device-width: 485px; max-device-width: 485px; overflow: hidden; clear: both;}
	.greet_text { font-size: 1em !important; }
}

@media only screen and (max-device-width: 720px) {
	body {min-device-width: 735px; max-device-width: 735px; overflow: hidden; clear: both; margin: -30px 0 0 0;}
	#ad { display: none; }
	#header { background: url("/wp-content/themes/AfternoonCrash/images/media-query-head.jpg") no-repeat scroll 0 0 transparent; margin: -20px 0 0 10px; overflow: hidden; width: 984px; }
	#page {min-device-width: 725px; max-device-width: 725px; overflow: hidden; clear: both;}
	.greet_text { font-size: 1em !important; }
}

@media only screen and (max-device-width: 768px) {
	body {min-device-width: 783px; max-device-width: 783px; overflow: hidden; clear: both; margin: -30px 0 0 0;}
	#ad { display: none; }
	#header { background: url("/wp-content/themes/AfternoonCrash/images/media-query-head.jpg") no-repeat scroll 0 0 transparent; margin: -20px 0 0 10px; overflow: hidden; width: 984px; }
	#page {min-device-width: 773px; max-device-width: 773px; overflow: hidden; clear: both;}
	.greet_text { font-size: 1em !important; }
}


#content p {
	margin:1em;
}

.post {
	margin: 0 10px 40px;
	text-align: justify;
	}

.post hr {
	/*-moz-box-shadow: 0 2px 10px #7F4807;*/
	/* -webkit-box-shadow: 0 2px 10px #7F4807; */
	background-color: #7F4807;
	color: #7F4807;
	display: block;
	height: 2px;
	margin: 2em 0;
	width: 100%;
}

.sharing {
	margin-left: 12px !important;
}

#relatedposts {
    border-left: 1px solid #BFB083;
    border-right: 1px solid #BFB083;
    border-top: 1px solid #BFB083;
    margin: 1em 0 -1em 1em;
    padding: 0 1em 0 0;
    width: 622px;
}


#relatedposts li {
	margin: 0 1em 0 1em;
}

.rss-subscribe {
	display:inline-block;
	font-size:1.8em;
	padding: .8em;
	margin:0 0 0.5em -10px;
	-moz-box-shadow: 0 0 2em #8F8462 inset;
	-moz-border-radius: 0 5px 5px 0;	
	-webkit-box-shadow: 0 0 2em #8F8462 inset;
	-webkit-border-radius: 0 5px 5px 0;	
	box-shadow: 0 0 2em #8F8462 inset;
	border-radius: 0 5px 5px 0;	
	box-shadow: 0 0 2em #8F8462 inset;	
	border-radius: 0 5px 5px 5px;	
	border:1px solid #8F8462;
	max-width:9.5em;
	min-width:9.5em;
}
.rss-subscribe img {
	vertical-align:middle;
}
.rss-subscribe iframe {
	max-width:9.5em;
	min-height: 3em;
}
.rss-subscribe input {
	width: 165px;
}

#search {
	background:url("images/energy_02.png") no-repeat scroll 0 0 transparent;
	font-size: 1.8em !important;
	height: 90px;
	margin: 0 0 0 -0.5%;
	padding: 31px 0 0 30px;
	width: 193px;
}

#sidebar {
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	background-color:#DAD0B1;
	border:1px solid #BFB083;
	margin:0 750px 15px;
	padding: 1em 0 10px 25px;
	width:200px;
}

#single-ad {
	margin: -20px 0 50px 30px;
}

#search>form{
	margin-left:0px;
	margin-top:0px;
}

#sidebar form {
	margin: 0;
}


#search input {
	background-color:#DAD0B1;
	border: none;
	width: 73%;
	height: 15%;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 2.5em;
}

#tags {
    border-bottom: 1px solid #BFB083;
    border-left: 1px solid #BFB083;
    border-right: 1px solid #BFB083;
    padding: 0 1em 1em;
    margin-top: -1em !important;
    width: 609px;
}

#tea {
	background:url("images/tea.png") no-repeat scroll 0 0 transparent;
	padding:26px 0 0 63px;
	height:90px;
	width:149px;
}

#twitter-1{
	margin:	0 0 0 -10px;
	list-style: none outside none;
}

.twitter-item {
	-moz-box-shadow: 0 0 2em #8F8462 inset;
	-moz-border-radius: 0 5px 5px 5px;	
	-webkit-box-shadow: 0 0 2em #8F8462 inset;
	-webkit-border-radius: 0 5px 5px 5px;	
	box-shadow: 0 0 2em #8F8462 inset;
	border-radius: 0 5px 5px 5px;	
    box-shadow: 0 0 2em #8F8462 inset;	
	border-radius: 0 5px 5px 5px;	
	border:1px solid #8F8462;
	padding:10px !important;
	margin:	5px 0;
	width:180px
}

.twitter_title_link {
	font-size:1.5em;
}

#disqus_thread {
	margin: 2em;
}

#top-posts-2 {
	margin: 2em 0 0 -1em;
}
#top-posts-2 h2.widgettitle {
	font-size: 2em !important;
}
#top-posts-2 ul li {
	/*-moz-box-shadow: 0 0 2em #8F8462 inset;*/
	-moz-border-radius: 0 5px 5px 5px;	
	/*-webkit-box-shadow: 0 0 2em #8F8462 inset;*/
	-webkit-border-radius: 0 5px 5px 5px;	
	/*box-shadow: 0 0 2em #8F8462 inset;*/
	border-radius: 0 5px 5px 5px;	
 	/*box-shadow: 0 0 2em #8F8462 inset;*/
	border-radius: 0 5px 5px 5px;	
	Border: 1px solid rgba(143, 132, 98, 0.2);
	padding:10px !important;
	margin:	5px 0;
	width:180px	
}

.bump-view {
	font-weight: bold;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}




h1, h2, h3 {
	font-family: helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}
	
h1 a:hover {
	text-decoration:underline;
	color: black;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	transition: all 500ms;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.pagenav {
	margin: 50px 0 0 0;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left: 3px solid #BFB083;
	background-color: #CFC39B;
	margin: 15px 15px 10px 20px;
	padding: 2px 15px 2px 20px;
	-moz-box-shadow: 3px 3px 7px;
	-webkit-box-shadow: #444 3px 3px 7px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	width: 103% !important;
}

div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	width: 10.625% !important;
}

div.sharedaddy .sd-content {
	width: 89% !important;
}

div.sharedaddy .sharing-hidden .inner {
	margin: -18px 0 0 -265px !important;
}

#contact-form-21 {
	background-color: beige;
	padding: 1em 3em;
	box-shadow: inset 1px 1px 6px #555;
	border-radius: .75em;
}

.contact-form label span {
	color: red !important;
	margin-left: 4px;
	font-weight: bold !important;
}