/*
Theme Name: Modified Mezzanine for VV v1
Theme URI: 
Description: A clean, simple monochromatic 2 column theme.
Author: Matt Alonso & Redface
Author URI: http://www.redworks.sk
*/

/*MATT CHANGE
body {
	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif;
	background: #eaeaea url(images/back.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
}
*/
body {
	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif;
	/*background: url(/images/kubrickbgcolor.jpg);*/
	margin: 0px;
	padding: 0px;
}

/*MATTCHANGE
#page {
	width: 750px;
	margin: 0 auto;
	background: #ffffff;
}
*/
#page {
	width: 884px;
	margin: 0 auto;
	background: url('/images/blog_bg_884x10.jpg') repeat-y;
	background: url('/images/blog_bg_11px_shift_884x10.jpg') repeat-y;
}

/*MATTCHANGE
#header {
	width: 100%;
	height: 110px;
	_height: 150px;
}
*/

#header {
	width: 100%;
	height: 170px;
	margin:0px;
	padding: 0;
	background: url('/images/banner_full_w_orange_884x170.jpg') no-repeat bottom center;
	
}

/*MATTCHANGE
#wrapper {
	width: 750px;
}
*/

#wrapper {
	width: 883px;
	margin:0px;
	padding:0px;
	
}

/*MATTCHANGE
#content {
	float: left;
	width: 500px !important;
}
*/

/*MATTCHANGE
#content {
	float: left;
	width: 500px !important;
}
*/

#content {
	float: left;
	width: 660px !important;
	/*background-color:#919558;
	background-color:#ccc;*/
	margin-left:23px;
}

h3 {
  margin-left:23px;
}

#lvvma_bg_wrapper{
  margin-left:23px;
}

/*MATTCHANGE
#sidebar {
	width: 200px;
	margin: 0px 0px 40px 0px;
	float: right;
}
*/

#sidebar {
	width: 200px;
	height:100%;
	margin: 0px 0px 0px 0px;
	float: right;
	/*background-color:#919558;
	background-color:#ccc;
	*/
}

/*MATTADD*/
#searchform {
  margin-top:40px;
}

#sully_top{
  text-align:right;
  position:relative;
  top:0px;
  left:71px;
}

#sully_bot{
  text-align:right;
  position:relative;
  left:70px;
}

#footer > h1, #footer_group > h1{
  font-size:19px;
  font-weight:bold;
  font-style:italic;
  color:#68130C;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:0px;
}

#footer .address, #footer_group > .address{
  font-size:13px;
  font-weight:bold;
  color:#68130C;
  padding-top:0px;
  margin-top:0px;
}

#footer_group {
  position:relative;
  top:-55px;
}

/*ENDADD*/
/*MATTCHANGE
#footer {
	height: 40px;
	clear: both;
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;	
}
*/

#footer {
	clear: both;
	background-color:#fff;
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:23px;
}

#footer a {
	text-decoration:underline;
}

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


a {
	color: #423434;
	text-decoration: none;
    outline: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	outline: none;
	font-weight: normal;
}






/*------------- HEADINGS -------------*/


h1, h1 a {
	margin-top: 40px;
	font-size: 1.9em;
	margin-bottom: 0px;
}

h1 a:hover {
	background: #423434;	
	color: #ffffff;

}

.description {
	font-size: 1.7em;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.8em;
	margin-bottom: 0px;	
	font-weight: normal;
	margin-top: 60px;
	font-style: italic;

}






/*------------- CONTENT -------------*/


h2, h2 a:visited, h2 a {
	margin-bottom: 5px;	
}

h2 a:hover {
	background: #423434;	
	color: #ffffff;
}

/*MATTCHANGE
.post {
	margin-bottom: 90px;	
	margin-top: 60px;	
	clear: both;
}
*/

.post {
	margin-bottom: 50px;	
	margin-top: 30px;	
	clear: both;
	margin-left:25px;
	margin-right:25px;
}

/*MATTCHANGE
.post img {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
	border-color: #000000;
}
*/

.post img {
	max-width: 500px;
	border-color: #000000;
}

.post li {
	list-style-type:square;
}

.entry {
	line-height: 150%;
	text-align: justify;
	
}

.post li a, .entry a {
	color: #545454;
	text-decoration: underline;
}

.post li a:hover, .entry a:hover {
	background: #423434;
	color: #ffffff;
	text-decoration: none;
}

.entrytext  {
	line-height: 150%;
	display: block;
	clear: both;
	
}

.entrytext p {
	width: 500px;
	
}

.postmetadata, .postmetaedit {
	padding: 3px;
	font-size: 0.9em;
	color: #ffffff;
	background: #423434;
}

.postmetadata a{
	color: #e9e9e9;
	text-decoration: underline;
}

.postmetaedit {
	background: transparent;
}

.postmetaedit a:hover {
	background: transparent;
	text-decoration: underline;
}

/*
img, a img {
	margin: 5px;
	display: inline;
}
*/






/*-------------- SIDEBAR ------------*/


#sidebar ul {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

#sidebar ul h2 {
	color: #423434;
	font-size: 1.6em;
	border-bottom: 2px solid #423434;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}

#sidebar ul li {
	list-style-type:none;
	text-align:left;
}

#sidebar ul ul {
	margin-bottom: 50px;
}

#sidebar ul ul li {
	line-height: 26px;
	border-bottom: 1px dotted #dbdbdb;
	display: block;
}

