/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	2.3
Author:        	R.Bhavesh
Author URI:    	http://cssace.com/
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       July 15, 2008
Copyright:     (c) 2008 WP Remix, an endeavour by R.Bhavesh

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #333;
}
* {
	margin:0;
	padding:0;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:28px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
}
h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:700;
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:14px;
font-weight:700;
margin:0 0 10px;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 15px 6px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:65px;
margin:0 auto;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:650px;
padding-bottom:10px;
}
#content2 {
width:650px;
}
#content, #content2 { 
float:left;
}
#sidebar {
width:240px;
margin-bottom:15px;
}
#sidebar2 {
width: 270px;
margin: 0 10px 15px 10px;
}
#sidebar, #sidebar2 {
float:right;
}



#footer {
clear:both;
overflow:hidden;
text-align:left;
height:100%;
width:980px;
margin:0 auto;
padding:5px 10px;
}
#sidebar span {
font-size:12px;
}
#content .subcolumns,#sidebar .subcolumns {
width:280px;
}
/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header .h_left {
float:left;
width:320px;
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p {
font-size:12px;
line-height:20px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0;
padding:0;
color: #FFF;
}
#footer span {
margin-top:-8px;
font-size:11px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:right;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:875px;
height:35px;
position:relative;
margin-left: 100px;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font:10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/* NEW 2.7 */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin: 5px 10px 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; }

/*------- BigTuna Interactive Coding ---------*/
#wrapper {
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
#top {
	background-color: #030;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100%;
}
#logo {
	height: 80px;
	width: 273px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
}
.search {
	float: right;
	width: 225px;
	padding-top: 0px;
	background-color: #030;
	margin-right: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #030;
}
.search input {
	border:1px solid #000;
	background:#6e6e6d;
	width:169px;
	float:left;
	margin-right:6px;
	color:#fff;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 3px;
}

#header {
	height: 100px;
}

#header img {
	border: none;
}
#navigation {
	width: 980px;
	height: 71px;
	margin-top: 15px;
	background-image: url(images/bigtuna/navbar.jpg);
	background-repeat: none;
}
#navigation ul {
	list-style-type: none;
	margin-left: 25px;
}
#navigation ul li {
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  	margin:0;
  	padding-top: 10px;
	padding-right: 0px;
	padding-left: 20px;
  text-align:center;
}
#navigation ul li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 36px;
	width: auto;
	padding: 10px;
}
#content-wrap {
	height:100%;
	padding: 20px;
	overflow: auto;
	width: 940px;
	margin: 0 0 20px 0;
}
#content-wrap-membership {
	height:100%;
	overflow: auto;
	width: 980px;
}
#content-wrap h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color:#333;
}
#content-wrap h2 {
	font-size: 26px;
	font-weight: 600;
	color:#333;
	margin:20px 0;
}
#content-wrap h2 a{
	font-size: 20px;
	font-weight: 600;
	color:#990099;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content-wrap h2 a:hover {
	color: #333;
	text-decoration: underline;
}
#content-wrap h3 {
	font-size: 22px;
	font-weight: 600;
	color:#333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content-left h5 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 10px 0 10px 0;
	padding-top: 10px;
}
#content-left {
	width: 640px;
	float: left;
	padding: 0 10px 0 0;
}
#content-right {
	width: 210px;
	float: right;
}
#content-left p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content-left a{text-decoration: underline;}
.profileleft {
	float: left;
	width: 180px;
}
.profileleft img {
	padding: 4px;
	border: 1px solid #030;
	margin: 3px 0 10px 0;
}
.profileright { float:right; width: 440px; margin: 0 10px 10px 10px; }
.profileright h4 {
	color: #909;
	font-size: 16px;
	border-bottom: solid #CCC 1px;
	margin: 3px 0 0 0;
	padding: 0;
}
.profileright a {
	color: #909;
	text-decoration:underline;
}
.profileright ul {
	margin-top: 15px;
}
.clear {
	clear:both;
}
#benefits {
	width: 612px;
	margin-left: 10px;
	position: relative;
	margin: 0 0 20px 0;
}
.benefits-left {
	width: 180px;
	background-color:#CCC;
	height: 300px;
	float: left;
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background-image: url(images/bigtuna/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.benefits-middle {
	width: 180px;
	background-color: #E8E8E8;
	height: 300px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	margin: 0 0 0 3px;
	padding: 10px;
	background-image: url(images/bigtuna/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.benefits-right {
	width: 180px;
	background-color: #CCC;
	height: 300px;
	float: right;
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background-image: url(images/bigtuna/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#benefits h3 {
	color:#909;
	font-size:15px;
	padding-left: 30px;
}
#benefits img {
	border: 1px solid #fff;
	padding: 2px;
	margin-top: 10px;
}
.gallery
{
	float:left;
	width: 260px;
	margin:0
}
.galleryPreview li
{
	float:left;
	list-style:none;
	margin: 0 8px 8px 0;
}
.galleryPreview li a
{
	float:left;
	display:block
}
.galleryPreview img
{
	border: 3px solid #909;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/bigtuna/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/bigtuna//nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#navcontainer {
	height: 40px;
	width: 980px;
	float: left;
	background-image: url(images/bigtuna/navbar2.jpg);
	background-repeat: no-repeat;
}
#events h3 {
	border-bottom: 1px solid #fff;
}
#slideshare {
	margin-left: 140px;
}
.researchleft {
	width: 295px;
	padding: 10px;
	margin: 0 5px 10px 0;
	border: #CCC solid 1px;
	float: left;
	height: 675px;
}
.researchleft {
	width: 295px;
	padding: 10px;
	margin: 0 5px 10px 0;
	border: #CCC solid 1px;
	float: left;
	height: 675px;
}
.breadcrumb-left {
	margin-left: 20px;
}
h4 a:link {text-decoration:underline;}
h4 a:hover {text-decoration:none; color:#990099;}
.bootcamp img {margin: 20px 0 0 25px;}
.donate img {margin: 20px 0 0 45px;}
.AuthorizeNetSeal img {float:left; margin: 5px 10px 0 0;}
.bd {border: 1px solid #ccc; float:left; margin: 0 10px 0 0; padding: 10px; background-color:#fcfcfc}
.bd h3 a:link {font-size:14px; text-decoration:underline; color: #990099; margin: 5px 0 0 0; padding: 0;}
.bd img {margin:0;padding:2px; border: 1px solid #ccc;}
.legis a {text-decoration:underline; color: #990099;}
#events a {text-decoration:underline;}
#sidebar2 h3.purple, #sidebar h4.purple  {color: #990099; font-size: 20px;}
#border {background: #efefef; border: 1px solid #ccc; padding: 20px; color: #000;}
#border h3 {border: none; color: #003300;}
.bdrleft {padding: 4px; border: 1px solid #030; margin: 0 20px 20px 0; float: left;}
#sidebar2 a {text-decoration: underline;}
p.photos {margin: 15px 0 0 0;}
.margin-top {margin:40px 0 0 0;}
.researchleft1 {
	width: 295px;
	padding: 10px;
	margin: 0 5px 10px 0;
	border: #CCC solid 1px;
	float: left;
	height: 375px;
}
.researchright1 {
	width: 295px;
	padding: 10px;
	margin: 0 5px 10px 0;
	border: #CCC solid 1px;
	float: left;
	height: 375px;
}