/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*---:[ Hide closed comment notice on single post pages]:---*/ 
.comments_closed p { display: none; } 
/*---:[ Hide link to comments/closed comment notice on excerpts]:---*/ 
.format_text .to_comments {display: none; } 


body.custom {
	/* background-image:url(http://timsemelroth.com/images/background.gif); */
background-color:#F1F1F1;
}

.custom #page {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
padding-top: 2.2em;
padding-right:0.2em;
padding-bottom: 2.2em;
padding-left: 0.2em;
margin-top:50px;
border:1px solid #ccc;
}

.profile {/* float:right; */
}

.profile img {/* border:2px solid #000; */ /* margin-left:10px; */
}

.clear_right {clear:right;
}

#email { /* background-image:url(http://foriowajustice.com/wp-content/uploads/2010/06/contact-bg.gif); background-repeat:no-repeat;height:77px;padding: 20px 0px 0px 110px;font-size:18px; */
}

/*
.custom .post_box {
padding-top:0em;
}


.custom .post_box .headline_area > h1, h2 {
display:none;
}

.custom .menu a, .menu .current a , .menu .current a:hover{
background-color:transparent;
}
.custom .menu {
background-image:url(http://foriowajustice.com/wp-content/uploads/2010/06/bar-bg.gif);
background-repeat:no-repeat;
font-weight:bold;
font-family:Arial;
}



.custom .menu .tab a {
background-image:url(http://foriowajustice.com/wp-content/uploads/2010/06/tab_pipe.gif);
background-repeat:no-repeat;
background-position: 0% 50%;
}

.custom .menu .tab-home a {
background-image:none;
}


.custom .menu ul { 
margin:0 auto;
}


.page_header {
color: #600e0e;
font-size: 2.2em;
margin-bottom:1em;
}

.custom #header {
display:none;
}
*/
.form { 
background-color: #fff; 
width: 165px;
font-size: 10px;
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0px 0px 5px 0px;
padding: 1px 0px 0px 0px;
}

.short_form {
	width:500px;
}

.short_form #check_box {
width:10px;
margin-bottom:5px; 
}

.short_form #submit {
border:2px solid #000;
background-color:#ccc;
}
.short_form .form_label{
float:left;
width:50px;
}
.short_form .form_input{
float:left;
width:350px;
}	

.custom .menu {padding-left:100px;}

#red-top {
background: url(http://foriowajustice.com/wp-content/uploads/2010/03/red-header-new.gif);
background-repeat:no-repeat;
height: 10px; 
}

#red-content {
background: url(http://foriowajustice.com/wp-content/uploads/2010/03/red-back-new.gif);
background-repeat:repeat-y;
text-align: left;
padding: 0 7px 0px 7px;
margin-bottom: 0px;
color: #fff;
line-height: 16px;
font-size: 12px;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet;
overflow: hidden; }

#red-content #checkboxes {
font-size:14px;
margin-top:5px;
margin-bottom:10px;
font-weight:normal;
}

#red-bottom {
background: url(http://foriowajustice.com/wp-content/uploads/2010/03/red-footer-new.gif) no-repeat;
background-position: left bottom;
height: 10px;
}

#red-content ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 25px;
}

#red-content ul li {
margin: 0px 0px 0px 0px;
padding: 10px 10px 0px 0px;
color: #000;
font-size: 11px;
font-family: Helvetica, Arial, Verdana, Trebuchet MS, Tahoma;
line-height: 1.2em;
text-decoration: none !important;
list-style: disc;
}

#red-content ul li a {
font-size: 10px;
font-family: Arial, Verdana, Trebuchet MS, Tahoma;
text-decoration: none !important;
color: #ffffff;
}

#red-content ul li a:hover {
font-size: 10px;
font-family: Arial, Verdana, Trebuchet MS, Tahoma;
text-decoration: underline!important;
color: #666666;
}

.featured_text {
float:left;
width: 165px;
margin-top: 0pt;
margin-right: 15px;
margin-bottom: 0pt;
margin-left: 10px;
padding-right: 10px;
text-align: left;
color: #6d2721;
font-size: 28px;
font-weight: bold;
font-family: Arial,Trebuchet MS,Helvetica,Trebuchet;
line-height:1.0em;
}

