/*
Theme Name: JJ
Description: Blank Theme.
Author: EHM
Version: 1.0
*/

/*
http://code.google.com/webfonts
@import url('http://fonts.googleapis.com/css?family=');

@import url('http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light');
h1 { font-family: 'Josefin Sans Std Light', arial, serif; }

@import url('http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica');
h1 { font-family: 'IM Fell DW Pica', arial, serif; }

*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body {
	padding:0px;
	font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%; 
	line-height: 1.5;
	background:#000;
}

a {
	color:#cc4e3d;
	text-decoration:none;
}
p {}
ul {}
li {}
h1 {}
h2 {}
h3 {}
h4 {}

header, nav, footer, article, hgroup {
	display:block;
}

/************************************
container
*/
.container {
	position:relative;
	background:#f1f1f1;
	padding:15px;
}



/************************************
header
*/
#header {
	margin-bottom:10px;
}
header .container {}

#site-title {
	display:none;
}
#site-description {
	display:none;
}

#banner_image {
	min-height:250px;
	background:#fff;
}
#banner_image img {
	display:block;
	margin:0;
}





nav#main_nav {
	margin-top:30px;
	margin-bottom:0px;
}

nav#main_nav .container {
	height:37px;
	position:relative;
	padding:0;
	width:980px;
	background:transparent;
}





#social_nav {
	position:absolute;
	bottom:5px;
	left:0;
}
#social_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#social_nav li {
	float:left;
	position: relative;
	margin:0 0px 0 0;
	padding:0;
}
#social_nav li span {
	display:block;
	height:14px;
	width:28px;
	display:none;
}

#social_nav a {
	display:block;
	text-decoration:none;
	color:#333;
	height:14px;
	width:28px;
}

#social_nav .social_twitter a {
	background:url('images/twitter.png') bottom center no-repeat;
	width:15px;
}
#social_nav .social_facebook a {
	background:url('images/facebook.png') bottom center no-repeat;
	width:15px;
}
#social_nav .social_imdb a {
	background:url('images/imdb.png') bottom center no-repeat;
	width:45px;
}
#social_nav .social_rss a {
	background:url('images/rss.png') bottom center no-repeat;
	width:20px;
}

/* =Menu
-------------------------------------------------------------- */

#globalnav {
	display:block;
	position:absolute;
	top:0;
	right:0;
}
div.menu {}

#globalnav ul {
	margin:0;
	padding:0;
	list-style:none;
	background:url('images/BYOHheader.png') top left no-repeat;
	height:27px;
	padding:5px 0 5px 247px;
	float:right;
}


#globalnav li {
	float:left;
	position: relative;
	margin:0 0 0 5px;
	padding:0;
}
#globalnav li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
	background:#ffffff;
	font-size:13px;
	line-height:27px;
	margin:0;
	padding:0 10px;
}

#globalnav li a:hover {
	background:#ef4035;
	color: #fff;
	
}
#globalnav ul li.current_page_item > a,
#globalnav ul li.current-menu-ancestor > a,
#globalnav ul li.current-menu-item > a,
#globalnav ul li.current-menu-parent > a {
	color: #fff;
	background:#ef4035;
}

* html #globalnav ul li.current_page_item a,
* html #globalnav ul li.current-menu-ancestor a,
* html #globalnav ul li.current-menu-item a,
* html #globalnav ul li.current-menu-parent a,
* html #globalnav ul li a:hover {
	color:#000;
}





/************************************
MAIN container
*/
#main {}
#main .container {

}

/************************************
content wrapper
*/
.content_wrapper {}



/************************************
content
710px
*/
#content {
	padding-right:20px;
	-moz-box-sizing: border-box;  
	 -webkit-box-sizing: border-box;  
	 box-sizing: border-box;
}
* html #content {
padding:0;

}


h2.entry-title {
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin:0;
	position:relative;
}
h2.entry-title:after {}

h2.entry-title a {
	color:#000;
}

h2.page-title {
	text-transform:uppercase;
	font-weight:bold;
	font-size:34px;
	color:#000;
	margin:0;
	position:relative;
}

/************************************
post
*/
.post {
	background:#fff;
	padding:20px 20px 20px 50px;
	position:relative;
}
.post h1 {}
.post h2 {}

.post h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	color:#000;
	margin:0;
}
.post small {}
.post p {
	font-size:14px;
	color:#333;
}

.post ul {}
.post ul li {}

.alignleft {
	float:left;
	margin:0 10px 5px 0;
}
.alignright {
	float:right;
	margin:0 0px 5px 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
}

.entry-meta {
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	color:#333;
}
.post .entry {}

.entry-permalink a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}
.flag {
	position:absolute;
	top:50%;
	left:-85px;
	margin-top:-25px;
	background:url('images/JMJflag.png') top left no-repeat;
	width:80px;
	height:45px;
}
.flag img {
	display:block;
	width:60px;
}



.wp-post-image {

}
/************************************
navigation
*/
.navigation {
	height:40px;
}
.navigation .alignleft {}
.navigation .alignright {}


