html,
body {
    margin:0;
    padding:0;
	height:100%;
}

body {
	background:#000;
	background-image:url('images/bg.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#1b5a82;
	font-size:8pt;
	font-family:verdana, arial, helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a:link {color:#1b5a82; text-decoration:none; transition: all 0.9s; -moz-transition: all 0.9s; -webkit-transition: all 0.9s; -o-transition: all 0.9s;}
a:visited {color:#1b5a82; text-decoration:none;}
a:active {color:#011e31; text-decoration:none;}
a:hover {color:#011e31; text-decoration:none;}

.date {
	font-size:7pt;
	font-weight:bold;
	color:#0f1b1e;
}

.title {
	font-size:10pt;
	font-weight:bold;
	color:#0f1b1e;
}

.form {
	width:350px;
	color:#e7ecf;
	background:#26383c;
	border-color:#0f1b1e;
}

.sign {
	width:220px;
	color:#1b5a82;
	background:#f1ebe4;
	border-color:#0f1b1e;

	margin-left:9px;
	margin-right:4px;
}

.pulldown {
	color:#fff;
	background:#26383c;
	border-color:#0f1b1e;
}

textarea#form {
	width:350px;
	height:200px;
	color:#e7ecf;
	background-color: #b0c2cd;
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(176, 194, 205)), from(rgb(231, 236, 239)));
	background-image: -webkit-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -moz-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -o-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -ms-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b0c2cd', EndColorStr='#e7ecef');
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	border:solid 1px #1b5a82;
	resize: none;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.9s; 
	-moz-transition: all 0.9s; 
	-webkit-transition: all 0.9s; 
	-o-transition: all 0.9s;	
}

textarea#form:focus {
	border: 1px solid #0f1b1e;
}
	
input[type=text]  {
	background-color: #b0c2cd;
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(176, 194, 205)), from(rgb(231, 236, 239)));
	background-image: -webkit-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -moz-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -o-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: -ms-linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	background-image: linear-gradient(top, rgb(176, 194, 205), rgb(231, 236, 239));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b0c2cd', EndColorStr='#e7ecef');
	border:solid 1px #1b5a82;
	font-size:8pt;
	font-family:verdana, arial, helvetica, sans-serif;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.9s; 
	-moz-transition: all 0.9s; 
	-webkit-transition: all 0.9s; 
	-o-transition: all 0.9s;		
}

input[type=text]:focus {
	border: 1px solid #0f1b1e;
}
	
#wrapper {
	background: #e8ebf0;
	position:relative;
	width:902px;
	height: 100%;
	min-height:100%;
	margin:0 auto;
}

#gallerywrapper {
	margin-left:9px;
	margin-top:9px;
	margin-right:9px;
	margin-bottom:9px;
}

#header {
	width:902px;
	height:174px;
}

#menu {
	background:#26383c;
	width:902px;
	height:36px;
}

#content {
	width:902px;
}

#main {
  	float:left;
	width:555px;
  	padding:9;
	margin-left:9px;
	margin-top:9px;
	margin-right:9px;
	margin-bottom:9px;
}

#rightcol {
  	float:right;
  	width:320px;

	margin-left:0px;
	margin-top:9px;
	margin-right:9px;
	margin-bottom:0px;
}

#facebox {
	background:#26383c;
	width:316px;

	margin-left:0px;
	margin-top:0px;
	margin-right:9px;
	margin-bottom:9px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;
}

#mediabox {
	background:#26383c;
	width:316px;

	margin-left:0px;
	margin-top:0px;
	margin-right:9px;
	margin-bottom:0px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;
}

#linkbox {
	background:#26383c;
	width:316px;

	margin-left:0px;
	margin-top:9px;
	margin-right:9px;
	margin-bottom:0px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;
}

#footer {
  	float:left;
	width:902px; 
	margin-top:30px;
}

#youtube {
  	width:298px;
  	height:167px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;
	
	margin-left:7px;
	margin-top:7px;
}

#youtubesmall {
	float:left;

	width:269px;
  	height:151px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;

    margin-bottom:9px;
}

#store {
	float:left;

	width:269px;
  	height:378px;

	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;

    margin-bottom:9px;
}

#albumpic {
    height:200px;
	width:200px;
        
	border:1;
	border-color:#0f1b1e;
	border-style:solid;
	border-width:2px;
            
	margin-left:0px;
	margin-top:0px;
    margin-right:9px;
    margin-bottom:9px;
}

#break {
  	width:9px;
  	height:9px;
}

#break2 {
	float:left;
	width:9px;
  	height:9px;
}

::-moz-selection{ background: #1b5a82; color:#fff; text-shadow:none;}
::selection { background:#1b5a82; color:#fff; text-shadow:none;}
textarea, input{ outline:none;}

.youtubestandard {
	width: 450px;
	height: 225px;
	margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 10px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 
	inset 1px 1px 0 rgba(255,255,255,0.2),
	inset -1px -1px 0 rgba(255,255,255,0.2),	
	0 0 3px rgba(85,85,85,0.4);
	-webkit-box-shadow:
	inset 1px 1px 0 rgba(255,255,255,0.2),
	inset -1px -1px 0 rgba(255,255,255,0.2),	
	0 0 3px rgba(85,85,85,0.4);
	-moz-box-shadow:
	inset 1px 1px 0 rgba(255,255,255,0.2),
	inset -1px -1px 0 rgba(255,255,255,0.2),	
	0 0 3px rgba(85,85,85,0.4);
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
