/*
THEME NAME: Virtue Studios Ranch
THEME URI: http://www.virtuestudiosranch.com
DESCRIPTION: This is the website for Virtue Studios Ranch.
VERSION: 2.0
AUTHOR: <a href="http://www.ballisticarts.com">Ballistic Arts Media Studios Inc.</a>
AUTHOR URI: http://www.ballisticarts.com
*/


body {margin:0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background: #000000;}
a:link, a:visited, a:active { color: #003366; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {padding:0 10px 10px;}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

/* PAGE LAYOUT */

#container {
	width: 953px;
	margin: 0px;
	padding: 0px;
    border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background: #FFFFFF;
}
	

.bluetitle span  {color: #3e6488; font-weight:700;}
.bluetitle td  {border-right:1px dotted  #cccccc; padding-left:15px;padding-bottom:5px;vertical-align:top;line-height:15px;}
.bluetitle th  {border-right:1px dotted  #cccccc; padding-left:15px;padding-bottom:5px;vertical-align:top;line-height:15px; }
.bluetitle h2  {padding-left:0px;margin-left:0px;text-align:left;position: relative;left:-10px;}

#flashheader {
	width: 953px;
	margin: 0px;
	padding: 0px;
	height: 240px;
	background-color: #000000;
}

#contentcontainer {margin: 0px;
	padding: 10px;
	width: 933px;
	float: left;
	background:#FFF;
}

#navbox {
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 280px;
	width: 206px;
	background-image: url(img/main/bg_menu.gif);
	background-repeat: repeat;
	text-align: left;
}

/* dropdown navigation */

#navbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 156px; /* Width of Menu Items */
	}
	
#navbox ul li {
	position: relative;
	}
	
#navbox li ul {
	position: absolute;
	left: 130px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF solid 1px;
	background: url(img/main/bg_menu.gif);
	}

/* Styles for Menu Items */

#navbox ul li a {
	display: block;
	width: 136px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
}

#navbox ul li a:hover {
	color: #FFFF99;
	display: block;
	text-decoration: none;
}

#navbox ul li ul li a {
	width: 140px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(img/main/bg_menu.gif); /* IE6 Bug */ 
	padding: 5px;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#navbox ul li ul li a:hover {
	text-decoration: none;
	color: #FFFF99;
	background-color: #003366; /* IE6 Bug */
	border-right: 1px solid #fff;
}

#navbox ul li:hover ul {
	display: block;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navbox ul li:hover ul, #navbox ul li.over ul { display: block; } /* The magic */
/* dropdown navigation ends */

#contentarea {margin:0; padding:0 10px; float:right; width:704px; text-align: left; background: #FFFFFF;}
#contentarea p {margin:0; padding:0 10px 10px;}

#contentarea h2 {
	margin: 0px;
	padding: 0px 10px 10px;
}

#col { width: 719px; float: left; }
#colleft { width: 350px; float: left; }
#colright { width: 350px; float: right; }
#colclear { width: 719px; clear:both; }

#col ul { padding: 0px 10px; margin: 0px; list-style: none; }
#col li { padding: 5px 0px; margin: 0px; list-style: none; border-bottom: #CCCCCC dotted 1px; }

#threecolumns { width:210px; padding:0 10px; float:left; }
#threecolumns ul {margin:0; padding:0; list-style:none;}
#threecolumns li {margin:0 0 10px; padding:0 0 10px; list-style:none; border-bottom: #CCCCCC dotted 1px;}

#threecolumns ul li span {color: #3e6488; font-weight:700;}

#modalContainer a.modalCloseImg {
  background:url(<?php echo WP_PLUGIN_URL; ?>/flv-gallery/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}
div.flvgallery-item {
	width: <?= $tw ?>px;
	margin: 5px <?= $h_margin ?>px;
	padding: 5px <?= $h_pad ?>px;
	float: left;
	display: inline;
}
div.flvgallery-item h2 {margin: 0px; padding:0 0 10px; font-size:13px;}
div.flvgallery-thumbnail {
	width: <?= $tw ?>px;
	max-width: <?= $tw ?>px;
	height: <?= $th ?>px;
	max-height: <?= $th ?>px;
	padding:0 10px;
}
div.flvgallery-thumbnail img {
	max-width: <?= $tw ?>px;
	max-height: <?= $th ?>px;
}

span.flvgallery-caption {
	width: 70%;
	float: left;
}
span.flvgallery-link {
	width: 28%;
	float: right;
	text-align: right;
	padding-left: 2%;
}