/*
Theme Name: BrooklynBJJ Theme
Theme URI: http://wordpress.org/
Description: BrooklynBJJ theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/

/*-------
// global reset
//-----*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; height: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv:link, a.inv:visited { text-decoration: none; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: underline; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
.cols .last { margin-right: 0; }
body #page .last { margin: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ie7 .clearFix { min-height: 1%; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #c51b22;
}

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #000000 url(img/body-bg.gif) repeat 0 469px;
}
#body {
	background: url(img/body-t.png) repeat-x 0 0;
	width: 100%;
}
#page {
	text-align: left;
	background: #FFFFFF;
	margin: 0 auto;
	width: 950px;
	color: #2f2f2f;
	font-size: 1.3em;
}



#top {
	background: #FFFFFF;
	width: 100%;
	overflow: hidden;	
}
	#logo {
		margin: 0px;
	}
		#logo a {
			display: block;
			width: 951px;
			height: 206px;
			overflow: hidden;
			text-indent: -9999px;
		}
			#logo a {
				background: url('img/header.jpg') no-repeat 0 0;
			}
	#bar1 {
		clear: both;
		width: 100%;
		overflow: hidden;
		height: 43px;
		background: #02137e;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e71b15;
	}
		#contact {
			float: left;
			color: #FFFFFF;
			font-size: 76.92%;
			width: 205px;
			margin: 10px 20px 0 0;
			padding: 0 5px 0 20px;
		}
		#menu {
			float: left;
			width: 700px;
			overflow: hidden;
			font-size: 84.62%;
			font-weight: bold;
		}
			#menu li {
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					float: left;
					line-height: 43px;
					color: #FFFFFF;
					text-transform: uppercase;
					text-decoration: none;
					padding: 0 12px;
					font-size: 14px;
				}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited {
					color: #e71b15;
				}
				


#wrap {
	width: 950px;
	overflow: hidden;
	padding: 17px 0 20px;
	background: #FFFFFF url(img/side-bg.gif) repeat-y 0 0;
}
#wrap_nobars {
	width: 950px;
	overflow: hidden;
	padding: 17px 0px 20px 0px;
}
	#wrap_nobars #content {	
		padding: 0px 40px;
	}

#wrap_rightonly {
	width: 950px;
	overflow: hidden;
	padding: 17px 0px 20px 0px;
	background: #FFFFFF url(img/side-bg-rightonly.gif) repeat-y 0 0;
}

#wrap_leftonly {
	width: 950px;
	overflow: hidden;
	padding: 17px 0px 20px 0px;
	background: #FFFFFF url(img/side-bg-leftonly.gif) repeat-y 0 0;
}

	#wrap3 {
		float: left;
		width: 680px;
		margin-left: 20px;
	}


	#wrap2 {
		float: left;
		width: 700px;
	}

	#wrap #content,
	#wrap2 #content {	
		float: right;
		width: 450px;
	}
		#content h1 {
			color: #750408;
			font-weight: normal;
			margin: 0 0 15px;
			font-size: 176%;
		}
		#content h2 {
			margin: 0 0 3px;
			font-size: 176%;
		}
		#content h3 {
			color: #e01611;
			font-weight: bold;
			margin: 0 0 5px;
		}

		#content p {
			margin-bottom: 1em;
		}

	#side {
		float: left;
		width: 230px;
	}

	#side2 {
		float: right;
		width: 230px;
	}

	#side2 UL {
		margin: 2px;
		padding: 0px;
		list-style: none;
	}

	#side2 UL LI {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#side UL UL {
		margin: 0px;
		padding: 0px 0px 0px 20px;
		list-style: disc;
	}

	#side UL UL LI {
		margin: 0px;
		padding: 0px;
	}

#side .checkout {
	padding: 10px;
	margin: 20px;
	border: 1px solid #ccc;
	background: #ddd;
}

#side .checkout A {
	text-decoration: none;
	color: #666;
}
#side .checkout A STRONG {
	color: #000;
	text-decoration: none;
}


		#photos {
			padding: 20px 0 0;
		}
			#photos h3 {
				font-size: 84.62%;
				color: #c31b21;
				padding: 0 0 5px 10px;
			}
			#photos ul {
			}
				#photos li {	
					width: 221px;
					height: 170px;
					padding: 0px 0px 0px 0px;
					background: url(img/thumb-bg.png) no-repeat 0 0;
					margin: 0 auto 3px;
				}

				#photos li img {	
					margin: 8px;
				}


				#side2 .widget_show_ngg_slideshow {
					padding: 0px 0px 8px 0px;
					margin: 0 auto 3px;
					background: url(img/thumb-bg.png) bottom left no-repeat;
				}

				.widgettitle {
					padding-left: 10px;
				}

				.quotescollection_randomquote {
					padding: 5px 10px 8px 10px;
					margin: 0 auto 3px;
					font-size: 11px;
				}


				#side2 .ngg-widget-slideshow {
					margin-left: 8px;
				}



blockquote {
	background: #969d9f url(img/quote-1.png) no-repeat 25px 0;
	padding: 10px;
	margin: 0 0px 20px 20px;
	width: 400px;
	position: relative;
}
	#page #content blockquote p {
		background: url(img/quote-2.png) no-repeat 490px 100%;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #FFFFFF;
		line-height: 1em;
		padding: 10;
		margin: 0;
	}
	.hp #page #content blockquote p {
		
	}
		blockquote span {
			display: block;
			text-align: right;
		}

#header2 {
	margin: 0 -50px 0 -55px;
	width: 500px;
}



#footer {
	background: #969d9f url(img/footer-t.png) repeat-x 0 0;
	padding: 30px 0 25px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 91.67%;
	color: #FFFFFF;
}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
		padding: 0 .2em;
	}
	#footer .links {
		margin: 0 0 15px;
		text-transform: uppercase;
	}









/*-------
// posts
//-----*/


