/* 
Project: AllABoardroom
Filename: screen.css
Date: Feb 09
*/



/* ---------------- global styles ---------------- */


body, html{
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
  	font-size: 75%;
	text-align: center;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #E4E5E6 url(img/bkg.gif) repeat-x fixed center bottom; 
    }

body a img {
	border: none;
}


img{
	display: block;
}



/* ---------------- clear standard browser styles ---------------- */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
input {
	width:400;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
	position: absolute;
	left: -9999px;
}


.hide-link{
	position: absolute;
	left: -9999px;
}

.image_left{
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px ;
}


.image_right{
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px;
}




/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	width: 940px;
	margin: 0 auto 0 auto;
}


#title{
	float: left;
	width: 317px;
	height: 118px;
	background: url(img/allaboardroom-web.gif) no-repeat 0 0;
	text-indent: -9999px;
}


/* ---------------- content ---------------- */

#navigation{
	float: left;
	width: 689px;
	height: 71px;
	background: url(img/sub-nav-bkg.png) no-repeat 0 0;
}


* html #navigation{
	background: url(img/sub-nav-bkg.gif) no-repeat 0 0;
}


#nav{
	float: right;
	height: 26px;
	margin: 0 15px 0 0;
	background: #EBEFEF url(img/main-nav-bkg.gif) repeat-x bottom left;
	border: 1px solid #CFD3D3;
	border-bottom: none;
	font-size: 1.2em;
	text-transform: lowercase;
	padding: 0 5px;
}


#nav li{
	float: left;
	margin: 3px 0;
	color: #777;
	border-right: 1px solid #777;
}


#nav .last{
	border-right: none;
}

#nav li a{
	display: block;
	color: #777;
	padding: 0 5px;
	margin: 0 4px;
	text-decoration: none;
}


#nav li a:hover,
#nav .here a{
	background: #4F2683;
	color: #fff;
}


#nav_sub{
	clear: both;
	float: right;
	margin: 5px 15px 0 0;
	background: #4F2683;
	font-size: 1.1em;
	padding-left: 10px;
}


#nav_sub li{
	float: left;
}


#nav_sub li a{
	display: block;
	margin: 3px 9px 3px 0;
	padding: 0 9px 0 0;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}


#nav_sub li a:hover,
#nav_sub .here a{
	text-decoration: underline;
}


#nav_sub .last a{
	border-right: none;
}


/* ---------------- content ---------------- */

#content{
	float: left;
	width: 689px;
	background: url(img/content-bkg.png) no-repeat bottom left;
}


* html #content{
	background: url(img/content-bkg.gif) no-repeat bottom left;
}



/* ---------------- main-content ---------------- */

#main-content{
	float: left;
	width: 380px;
	margin: 30px 30px 0 30px;
	padding-bottom: 30px;
}


* html #main-content{
	margin: 30px 15px;
}


#main-content h1{
	font-size: 1.6em;
	padding-bottom: 25px;
	letter-spacing: 1px;
	}


#main-content h2{
	font-size: 1.3em;
	padding: 10px 0 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
	}


#main-content h3{
	font-size: 1.2em;
	padding: 10px 0 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
	}


#main-content p{
	font-size: 1.2em;
	padding-bottom: 10px;
}


#main-content a{	
	color: #BD0D5C;
}


#main-content a:hover{	
	text-decoration: none;
}


#main-content ul,
#main-content ol{
	font-size: 1.2em;
	padding-bottom: 10px;
}


#main-content ul li{
	background: url(img/bullet.gif) no-repeat 0 3px;
	padding: 0 0 5px 13px;
}


#main-content ol li{
	margin: 0 0 5px 20px;
	list-style: lower-roman;
}


#entry-form{
padding-top: 20px;
}

#entry-form textarea{
color: #333;
}


#entry-form #step_3{
padding-bottom: 20px;
}

#entry-form p{
margin-bottom: 20px;
}

/* ---------------- side-bar ---------------- */

#side-bar{
	float: right;
	width: 180px;
	margin: 30px;
}


#side-bar h3{
	font-size: 1.5em;
	margin-bottom: 30px;
}


#side-bar .mailing-list{
	padding: 10px;
	border: 2px solid #BEC3C3;
}


#side-bar .mailing-list label{
	position: absolute;
	left: -9999px;
}


#side-bar .mailing-list h4{
	font-size: 1.4em;
	margin-bottom: 10px;
}


#side-bar .mailing-list input{
	border: 1px solid #777;
	width: 145px;
	margin-bottom: 5px;
	font-size: 1.1em;
	padding: 2px 5px;
	color: #777;
}


#side-bar .mailing-list textarea{
	border: 1px solid #777;
	margin-bottom: 10px;
	width: 145px;
	height: 80px;
	padding: 2px 5px;
	font-size: 1.1em;
	font-family: tahoma;
	color: #777;
}


#side-bar .mailing-list .submit{
	background: #4F2683;
	color: #fff;
	width: 155px;
	padding: 3px 0;
	font-size: 1.5em;
}


#side-bar .next-party{
	margin-top: 20px;
	border: 2px solid #4F2683;
}



#side-bar .next-party h3{
	background: url(img/next-party.gif) no-repeat 0 0;
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}


#side-bar .next-party p{
	margin: 0;
	padding: 10px 15px;
	font-size: 1.2em;
}


#side-bar blockquote{
	border: 2px solid #777;
	padding: 15px;
	margin-top: 20px;
	font-size: 1.1em;
}


/* ---------------- #info-bar ---------------- */

#info-bar{
	float: right;
	width: 232px;
	margin-top: -45px;
}



#info-bar .news{
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff url(img/news-bkg.jpg) repeat-x 0 0;
}



#info-bar .news h3{
	font-size: 1.5em;
	margin-bottom: 8px;
}


#info-bar .news li{
	font-size: 1em;
	color: #4F2683;
	margin-bottom: 8px;
}


#info-bar .news li a{
	margin-left: 5px;
	color: #333;
	text-decoration: none;
}


#info-bar .news li a:hover{
	text-decoration: underline;
}


#info-bar .sponsored{
	width: 232px;
	height: 144px;
	background: url(img/cognac.gif) no-repeat 0 0;
	text-indent: -9999px;
}



#info-bar .events{
	float: left;
	border: 1px solid #ccc;
	padding: 10px 0px 10px 10px;
	background: #fff url(img/news-bkg.jpg) repeat-x 0 0;
}


#info-bar .events h3{
	font-size: 1.8em;
	margin-bottom: 8px;
}



#info-bar .events li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#info-bar .events li a{
	display: block;
	border: 1px solid #999;
	background: #fff;
	padding: 5px;
}


#info-bar .events li a:hover{
	border: 1px solid #4F2683;
}


#info-bar .events li img{
	display: block;
}


/* ---------------- footer ---------------- */


#footer {
	clear: both;
	width: 940px;
	padding: 20px 0;
}


#footer {
	font-size: 1.2em;
	color: #777;
}


#footer a{
	color: #777;
	text-decoration: none;
}


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


