/*
Theme Name: Paul Salerni Custom Theme
Theme URI: http://www.caseyrule.com
Description: Custom theme for PaulSalerni.com
Version: 1.0
Author: Casey Rule
Author URI: http://www.caseyrule.com
Template: toolbox
*/

@import url("../toolbox/style.css");
@import url(http://fonts.googleapis.com/css?family=Yesteryear);

body{
	margin: 0px;
	padding: 0px;
	
	color: #222;
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	
	background: #1f292f;
	background-image: url(images/bg.png);
}

a{
	color: #990011;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #cc0033;
	text-decoration: underline;	
}

h1,h2,h3,h4,h5,h6{
	color: #1f292f;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
}

h2{
	color: #330011;
}

table{
	width: 100%;	
}

.framed{
	padding: 5px;
	border: 1px solid 
	#CCC;
}

/* Header */
#top{
	background-color: #FFF;
}

#header_inner{
	width:1000px;
	height: 60px;
	position: relative;
}

#site-title{
	position: absolute;
	left: 20px;
	bottom: -.22em;
	font-style: normal;
	font-weight: normal;
	font-family: "Yesteryear", Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 50pt;
	line-height: 1em;
	margin: 0px;
}

#site-title .sub-title{
	color: #5E1F20;
	font-size: .7em;
	margin-left: 20px;
}

#site-title a{
	color: #1f292f;
}

#site-title a:hover{
	color: #222;
	text-decoration: none;
}

#top_search{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 200px;
}

/* access */

#access {
	width: 100%;
	float: left;
	margin: 10px;
	margin-bottom: 200px;
	width: 200px;
	background-color: transparent;
	list-style: disc;
}

#access li{
	float: none;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .4);
}

#access a{
	font-size: 1.3em;
	font-weight: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: transparent;
}

#access a:hover{
	color: #cc0033;
}

#access li:hover,
#access ul ul :hover{
	background-color: rgba(255, 255, 255, .7);
}

#access li:hover a,
#access ul ul :hover a{
	background: transparent;
}

#access li.current_page_item, #access li.current_page_item:hover{
	background: #1f292f;
}

#access li.current_page_item a, #access li.current_page_item:hover a{
	color: #FFE;
}

#access ul ul {
	list-style: disc;
	display: block;
	float: none;
	position: static;

	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	top: 2em;
	left: 0;
	z-index: 99999;
}

#access ul ul li{
	margin-bottom: 0px;
	background-color: transparent;
}

#access ul ul a{
	font-size: 1em;
	width: 70%;
	background-color: transparent;
	margin-left: 20px;
}
/*
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
*/

/* page */
#page-bg{
	background-color: #CCC;
	background: #CCC url(images/music-wm.png) no-repeat 300px 0px;
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px;
	padding: 20px 0px 50px 0px;
	background: transparent url(images/salerni-wm.png) bottom left no-repeat;
}





#main {
	width: 800px;
	margin: 0px 0px 0px 200px;
}
#content {
	margin: 0 250px 0 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
}

.entry-title {
	font-size: 2.5em;
	padding: 0px;
	margin:0px;
	font-style: italic;
}

.entry-content {
	padding: 0px;
	margin:0px;
}

.wp-caption-text {
	font-size: .9em;
	font-style: italic;
}

#comments {
	display: none;	
}

#main .widget-area {
	width: 220px;
	padding: 0px;
	vertical-align: top;
}

#main .widget-title{
	margin-top: 0px;
	font-style: italic;
}

.widget{
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.widget ul{
	padding-left: 15px;
}

/* footer */

#colophon{
	width: 100%;
	background: url(images/shadow.png) top repeat-x;	
}

#colophon{
	list-style: none;	
}

#colophon>table{
	width: 1000px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	color: #FFF;
}

#colophon a{
	color: #789;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat right 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 28px 4px 10px;
}
input#searchsubmit {
	display: none;
}

/* Search Form */
#branding #searchform {
	text-align: left;
}
#branding #searchform div {
	margin: 0;
}
#branding #searchform #s {
	float: left;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 40%;
}
#branding #searchform #s:focus {
	background-color: #f9f9f9;
	width: 80%;
}
#branding #searchform #searchsubmit {
	display: none;
}