	/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
body {
	font-family: 'Lato', Calibri, Helvetica, sans-serif;
	background-color: #e8e8e8;
	margin: 0px;
	background-image: url(../../uploads/2011/04/backgroundimage.jpg);
	background-repeat: repeat-x;
}
body h1   {
	margin: 0px;
	font-weight: 200;
	font-size: 36px;
}
#pd_top_rated_holder {
	font-family: 'Lato', Calibri, Helvetica, sans-serif;
	margin-top: -56px;
	overflow: hidden;
	font-weight: 300;
}
body p {
	font-weight: 300;
	font-size: 16px;
}

#page {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#secondary {
	width: 250px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFF;
	float: left;
	margin-left: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 15px;
	padding-top: 4px;
}

#primary {
	width: 640px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	background-color: #FFF;
	margin: 0px;
	padding-top: 15px;
}
#main .widget-area {
	overflow: hidden;
	width: 250;
}
#colophon {
	width: 680px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}
#site-generator a{
	font-size: 12px;
	font-weight: strong;
	color: #000;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 1px;
}
#site-generator {
	font-size: 14px;
	font-weight: strong;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
#site-generator a:hover {
	font-size: 12px;
	font-weight: strong;
	color: #39C;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 1px;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

#site-title {
	font-weight: 100;
	margin: 0;
	height: 177px;
}
#site-description {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	overflow: visible;
	display: block;
	height: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
	font-family: 'Lato', Calibri, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 300;
}
aside ul  {
	font-size: 16px;
	clear: both;
	width: 250px;
	margin-top: 15px;
	display: block;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	clear: left;
}
#access a {
	display: block;
	line-height: 2em;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #FFF;
	background-color: #CCC;
	margin-bottom: 2px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #FFF;
	clear: left;
	width: 210px;
	font-size: 16px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #39C;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.entry-meta a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;
}
.entry-meta a:hover {
	text-decoration: none;
	color: #39C;
}
#content {
	
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 255px;
}
#content nav .nav-next {
	float: right;
	//text-align: right;
	width: 255px;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-title {
	padding-bottom: 5px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
footer.entry-meta {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
#content .ratingblock {
	float: left;
	margin-right: 15px;
}
#content .ratingtext {
	font-size: 10px;
	text-transform: uppercase;
}
footer.entry-meta a:hover {
	border-bottom-color: #39C;
}
.entry-content a {
	color: #000;
	text-decoration: none;
}
.entry-content a:hover {
	color: #39C;
	text-decoration: none;
}
.entry-header a , .vcard a{
	color: #000;
	text-decoration: none;
}
.entry-header a:hover , .vcard a:hover{
	color: #39C;
	text-decoration: none;
}
.ratingblock {
	clear: left;
}
.ratingtext .gdthumbtext{
	letter-spacing: 1px;
	font-size: 11px;
}
.ratingtext {
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 4px;
}
.nav-previous a {
	background:url(http://www.loopdeloop.org/wp-content/uploads/2012/03/next_button_spirte1.gif);
} 
.nav-next a {
	text-indent: -99999px;	
	background:url(http://www.loopdeloop.org/wp-content/uploads/2012/03/next_button_spirte1.gif);
	background-position:0px -126px;
}
.nav-previous a:hover {
	background-position:0px -63px;
}

.nav-next a:hover {
	background-position:0px -189px;
}
.addtoany_share_save_container a{
	font-family: 'Lato', Calibri, Helvetica, sans-serif;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #C4C4C4;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	float: left;
	margin-bottom: 8px;
}
.addtoany_share_save_container a:hover {
	border: 1px solid #CCC;
	color: #39C;
	background-color: #FFF;
}
.rw-left {
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 4px;
}
#secondary h1    {
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
	letter-spacing: 1px;
}
#secondary li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	color: #000;
}
#secondary li a , #secondary aside a{
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	color: #000;
	text-decoration: none;
}
#secondary ul, #secondary ol {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 3px;
	padding-top: 0px;
}
#secondary li a:hover , #secondary aside a:hover{
	color: #39C;
}
#secondary object {
	margin-top: 5px;
}
p#winner {
	text-align: right;
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 13px;
}
p#winnerlink {
	text-align: right;
	margin-top: 1px;
	margin-bottom: 0px;
}
.textwidget {
	margin: 0px;
	padding: 0px;
}
#secondary #loopbar {
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 17px;
	float: left;
}
#secondary #maplink {
	text-align: right;
	color: #000;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 3px;
	float: right;
	clear: right;
}
#secondary #maplink3 {
	text-align: right;
	color: #000;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 3px;
	float: right;
	clear: right;
}
#secondary #maplink:hover {
	color: #39C;
}
#secondary #maplink3:hover {
	color: #39C;
}
#secondary a {
	font-weight: 400;
}
#secondary aside {
	margin-top: 20px;
	display: block;
	overflow: hidden;
}
#secondary .widget_text {
	margin-top: 10px;
	display: block;
	overflow: hidden;
}
#secondary .tagcloud {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 7px;
}
#secondary #rw_top_rated_posts p{
	visibility: hidden;
	line-height: 0px;
	margin: 0px;
}
#secondary .widget_nav_menu li a {
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	display: block;
	width: 215px;
	background-color: #C4C4C4;
	border: 1px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondary .widget_nav_menu li a:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #39C;
}

