html, body
{
    background: #ffffff url('../Images/bg-body.jpg') repeat-x center top;
    margin: 0px auto;
    font-family: Arial, Helvetica, Sans-Serif;
	color:#666666;
	text-align:center;
}

a, a:visited , .command
{
	color:#0e74b7;
}

a:hover, .command:hover 
{
	color:#ba0000;
}

strong
{
font-weight:bold;
}

em
{
font-style:italic;
}

blockquote
{
	margin: 20px;
}

ul.bulleted li
{
	list-style-type: disc;
}

ol li
{
	margin-left: 30px;
	list-style-type: decimal;
}




button.image
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	overflow: visible;
	
}

button.image img
{
	margin-top: -1px;
}


.watermark
{
	padding-top: 4px;
	padding-left: 4px;
}

#container
{
	background: url('../Images/bg-container.jpg') no-repeat center top;
	height: 100%;
	margin: auto;
}

#hd,#bd,#ft 
{
	width:952px;
	margin: auto;
}

#hd
{
	background: url('../Images/bg-header.jpg') no-repeat center top;
	height: 197px;
	position: relative;
}

#bd
{
	background: white url('../Images/bg-bd.jpg') repeat-y center top;
	position: relative;
	text-align:left;
	padding-bottom:6px;
	overflow:hidden;
}

#bd-content
{   
	background: url('../Images/bg-bd-contents.jpg') no-repeat top left;
	position: relative;
	min-height: 278px;
	padding-top:10px;
	padding-left:36px;
	padding-right:36px;
	overflow:hidden;
}

#ft
{
	background: url('../Images/bg-ft.jpg') no-repeat center top;
	position: relative;
	padding-top:30px;
	margin-bottom:20px;
	text-align:left;
}



/* HEADER HOME LINK */

#hd-home-link
{
	width: 190px;
	height: 95px;
	position: absolute;
	top: 40px;
	left: 36px;
}


/* HEADER NAVIGATION */

#nav
{
	position: absolute;
	bottom: 0px;
	left: 90px;
	background: transparent url(../Images/bg-nav-dividers.png) no-repeat 0 0;
}

#nav li
{
	float: left;
	display: block;
	height: 26px;
	text-indent: -9000em;
}

#nav li a
{
	display: block;
	background: transparent url(../Images/bg-nav.png) no-repeat 0 0;
	height: 26px;
	outline: none;
}


#nav li.nav-home a
{
	width: 50px;
	margin-right:38px;
}

#nav li.nav-home a:hover
{
	background-position: 0 -26px;
}


#nav li.nav-chris a
{
	width: 54px;
	background-position: -88px 0px;
	margin-right:38px;
}

#nav li.nav-chris a:hover
{
    background-position: -88px -26px;
}

#nav li.nav-issues a
{
    width: 60px;
    background-position: -179px 0px;
	margin-right:37px
}

#nav li.nav-issues a:hover
{
    background-position: -179px -26px;
}

#nav li.nav-blog a
{
    width: 50px;
    background-position: -275px 0px;
	margin-right:37px;
}

#nav li.nav-blog a:hover
{
    background-position: -275px -26px;
}

#nav li.nav-video a
{
    width: 55px;
    background-position: -360px 0px;
	margin-right:38px
}

#nav li.nav-video a:hover
{
    background-position: -360px -26px;
}

#nav li.nav-news a
{
    width: 52px;
    background-position: -452px 0px;
	margin-right:37px
}

#nav li.nav-news a:hover
{
    background-position: -452px -26px;
}

#nav li.nav-action a
{
    width: 70px;
    background-position: -539px 0px;
	margin-right:38px
}

#nav li.nav-action a:hover
{
    background-position: -539px -26px;
}

#nav li.nav-contribute a
{
    width: 114px;
    background-position: -644px 0px;
}

#nav li.nav-contribute a:hover
{
    background-position: -644px -26px;
}


/* SOCIAL NETWORK BOX */

