/*
Theme Name:		Jimmy Marble
Theme URI:		http://jimmymarble.com
Description:	Boilerplate child for Jimmy Marble
Author:			Karl Peterson
Author URI:		http://sidearmdesign.com
Template:		boilerplate
Version:		1.0
*/

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

@font-face {
    font-family: 'Jimmy';
    src: url('fonts/jimmy3.0-webfont.eot');
    src: url('fonts/jimmy3.0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jimmy3.0-webfont.woff') format('woff'),
         url('fonts/jimmy3.0-webfont.ttf') format('truetype'),
         url('fonts/jimmy3.0-webfont.svg#JimmyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#skip {display:none;}
ul, ol {margin: 0; list-style: none;}
.wp-caption {
	border: 0px;
	text-align: left;
	background: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-style: italic;
}

body {
	font: 13px/20px "Helvetica Neue", helvetica, arial, sans-serif;
	font: 21px/24px "Jimmy", helvetica, arial, sans-serif;
	width: 920px;
	margin: 20px auto;
	color: #777;
}

a, a:visited {
	color: #FF5E99;
	text-decoration: none;
}

a:hover {color: #00aeef;}

#content {
	padding: 40px 0px 0px 0px;
	margin: 20px 0px;
	background: url(images/hr-920.png) no-repeat top;
}

#content_one {
	width: 600px;
	float: left;
}

#content_two {
	width: 280px;
	float: right;
}

#content_one > h1 {margin-bottom: 20px;}

/* header */

header {text-align: center;}

header h1 {margin-bottom: 10px;}

header h1 a, header h1 a:visited {
	text-decoration: none;
	font-size: 80px;
	line-height: 80px;
	font-weight: normal;
	font-family: 'Jimmy', helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #000;
}

#access {text-align: center;}

body #access li {
	display: inline;
	margin-right: 10px;
	float: none;
}

img {
	max-width: 100%;
	height: auto;
}

#access a {
	text-decoration: none;
	font-size: 20px;
	padding: 4px 4px;
	margin-left: -4px;
	font-weight: normal;
	font-family: 'Jimmy', helvetica, sans-serif;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

#access a:hover, #access .current-menu-item a, .home #menu-item-47 a {
	background: #FF5E99;
	background: url(images/highlight.png) no-repeat center;
	color: #fff;
}

/* sidebar */

.xoxo {font-size: 19px;}
.xoxo > li {margin-bottom: 30px;}

.xoxo h3 {
	font-family: 'Jimmy', helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

.really_simple_twitter_widget li {margin-bottom: 20px;}

.twitter-timestamp {
	display: block;
	font-size: 16px;
	color: #00aeef;
}

.twitter-timestamp abbr {
	border-bottom: 0px;
	cursor: default;
}

/* posts */

#content article {margin-bottom: 40px;}

.entry-title, article h1 {
	font-family: 'Jimmy', helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 28px;
}
.entry-title a, .entry-meta a {text-decoration: none;}

.entry-meta {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/hr-600.png) no-repeat bottom;
	margin-bottom: 20px;
}

.entry-utility {
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 4px;
	background: url(images/hr-600.png) no-repeat bottom;
	text-transform: uppercase;
}

article p {margin-bottom: 20px;}

/* Tweets */

#content .tweets .entry-title, #content .tweets .entry-utility {display: none;}
article.tweets {background: url(images/tweet.png) no-repeat right 8px;}

/* comments */

#comments-title, #reply-title {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

#comment-list li {margin-bottom: 40px;}

.comment-author cite {
	font-style: normal;
	font-size: 24px;
}

.says {display: none;}

.comment-meta {
	margin-bottom: 20px;
	font-size: 16px;
}

/* comment form */

.form-allowed-tags {display: none;}

#commentform p {margin-bottom: 20px;}

#author, #email, #url {
	position: relative;
	float: right;
	margin-right: 300px;
}

#commentform #comment {
	float: right;
	width: 520px;
}

#submit {margin-left: 80px;}

.required {color: red;}

/* pages */

.page .entry-title {margin-bottom: 20px;}

/* info page */

.page-id-2 article {width: 600px;}

/* vidz page */

#vidz article {
	float: left;
}

#vidz .image {
	width: 280px;
}

#vidz .image img {
	max-width: 280px;
	height: auto;
}

#vidz .desc {
	width: 280px;
}

#vidz .entry-title {
	font-size: 25px;
}

#vidz .entry-content {
	font: 12px/18px 'Courier New', courier, monospace;
}

#vidz .entry-content p {margin-bottom: 0;}

#vidz .entry-content a {display: none;}

/* instagram */

#content .instapress-shortcode-image {
	margin-right: 0;
}

/* pagination */

.nav-previous {float: left;}
.nav-next {float: right;}