#secondary .widget_nav_menu   {
	margin-top: 12px;
	margin-bottom: -37px;
	padding-bottom: 0px;
}

#secondary #homelink a{
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	display: block;
	background-color: #C4C4C4;
	border: 1px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	margin-bottom: 0px;
	float: right;
	margin-right: 12px;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.comment-content p{
	font-size: 16px;
}
#secondary #homelink a:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #39C;
}
#comments h2 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
.commentlist li {
	font-size: 20px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
}
#comments    .commentlist     li{
	margin-left: 20px;
	display: block;
	float: left;
	margin-top: 0px;
}
#comments .commentlist {
	margin-left: -60px;
	display: block;
	float: left;
	margin-top: 0px;
}
#comments .children {
	margin-left: -50px;
	display: block;
	float: left;
}
.commentlist .comment   {
	margin-top: 0px;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
}
.commentlist li img {
	height: 18px;
	width: 18px;
	margin-right: 7px;
}
.comment-author {
	margin-bottom: 0px;
	padding-bottom: 2px;
	line-height: 7px;
	display: block;
	margin-top: 13px;
	margin-right: 0px;
	margin-left: 0px;
}
.commentmetadata a      , .commentmetadata a time{
	font-size: 11px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 0px;
}
.commentmetadata      a:hover, .commentmetadata a:hover time{
	color: #39C;
}
.reply a {
	font-size: 17px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	font-style: italic;
}
.reply {
	display: block;
	margin-bottom: 20px;
}
.reply a:hover {
	color: #39C;
}
#comments #respond h3{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
}
#comments #respond h3 a {
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-decoration: none;
}
#comments #respond h3 a:hover {
	color: #39C;
}
#comments .logged-in-as {
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

#comments .logged-in-as a {
	font-style: italic;
	color: #000;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}
#comments .form-allowed-tags {
	font-size: 12px;
}
#comments .logged-in-as a:hover {
	color: #39C;
}
.entry-content blockquote {
	font-style: italic;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content .entry-title #month {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content #aboutheader  {
	font-size: 5px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	visibility: hidden;
}
#secondary .widget_nav_menu a em {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
}
.comment-content a {
	font-style: italic;
	color: #2B81AD;
	text-decoration: none;
}
.comment-content a:hover {
	color: #3AAEE9;
}
.comment-content {
	display: block;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#comments .comment {
	margin-bottom: 21px;
}
#comments .comment .rw-left {
	padding-top: 14px;
}
.addtoany_share_save_container {
	float: left;
	margin-left: 10px;
}
#comments .thumblock {
	margin-bottom: -3px;
	margin-top: 10px;
}
#comments .gdup {
	margin-right: 4px;
}
#comments .gddw {
	margin-right: 7px;
}
#colophon    div{
	text-align: left;
	margin-left: 20px;
	display: block;
	padding-bottom: 25px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
}
#colophon div em {
	font-size: 12px;
	letter-spacing: 1px;
}
.pd-rating {
	display:block;
	background: url(http://www.loopdeloop.org/wp-content/uploads/2012/03/rating_heading.gif) no-repeat;
	width: 230px;
	height: 40px;
	padding-top: 30px;
	margin-top: 1px;	
	margin-right: 3px;
	margin-bottom: -10px;
	font-size: 16px;
	font-weight: 300;
	float: left;
}
.comment .pd-rating {
	margin-top: 4px;
	margin-right: 10px;
	font-size: 16px;
	padding-top: 7px;
}
#comments .reply {
	float: left;
}
#comments #respond {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#comments .fn, #comments .fn a {
	font-size: 20px;
}
#secondary .widget_pages {
	margin-top: 0px;
}
#secondary .winnerwrap #winnerhead{
	display: block;
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
}
#winnerlink {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}
#secondary .winnerwrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#secondary #loopmap {
	float: right;
	margin-top: 1px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
