/*  
THEME NAME: Simplr Enfoxed
DESCRIPTION: multi-column and content-centered. For WordPress 2.0+ (and Widgets friendly).
VERSION: 0.1
AUTHOR: Maya Georgieva, Scott Allan Wallick
AUTHOR URI: http://ffox.fccf.net
*/


/* CLEARFIX */
 .clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
 }

 .clearfix {display: inline-table;}

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
 /* End hide from IE-mac */

 /* END CLEARFIX */

* {margin: 0; padding: 0; border: 0;}

html, body {
	height: 100%; width: 100%; 
	background: #fff url("img/vert-gray-grad.jpg") 0px bottom repeat-x;
	background-attachment: fixed;

	text-align: center; 
	font-size: 11px;
	font-family: verdana, geneva, sans-serif;
}

/* top */

#topStripe {
	height: 12px;
	background: #222;
	padding: 2px;
	text-align: right;

	color: white;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
}

#topStripe a {
	line-height: 10px;
	margin: 0 2px; 
	padding: 1px;
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
}

#topStripe a.red:hover { color: #f0f0f0; background: #c00; text-decoration: none; }
#topStripe a.white:hover { color: #f0f0f0; background: #f0f0f0; text-decoration: none; }

#topStripe ul { list-style: none;}
#topStripe-pages { float: left;}
#myLinks { float: right; width: 60px;}

ul#topStripe-pages li { display: inline; float: left;}
ul#myLinks li {	display: inline; float: right; clear: none;}


/* CONTAINER OF ALL, MUCH LIKE NEW YORK */

div#wrapper {}

div#container {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	color: #222;
	text-align: left;
}


/* HEADER STUFF */

div#header {
	margin: 0 0 1em 0;
	padding: 42px 0 6px 0;
	text-align: center;
	border-bottom: 1px solid #888;
}

h1#title {
	font-size: 1.5em;
	text-transform: uppercase;
}

#title img {margin: 0 0 5px 0;}


#description {
	color: #667;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}



/* CONTENT STUFF */

div.post { padding: 10px;}
div.post-header {}
div.post-footer {clear: both;}

h2.post-title {
	margin: 5px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
}

div.post-header a {color: #37536F; text-decoration: none;}
div.post-header a:hover {color: #c30; text-decoration: none;}

h2.post-title:first-letter, div.post-header a:first-letter {
	color: #c30;
	font-size: 20px; 
	font-family: Georgia, serif; 
	text-transform: uppercase;
}

h3.post-title { font-size: 12px;}

div.catPost {
	height: 55px; width: 44%; 
	float: left;
	margin: 10px 0; 
	padding: 5px 2.3%; 
	overflow: hidden;
	border: 1px solid #f0f0f0;
	cursor: pointer;
}

div.catPost:hover {	border: 1px solid #aaa;}

div.catPost .post-date { float: right; margin: 0 3px;}
div.catPost .post-entry {margin-top: 5px;}


.post-entry ul { margin: 10px; margin-left:30px; }
.post-entry ul li {padding: 3px 5px;}

ul.tagcloud {
	padding: 0;
	margin: 0 1em 0 0;
	background: none;
	list-style: none;
	text-align: center;
}
ul.tagcloud li {
	background: none;
	display: inline;
	list-style: none;
	margin-left: 0;
}
ul.tagcloud li a {
	font-weight: bold;
	list-style: none;
	color: #637B93;
	text-decoration: none;
}
ul.tagcloud li a:hover {
	text-decoration:underline;
	color: #c30;
}

sub {display: none;}

h3.post-date {
	margin: 0 0 10px 4px;
/*	background: #fff;*/
	color: #666;
	font-size: 9px;
	font-weight: normal;
}


div.post-entry p {
	margin: 10px 5px;
	max-width: 60em;
}

div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.1em;
	margin: 5px;
}

code, pre {
	font: 1em/normal "courier new", courier, monospace;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #e15119;
}

div.post-entry blockquote {
	padding: 10px 0;
	background: #EBEEF1;
}

div.post-entry blockquote p {
	margin: 0.7em 1em;
}

.more-link {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 30px 0 0;
}

p.pagination {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

p.post-metadata {
        clear: both;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 0.2em 1em;
	background: #EBEEF1;
}

div.single-post {
	clear: both;
}


/* COMMENTS STUFF */
h3#comment-count {
	font-size: 1.1em;
	padding: 2em 0 0.1em 0;
}
div#comments ol {
	margin: 0 0 0 2em;
	padding: 0;
}
div#comments ol li {
	background: #cbd3db;
	color: #111;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}

div.post-entry blockquote {
	background: #f0f0f0;
}

div#comments ol li.alt {
	background: #ebeef1;
	color: #333;
}
div#comments ol li p {
	margin: 0.5em 0;
	color: #111;
}

/* SIDEBAR AND COL1/COL2 STUFF */
#col1, #col2 {float: left; padding: 5px;}

div.sidebar {
	margin: 2em 0;
	width: 48%;
	background: #fff;
}

