/*  
Theme Name: Fez Wrecker
Theme URI: http://becausewegivea.com/
Description: custom home page, several sidebars...
Version: 0.2
Author: 
Author URI: http://becausewegivea.com/
*/

.scroll {	/* added for jScroll 110924 AT. */
}

/* Begin Widgets, etc. */
#random-testimonials {
color: #AEFFAD;
}

#testimonials_widget {
    padding: 0.5em;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
    border: 1px solid red;
    border bottom: 0px solid transparent;
}

#testimonials_widget .citation {
    text-align: right;
}

.citation {
    text-align: right;
}

#testimonials_list {
    margin: 1em;
    font-size: 1.1em;
    font-weight: normal;
}

#testimonials_list .testimonial {
    margin-bottom: 0.25em;
    font-style: italic;
    text-align: left;
}

#testimonials_list .citation {
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 2em;
}

#testimonials_list .citation a {
    color: #AEFFAD;
    border-bottom: 2px dotted #ff4343;
}

#calendar_wrap table caption {
    background-color: black;
    margin-bottom: 3px;
}

#calendar_wrap table caption,
#calendar_wrap tbody td,
#calendar_wrap tfoot td {
    border: 1px solid transparent;
}

#calendar_wrap thead tr th {
background: transparent;
text-align: center;
}

#today {
background: transparent;
}

.EC_Widget_display span {
display: none;
}

/* End Widgets, etc. */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	background: url(images/suits.png) black;
	color: #eee;
	text-align: left;
}

#page {
	background-repeat: no-repeat;
	background-color: transparent; 
	border: 0px solid #ff4343;  /* red */
}

#header {
	background: transparent;
	}

#content p, 
	font-family: Georgia, Palatino, 'Times New Roman', Times, serif;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	color: #AEFFAD;
	}

#content h1, 
#content h2, 
#content h3, 
#content h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #000033;
	}

#content p, 
#content h2, 
#content h3, 
#content h4 {
	margin: 0;
	}

#content h1 {
	margin: 0 0 0.5em 0;
	}

#content ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content li.item {
	padding-top: 0.5em;
	}

#footer {
	padding: 15px 0;
	color: #AEFFAD;
	text-align: center;
	}

#footer a {
	color: #ff4343;
	text-decoration: none;
	}

#list p {
	font-size: 90%;
	}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.4em;
	color: #AEFFAD;
	}

.narrowcolumn .postmetadata,
.narrowcolumn2 .postmetadata {
	text-align: center;
	}
	
.entry, .entry p {
	font-size: 1.2em;
	color: #AEFFAD;
	}

.entry p a:visited {
	color: #ff4343;
	}

.navigation-top {
	margin: 0 0 10px 0;
	padding: 0;
	background: #AEFFAD;
	}

.navigation-bottom {
	margin: 10px 0 0 0;
	padding: 0;
	background: #AEFFAD;
	}

.navigation-top p ,
.navigation-bottom p {
	margin: 0;
	padding: 0;
	width: 550px;
	color: #999;
	}

.navigation-top a ,
.navigation-bottom a {
	margin: 0;
	padding: 0;
	width: 550px;
	color: #ff4343;
	}

.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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;
	}

h2 a:hover,
h3 a:hover,
h4 a:hover { 
	text-decoration: none;
	color: #ff4343;
	}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #ff4343;
	}

a:hover, a:active {
	color: #ff4343;
	background: transparent;
	padding: 0;
	margin: 0;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 10px auto;
	padding: 0;
	width: 1000px;
	height: 800px;
	}
	
#header {
	padding: 0;
	margin: 0;
	height: 150px;
	width: 900px;
	background: transparent;
	}

#header img {
	margin: 0 auto;
	}

.narrowcolumn {
	float: left;
	padding: 10px;
	margin: 0px;
	width: 580px;
	background: url(images/felt.jpg) green;
	}

.widecolumn {
	float: left;
	padding: 10px;
	margin: 0px;
	width: 830px;
	background: url(images/felt.jpg) green;
	}
	
.post {
	margin: 0;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, 
.narrowcolumn2 .postmetadata, 
.narrowcolumn3 .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: 1000px;
    background: transparent;
    }

table {
    margin: 0 auto;
    border: 0;
    }