#sidebar ul ul ul {
	margin: 0px;
	border-top: 1px dotted #dbdbdb;
}

#sidebar ul ul ul li {
	margin-left: 15px;
	padding-left: 15px;
	line-height: 26px;
	background: url(images/sub.gif) no-repeat left;
}

#sidebar li a {
	display: block;
}

#sidebar li a:hover {
	display: block;
	background: #423434;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

#sidebar a {
	color: #5a5a5a;
}





/*-------------- COMMENTS --------------*/


ol.commentlist {
	margin-bottom: 50px;
}

#author, #email, #url {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#comment {
	width: 450px;
	background: #f6f6f6;
	border: 1px solid #857373;
	padding: 5px;
}

#commentform {
	margin-left: 20px;
}

.commentauthor, .commentauthor  a {
	font-size: 1.1em;
	font-weight: bold;
	display:block;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	padding: 10px;
	width: 400px;
}

ol.commentlist ol {
	font-weight: bold;
}

ol.commentlist li.alt {
	background: #f5f5f5;
}




/*-------------- SEARCH FORM -------------*/

#searchform {
	margin-bottom: 30px;
}

#searchform input {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#searchform #s {
	width: 190px;

}

#searchform #searchsubmit {
	border: 1px solid #857373;	
}




/*------------- CALENDAR -----------------*/

#wp-calendar {
	width: 100%;
	color: #8c8c8c;
	margin-bottom: 20px;
}

#wp-calendar th {
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	color: #000000;
}

#wp-calendar a {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#wp-calendar a:hover {
	color: #898989;
	font-weight: bold;
	background: #423434;
	padding: 0px !important;
	
}

#prev a,  #next a {
	margin: 10px;
}

#wp-calendar caption {
	color: #000000;
	margin: 10px;
	font-size: 1.1em;
}




/*------------- OTHER ------------------*/

hr {
	display: none;
}


img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/*DROPDOWN*/
#dropmenudiv{
  text-align:center;
}

ul#nav{
  list-style: none;
  /*background-color:#FD9C05;*/
  margin-left:23px;
  z-index:2;
  font-size: 14px;
  margin-top:3px;
}

ul#nav li {
  list-style: none;
}

ul#nav li.nav_spacer {
  width:179px;
}

/*START TOOLBAR*/
/*toolbar is the (non-tabbed) navigation just below the header*/
ul.toolbar {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-size: 13px;
}
ul.toolbar li{
  /*float: left;*/
  /*background: url(/images/tab_right.gif) repeat-x top right;*/
  line-height: 2.5em;
}
ul.toolbar li a{
  display: block;
  /*line-height: 2.5em;*/
  /*background: url(/images/tab_left.gif) no-repeat top left;*/
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  padding: 0 5px;
}

/*End toolbar*/

/*toolbar_tab is the (tabbed) navigation just below the header*/
.toolbar_tab{
  font-size: 12px;
  margin:0;
  padding:0;
  line-height:1.5em;
  position:absolute;
  top:130px;
  z-index:1;
}


.toolbar_tab a:link, .toolbar_tab a:active, .toolbar_tab a:visited{
  display:block;
 }

.toolbar_tab li{
  float:left;
  position:relative;
  line-height:25px;
  /*background: url(/images/tab_right.gif) repeat-x top left;*/
  margin-right:3px;
  padding-right:9px;
  font-size:13px;
}

.toolbar_tab li a{
  line-height:30px;
  /*background: url(/images/tab_left.gif) no-repeat top left;*/
  padding:0px 5px;
}

.toolbar_tab ul {
  position:absolute;
  width:12em;
  top:1.5em;
  top:2.0em;
  top:2.5em;
  display:none;
  margin-top:0px;
}
.toolbar_tab li ul a{
  width:6em;
  float:left;
  line-height:25px;
}

.toolbar_tab ul ul{
	top:auto;
}

.toolbar_tab li ul li a{
  width:180px;
  margin:0px;
}

.toolbar_tab li:hover ul ul, .toolbar_tab li:hover ul ul ul, .toolbar_tab li:hover ul ul ul ul{
  display:none;
}
.toolbar_tab li:hover ul, .toolbar_tab li li:hover ul, .toolbar_tab li li li:hover ul, .toolbar_tab li li li li:hover ul{
  display:block;
}


li.top_link ul{
  margin:0px;
  left:-39px;
}

li.top_link ul li{
  background-color:#0066CC;
  background-image:none;
}

li.top_link ul li a{
  background-image:none;
}

li.top_link a:hover {text-decoration:underline;}

.sub_link a:link, .sub_link a:active, .sub_link a:visited, .sub_link a:hover{
  background-image:none;
}

#dropmenudiv{
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  /*line-height:18px;*/
  z-index:100;
}


#dropmenudiv > a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv > a:hover{ /*hover background color*/
  background-color: #EDED8D;
}

#dropmenudiv > a:visited {color:#000000; font-weight:bold; text-decoration:none}


#dropmenudiv > a:link {color:#000000; font-weight:bold; text-decoration:none}

.top_link > a:link {color:#000000; font-weight:bold; text-decoration:none}

/*a:active {color:#631206; font-weight:bold; text-decoration:none}*/
.top_link > a:active {color:#000000; font-weight:bold; text-decoration:none}

/*a:visited {color:#631206; font-weight:bold; text-decoration:none}*/
.top_link > a:visited {color:#000000; font-weight:bold; text-decoration:none}
