/*
Theme Name: Tapestry New Opera Works main
Theme URI: http://tapestrynewopera.com
Description: The theme for the Tapestry New Opera Works web site.
Version: 0.4
Author: Benjamin Rankin
Author URI: http://mashtunweb.com

*/ 
/****************************************************/
@CHARSET "ISO-8859-1";
/* Push footer to bottom */
html,body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#content {
	overflow: visible;
	padding-bottom: 20px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear: both;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
	/
}

/****************************************************/
body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

html {
}

a {
	text-decoration: none;
	color: #000;
}

.clear_float{
	clear: both;
}

em {
	font-style: italic;
}
/****************************************************/
/* Page Content */

#content {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	min-height: 500px;
}

#page_content {
	position: relative;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption-text{
	font-size: x-small;
}
#front_page_top{
	background-image: url(/images/front_page_background_top.png);
	background-repeat: no-repeat;
	position: relative;
	height: 14px;
	width: 640px;
}

#front_page_main{
	background-image: url(/images/front_page_background_main.png);
	background-repeat: repeat-y;
	position: relative;
	width: 640px;
}

#front_page_bottom{
	background-image: url(/images/front_page_background_bottom.png);
	background-repeat: no-repeat;
	position: relative;
	height: 2px;
	width: 640px;
}

#front_page_content{
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 410px;
	
	position:relative;
	overflow:hidden;
	clear:both;
}

#front_page_content .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items div {
	width: 600px;
	height: 400px;
	float:left;
}

.scroll_nav_static_class {
	display: none;
}

.scroll_nav_class{
	position: relative;
	display: block;
	top: -20px;
	left: 270px;
	color: #fff;
	font-size: small;
}

.scroll_nav_class div, .scroll_nav_class ul{
	float: left;
}

.scroll_nav_class ul {
	margin-left: 10px;
	margin-right: 10px;
}

.scroll_nav_class a{
	color: #fff;
	font-size: small;
}

.nav_items li{
	display: inline;
	cursor: pointer;
}

.browse{
	cursor: pointer;
}

.current{
	color: #333;
}

#front_page_content h2 {
	position: relative;
	width: 300px;
	margin-bottom: 10px;
	font-size: large;
	font-weight: 600;
	color: #333;
}
#front_page_content h2 a {
	font-size: large;
	font-weight: 600;
	color: #333;
}


#front_page_content a {
	color: #fff;
}

#front_page_content p {
	font-size: small;
	margin-bottom: 5px;
}

.more-link{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-style: normal;
	font-size: x-small;
	font-weight: 600;
}

#front_page_bottom_boxes {
	position: relative;
	width: 640px;
}

#bottom_left_box {
	position: absolute;
	width: 310px;
	top: 0px;
}

#bottom_right_box {
	position: absolute;
	width: 310px;
	top: 0px;
	left: 330px;
}

#bottom_left_box_content, #bottom_right_box_content{
	position: relative;
	width: 300px;
	left: 5px;
	top: 5px;
}

#front_page_bottom_boxes h2 {
	color: #57adda;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: large;
}

#front_page_bottom_boxes h3 {
	color: #57adda;
	font-weight: 500;
	margin-bottom: 8px;
	font-size: medium;
}

#front_page_bottom_boxes  p {
	font-size: small;
	margin-bottom: 4px;
}

#front_page_bottom_boxes a {
	color: #57adda;
}

.post h2, .post h2 a{
	color: #57adda;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: x-large;
}

.post h3, .post h3 a{
	color: #57adda;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: medium;
}

.post a{
	color: #57adda;
}
.post p{
	font-size: small;
	margin-bottom: 10px;
}

iframe.fblikes, .fb_edge_widget_with_comment{
	position: relative;
	right: 0px;
}
/****************************************************/

/****************************************************/
/* right sidebar */

#right_sidebar{
	width: 152px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: visible;
}

#twitter-4 {
	position:relative;
	background-image: url(/images/twitter_bar.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 152px;
	text-align:center;
}

#twitter-4 div{
	position:relative;
	top: 20px;
	width: 132px;
	height: 350px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#twitter-4 div h2{
	text-align:center;
	margin-bottom: 10px;
}

#twitter-4 div h2 a{
	display: block;
	font-size: small;
	font-weight: 600;
	color: #FFF;
	text-shadow: #555 0 0 3px;
}

#twitter-4 div span{
	font-size: x-small;
	line-height: normal;
}
#twitter-4 div .entry-content {
	display: block;
	margin-bottom: 5px;
	margin-bottom: 5px;
}
#twitter-4 div .entry-content a{
	display: block;
	color: #FFF;
}

#twitter-4 div .entry-meta ,span.from-meta{
	font-size: 8px;
	margin-bottom: 5px;
	display: block;
}

#twitter-4 div .entry-meta a,from-meta{
	font-size: 8px;
}

/****************************************************/

/****************************************************/
/* left sidebar */
#left_sidebar{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 152px;
}

#left_menu li a {
	background-image: url(/images/sidebar_menu_item_background.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 152px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: x-small;
	margin-bottom: 5px;
}

#left_social_content {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
}

#left_blurb h2 {
	position: relative;
	height: 25px;
	vertical-align: middle;
	display: block;
	text-align: center;
	background-color: #F00;
	font-weight: 600;
	color: #FFF;
	padding-top: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#left_blurb_content{
	position: relative;
	border: 1px solid #999;
}

#left_blurb_content p{
	font-size: x-small;
	color: #666;
	width: 139px;
	margin: 5px;
}
/****************************************************/

/****************************************************/
/* Header */
#header {
	height: 239px;
	background-image: url(/images/header_sub_background.png);
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#page_header {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#header_menu {
	color: #FFF;
	font-weight: 600;
	height: 40px;
	text-align:center;
	background-image: url(/images/header_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	top: 141px;
	font-size: small;

}

#header_menu .holder {
	margin:0 auto;
}

.holder {
	display:table;
}

#header_menu a {
	color: #FFF;
}

#header_menu ul {
	z-index: 100;
}

ul.dropdown li {
	text-shadow: #555 0 0 3px;
}

ul.dropdown li.page-item a, ul.dropdown li.top-level-menu-item{
	background-image: url(/images/menu_item_background.png);
	background-repeat: repeat-x;
	height: 38px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}


#header_image {
	background-image: url(/images/header_side_1.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 350px;
	position: absolute;
	width: 500px;
}

#header_title {
	background-image: url(/images/header_forground.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 599px;
	position: absolute;
	top: 20px;
	left: 420px;
}

#header_menu .home-link a{
	color: #000;
}

#header_menu .home-link{
	height: 38px;
	margin-top: 15px;
	padding-right: 15px;
	margin-right: 4px;
}

.spacer {
	width: 50px;
}

.sub-page-item a{
	width: 290px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#99ccff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	display: block;
}

.sub-page-item a:hover{
	background-color:#b9ddf0;
}

/****************************************************/

#footer{
	font-size: xx-small;
}

/****************************************************/
/* Begin Images */
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;
}
/* End Images */