#secondary #maplink3 #loopmap3{
	float: right;
	margin-top: 1px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
#secondary #loopmap:hover {
	border-top-color: #39C;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
}
#secondary #maplink3 #loopmap3:hover {
	border-top-color: #39C;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
}
.depth-2, .depth-4, .depth-6, .depth-8, .depth-10{
	background-color: #E5E5E5;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	display: block;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-right: -20px;
	margin-left: 20px;
}
.depth-3 , .depth-5 , .depth-7, .depth-9, .depth-11 {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	display: block;
	margin-bottom: 7px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-right: -20px;
	margin-left: 20px;
}
.depth-1 {
	width: 640px;
}
.depth-2 {
	width: 605px;
}
.depth-3 {
	width: 570px;
}
.depth-4 {
	width: 535px;
}
.depth-5 {
	width: 500px;
}
#content p.pullquote{
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 27px;
}
#content ul {
	list-style-type: circle;
	font-weight: 300;
	padding-left: 40px;
	list-style-position: outside;
}
#content h2 {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #444;
}
#content p {
	`font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin-top: 6px;
	margin-bottom: 10px;
	line-height: 24px;
}
.committee {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
#mike {
	float: right;
	margin-top: 5px;
}
#content p.clear {
	clear: both;
	margin-top: 41px;
}
#content ul li {
	margin-bottom: 10px;
	margin-top: 6px;
}
#content ul li a {
	font-size: 17px;
}
#submitbtn {
	font-size: 31px;
	color: #FFF;
	background-color: #C4C4C4;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	text-transform: uppercase;
	display: block;
	border: 1px solid #C4C4C4;
	width: 345px;
	padding-top: 5px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
}
#topline {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -18px;
	margin-left: 0px;
}
#clickhere {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-bottom: -10px;
	display: block;
	padding: 0px;
}
#content a.flaattach {
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	color: #FFF;
	display: block;
	padding: 10px;
	background-color: #C4C4C4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	border: 1px solid #C4C4C4;
	width: 180px;
	text-align: center;
	float: left;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#content a.flatutorial {
	background-color: #C4C4C4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 10px;
	border: 1px solid #C4C4C4;
	color: #FFF;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	width: 625px;
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
}
#content a.flatutorial:hover {
	color: #39C;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.edit-link {
	clear: both;
}
#content a.flaattach:hover {
	color: #39C;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#submitbtn:hover {
	color: #39C;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#secondary #contact    {
	margin-top: -1px;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	margin-bottom: 23px;
}
#secondary #contact a {
	font-size: 14px;
	padding-right: 1px;
	padding-left: 1px;
}
#secondary .social_link  {
	background-color: #C4C4C4;
	margin-right: 3px;
	margin-left: 10px;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*safari doesn't understand varied rounded corners*/
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}
#secondary .social_link:hover {
	background-color: #009FE3;
}
.looplink {
	text-align: right;
}
#secondary .widget_meta ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#secondary .widget_meta {
	margin-bottom: -2px;
	padding-bottom: 0px;
}
.invisible {
	visibility: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#simple-count-down-li {
	margin-bottom: 15px;
}
#content p.authordetails {
	font-size: 10px;
	font-weight: 400;
	display: block;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#content p.authordetails a {
	font-size: 11px;
	text-transform: lowercase;
}.nav-next , .nav-previous , .nav-next a , .nav-previous a{
	display: block;
	margin-bottom: 30px;
	margin-top: 5px;
	width: 250px;
	height: 51px;
	text-indent: -99999px;
}
#content p.location{
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: -11px;
	margin-bottom: 1px;
}
#content p.location span {
	font-size: 11px;
	font-weight: 500;
}
div.archive_post a{
	margin-right: 0px;
	background-color: #FFF;
	display: block;
	width: 150px;
	color: #000;
	border: 2px solid #FFF;
	padding-top: 10px;
	padding-bottom: 4px;
}
div.archive_post a:hover {
	background-color: #BBB;
	color: #FFF;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
}
div.archive_post  a span{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	clear: both;
	font-weight: 300;
	font-size:15px;
}
.clear {
	clear: both;
}
h4 {
	clear: both;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.car-container {
	clear: both;
	margin-top: 15px;
}
div.archive_post img {
	margin-bottom: 2px;
	float: left;
}
div.archive_post {
	float: left;
}.friends {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 9px;
}
a.pause {
	color: #009b9b;
}
a.pause:hover {
	color: #00d8d8;
}
