/*
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/
	
	#content_box {background:transparent url(../lib/images/dot-ddd.gif) repeat-y scroll 80em 0;}	
	
	
	.custom h7 { color:#003366; font-weight: bold; clear:both; border-bottom:1px solid #AAD5F0; padding-bottom:1px; margin-top: 1em; margin-bottom: .3em; font-size: 1.1em; display:block;  }
.custom h7 a {text-decoration: none;}
*/

body.custom { background: #507DB8 url('http://shellyscakes.net/_images/background.gif') top left repeat-x; }

.custom #container { margin-top: 0em; margin-bottom: 0em; }

.custom #page { padding: 0em; background: #fff; border: 1px solid #666; margin-bottom: -13px; margin-top: 10px; }
	
#content_box {background:none; }

.custom #content-home .post_box {
     border: none;
	 margin: 2em 0 0 2.2em;
}
	
.custom #content .post_box {
     border: none;
	 margin: 0 0 0 2.2em;
}	

.custom .post_box {
     padding-top: 0px;
}



.custom .headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

.custom .hfeed .headline_area { left:0; position:relative; top:0;   }


.custom hr { color: #EEEEEE; width: 75%; margin: 10px auto; }

.custom h2 { color:#003366; font-weight: bold; clear:both; border-bottom:1px solid #AAD5F0; padding-bottom:1px; font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; margin-top: 1.1em;  }

.custom h7 { color:#003366; font-weight: bold; clear:both; border-bottom:1px solid #AAD5F0; padding-bottom:1px; margin-top: 1em; margin-bottom: .3em; font-size: 1.1em; display:block;  }
.custom h7 a {text-decoration: none;}

.custom h8 { font-size: 1.2em; color: #003366; font-weight: bold; font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; }
	
.custom h9 { color:#003366; font-size:1em; font-weight:bold; font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; }

	
/*** a links ***/
.custom a { color:#003366; font-weight: bold; text-decoration: none; }
.custom a:hover { text-decoration:underline; }	

.custom .sidebar a { color: #003366; text-decoration:none;}
.custom .sidebar small a { color: #003366; text-decoration:none;}
.custom .sidebar a:hover { background:#003366; color: #FFF; text-decoration:underline; }	



.custom h3 a:link, .custom h3 { color:#003366; font-weight: bold; clear:both; border-bottom:1px solid #AAD5F0; font-size:11pt; padding-bottom:1px; width: 80%; }
.custom h3 a:hover { color: #003366; text-decoration: none; }

.custom #content h4 { color:#003366; }


/***  Navbar  ***/
.custom .menu a { color: #FFF; text-decoration: none; padding-left: 20px; padding-right: 20px; }




/*****   SIDEBAR   ******/


.custom .sidebar h3 {
background-color:#285088;
border-bottom:1px solid #000;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
letter-spacing:1px;
padding:5px;
width:98%;
}


.custom ul.xoxo { font-size: 1.1em; padding-left: 5px;}

.simplepie img {padding-right: 10px;}

div#sidebar_3.sidebar {
	float: right;
	background-color: #fff;
	border-left: 1px solid #eee;
	width: 30.2em;
}

div#sidebar_2.sidebar {
	border-left: 1px solid #eee;
	}


div#sidebar_3 #ezadssearch-3  {margin: 0px auto 2.5em auto;}

.custom li.widget { font-size:1.2em; }



/*** header ***/
.custom #header #logo a { display: block; height: 130px; background: url('/_images/shellys-cakes-header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }

.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
margin: 10px 1.538em 1.538em 0;
}

.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter {
margin:1.538em auto 1.538em;
}


/***  Footer  ***/
.custom #footer { border-top:3px double #115098; border-bottom:3px double #115098; padding: 0; }
.custom #footer a {border: none;}

/***  Personal Misc.  ***/
.centerText  {
     text-align: center;
}

.floatLeft  {
     float: left;
}

.floatRight  {
     float: right;
}

.clear {
	clear: both;
}

/* Home Page */
.custom .DKBtextblock {
     width: 260px;
	 font-weight: bold;
	 background-color: #285088;
	  border: 1px solid #507DB8;
	 color: #FFF;
	 padding: 20px;
	 margin-bottom: 20px;
	 -moz-border-radius: 15px;
     -webkit-border-radius: 15px;

}

.custom .BLUtextblock {
     width: 260px;
	 font-weight: bold;
	 background-color: #507DB8;
	 border: 1px solid #285088;
	 color: #FFF;
	 padding: 20px;
	 margin-bottom: 20px;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;

}

.custom .textblock {
     width: 260px;
	 font-weight: bold;
	
	 padding: 20px;
	 margin-bottom: 20px;

}

.custom .homegraphicbblocks {
     width: 100px;
	 margin-top: 2.3em;
}

.custom .homegraphicbblocks img {
     margin: 7px auto;
	 float: right;
	 line-height: 0px;
}



.custom .comments_closed p {
display: none;
}

/*.custom .headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

 Advertising 460x60 */

.adbox460 {padding: 10px 25px; background-color: #fff; border-bottom: 1px solid #cccccc; height: 60px;}

#content-home {
     float: left;
     width: 68em;
	 margin-top: 20px;
	 }	
	 
.custom #content {margin-top: 10px;}
	
/*  Downloads  */

.custom a.download {
	background: url(http://www.washerplayers.net/_images/icons/download-button.png) no-repeat 0 0;
	width: 148px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	outline: 0 none;
	-moz-outline-style: none;
	float: right;
	margin: 10px 0px 20px 20px;
}

.custom a.download:hover { background-position: 0 -33px; outline: 0 none; }

.custom a.download:active { background-position: 0 -66px; }

/**  Footer Nav  **/

.custom #footerNav {
	
	text-align: center;
	font-size: 14px; font-weight: bold;
	color: #FFF; 
	background-color: #000;
	padding: 1em;
  }
  
.custom #footerNav a {color: #FFF; background-color: #000; text-decoration: none; }
 
 .custom #footerNav a:hover { color: #AAD5F0; } 
 
 .gameicon { padding: 0 10px 0 0; margin-top: .8em;}
 
  

 div#content ul { list-style-image:url(http://www.outdoorgameplayers.com/_images/icons/bullet-white.gif);
list-style-position:outside;
list-style-type:none;
margin-left: 12px;
padding:0 0 0 10px;

}

div#content ul li {padding-left: 2px;}

/**** Tables   ***/


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 458px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th, #hor-minimalist-c th
{
	font-size: 14px;
	font-weight: bold;
	color: #285088;
	padding: 10px 8px;
	border-bottom: 2px solid #285088;
}
#hor-minimalist-b td, #hor-minimalist-c td
{
	border-bottom: 1px solid #ccc;
	color: #285088;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td, #hor-minimalist-c tbody tr:hover td
{
	color: #000;
}

#hor-minimalist-c
{
	font-size: 12px;
	background: #fff;
	margin: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 458px;
	border-collapse: collapse;
	text-align: center;
}