.navigation {
	height:23px;
	margin:10px 0;
}
.navigation a {
	display:block;
	width:76px;
	height:27px;
}
.navigation a span {
	display:none;
}

.navigation .nav-previous {
	float:left;
	width:49%;
	text-align:right;
}
.navigation .nav-previous a {
	float:right;
	background:url('images/olderNewerBlack.png') -9px 0 no-repeat;
}
.navigation .nav-previous a:hover {
	background:url('images/olderNewerRed.png') -9px 0 no-repeat;
}

.navigation .nav-next {
	float:right;
	width:49%;
}
.navigation .nav-next a {
	float:left;
	background:url('images/olderNewerBlack.png') -91px 0 no-repeat;
}
.navigation .nav-next a:hover {
	background:url('images/olderNewerRed.png') -91px 0 no-repeat;
}
/************************************
page
*/
.page {}
.page.attached {}
.page h1 {}
.page h2 {}
.page h3 {}
.page small {}
.page p {}

.accordion h3 {
	cursor:pointer;
}
.accordion h3:hover,
.accordion h3.current {
	color:#ef4035;
}

#videos {}
.video_container h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	color:#000;
	margin:0;
}
#videos .video_container h4 {
	font-weight:bold;
	font-size:14px;
	color:#000;
}
#videos .video_container .pane {
	display:none;
}







#galleries .template_widget {
display:none;
}

#galleries h3 {
	cursor:pointer;
	margin-bottom:10px;
}
#galleries h3:hover,
#galleries h3.current {
	color:#ef4035;
}
.galleries .gallery_pane {
	display:none;
}

.gallery .flowpanes {
	width:580px;
	overflow:hidden;
}
.gallery .item_container {
	float:left;
	width:580px;
	overflow:hidden;
}
.gallery .item_container img {
	display:block;
	margin:0 auto;
}

.gallery.flowtabs {
	text-align:center;
	height:auto;
	margin-top:10px;
}
.gallery.flowtabs li {
	width:auto;
	float:none;
	padding:0;
	margin:0;
	display:inline-block;
}
* html .gallery.flowtabs li {
	float:left;
}
.gallery.flowtabs li a {
	padding:0;
	margin:0;
}

.gallery.flowtabs li img {
	display:block;
	width:40px;
	height:auto;
}


#fs77link {
	position:absolute;
	bottom:18px;
	right:16px;
	width:40px;
	height:40px;
}


/************************************
sidebar
230px

html #sidebar {
	background:url('images/fs77footer.png') bottom center no-repeat;
	position:relative;
	right:-15px;
	width:285px;
	padding-bottom:77px;
	border-left:1px solid #d2d2d2;
	float:right;
	margin-left:-100%;
	margin-top:-15px;
}
*/
html #sidebar {
background:url('images/fs77footer.png') bottom center no-repeat;
position:relative;
right:-15px;
width:285px;
padding-bottom:77px;
border-left:1px solid #d2d2d2;
float:right;
margin-left:-50px;
margin-top:-15px;
}
#sidebar.span-7 {
float:right;
}
#sidebar .wrapper {
}
#sidebar h3 {}

#sidebar ul {}
#sidebar ul li {}
#sidebar ul li a {}
#sidebar ul li a:hover {}
#sidebar ul li.current_page_item a {}



/*
***********************************
************************************
WIDGETS
************************************
************************************
*/

/************************************
widget
210px
*/
#sidebar .widget {}

.widget {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d2d2d2;
}
.widget h3.widgettitle {}


.widget_text {
	font-size:16px;
	color:#000;
	font-family:georgia;
}
.textwidget {
	padding:15px;
}
.widget_text p {
	margin:0;
}



#searchform {
	padding-top:25px;
	background:url('images/search.png') 12px 0 no-repeat;
	text-align:center;
}
#searchform label {
	display:none;
}
#searchform input#s {
	padding:10px;
	width:240px;
	font-size:14px;
	text-align:left;
}
input#searchsubmit {
	
}


#sidebar img.centered {
	display:block;
	margin:0 auto;
}

.aktt_widget .widget-title {
	display:none;
}

.aktt_tweets {
	background:url('images/twitter_widget.jpg') top center no-repeat #fff;
	margin:0 10px;
	padding:100px 10px 10px 10px;
}

/************************************
footer
*/
#footer {}
#footer .container {
	background:transparent;
	height:100px;
}
#footer p {
}
#footer p a {}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}



/*
***********************************
************************************
CSS 3
************************************
************************************
*/

.boxshadow {
	box-shadow: 10px 10px 20px #000;
	-webkit-box-shadow: -0px -0px 30px #000;
	-moz-box-shadow: -0px -0px 30px #000;
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rounded_tl {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}



/*
***********************************
************************************
PAGE TEMPLATES
************************************
************************************
*/



#grid_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}
#grid_overlay .container {
	background:transparent;
}
#grid_overlay .span-1 {
	background:rgba(0,0,0,.1);
}
#grid_overlay .span-1 span {
	display:block;
	text-align:center;
	font-weight:bold;
	color:#000;
}










