/*
Theme Name: QueensMuse
Theme URI: http://joserg.com/blog/
Description: A starter theme for WordPress.
Author: José Emilio Rodríguez
Author URI: http://joserg.com
version: 1.0.1
Tags: white, widget-ready, threaded-comments
*/
/* basics */
*{margin:0; padding:0;}
#featured_slider ul li {display: none;} /*This is a fix for loading bug. It will get overwritten by Plugin afterwards*/
body {
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	width: 1220px;
	text-align: justify;
	}
#absolute-container {
	margin: 0px;
	padding: 0px;
	position: relative;
}
img#bgg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
 repeat: repeat-y;
}
img{ border: none; padding:0; }
img a{border:none;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }
#attachment_377, #attachment_378, #attachment_379 { margin: 0 34px; }
blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}
code{font-family:"Courier New", Courier, monospace;}
/* links */
#searchform input#s, a {
	color:#C1272D; text-decoration:none;
}
#sorry-p {
	margin-top: 6px;
}
#sorry {
	margin: 10px 0 10px 0;
}
a {
	border-bottom-style: none;
}
a:hover {
text-decoration: none;
color: #8DC63F;
}
/* header */
#logo-h1 {
	background-image: url(images/nny_logo.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 102px;
	top: -75px;
	margin: 20px 0 0px 57px;
	z-index: 2;
}
#logo-QMA {
	background-image: url(images/qma_logo.png);
	background-repeat: no-repeat;
	background-position: -244px;
	height: 125px;
	line-height: 80px;
	width: 243px;
	left: 977px;
	top: 0px;
	position: relative;
	z-index: 6;
}
#blog-header {
	display: block;
	line-height: 70px;
	text-indent: -9999px;
}
#logo-QMA:hover {
	background-position: 0;
}
#logo-link {
	display: block;
}
#main-box {
	position: relative;
}
#header {
  	width:100%; 
	}
#header h1{
	position: relative;
	width: 500px;
	font:bold 42px  "Century Gothic", sans-serif;
	padding:0;
	margin:0;
	}
	
#header h1 a{
	color: #000; 
	text-decoration: none;
	}
#header h1 a:hover{
	text-decoration: none;
	}
#header h2{
	font:normal 20px  "Century Gothic", sans-serif;
	color:#333;
	padding: 0 0 20px 3px;
	margin:0;
	text-indent: -9999px;
	}
.red-fix {
	color: #C1272D;
	font-weight: bold;
}
.logo{
	width:auto;
	float:left;
	width: 100%;
}
.tag-header {
	font-weight: bold;
	color: #7A7A7A;
}
#featured_slider {
	top: -72px;
	margin: 0 110px 16px;
}
#featured_slider img {
	padding: 1px;
	border: #6A6A6A solid 1px;
}
#slider-img img {
	display: none;
}
#featured_slider .content_left h2 {
	font-weight: normal;
}
#featured_slider .content_left h2 a:hover {
}
#arrows {
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 10;
}
#arrows div {
	float: left;
	margin: 0 10px;
}
img.tfe {
	border: 1px solid #6A6A6A;
	padding: 1px;
}
/* header image */
/* please note: header image styling is overwritten by the functions.php file starting on line 310. Only adjust if you know what you are doing. */
#headerimg{
	width:850px;
	height:200px;
	background:#ccc;
}
/* main menu */
#navigation {
	float: left;
}
#lr-navigation {
	width: 92%;
	margin: 0;
	padding: 0;
}
#menu{
	text-transform:uppercase;
	width:100%;
	background:#000;
	font:normal 12px  "Century Gothic", sans-serif;
	margin: 0 auto 14px;
	height:45px;
}	
/*DROPMENU IS NOT BEING USED!! Look at line 580*/
#dropmenu {
	text-transform:uppercase;
/*	width:60%;  */
	float:left;
	position:relative; 
	z-index:300;
	margin:0;
	padding:0 0 0 14px;
	}
	
#dropmenu li a {	
	padding:5px 10px;
	margin: 0;
	color: #aaa;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	}
	
#dropmenu li a:hover {	
	color:#fff;
	text-decoration:none;
	background-color:#000;
	}
	