#action-social
{
	width: 260px;
	float: left;
	background: url(../Images/social-bg.png) transparent no-repeat;
	margin-left: 5px;
}

#action-social .box-header
{
	margin-left: 10px;
	margin-top: 10px;	
}


#action-social .box-header h3
{
	margin-bottom: 0px;
}

/* HEADER FORM */

#hd-updates
{
   text-align:right;
    width: 340px;
    position: absolute;
    right: 24px;
    top: 30px;
    height: 26px;
    color: #666;
    font-size: 93%;
}


#hd-updates input, #hd-updates button
{
	vertical-align: middle;
}

#hd-updates input
{
    height: 18px;
    padding: 2px;
    border: 2px solid #fff;
    background: #fff url(../Images/bg-form-input.png) repeat-x 0 0;
    color: #333333; 
}

#hd-updates label
{
   font-family: Arial,Helvetica,Sans-Serif;
   color: #666666;
   font-weight: normal;
   font-size: 13px;
}

#hd-updates .email
{
    width: 150px;
}

#hd-updates .zip
{
    width: 40px;
}

/* FOOTER */

#ft-links
{
	float:left;
	margin-left:15px
}

#ft-links a
{
font-size:83%
}
#disclaimer
{
    margin-right:15px;
	float:right;
	margin-bottom:10px;
}
#disclaimer span
{
	border:1px solid #cecece;
    font-size:10px;
    padding:5px;
    text-transform: uppercase;
	display: block;
}


/* INTERIOR SHELL */

#bd-content h1
{
    font-size: 153.9%;
	font-weight:bold;
	background: black url(../Images/bg-h1.png) no-repeat 0 0;
	height:37px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:15px;
	padding-top:16px;
	padding-left:15px;
	color:#fdf9dc;
	text-transform:uppercase;
	line-height:18px;
}


	

#bd-content h2
{
    font-size: 161.6%;
    margin-bottom: .5em;
}

#bd-content h3
{
    font-size: 131%;
    margin-bottom: .5em;
}

#bd-content p
{
    margin-bottom: 1em;
    line-height: 130%;
}


/* ISSUES PAGE */

	#page-issues .item {width:190px;float:left;margin-right:15px;margin-bottom:15px;height:200px;}
	#page-issues .item a {font-size:138.5%;margin-bottom:.25em;display:block}
	#page-issues .item p {font-size:100%;}
	#page-issues h2 {margin-bottom:20px;}

	#page-issues .intro {margin-bottom:20px}
	#page-issues .intro p {font-size:108%}





/* VIDEO PAGE */

#video-player-column
{
	width: 425px;
	float: left;
	margin-top: 20px;
}

#video-archive-column
{
	width: 415px;
	float: right;
	margin-top: 20px;
	height: 425px;
	padding:20px 0 20px 20px;
	background-color:#f2f2f2
}

#video-player-container
{
	margin-bottom: 20px;
}

#video-archive-cycler ul li p img
{
	float: left;
}

#video-tools
{
	background-color: #fbfbfc;
	padding: 10px;
	border-bottom: 1px solid #e7eaed;
	overflow: hidden;
	font-size: 85%;
	vertical-align: top;
}

#video-tools input
{
	width: 350px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	color: #616161;
}

#video-title
{
	margin-top: 20px;
}

.media-archive ul li
{

	vertical-align: middle;
	height: 60px;
	width:190px;
	margin-bottom:15px;
	margin-right:15px;
	float:left;
}


.media-archive ul li img
{
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	width:80px;
	height:60px;
}

.media-archive ul li p
{
	font-weight: bold;
	color: #0e74b7;
	cursor: pointer;
	font-size: 100% !important;
}

.media-archive ul li p:hover
{
	color: #a30000;
}


#video-archive-cycler
{
	width: 	415px !important;
}

.cycler-nav-container a
{
	background: transparent url(../Images/cycle-nav-item.png) no-repeat center center;		
	display: inline-block;
	height: 11px;
	width: 12px;
	margin-right: 5px;
	cursor: pointer;
}

