/*
Theme Name: BRAG
Version: 1+
Author: Brook Gerard
*/


/* -------------------- MAIN LAYOUT -------------------- */


body {
	text-align: center;
	line-height: 20px;
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #000;
	min-height: 25px;
	background: #E3E3E3;
	text-shadow: 0px 1px 3px #808080;
}

@font-face {
	font-family: 'Skia';
	src: url('fonts/Skia.woff') format('woff'), url('fonts/Skia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.center-highlight {
	background: url('images/light-overlay.png') repeat-y top center;
}

.top-highlight {
	background: url('images/highlight.png') repeat-x;
	border: none;
}

.container {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	position: relative;
}

.header {
	height: 195px;
}

.head-details {
	background: url('images/logo.png') no-repeat top;
	background-size: 960px 107px;
	width: 960px;
	height: 107px;
	position: absolute;
	padding-top: 85px;
	top: 14px;
	left: 0px;

	font-family: Skia, Helvetica, Arial;
	font-size: 12px;
	text-shadow: 0px 1px 3px #808080;

	border-radius: 0px;
	box-shadow: none;
}

.shadow-bg-top {
	background: url('images/shadow-bg-bot.png') top center no-repeat;
}




/* -------------------- SITEWISE GENERAL -------------------- */




/* --- LINKS --- */

a {
	text-decoration: none;
	color: #535499;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --- AAA --- */

.ui-tabs-hide {
	display: none;
}


/* --- AAA --- */

br.clear {
	margin: 0px;
	padding: 0px;
}


/* --- HEADING TEXT --- */

h1, h2, h3, h4, h5, h6 {
	display: block;
	padding-bottom: 20px;
	font-family: 'Skia', Helvetica, Arial;
	letter-spacing: 0px;
	line-height: 1em;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #808080; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; padding-bottom: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; font-weight: bold; padding-top: 20px; }
h6 { font-size: 18px; padding-bottom: 10px; }


/* --- PAGE RETURN --- */

p {
	padding-bottom: 22px;
}


/* --- BOLD TEXT --- */

strong {
	font-weight: bold;
	color: #000;
}


/* --- STRIKE THROUGH --- */

del {
	text-decoration: line-through;
	color: #D01013;
	text-shadow: 0px 0px 2px #FF5D60;
}


/* --- IMAGE --- */

img {
	max-width: 960px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}


/* --- DIVIDERS & SPACE --- */

hr {
	border: 0px;
	background: url('images/divider.png') no-repeat;
	height: 7px;
	width: 600px;
}

hr.divider-light {
	border: 0px;
	background: url('images/divider-light.png') no-repeat;
	height: 7px;
	width: 600px;
}

hr.space {
	border: 0px;
	background: url('images/space.png') no-repeat;
	height: 10px;
	width: 1px;
}


/* --- Default Font Formatting --- */

cite, em, i {
	font-style: italic;
}

pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}

ins {
	text-decoration: none;
}

sup, sub {
	height: 0px;
	line-height: 1px;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 0.8em;
}

sub {
	top: 0.3em;
}

dl {
	margin: 0px 0px 1.5em 0px;
}

dl dt {
	font-weight: bold;
}

dd  {
	margin-left: 1.5em;
}




/* -------------------- BODY -------------------- */



/* --- HIDE --- */

.hide {
	display: none;
}


/* --- QUOTE --- */

.tagline {
	position: relative;
	font-size: 15px;
	font-family: 'Skia', Helvetica, Arial;
	color: #000;
	margin: 50px 0px 0px 0px;
}


/* --- SIDEBAR --- */

#content-area {
	background: url('images/sidebar-bg.png') 688px 0px repeat-y;
	padding: 38px 0px;
}


/* --- FACEBOOK WIDGET --- */

#facebook-likebox-2 iframe {
	height: 80px !important;
	border-radius: 3px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}


/* --- AREA LEFT OF SIDEBAR --- */

#left-area {
	width: 688px;
	float: left;
}

/* --- BLOCK QUOTE --- */

blockquote  {
	margin: 0px;
	padding: 10px 40px 10px 40px;
}

blockquote p {
	padding-bottom: 22px;
}


/* --- TEXT INPUT --- */

input[type=text],input.text, input.title, textarea, select {
	background-color: #FFF;
	padding: 2px;
}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #2D3940;
	color: #3E3E3E;
}

input[type=text], input.text, input.title, textarea, select {
	margin: 0.5em 0;
}

textarea {
	padding: 4px;
}


/* --- SMILEY --- */

img.wp-smiley {
	vertical-align: top;
	box-shadow: none;
}


/* --- TEXT ALTERATIONS --- */

.red-text {
	color: #E20404;
	text-shadow: 0px 1px 3px #FF6868;
}

.old {
	color: #B3B3B3 !important;
	text-shadow: 0px 1px 3px #BFBFBF;
}


/* --- FLEXIBLE BUTTON --- */