.post {
	margin: 0 0 15px;
	/* background: url(img/line-h2.gif) repeat-x 0 100%; */
	line-height: 20px;
}
.page {
	background: none;
	line-height: 20px;
}
	.post h2 {
		color: #750408;
		font-weight: normal;
		line-height: 24px;
	}
		.post h2 a:link, .post h2 a:visited {
			color: #750408;
		}
	.post .date {
		font-size: 69.23%;
		font-weight: bold;
		margin: 0 0 5px;
		display: block;
	}

	.post .metadata {
		background: url(img/line-h2.gif) repeat-x 0 0;
		margin: 10px 0 0;
		padding: 8px 0;
		font-family: Arial, sans-serif;
		font-size: 84.62%;
		color: #787878;
	}
	
	.post blockquote { widht }

	.entry ul, .entry ol {
		list-style: disc;
		padding: 0 0 0 2em;
		margin: 0 0 1em;
	}
	.entry ol {
		list-style: decimal;
	}

#news {
	padding: 10px 20px;
}
	#news .post {
		background: none;
	}
		#news .post .metadata {
			background: none;
		}
	#news .entry {
		font-size: 11px;
		line-height: normal;
	}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

.alt {
	background-color: #f8f8f8;
	margin: 0;
	padding: 10px;
}


.commentlist {
	margin: 0 0 20px;
	padding: 0;
	text-align: justify;
	font-size: 91.67%;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}


.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}



/*

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .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;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}





html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}





#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}









#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
}


*/


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff; }



acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}


p img {
	padding: 0;
	max-width: 100%;
}

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
}

#bottom {
	background: #bb1a20 url('img/bottom.gif') top center repeat-x;
	text-align: center;
	padding: 10px;
	color: #ddd;

	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 11px;
	line-height: 20px;
}

#bottom P {
	padding: 0px 0px 5px 0px;
}

#bottom A {
	color: #fff;
}


.mapbox {
	width: 270px;
	margin: 0px 10px;
	float: left;
}




.floatarchivebox {
	width: 220px;
	float: right;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}
DIV.floatarchivebox H2 {
	font-size: 14px;
}


.pro-player-container {
	margin-bottom: 15px;
}