.featured_text_watch  {
font-size:13px;
color: #193e75;
font-weight: bold;
text-align: left;
padding-right: 10px;
padding-left: 15px;
padding-top: 1px;
margin-top: 30px;
background-color: transparent;
background-image: url(http://foriowajustice.com/wp-content/uploads/2010/06/arrow-blue.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
}

.custom #feature_box {
padding-right: 0.0em;
padding-left: 0.0em;
background-color:#fff;
}

#text {
float: left;
width: 340px;
padding-left: 15px;
padding-bottom: 10px;
font-size: 14px;
line-height: 1.25em;
font-family: Arial,Trebuchet MS,Helvetica,Trebuchet;
}

#bigbox {
float: left;
width: 595px;
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0px;
padding-top: 40px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 0px;
background-color: #cccccc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
#sub-title {
float: left;
width: 470px;
margin: 0 0 15px 10px;
text-align: left;
padding-top: 2px;
text-indent: 10px;
color: #000;
font-size: 32px;
font-weight: bold;
font-family: Georgia, Arial, Helvetica, Garamond, serif; }

#sub-title a {
text-decoration: none;
color: #000;
}

#sub-title a:hover {
text-decoration: underline;
color: #000;
}

#sub-title a:visited {
color: #000;
}


#phone {
float: right;
width: 225px;
text-align: left;
margin-bottom: 5px;
margin-right: 10px;
color: #000000;
font-size: 14px;
font-family: Arial,Trebuchet MS,Helvetica,Trebuchet;
}

#nav {
width: 799px;
height: 30px;
background: #8a8a8a;
display: block;
clear: both;
margin: 0px 0px 10px 4px;
}

#navcontainer ul {
padding: 5px 0px 0px 5px;
color: #fff;
float: left;
font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 2px 0 0 0;
letter-spacing: .03em;
 }

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
padding: 0px 15px 0px 12px;
color: #ffffff;
text-decoration: underline;
border-right: 2px solid #845A52;
}

#navcontainer ul li a:hover {
color: #eee; }

#box {
float: left;
clear: both;
width: 595px;
margin: 5px 0 0 5px;
padding: 20px 0px 20px 0px;
background: #ccc;
border-right: 1px solid #793f33;
border-bottom: 1px solid #793f33;
}

#bigbox {
float: left;
width: 595px;
margin: 5px 0 0 0px;
padding: 40px 0px 40px 0px;
background: #ccc;
}

#box1 {
float: left;
width: 195px;
border-right: 2px solid #b1b1b1;
 }

#box2 {
float: left;
width: 195px;
border-right: 2px solid #b1b1b1; }

#box3 {
float: left;
width: 195px;
}

#bigbox1 {
float: left;
width: 292px;
border-right: 2px solid #b1b1b1;
 }

#bigbox2 {
float: left;
width: 293px;
}

#teaser1 {
width: 160px;
text-align: center;
padding-bottom: 10px;
margin-left: 20px;
color: #b4122d;
font-size: 17px;
line-height: 18px;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet;
}

#teaser2 {
width: 160px;
margin-left: 20px;
text-align: center;
color: #000000;
font-size: 13px;
line-height: 16px;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet; }

#bigteaser1 {
width: 250px;
text-align: center;
padding-bottom: 10px;
margin-left: 25px;
color: #b4122d;
font-size: 20px;
line-height: 1.2em;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet;
}

#bigteaser2 {
width: 250px;
margin-left: 25px;
text-align: center;
color: #000000;
font-size: 14px;
line-height: 16px;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet; }

#teaser2 a:link { color: #00325b; text-decoration: underline; }
#teaser2 a:visited { color: #00325b; text-decoration: underline; }
#teaser2 a:hover { color: #000000; text-decoration: underline; }

.sidebar ul.sidebar_list {
padding-right: 1.1em;
padding-left: .25em;
}


#quote {
float: left;
width: 595px;
height:790px;
margin: 0px 0 0 5px;
padding: 25px 0px 5px 0px;
font-family: Helvetica, Arial, Verdana, Trebuchet MS, Tahoma;
line-height: 1.8em;
background: url('http://foriowajustice.com/wp-content/uploads/2010/06/guide-large.jpg') top left no-repeat #fff;
border-right: 1px solid #793f33;
}