a.button {
	background: transparent url('images/button-cap.png') no-repeat scroll top right;
	height: 35px;
	display: block;
	font-size: 14px;
	color: #000 !important;
	text-decoration: none;
	text-align: center;
	padding: 0px 30px 0px 0px;
	margin: -4px 5px -2px 5px;
}

a.button span {
	background: transparent url('images/button-span.png') no-repeat top left;
	display: block;
	line-height: 21px;
	padding: 7px 0px 7px 30px;
}

a.button:hover {
	color: #404040 !important;
}

a.button:active {
	background-position: bottom right;
	color: #404040 !important;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 7px 0px 7px 30px;
}

a.button.left {
	float: left;
}

a.button.right {
	float: right;
}

a.button.nudge {
	float: left;
	position: relative;
	margin-left: 75px;
	margin-top: 2px;
}


/* --- INPUT BUTTON - FIXED WIDTH--- */

input[type=submit] {
	background: url('images/button.png') no-repeat;
	height: 35px;
	width: 150px;
	font-size: 14px;
	color: #000 !important;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 3px #747474;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

input[type=submit]:active {
	background-position: bottom;
	color: #404040 !important;
	outline: none;
}


/* --- JETPACK VIDEO MODULE --- */

video {
	display: block;

	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}


/* --- JETPACK CONTACT - FORM --- */

.contact-form .clear-form {
	clear: both;
}

.contact-form {
	padding: 5px 10px 5px 10px;
}

.contact-form input[type='text'], .contact-form input[type='email'] {
	background: url('images/input_background.png') repeat-x #f7f7f7;
	width: 400px !important;
	max-width: 400px !important;
	border: 1px solid #D9D9D9 !important;
	padding: 7px;
	margin: 0px 0px 13px 0px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.contact-form textarea {
	background: url('images/input_background.png') repeat-x #f7f7f7;
	width: 570px !important;
	height: 200px;
	border: 1px solid #D9D9D9 !important;
	padding: 7px;
	margin: 0px 0px 4px 0px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.contact-form label {
	margin: 0px 0px 3px 10px;
	float: none;
	display: block;
}

.contact-form label span {
	color: #9A9A9A !important;
	margin-left: 15px !important;
	font-weight: normal;
	text-shadow: none;
}

.form-errors .form-error-message {
	color: red;
	font-size: 14px;
	font-weight: normal;
}


/* --- FORMS - SEARCH --- */

#required-note {
	margin: -10px 0px 15px 0px;
}

#form-inner {
	padding: 5px 10px 5px 10px;
}

#form-input {
	background: url('images/input_background.png') repeat-x #f7f7f7;
	width: 570px;
	height: 16px;
	border: 1px solid #D9D9D9 !important;
	padding: 7px;
	margin: 0px 0px 4px 0px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form textarea {
	background: url('images/input_background.png') repeat-x #f7f7f7;
	width: 570px;
	border: 1px solid #D9D9D9 !important;
	padding: 7px;
	margin: 0px 0px 4px 0px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/* --- SEARCH - NO RESULTS ALERT --- */

.results-container {
	display: block;
	height: 155px;
	padding-left: 30px;
}

.alert-image {
	position: absolute;
	background: url('images/alert.png') no-repeat;
	height: 200px;
	width: 200px;
	border: none;

	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.results-message {
	position: absolute;
	padding-left: 170px;
}


/* --- FEATURED SMALL --- */

.featured-small {
	min-height: 213px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

featured-small, #small-left img {
	width: 465px;
	height: 213px;
	float: left;
	padding: 0px;
}

featured-small, #small-right img {
	width: 465px;
	height: 213px;
	float: right;
	padding: 0px;
}

.featured-small a, a:hover {
	text-decoration: none;
}


/* --- FEATURED VERY SMALL --- */

.featured-very-small {
	min-height: 139px;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
}

featured-very-small, #very-small-left img {
	width: 300px;
	height: 139px;
	padding: 0px;
}

featured-very-small, #very-small-center img {
	width: 300px;
	height: 139px;
	padding: 0px;
	margin: 0px 26px 0px 26px;
}

featured-very-small, #very-small-right img {
	width: 300px;
	height: 139px;
	padding: 0px;
}

.featured-very-small a, a:hover {
	text-decoration: none;
}


/* --- BULLET LISTS --- */

.entry ul {
	margin: 10px 0px 10px 20px;
}

.entry ol {
	list-style-type: decimal;
	padding: 0px 0px 5px 15px;
}

.entry li {
	background: url('images/bullet.png') no-repeat 0px 12px;
	background-size: 7px 9px;
	padding: 3px 0px 3px 15px;
}


/* WHAT THE HELL ARE THESE DOING HERE ? */
#controllers2 {
	position: absolute;
	bottom: -12px;
	left: 102px;
	background: url('images/fromblog-controllers-bg.png') no-repeat;
	width: 75px;
	height: 38px;
}

#controllers2 a {
	display: block;
	text-indent: -9999px;
	width: 23px;
	height: 15px;
	float: left;
}

