/*  
Theme Name: CRC
Theme URI: http://wordpress.org/
Description: 3 col CRC
Version: 1.0
Author: Lazar Crawford


/* CSS Document */


/* -------------------------BROWSER RESET------------------------- */
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
		font: 100%/120% Georgia, "Times New Roman", Times, serif;
        margin: 0;
        padding: 0;
}


/* Neutralize styling:  Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address, div {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/* ------------------------- TYPOGRAPHIC STYLES ------------------------- */

h1, h2, h3, h4 {
font-weight:normal;

}

h1 {
font-size: 2em;
}

h2 {
line-height: 120%;
color: #8A1D04;
margin-bottom:5px;
text-align:left;
}

h3 {
font-size: 1.5em;
color: #8A1D04;
margin-bottom:5px;
text-align:left;
margin: 30px 0 5px 0;
}

h4 {
font-size: 1.25em;
color: #8A1D04;
margin-bottom:2px;
text-align:left;
}

.subhead {
font-size: .87em;
color: #927f61;
margin-bottom:2px;
text-transform:uppercase;
letter-spacing: .1em;
text-align: right;
line-height: .8em;
}

.allcaps {
text-transform:uppercase;
letter-spacing: .07em;
}
/* ------------------------- LINK STYLES ------------------------- */

a:link {
	color: #4E270C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E270C;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.button  {
color: #000;
background-color:  #8a382d;
font-size: 75%;
border: 4px double #4e270c;
padding: 5px;
text-decoration: none;
text-align:center;
}

a.button:hover {
color: #000;
background-color:  #D98D1C ;
border: 4px double #4e270c;
text-decoration: none;
}

a.button h3 {
color: #8a382d;
font-size:125%;
font-weight:bold;
}

a.pointy {
padding-left: 30px;
background-image:url(images/pointy.gif);
background-repeat:no-repeat;
background-position: 0 3px;
}

a.pointy:hover {
padding-left: 30px;
background-image:url(images/pointy.gif);
background-repeat:no-repeat;
background-position: 5px 3px;
text-decoration: none;
}

/* ----- HACKS FOR IE, THE CRAPTACULAR BROWSER THAT NEEDS TO DIE ------ */

img { 
border:0px;
behavior: url(javascript/iepngfix.htc);
/* Adds PNG transparency support for IE...c'mon microsoft, get it together already */
 }




/* ------------------------- BASIC STRUCTURE ------------------------- */

body {
	background-color:#B48041;
	background-image:url(images/body.jpg);
	background-repeat:repeat;
}

#header {
background-color:#000000;
background-image:url(images/fade.jpg);
background-position:top;
background-repeat:no-repeat;
height:151px;
width:970px;
}

#header h1 {
font-size: 50%;
margin-left: -5000px;
}

#container {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
margin: 0 auto; 
padding:232px 0 0 0;
width:970px;
}

#page {
background-color: #fef9ed;
background-image: url(images/page.jpg);
background-repeat: repeat-y;
background-position:top;
padding: 30px 15px 20px 15px;
}

#content {
text-align:justify;
margin: 0px auto;
width:490px;
margin-top:-170px;
}

#content-wide {
font-size: 87%;
text-align:justify;
margin: 0 auto;
width: 720px;
}

#sidebar
{
	position:relative;
	float: right;
	padding:0;
	width: 190px;
	margin-top:-100px;
	font-size: 80%;
	}
#sidebar2
{
	position:relative;
	float: left;
	padding:0;
	margin: 0;
	width: 190px;
	margin-top:-100px;
	}

#footer {
background-image: url(images/page.jpg);
background-repeat: repeat-y;
width:970px;
margin: 0 auto;
text-align:center;
font-size:60%;
}


/* ------------------------- SIDEBAR  STYLES ------------------------- */


