/*
Theme Name:     Jarrod Jones 2013 (Standard Theme Child)
Theme URI:      http://jarrodjones.com/
Description:    Theme for Jarrod Jones' blog 
Author:         Joseph O'Connell
Author URI:     http://twitter.com/joconnell
Template:       standard
Version:        0.1.0
*/

@import url("../standard/style.css");


h1, h2, h3, h4, h5, h6 {
	color: #610707;
}

a:hover{text-decoration:none;}

input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}

form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

#header-image img, #header-image a img {
	margin-left: 0px;
} 
.navbar-inner {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#menu-under-header .nav-menu {
	list-style:none;
	margin:0 6px 0 0;
	padding:0;
	float: left;
	font:13px/15px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
#menu-under-header .nav-menu li{
	float:left;
	background:#610707;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 5px 0 0;
	text-shadow: 1px 1px 1px #000;
}
#menu-under-header .nav-menu li:hover{background:#000;}
#menu-under-header .nav-menu a, #header .nav-menu a:link, #header .nav-menu a:visited{
	color:#eee;
	padding:6px 8px 9px 7px;
	text-decoration:none;
	float:left;
	height:13px;
	line-height:15px;
}

.find-me {
	padding: 7px;
	float: left;
	color: #EEE;
	font-size: 22px;
	text-shadow: 1px 1px 5px black;
}

.navbar .social-icons > li {
	margin: 0px 0px 0px 12px;
}

.personal-image {
	background: none;
}

.standard-pi-pic img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#sidebar p {
	padding: 0px 0px 4px 0px;
	font-size: 12px;
}

.subscribe {
	background: white;
	background-color:rgba(255,255,255,0.75);
	padding: 0px 8px 0px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.subscribe h3 {
	margin-bottom: 4px;
}

.subscribe a {
	color:#333;
	font-style:italic;
	font-size: 12px;
}

.get-item{
	float: right;
	margin: -48px -24px 0px 0px;
	background: url(images/btn-get-book.png) no-repeat;
	width: 103px;
	height: 103px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}

.form-subscribe{
	margin:5px 0px 0px 0px;
	float:none;
	overflow:hidden;
}

.form-subscribe .form-text{
	width:186px;
	padding-left:3px;
	display:block;
}

.widget_archive {
	background: white;
	background-color:rgba(255,255,255,0.75);
	padding: 0px 8px 0px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.post-title a, .post-title a:visited {
	color: #610707;
}