#dropmenu li {
	float:left; 
	position:relative; 	
	list-style-type: none;
	margin: 0 10px 0 0;
	padding:10px 0;
	}
	
#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:8px 0 0 0;
	padding:4px 0 0 0; 
	background:#000;
}
#dropmenu li ul {width:14.1em; padding:12px 0 0 0;  display: none; position: absolute; z-index:999;}
#dropmenu li ul li {border:none;}
#dropmenu li ul a {width:12em; height:auto; float:left; padding:4px 10px; border:none; border-radius:none !important; color:#fff;}
#dropmenu li ul a:hover {border-bottom:4px solid #fff; color:#aaa;height:auto; border:none; border-radius:none !important;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
#dropmenu li.current_page_item a {
	color:#fff;
}
#dropmenu li ul li.current_page_item a {background:none !important;}
/* content */
.content {
	overflow: hidden;
	margin: 0;
	position: relative;
	top: -72px;
	}
	
.content-middle{
	float: left;
	width:700px;
	margin-left: 108px;
	}
	
.content-left{
	float: left;
	width:60%;
	}
.content-right{
	float: right;
	width:60%;
	}
	
.content.content-two-columncontent-right{
	float: right;
	width:70%;
	}
	
.content.content-two-columncontent-left{
	float: left;
	width:70%;
	}
.post {
	margin:0;
	margin-top: 15px;
	padding:0;
	clear: both;
	}
.pagetitle{
	font:normal 18px  "Century Gothic", sans-serif;
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h2{
	font:normal 20px  "Century Gothic", sans-serif;
	border-bottom: solid 2px #8A8A8A;
	padding-bottom: 4px;
	color: #6A6A6A;
	}
	
.post h2 a{
	color: #C1272D;
	text-decoration: none;
	}
	
.post h2 a:hover{
    color: #8DC63F;
	text-decoration: none;
	}
	
.post h3{
	color:#C1272D;
	}
.post ul {
}
.post li {list-style-type:square;}
.entry p{margin:20px 0;}
.rollout {height: 168px; overflow: hidden;}
.rollout p { margin-top: 3px; }
.titlemetadata, .postmetadata {
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
}
.postmetadata {
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 0 0 18px 0;
	color: #6A6A6A;
	}
.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.next {
	background-image: url(images/arrow-r.png);
	background-repeat: no-repeat;
	background-position: top right;
    float: right;
    text-align: right;
    width: 320px;
}
.previous {
	background-image: url(images/arrow-l.png);
	background-repeat: no-repeat;
    float: left;
    text-align: left;
    width: 320px;
}
.next:hover {
	background-position: bottom right;
}
.previous:hover {
	background-position: bottom left;
}
.next a {
	padding-right: 20px;
}
.previous a {
	padding-left: 20px;
}
.alignleft a{float:left; margin:5px 0px 10px 0px;}
.alignright a{float:right; margin:5px 0px 10px 0px;}
/* Primary Sidebars */
.primary-sidebar{
	margin: 0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	position: relative;
	top: -60px;
	}
	
.primary-sidebar.content-left{
	float: right;
	width:20%;
	}
	
.primary-sidebar.content-middle{
	float: right;
	width:330px;
	}
	
.primary-sidebar.content-right{
	float: left;
	width:200px;
	}
	
.primary-sidebar.content-two-columncontent-left{
	float: right;
	width:25%;
	}
	
.primary-sidebar.content-two-columncontent-right{
	float: left;
	width:25%;
	}
.primary-sidebar h2{
	font:normal 16px  "Century Gothic", sans-serif;
	color: #6A6A6A;	
	margin: 10px 0px 0px 0px;
	padding: 0;
	/*border-bottom:1px solid #ddd;*/
}
.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}
.primary-sidebar img {padding: 0; margin: 0;}
.primary-sidebar ul {
	margin:0;
	padding:0;
	}
	
.primary-sidebar.content-middle ul{
	margin:0 0 0 20px !important;
	}
	
.primary-sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.primary-sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}
.primary-sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 130%;
	list-style-type: none;
	}
.primary-sidebar ul ul {
	margin:14px 0;
	padding: 0;
}
.primary-sidebar.content-middle ul ul{
	margin: 2px 0px 5px !important;
	}
	
.primary-sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-right ul ul{
	margin:14px 0 !important;
	}
