/*
Theme Name: Breakdancer (Ballistic Media v2)
Theme URI: http://ballisticmedia.com
Description: A fresh look for Ballistic Media
Version: 1.0
Author: T. Thomas Cheng
Author URI: http://ballisticmedia.com/

Based on...
Kubrick 1.5 (http://binarybonsai.com/kubrick/)
WordPress Default Theme by Michael Heilemann (http://binarybonsai.com/)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin General */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	background: #333 url('images/bg-darkstripe.gif') repeat top left;
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 780px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	}

a, a:visited {
	color: #03c;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
.label {
	font-size: 1em;
	font-weight: bold;
	}

strong { font-weight: bold; }


/* End General */


/* Begin Header */
.header {
	background-color: white;
	margin: 0 0 0 0px;
	padding: 0;
	width: 780px;
	}

.header h1, .header h2 {
display: none;
}

#header-lg {
	background: #fff url('images/header-lg.jpg') no-repeat bottom center;
	height: 237px;
	}

#header-sm {
	background: #fff url('images/header-sm.jpg') no-repeat bottom center;
	height: 150px;
	}

.headerimg 	{
	margin: 0px;
	width: 780px;
	}

#headerimg-lg {
	height: 237px;
	}

#headerimg-sm {
	height: 150px;
	}

/* End Header */

/* Begin Navigation */
#nav {
	background-color: #FBD12B;
	font-size:1em;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	position:relative;
 }

#nav ul li {
	list-style:none;
	padding: 0 15px 0 0;
	margin:0;
	display:inline;
	}

#nav a {
	color: #333;
	}

#nav a:hover{
 text-decoration:none;
 color:#33c;
 }

#nav ul {margin:0;}
/* End Navigation */

/* Begin Content */
#content {
	font-size: 1.1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.pullquotebox {
	background-color: #003;
	float: right;
	margin: -25px 10px 10px 10px;
	width: 240px;
}

.pullquote {
	color: white;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 0 15px 0 15px;
}

.pullquoteboxtop div { background: url(images/tl.gif) no-repeat top left; }
.pullquoteboxtop { background: url(images/tr.gif) no-repeat top right; }
.pullquoteboxbot div { background: url(images/bl.gif) no-repeat bottom left; }
.pullquoteboxbot { background: url(images/br.gif) no-repeat bottom right; }

.pullquoteboxtop div, .pullquoteboxtop, .pullquoteboxbot div, .pullquoteboxbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.multicolumn {
	float: left;
	margin: 0 30px 0 0;
	width: 335px;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	color: #930;
	font-size: 1.7em;
}

h1 a, h1 a:visited {
	color: #930;
}

h2 {
	color: #009;
	font-size: 1.3em;
	margin-bottom: 0;
}

h2 a, h2 a:visited {
	color: #009;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.narrowcolumn {
	float: left;
	margin: 0 0 0;
	padding: 30px 20px 20px 30px;
	width: 500px;
	}

.widecolumn {
	margin: 0;
	padding: 30px 20px 20px 30px;
	width: 730px;
	}

.post {
	margin: 0 0 30px 0;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Content */

/* Begin Sidebar */
#sidebar {
	background-color: #E3E4FF;
	font: .9em Verdana, Arial, Sans-Serif;
	height: 100%;
	margin-left: 550px;
	padding: 20px 15px 15px 15px;
	width: 200px;
	}

#sidebar h1 {
	font-size: 2.0em;
	color: #333;
}

#sidebar h2 {
	color: #930;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #930;
}

#sidebar .post {
	margin-bottom: 15px;
}

/* End Sidebar */

/* Begin Footer */
#footer {
	background-color: #000033;
	border: 1px solid black;
	color: white;
	font-size: 1.1em;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Footer */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 1em 0 10px 1em;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 0 0 0 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.indent {
	margin-left: 4em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/