/**********************************************************
* GLOBAL
***********************************************************/
#hidden_nav{
	left:-9999px;
	width:0px;
	overflow:hidden;
	position:absolute;
	}

/**********************************************************
* TAG
***********************************************************/
* {
	padding: 0px;
	margin: 0px;
}
li{
	display:block;
}
img{
	border:none;
}

/* === HYPERLINKS ======= */
a,
a:visited{
	color:#831115;
	text-decoration:none;
}
a:hover,
a:visited:hover,
a:active{
	color:#831115;
	text-decoration:underline;
}

/**********************************************************
* LAYOUT
***********************************************************/
body {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:130%;
}
#wrapper {
	margin:auto;
	width:100%;
	min-width:1000px;
}
#container {
	margin:auto;
	width:1000px;
	text-align:left;
}

/**********************************************************
* HEADER
***********************************************************/

#header{
	width:1000px;
	height:105px;
}
#header #logo{
	width:435px;
	float:left;
	text-align:left;
	margin-left:22px;
	display:inline;
}
#header #banner_top{
	width:468px;
	height:60px;
	float:right;
	margin:25px 25px 0 0;
	display:inline;
}

/**********************************************************
* MAIN TOP
***********************************************************/

#main{
	width:855px;
	background:#FFF;
	float:left;
}
#main #block_content{
	width:855px;
	background:url(../images/bg_main-block-top-left.jpg) top left no-repeat;
	margin-bottom:10px;
	text-align:left;
}
#main #block_content #inner{
	/*width:750px;*/
	padding:50px 0 50px 90px;
	background:url(../images/bg_main-block-bottom-right.jpg) bottom right no-repeat;
}
#main #block_content #block_introduction{
	text-align:left;
	margin-bottom:26px;
}
#main #block_content #block_introduction #flashPlayer{
	float:left;
}
#main #block_content #block_introduction #block_details{
	width:350px;
	float:left;
	margin:0 0 20px 18px;
	padding:0 0 0 10px;
}
#main #block_content #block_introduction #block_details p{
	margin-bottom:10px;
}
#main #block_content #block_introduction #block_details li{
	display:block;
	width:80%;
	float:left;
	padding:0 0 0 12px;
	background:url(../images/bullet_arrow1.gif) 0 2px no-repeat;
}
#main #block_content #block_introduction #block_share{
	width:349px;
	height:105px;
	background:url(../images/bg_block-share.gif) top left no-repeat;
	float:left;
	margin-left:18px;
	padding:10px 0 0 23px;
}
#main #block_content #block_introduction #block_share h2{
	margin-bottom:5px;
}
#main #block_content #block_introduction #block_share img{
	float:left;
}
#main #block_content #block_introduction #block_share #social{
	float:left;
	padding:0;
	margin:0;
	width: 350px;
}
#main #block_content #block_introduction #block_share #social #email{
	float:left;
	width:125px;
}
#main #block_content #block_introduction #block_share #social #bookmark{
	float:right;
	padding: 0 10px 0 0;
	width:200px;
}
#main #block_content #block_introduction #block_share #embed{
	float:left;
}
#main #block_content #block_introduction #block_share input{
	width:212px;
	color:#999;
	font-size:11px;
}

/**********************************************************
* SOCIAL BOOKMARKING
***********************************************************/

ul.social,ul.social ul{
	margin:0;
	padding:0;
	list-style:none
	}
ul.social li a.social_top{
	width:157px;
	height:18px;
	padding:3px 0 0 7px;
	background:url(../images/social/blog_social.gif) no-repeat;
	color:#4B4B4B;
	text-decoration:none;
	display:block
	}
ul.social li ul{
	margin:0 0 0 6px;
	left: -9999em;
	position: absolute;
	}
ul.social li.sfhover ul{left:auto}
ul.social ul li{
	width:150px;
	border-left:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	border-bottom:solid 1px #E0E0E0;
	color:#666;
	font-size:90%
	}