.cycler-nav-container a.activeSlide
{
	background: transparent url(../Images/cycle-nav-item-current.png) no-repeat scroll center center;
	cursor: default;
}

.cycler-nav-pager
{
	text-align: center;
}




/* ACTION HOME PAGE */

#featured-action
{
    width: 465px;
    float: left;
    padding-right: 35px;
    margin-right: 25px;
    border-right: 1px dotted #cecece;
}

#featured-action p, #get-involved-action p
{
    font-size: 108%;
}

#featured-action h3
{
    font-size: 138%;
    font-weight: bold;
}

#get-involved-action
{
    width: 350px;
    float: right;
}

#get-involved-action textarea
{
    width: 330px;
    height: 48px;
}

#get-involved-action input
{
    width: 160px;
}


#get-involved-action .action-form-streetaddress input
{
    width: 326px;
}

#get-involved-action .action-form-city input
{
    width: 210px;
}

#get-involved-action .action-form-emailaddress input
{
    width: 170px;
}

#get-involved-action .action-form-postalcode input
{
    width: 60px;
}

#get-involved-action .action-form-phone input
{
    width: 90px;
}

/* FORMS */

.line
{
    overflow: hidden;
    clear: both;
}

label
{
    color: #808080;
    font-size: 85%;
    font-family: Verdana;
    font-weight: bold;
}

input
{
    height: 16px;
}

select
{
    height: 20px;
}

input, select, textarea
{
    padding: 1px;
    border: 1px solid #b1b6ba;
    font-size: 93%;
}

input 
{
    background: #fff url(../Images/form-input-bg.png) repeat-x bottom left;
}

select
{
    padding: 0;
}

textarea
{
    background: #fff url(../Images/form-textarea-bg.png) repeat-x bottom left;
}

.form-line
{
	margin-bottom: 10px;
	overflow: hidden;
}

.form-fieldgroup
{
	float: left;
	margin-right: 10px;
}

.form-fieldgroup .optional
{
	font-weight: normal;
	font-size: 77%;
}

/* BLOG */
.blog-post
{
	margin-bottom: 30px;	
}

.blog-post .blog-post-byline
{
	font-size: 85%;
	margin-bottom: 15px;
}

.blog-post .blog-post-footer
{
	font-size: 93%;
	background-color: #FBFBFC;
	padding: 4px;
	border-bottom: 1px solid #E7EAED;
}


.blog-post .blog-post-content ul
{
	margin-left: 20px;
	margin-bottom: 1em;
}

.blog-post .blog-post-content ul li
{
	margin-bottom: .5em;
	list-style-type: disc;

}



/* COMMENTS */

#comments-header
{
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 15px;
}


#comment-container
{
	position: relative;
	top: 0;
	left: 0;
}

#comment-form #title
{
	width: 96%;	
}

#comment-form #content
{
	width: 96%;
	height: 125px;	
}

.comment
{
	margin-bottom: 20px;
}

.comment-title
{
	background-color: #eee;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 8px;
}


.comment-info
{
	font-size: 93%;
	margin-bottom: 2px;
}

.comment-tools
{
	padding: 2px;
	margin-bottom: 8px;
	font-size: 93%;
	background-color: #fcfcfc;
}



/* RIGHT COLUMN ON BLOG PAGE */


.blog-column-actions
{
	width:240px;
	height:246px;
	background: transparent url(../Images/blog-column-actions.png) no-repeat 0 0;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	position: relative;
}		

.blog-column-network
{
	width: 255px;
}

 .blog-column-network .network-badges a
{
	width: 84px;
	float: left;
}


 .blog-column
{
	background: #fff url(../Images/bg-home-column.jpg) no-repeat 0 0;
	overflow: visible;
	float: left;
	padding: 23px 0 0 23px;
}



/* ACCOUNT */

.account-creation-column, .account-login-column
{
	width: 300px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	padding: 15px;
	background: #F6F6F6;
}