td {
    max-width: 120px;
    }
/* End Structure */

/*	Begin Headers */
h1, 
h2, 
h3, 
h4 {
	font-weight: bold;
	color: #000033;
	}

h1 {
	padding-top: 10px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h2 {
	margin: 10px 0;
	font-size: 2.5em;
	}

h2.pagetitle {
	margin-top: 10px;
	font-size: 2em;
	text-align: center;
    }

h3 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.4em;
	}

h4 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.2em;
	}

h3.comments {
	padding: 0;
	margin: 20px 10px 10px 10px ;
	}

h1 a, 
h1 a:hover, 
h1 a:visited {
	text-decoration: none;
	color: #ff4343;
	}

h2 a, 
h2 a:visited, 
h3, 
h3 a, 
h3 a:visited {
	color: #000033;
	}

h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited, 
#sidebar-left h2, 
#sidebar-right h2, 
#sidebar-post h2, 
#wp-calendar caption, 
cite {
	text-decoration: none;
	}

/* End Headers */

/* Begin Sidebars */
.widget_mypageorder .widgettitle {display: none;}

#sidebar-menu {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 130px;
	background: transparent;
	font-size: 1.5em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar-menu a:link, 
#sidebar-menu a:visited, 
#sidebar-menu a:hover, 
#sidebar-menu a:active {
	margin: 0;
	padding: 0;
	background: transparent;
}

#sidebar-right,
#sidebar-post {
	width: 220px;
	float: left;
	padding: 0px;
	margin: 0 10px 0 20px;
	background: transparent;
	font: 1.5em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar-right h2,
#sidebar-post h2 {
	font-size: 1.2em;
    padding: 0em;
    margin: 0 0 0.5em 0;
	color: white;
	}

#sidebar-right h3,
#sidebar-post h3 {
	font-size: 1em;
    padding: 0em;
    margin: 0;
	color: white;
	}

#sidebar-right h4,
#sidebar-post h4 {
	font-size: 1em;
    padding: 0em;
    margin: 0;
	color: white;
	}

#sidebar-right p, 
#sidebar-post p, 
#sidebar-right a,
#sidebar-post a {
/*	font-size: 1.2em; */
	}

#sidebar-right form,
#sidebar-post form {
	margin: 0;
	}

#sidebar-right ul li,
#sidebar-post ul li {
	margin: 0;
}

#sidebar-right li,
#sidebar-post li {
	margin: 0 0 1em 0;
}

.widget ul {
	margin: 0;
	padding: 0;
}

#sidebar-video {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	background: transparent;
	font-size: 1.25em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

/* End Sidebars */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
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 {
margin: 0;
padding: 0;
	float: right;
	}
	
.alignleft {
margin: 0;
padding: 0;
	float: left
	}

.l-photo {
	float: left;
	margin: 36px 24px 0 12px;
}

.r-photo {
	float: right;
	margin: 0 12px 0 24px;
}

.l-photo img {
	float: left;
	margin-bottom: 6px;
	border: 1px solid #F7D596;  /* gold */
}

.r-photo img {
	float: right;
	margin-bottom: 6px;
	border: 1px solid #F7D596;  /* gold */
}

.l-photo p, .r-photo p {
	text-align: center;
}
/* End Images */

/* Begin Lists */

ol li {
	list-style: none;
	}

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	/* text-align: center; */
	}

select {
	width: 130px;
	}

#sidebar-left #searchform #s, #sidebar-right #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar-left #searchsubmit, #sidebar-right #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 3px 5px 1px 10px;
	}

#commentform textarea {
	width: 550px;
    margin: 0 10px;
	padding: 0px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#respond {
	padding-top: 1em;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	color: black;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	color: #AEFFAD;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	font-size: 9pt;
	text-align: left;
	}

#wp-calendar caption {
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000;
	}
/* End Calendar */

/* Begin Various Tags & Classes */
a img {
	border: none;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
    font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.clear-left {
	clear: left;
}

.description {
	text-decoration: none;
	font-size: 1.2em;
	color: #AEFFAD;
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
    color: #404265;
}

.indent {
	margin-left: 3em;
}

small {
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #AEFFAD;
	}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* End Various Tags & Classes*/