ul.social ul li a{
	width:123px;
	padding:5px 5px 5px 22px;
	text-decoration:none;
	opacity: .92;
	filter: alpha(opacity=92); /* IE */
	overflow:hidden;
	display:block
	}
/* Social Networking Bullets */
ul.social ul li.soc_facebook a{background:#FFF url(../images/social/small_facebook.gif) 3px 5px no-repeat}
ul.social ul li.soc_digg a{background:#FFF url(../images/social/small_digg.gif) 3px 5px no-repeat}
ul.social ul li.soc_delicious a{background:#FFF url(../images/social/small_delicious.gif) 3px 5px no-repeat}
ul.social ul li.soc_reddit a{background:#FFF url(../images/social/small_reddit.gif) 3px 5px no-repeat}
ul.social ul li.soc_stumbleupon a{background:#FFF url(../images/social/small_stumbleupon.gif) 3px 5px no-repeat}
ul.social ul li.soc_furl a{background:#FFF url(../images/social/small_furl.gif) 3px 5px no-repeat}
ul.social ul li a:hover,ul.social ul li a:visited:hover{background-color:#EEE}

/**********************************************************
* MAIN LISTINGS
***********************************************************/

#main #block_content #block_moreAuthors{
	width:760px;
	text-align:left;
	margin-top:10px;
}
#main #block_content #block_moreAuthors h2.title{
	width:250px;
	float:left;
}
#main #block_content #block_moreAuthors .pagination{
	float:right;
	/*width:350px;*/
	height:50px;
	margin-right:75px;
	display:inline;
}
#main #block_content #block_moreAuthors .pagination li{
	display:block;
	/*width:20px;*/
	margin:10px 0 0 5px;
	height:20px;
	float:left;
}
#main #block_content #block_moreAuthors .pagination a,
#main #block_content #block_moreAuthors .pagination a:visited{
	color:#666;
	text-decoration:underline;
}
#main #block_content #block_moreAuthors .pagination a:hover,
#main #block_content #block_moreAuthors .pagination a:visited:hover,
#main #block_content #block_moreAuthors .pagination a:active{
	color:#C00;
}
#main #block_content #block_moreAuthors .pagination p{	
	color:#C00;
}
#main #block_content #block_moreAuthors #block_rssFeed{
	width:285px;
	height:76px;
	background:url(../images/bg_block-rss-feed.gif) top left no-repeat;
	float:left;
}
#main #block_content #block_moreAuthors #block_rssFeed img{
	margin:15px 0 0 15px;
}
#main #block_content #block_moreAuthors #block_authorsList{
	width:100%;
	text-align:left;
	float:left;
}
#main #block_content #block_moreAuthors #block_authorsList .each_author{
	width:105px;
	height:143px;
	padding:0 40px 10px 0;
	float:left;
}
#main #block_content #block_moreAuthors #block_authorsList .each_author .name{
	margin-top:5px;
	color:#C00;
}
#main #block_content #block_moreAuthors #block_authorsList .each_author:hover{
	background:url(../images/thumb_hover.gif) repeat-y;
}

/**********************************************************
* RIGHT SIDE
***********************************************************/

#right{
	width:145px;
	background:#FFF;
	float:right;
	text-align:left;
}
#right #banner_right{
	width:120px;
	height:600px;
}

/**********************************************************
* FOOTER
***********************************************************/

#footer{
	width:685px;
	height:125px;
	clear:both;
	margin-left:90px;
}
#footer #ourSite{
	width:55%;
	float:left;
	margin-top:10px;
	text-align:center;
}
#footer #copyright{
	width:42%;
	float:right;
	margin-top:10px;
	text-align:center;
}

/**********************************************************
* CUSTOMIZE CLASS
***********************************************************/
h2.title{
	color:#831115;
	font-size:150%;
	margin-bottom:20px;
}
.line_grayDot{
	width:100%;
	height:10px;
	background:url(../images/bg_line-dot-gray.gif) top left repeat-x;
}
.divider{
	margin:10px 0 5px 0;
}
.clear{
	clear:both;
}
.clear br{
	display:none;
}