div.sidebar p {
	font-size: 1em;
	margin: 10px 0;
}

div.sidebar ul, div.sidebar ul li {
	list-style: none;
	margin: 0; padding: 0;
}

div.sidebar h2 {
	font-size: 1em;
}

div.sidebar h2, h3#comment-count {
	border-bottom: 2px solid #637b93;
	font-weight: bold;
	margin: 1em 0 0 0;
}

div#calendar_wrap {
	margin: 0 auto;
	text-align: center;
}

table#wp-calendar {
	margin: 0 auto;
	text-align: left;
}

table#wp-calendar caption {
	margin: 0 auto;
	text-align: center;
}


/* FOOTER STUFF */
div#footer {
	background: #fff;
	border-top: 2px solid #637b93;
	clear: both;
	color: #637b93;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}
#footer #meta-links {
	background: #f0f0f0;
	padding: 5px;
}


/* GLOBAL ALIGNMENT AND MISC ELEMENTS */

div.navigation {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	margin: -1em 0 2em 0;
	text-transform: uppercase;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
	height: 0;
}

/* LINKS FOR ALL */
a {	outline: none; }

h1#title a {
	color: #c30;
	display: block;
	text-decoration: none;
	width: 100%;
}

div.sidebar ul li h2 a {
	background: #fff;
	color: #637b93;
	text-decoration: none;
}

h1#title a:hover, div.sidebar ul li h2 a:hover {
	color: #e15119;
}

div.post-entry a, div#comments a {
	background: transparent;
	color: #2f4e6f;
	text-decoration: underline;
}

div.post-entry a:visited, div#comments a:visited  {
	color: #637b93;
}

div.post-entry a:hover, div#comments a:hover  {
	color: #e15119;
	text-decoration: none;
}

p.post-metadata a, p.post-metadata a:active, p.post-metadata a:link {
	color: #2f4e6f;
	text-decoration: none
}

div.navigation a {
	color: #2f4e6f;
	text-decoration: none;
}

p.post-metadata a:visited, div.navigation a:visited {
	color: #637b93;
}

p.post-metadata a:hover, div.navigation a:hover {
	color: #e15119;
	text-decoration: underline;
}

div#comments div#col1 ul li ul li a, div#comments div#col1 ul li ul li a:hover, div#comments div#col2 ul li ul li a, div#comments div#col2 ul li ul li a:hover {
	text-decoration: none;
}

div.sidebar ul li ul li a, div.sidebar ul li ul li a:active, div.sidebar ul li ul li a:link {
	background: #ebeef1;
	color: #28425e;
	display: block;
	font-size: 1em;
	margin: 0.5em 0;
	padding: 0.5em;
	text-decoration: none;
	width: 96%;
}
div.sidebar ul li ul li a:visited {
	background: #ebeef1;
	color: #637b93;
}

div.sidebar ul li ul li a:hover {
	background: #AF1D00; /*#B5C2CF;*/
	color: white; /*#e15119;*/
}
div.sidebar ul li ul li a.rsswidget {
	display: block !important;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #637b93;
	text-decoration: underline;
}
div#footer a:hover {
	background: #fff;
	color: #e15119;
	text-decoration: none;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content img.center, div#content img.alignright, div#content img.alignleft {
	border: 1px solid #637b93;
}
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div#content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
	border: 1px solid #e15119;
}
li a img {
	border: none !important;
}

/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */

div.formcontainer {
	font-size: 1em;
	overflow: hidden;
	position: static;
	width: 99%;
}

div.formright, div.formleft {
	background: #fff;
	color: #111;
	display: inline;
	float: left;
	margin: 0.5em 0 0 0;
}

div.formleft {
	clear: both;
	text-align: center;
	width: 10%;
}

div.formright {
	width: 90%;
}

li#search form {
	margin: 0;
	padding: 4px 0 0 0;
	width: 100%;
}

li#search input#s {
	width: 75%;
}
li#search input[type=submit] {
	width: 20%; height: 20px;
	margin: 0 2px;
	border-right: 2px solid #222;	
	border-bottom: 1px solid #000;
	background: #AF1D00;
	color: white;
	font-weight: bold;
}

label img {
	position: relative;
	top: 0.3em;
}

li#search input#s, input#author, input#email, input#url, textarea#comment {
	border: 1px inset #555;
	font-size: 1em;
	margin: 0;
	padding: 0.2em;
}
form#commentform { 	margin: 0; 	padding: 0; }

input#author, input#email, input#url, textarea#comment {
	width: 91%;
}
textarea#comment{
	overflow: auto;
}

/* MISC STYLES AND CLASSES*/

.small, a.small {font-size: 9px; font-family: verdana, sans-serif;}
div.post-entry p img {margin: 0 15px;}

input {border-bottom: 1px solid #ccc; background: #f0f0f0; margin-bottom: 5px;}

.wp-caption {padding: 3px 2px 1px; margin: 5px 1px; text-align: center; border: 1px solid #ccc; -moz-border-radius: 3px; background: #eee;}
.wp-caption-text { padding: 0 2px; margin: 0; background: transparent;}