#quote p.large {
font-size: 22px;
text-align: left;
color: #6d2721;
padding: 0px 20px 0px 200px;
margin: 0px 0px 10px 0px;
line-height:1.5em;
}

#quote p.author {
font-size: 18px;
font-style: italic;
text-align: right;
color: #333;
padding-right: 30px;
margin-top: 0px;
}

#quote p.guide {
font-size: 16px;
text-align: center;
padding: 70px 20px 0px 0px;
color: #000;
line-height: 1.2em;
}

ul.sidebar_list{
padding-top: 0em;
}

#sidebars  {
border:0 none;
float:left;
margin-left:25px;
}

/* 
#grey-top {
background: url('http://icaf.foriowajustice.com/wp-content/uploads/2010/05/grey-header.gif');
height: 10px; 
}

#grey-content {
background: url('http://icaf.foriowajustice.com/wp-content/uploads/2010/05/grey-back.gif');
text-align: left;
padding: 0 7px 0px 7px;
margin-bottom: 0px;
color: #000;
line-height: 16px;
font-size: 11px;
font-weight: bold;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet;
overflow: hidden; }

#grey-bottom {
background: url('http://icaf.foriowajustice.com/wp-content/uploads/2010/05/grey-footer.gif') bottom;
height: 10px; 
}

#grey-content ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 25px;
}

#grey-content ul li {
margin: 0px 0px 0px 0px;
padding: 10px 10px 0px 0px;
color: #000;
font-size: 11px;
font-family: Helvetica, Arial, Verdana, Trebuchet MS, Tahoma;
line-height: 1.2em;
text-decoration: none !important;
list-style: disc;
}

#grey-content ul li a {
font-size: 10px;
font-family: Arial, Verdana, Trebuchet MS, Tahoma;
text-decoration: none !important;
color: #000;
}

#grey-content ul li a:hover {
font-size: 10px;
font-family: Arial, Verdana, Trebuchet MS, Tahoma;
text-decoration: underline!important;
color: #666666;
}
*/

#form-text {
color: #ffffff;
font-size: 10px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 0px;
}

#form-down {
color: #000;
font-size: 10px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.down { 
background-color: #eee; 
width: 165px;
font-size: 10px; 
color: #555; 
font-family: Arial, Helvetica, sans-serif;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
margin-bottom: 5px;
margin-top: 0px;
padding: 1px 0px 0px 0px;
}

.form { 
background-color: #fff; 
width: 165px;
font-size: 10px;
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0px 0px 5px 0px;
padding: 1px 0px 0px 0px;
}

#description li {
margin-bottom: 15px; }

.custom .headline_area h1, .headline_area h2 {
display:none;
}

.post_box {
padding-top: 0.2em;
}

#text p.arrow {
background: url('http://foriowajustice.com/wp-content/uploads/2010/06/arrow-red.gif') no-repeat center right;
padding-right: 20px;
}

#fine-print {
clear: both;
text-align: justify;
padding-top: 15px;
color: #CCCCCC;
font-size: 10px;
line-height: 14px;
font-family: Arial, Trebuchet MS, Helvetica, Trebuchet; }

#logo {
float: left;
width: 342px;
clear: both;
height: 62px;
text-align: left;
margin-top: 15px;
background: url('http://foriowajustice.com/wp-content/uploads/2010/06/logo-trans.gif') no-repeat; }

#call {
float: right;
width: 350px;
text-align: right;
margin-top: 25px;
color: #000000;
font-size: 16px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.1em;
font-family: Arial,Trebuchet MS,Helvetica,Trebuchet;
}

.submit {
border-width:0px;
}
.privacy  {
color:#fff !important ;
font-size:8px !important;
}


#red_form {
width:185px;
}

#red_form #checkboxes {
width:165px;
}

#red_form #form-text input {
width:150px;
}

#red_form #checkboxes input {
width:5px;
}

#red_form input.submit  {
border:0px;
padding:0px;
}

.af-body input.checkbox {
	width:10px;
}
 


.custom #header {
padding-top: 0.2em;
}
.custom #page {
padding-top: 0.2em;
margin-top: 10px;
}

.custom li.widget {
text-align: left;
margin-top: 0px;
margin-bottom: auto;
}

#red-content-center {
text-align:center;
}

.form_italics {
font-style:italic;
}