.sidebox {
border: 4px double #763c36;
font-size: 100%;
padding:5px;
line-height:1.25em;
margin-bottom:25px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.sidebox h3 {
font-size: 125%;
letter-spacing: .1em;
text-transform: uppercase;
margin-bottom:5px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebox h4 {
font-size: 100%;
letter-spacing: .1em;
text-transform: uppercase;
margin-bottom:5px;
margin-top:15px;
font-family: Georgia, "Times New Roman", Times, serif;
}


.sidebox p {
margin-top:10px;
}


/* ------------------------- MISC STYLES ------------------------- */

.double-border {
border: 4px double #4e270c;
}

.single-border {
border: 1px solid #4e270c;
}


.lite-underline {
border-bottom: 1px solid #763c36;

}

.padded-border {
padding:3px;
border: 1px solid #4e270c;
}

.bottom-border {
border-bottom: 1px solid #763c36;
}


.centered {
text-align: center;
}

.right {
text-align: right;
}

.ad1 {
margin-bottom:20px;
}

img.leftfloat {
float:left;
margin:10px 15px 5px 0;
}

/*---------------------Wordpress specific styles-------------------------*/


.post {
	text-align: justify;
	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	margin-bottom: 40px;
	}

.widecolumn .postmetadata {
	margin-bottom: 40px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


p.postmetadata {
	border-top:1px solid #763c36;
	padding-top:5px;
	}


/* Begin Typography & Colors */

#header h1 {
font-size: 50%;
margin-left: -5000px;
}


.entry {
margin-top:10px;
padding-bottom:10px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



.small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	font-size: 85%;
	}

.post h2{
	margin-bottom:20px;
	border-bottom:1px solid #763c36;
}

h2.pagetitle {
	font-size: 1.4em;
	text-align: center;
	}


h3 {
	text-transform:uppercase;
	border-bottom:1px solid #763c36;
	margin-bottom:8px;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4e270c;
	}

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


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

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

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	font-size: 85%;
	line-height: 1.2em;
	}

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

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


.centered {
text-align: center;
}

.allcaps {
text-transform:uppercase;
letter-spacing: .07em;
}

.border-bottom {
border-bottom:1px solid #763c36;
}


/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}



h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-size:1.15em;
	}
	
h3#respond {
	padding: 0;
	margin: 40px auto 20px ;
	font-size:1.15em;
	}

/* End Headers */



/* Begin /images/staging */
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
	}
	
.textright {
text-align:right;
}
/* End /images/staging */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul li, #sidebar2 ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li,  #sidebar2 ul ol li  {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li , #sidebar2 ul ul li, #sidebar2 ul ol li  {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul li a {
padding: 4px 0 4px 18px;
background-repeat:no-repeat;
display:block;
background-position: 4px 9px;
}

#sidebar2 ul {
list-style:none;
margin-left: -13px;
}

#sidebar2 ul ul {
list-style:none;
margin-left: 0;
}

#sidebar2 ul ul li, #sidebar ul ul li  {
border-bottom: 1px dotted #763c36;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar2 ul ul li a {
display:block;
padding: 4px 0 4px 18px;
background-image: url(images/list_star.gif);
background-repeat:no-repeat;
background-position: 4px 9px;
}

#sidebar2 ul ul li a:hover {
color: #000;
text-decoration:none;
background-image: url(images/list_star_roll.gif);
}

#recent-posts h2 {
font-size: 2em;
letter-spacing: .03em;
padding:2px 0 2px 5px;
display:block;
}

ul.widget_archives li:hover, ul.widget_recent_posts li:hover {
background-image:url(images/elephant.gif);
background-position: bottom right;
background-repeat: no-repeat;
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px; 
	text-align: center;
	font-size: 87%;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin-bottom:5px;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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 Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#calendar_wrap {
border: 4px double #763c36;
background-color: #F2E7D5;
padding:5px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
}

#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;
	font-weight:bold;
	padding: 2px 1px;
	text-decoration: none;
	}
	
#wp-calendar a:hover {
	border:1px solid #FF0000;
	padding: 1px 0;
	}
	

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
.widget_calendar h2 {
height:1px;
line-height:1%;}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* End Various Tags & Classes*/



img.rightfloat {
float:right;
margin:10px 0 5px 15px;
}

.textwithpic {
clear:both;
padding-bottom:20px;
}

/* ------------------------- FEEDBURNER STYLES ------------------------- */

#creditfooter {
text-align:right;
margin-top:6px;
}

.feedburnerFeedBlock .headline {
text-transform:uppercase;
}

li#social-media-page.widget ul li a{
	display:inline;
}

