﻿/*
Theme Name: Cobalt Club legacy
Description: Original Cobalt Club theme ported to WordPress.
Version: 1.0
Author: Kenny Knapp
Author URI: http://KnappTech.com/
*/

#custom-doc
{
   width: 65.3846em; /* 850/13 */
   *width: 63.750em; /* 850/13.3333 */
}

body
{
   background-image: url('images/background.jpg'); 
   background-repeat:repeat;
   height: 100%;
   width: 100%;
   margin: 0px 0px 0px 0px; 
   /* Default Font attributes */
   color: white;
   font-family: Century Gothic, Tahoma;
   font-weight: bold;
   /*font-family: 'Bookman Old Style' , Tahoma;*/
   font-size: 12pt;
}

body #bg 
{
   position:absolute;
   top:0;
   left:0;
   height:100%;
   width: 100%; 
   z-index:-777;
}

body #bgimage 
{
   height:100%;
   width:100%;
}

.modalBackground
{
   background-color:#F5F5EB;    
   filter:alpha(opacity=50);    
   opacity:0.5;
}

.InsetBox
{
   border: solid 2px #044a94;
   padding: 3px 3px 3px 3px;
   margin: 1px 1px 1px 1px;
}

.TextContainer
{
   /*background-color: #6d280b;*/
   padding: 3px 3px 3px 3px;
   margin: 3px 3px 3px 3px;
}

.TextContainerBorder
{
   /*background-color: #6d280b;*/
   border: solid 3px dimgray;
   padding: 3px 3px 3px 3px;
   margin: 3px 3px 3px 3px;
}

.PhotoContainer
{
   margin: 3px 3px 3px 3px;
}

.CobaltHighlight
{
   color: white; 
   background-color: #173A7A;
}


#hd
{
}

#bd
{
   background-image: url(images/bg_marble.gif); /* relative to CSS folder! */
   background-repeat: repeat;   
   min-height: 450px;
}
#yui-main{
   padding-bottom: 10px;
}
#ft
{
      /* background-color: #6d280b;*/
}

a
{
   color: white;
}

a:hover
{
   color: white;
   text-decoration: none;
}

hr
{
   color: #173A7A;
}


h1
{
   font-size: 24pt;
}
h2
{
   font-size: 18pt;
}
h3
{
   font-size: 16pt;
}

.caption
{
   font-size: 10pt;
}

#divLogo
{
   /*border: solid 1px blue;*/
   padding: 3px 3px 5px 3px;
}
#divTopContent
{
   /*border: solid 1px yellow; */
   vertical-align:middle;
   text-align: center;
}
input, textarea
{
   font-family: Century Gothic, Tahoma;
   font-size: 12pt;
   color: #173A7A;
   border: solid 1px #173A7A;
}

.menu a
{
   color: White;
   text-decoration: none;
}
.menuItem
{
   border:solid 0px black;
   text-align:center;
}
.selectedMenuItem
{
   background-color: #146ABC;
}
.hoverMenuItem
{
   background-color: #1387E9;
   /*border-bottom:solid 1px #E4E4CB;*/
}

input[type=submit]
{
    background-color: #173a7a;
    font-size: 11pt;
    color: #FFFFFF;
}
.button
{
    background-color: #173a7a;
    font-size: 11pt;
    color: #FFFFFF;
}

#sidebar{
	border: none 1px lime; 
	float:right; 
	padding:0px 15px 0px 15px;
	width:190px;
}
#memberListing
{
    padding: 10px 0px 0px 20px;
}

#memberListing a
{
    text-decoration:none;
}

#memberListing a:hover
{
    text-decoration:underline;
}

#socialNetworks{
	padding: 10px 0px 10px 0px;
}