#controllers2 a#left-arrow {
	background: url('images/fromblog-controllers-down.png') no-repeat;
	margin: 11px 0px 0px 12px;
}

#controllers2 a#right-arrow {
	background: url('images/fromblog-controllers-top.png') no-repeat;
	margin: 11px 0px 0px 7px;
}


/* --- ARTICLE LISTS --- */

.page.adjust {
	width: 608px;
}

.entry {
	margin-bottom: 0px;
}


/* --- THUMBNAIL --- */

.blog-thumb {
	position: relative;
	float: left;
	margin-right: 23px;
	width: 185px;
	height: 191px;
}

span.title {
	font-size: 30px;
}

p.post-meta {
	background: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	padding: 5px 13px 5px 12px;
	font-style: italic;
	font-size: 11px;
	float: left;
	margin-bottom: 11px;

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

p.post-meta, p.post-meta a {
	color: #EEE;
	font-weight: normal !important;
}

.post p.post-meta {
	width: 404px;
}

p.post-meta a:hover {
	color: #000;
	text-decoration: none;
}

.entry h2.title a {
	color: #000;
	font-weight: normal !important;
}

.entry h2.title a:hover {
	text-decoration: none;
}

.post {
	width: 640px;
	margin-bottom: 17px;
}

.full {
	width: 960px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #000;
}

#gallery {
	padding: 29px 0px 0px;
}

.gallery-thumb {
	position: relative;
	float: left;
	border: 10px solid #E3E3E3;
	margin: 16px 0px 45px;
}

.gallery-thumb a {
	display: block;
}


/* -------------------- COMMENTS -------------------- */

h2#offset {
	margin-bottom: 10px;
}

.comment-area {
	width: 640px;
	padding-top: 30px;
}

#commentform p {
	margin-top: -8px;
}


/* --- COMMENT LIST --- */

.avatar {
	float: left;
	position: relative;
	padding: 3px;
}

.comment-author {
	padding: 2px 0px 0px 0px;
	font: 16px Helvetica, Arial;
	color: #000;
}

.comment-author a {
	text-decoration: none;
	color: #000;
}

.comment-author a:hover {
	text-decoration: none;
	color: #000;
}

.comment-body {
	padding: 5px 0px 15px 0px;
}

.comment-content-wrap {
	float: left;
	margin-left: 20px;
	width: 500px;
}

.comment-content {
	padding-top: 7px;
}


/* -------------------- FOOTER -------------------- */

.shadow-bg-bot {
	background: url('images/shadow-bg-top.png') top center no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-shadow: 0px 1px 3px #808080;
	list-style: none;
}

p.copyright, p.copyright a {
	color: #4D4D4D;
	font: Helvetica, Arial;
	font-size: 11px;
	text-shadow: 0px 1px 3px #808080;
}

.split {
	padding: 0px 10px 0px 10px;
	font-family: 'Skia', Helvetica, Arial;
	color: #9A9A9A;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 3px #808080;
}

#wpstats {
	display: none;
	height: 0px;
}


/* -------------------- SIDEBAR -------------------- */

#sidebar {
	float: left;
	width: 269px;
}

.widget h4.widgettitle {
	font-size: 22px;
}

#sidebar a {
	color: #000;
}

#sidebar .widget {
	padding: 0px 0px 30px 22px;
}

.widget ul ul {
	margin: 0px 0px 0px 15px;
}

.widget ul li {
	background: url('images/bullet.png') no-repeat 0px 12px;
	background-size: 7px 9px;
	padding: 5px 0px 0px 15px;
}

.widget ul li ul {
	padding: 5px 0px 0px 7px;
	margin: 0px 0px -4px;
}


/* -------------------- PAGE FRAME -------------------- */

.page {
	display: block;
	border-top: 1px solid rgba(0,0,0,0.07);
	text-align: left;
	background-color: #F3F3F3;
	padding: 25px 15px 15px 15px;
	margin: 0px 0px 40px 0px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

#page-alt-left {
	float: left;
	width: 275px;
}

#page-alt-right {
	float: right;
	width: 275px;
}

#page-alt-contact {
	padding-left: 30px;
}

#news-desc {
	height: 130px;
}


/* -------------------- DOCUMENT FRAME -------------------- */

.document {
	width: 609px;
	display: block;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.07);
	text-align: left;
	background: #F3F3F3;
	padding: 18px 15px 0px 15px;
	margin: 0px 0px 40px 0px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.document img {
	max-width: 640px;
	border: none;
	margin: 15px 0px -6px -16px;

	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;

	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.045);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.045);
}


/* -------------------- CAPTIONS -------------------- */

.wp-caption {
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #F3F3F3;
	padding: 0px 0px 4px 0px;
	margin: 15px 0px 20px 0px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 6px 15px 7px 15px;
	margin: 0px;
}


/* -------------------- ALIGNMENTS -------------------- */

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------- PAGE NAVIGATION -------------------- */

.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}