.primary-sidebar ul ul li {
	list-style-type: none;
	}
.primary-sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
.primary-sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-position:inside;
	color: #6A6A6A;
}
/* twitter */
.aktt_tweets ul li{
	padding:0 5px 14px 0;
	background:none;
}
/* wp-calendar styling */
#wp-calendar{
	margin:14px 0;
}
/* sidebar styling for single column theme */
	
.primary-sidebar.content-two-columncontent-middle li{
	float:left;
	width:200px;
	margin:20px 20px 20px 0;
	}
	
.primary-sidebar.content-two-columncontent-middle li ul li{
	float:left;
	width:200px;
	margin: 0 !important;
	}
/* Secondary Sidebar */
.sidebar {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	overflow:hidden;
	}
	
.sidebar.content-middle{
    position: fixed;
	top: 0px;
	left: -9999px;
	margin: 0;
	}
	
.sidebar.content-left{
	float: right;
	width:20%;
	}
	
.sidebar.content-right{
	float: left !important;
	width:20%;
	}
.sidebar h2{
	font:normal 16px  "Century Gothic", sans-serif;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #ddd;
}
.sidebar p {margin:0; padding:14px 5px 14px 0;}
.sidebar img {padding: 0; margin: 0;}
.sidebar ul {
	margin:0;
	padding:0;
	}
	
.sidebar.content-middle ul{
	margin:0 20px 0 0 !important;
	}
	
.sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}
.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}
.sidebar ul ul {
	margin:14px 0;
	padding: 0;
}
.sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-right ul ul{
	margin:14px 0 !important;
	}
.sidebar ul ul li {
	list-style-type: none;
	}
.sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
.sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-position:inside;
	color: #898989;
}
/*NAVIGATION MENU** or The container wrapping ul.dropdown */
#navwrap {
float:left;
width:1076px;
background-image: url(images/red_mn_bckgr.png);
font-weight: bold;
font-size: 18px;
}
 
/* Top level Unordered list */
ul.dropdown {
list-style: none;
float: left;
/*width:100%;*/
line-height: 2.5em;
padding: 0 56px;
}
 
ul.dropdown  li{
float: left; /* makes horiz list */
position: relative; /* hey Submenu ULs, appear below! */
padding-left: 20px;
}
 
ul.dropdown a {
color: #FFF;
padding: 12px; /*space the items, occupy entire height too.*/
}
ul.dropdown a:hover {
color: #88D71F;
}
 
/* Style the link hover */
ul.dropdown li:hover a {
}
 
/* Displays the link as blocks. */
ul.dropdown li ul a {
display: block;
width: 100%;
}
 
/* sub menus!!  */
ul.dropdown ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:200px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
}
 
ul.dropdown li ul {
top:25px; /* Positioning:Calc with top level horz list height */
font-size: 13px;
left: 32px;
}
 
ul.dropdown li ul li {
background-image: url(images/green71_mn_bckgr.png);
padding: 0;
}
ul.dropdown li ul li:hover {
background-image: url(images/green_mn_bckgr.png);
}
 
ul.dropdown ul ul {
top: -24px;
left:100%; /* Position the sub menus to right. */
}
 
ul.dropdown ul li {/*Dropdown menu list items*/
float:none; /* umm.. Appear below the previous one. mmkay? */
border-top:1px solid #FFF;
line-height: 1em;
top: 20px;
/*opacity:0.5;
filter:alpha(opacity=50);  For IE8 and earlier */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul {
display: block;
}
 
ul.dropdown li * a:hover {
/* Change color of links when hovered */
color: #111;
}
/*3rd Tier Menus*/
ul.dropdown li ul li ul {
	font-size: 16px;
}
ul.dropdown li ul li ul li {
background-image: url(images/blue64_mn_bckgr.png);
}
ul.dropdown li ul li ul li:hover {
background-image: url(images/blue_mn_bckgr.png);
}
/*END NAVIGATION MENU*/
/* comments */
.maincomments{
	padding: 16px 0px 0px 0px;
	margin:0 0 20px 0;
	border-top: solid 1px #DDD;
}
.maincomments h3{
	font-family: "FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #6A6A6A;
	margin:0 0 9px 0;
	padding:0;
	letter-spacing:1px;
	}
#respond{margin: 0;}
#commentform{
	margin: 0;
	padding:0;
	font-size:12px;
	}
	
#commentform p{
	color: #7A7A7A;
	}
	
	
#commentform h3{
	font-family:"FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:70%;
	}
#author, #email, #url, #comment, #submit, #captcha_num {
	background: #fff;
	font-family:arial, times;
	font-size: 11px;
	margin:8px 5px 6px 0;
	padding:4px;
	border: 1px solid #ddd;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 14px;
	background:#C1272D; 
	text-transform:lowercase;
	color:#fff;
	width:150px;
	border:none;
	cursor:pointer;
	}
	
#submit:hover{
	background:#999; 
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}
ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px 12px 5px 12px;
	list-style-type:none;
	overflow:hidden;
	}
ol.commentlist li.alt {background:#fff;}
ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 12px "FuroreRegular", arial, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}
.children{
	margin:20px 0 0 12px;
	padding: 0;
}
.nocomments{background:#2d2d2d; color:#fff; padding:0;}
.comment-meta{font-size:12px; line-height:18px;}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px dotted #ddd;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 4px;
	}
.author-bio {
	font-size: 80%;
	font-style: italic;
	color: #888;
	margin: 5px 0 0 0;
}
.avatar{float:right; display:block; margin:-32px 0 0 8px; padding:0; border:2px solid #8A8A8A;}
#post_author_avatar img{ float: left; margin: 10px 20px 0px 0px }
.gravreply{float:left; margin:0 18px 0 0; height:70px; font-size:10px; text-align:center; text-transform:uppercase;}
.gravreply img { margin: 20px 0 0 -27px;}
#gravatar {}
/* misc */
#tag-roll {
	font-weight: bold;
}
#tag-roll a {
	font-weight: normal;
}
.gallery-caption {
	display: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	float: right;
	margin: 0 0 2px 15px;
	}
.alignleft {
	float: left;
	margin: 6px 15px 2px 0;
	}
.wp-caption {
   text-align: center;
}
.wp-caption img {
   margin: 0;
   padding: 1px;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #C1272D;
}
/* WP Page Navi Styles */
.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px dotted #ccc;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}
/* contact form 7 */
.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}
.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}
/* search */
.search{float:right; margin:0 20px 0 0;}
#searchform{
	padding: 0;
	margin: 9px 0px 0px;
	}
#searchform input#s:focus{
	font-size: 12px;
	font-weight: normal;
}
/*Categry Widget*/
#cat {
	width: 180px;
}
/* footer */
#footer {
	border-top:4px solid #8A8A8A;
	clear: both;
	width: 83%;
	margin:0 auto;
	}
	
#footer p{padding:14px 0;margin: 0; color: #333; text-align:center; font-size:10px;}
.open-sources {text-align:center; font-size:10px;}
#bad-behavior { margin: -44px 0 }
.widget_twitter ul li {
    background:none;
    margin-bottom:10px;
    padding-left:0;
}
.entry-meta {
font-size: 80%;
}
/*FEATURED POSTS*/
/*EVENTS*/
.event-categories li {
	list-style: none;
	display: inline;
	list-style-position: inside;
}
p.event-list {
	margin: 10px 0px 0px 0px;
}
#time-date {
	float: left;
	margin: 0px 20px 10px 0px;
	width: 40%;
    background-color: #EEEEEE;
    padding-left: 15px;
}
h3.p-date {
	margin: 0;
	font-weight: lighter;
}
.60percent {
	width: 57%;
}
.em-location-map, .em-locations-map {
	width: 100% !important;
	height: 300px !important;
}
.fullcalendar {
	font-size: 10px;
	width: 698px;
}
.month_name {
}
.eventless td {
	text-align: left;
}
.em-credit {
}
.em-credit a {
	color: inherit;
}
.em-credit a:hover {
	color: #C1272D;
}
#em_widget-4 ul li:hover {
	background-color: #EEE;
}
#em_widget-4 ul li a:hover {
	color: #8DC63F;
}
table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-today a:hover {
    color: #8DC63F;
}
#upcoming-h3 {
	font-size: 16px;
	margin: 15px 0 -6px;
}
#logos img {
	padding: 0 20px;
}