html{
	background:#e6e6e6 url(../images/bg-html.gif) repeat-x;
	min-width:1000px;
}
body{
	margin:0;
	background:url(../images/bg-body.jpg) no-repeat 50% 0;
	font:14px/21px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:1000px;
}
img{border-style:none;}
a{
	color:#0059c3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	width:983px;
	margin:0 auto;
	position:relative;
	padding:151px 0 17px;
}
#wrapper h1{
	margin:0;
}

/* header */
#header{
	height:78px;
	padding:56px 1px 0 0;
	width:983px;
	position:absolute;
	top:0;
	left:0;
}
#header .wrapper{overflow:visible;}
/* general buttons */
.btn{
	color:#fff;
	text-align:center;
	font-weight:bold;
	display:block;
	background:url(http://www.voices.com/images/sprite-btn.gif) no-repeat;
}
.btn:hover{text-decoration:none;}
.btn-gm2{
	height:24px;
	width:115px;
	line-height:24px;
	background-position:-809px -54px;
}
.btn-gm2:hover{background-position:-809px -78px;}
.btn-bm, form .btn-bm input{
	width:148px;
	height:23px;
	background-position:-295px -54px;
	line-height:22px;
}
.btn-bm:hover{background-position:-295px -77px;}
/* top menu */
.top-menu{
	margin:0 -3px 18px 0;
	padding:0;
	list-style:none;
	text-align:right;
	font-weight:bold;
	font-size:16px;
}
.top-menu li{
	display:inline;
	padding:0 5px 0 13px;
	background:url(http://www.voices.com/images/sprite-separator.gif) no-repeat;
}
.top-menu li:first-child{background:none;}
/* logo */
.logo{
	background:url(http://www.voices.com/images/logo.gif) no-repeat;
	margin:0;
	display:block;
	width:250px;
	height:90px;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	left:-3px;
	z-index:1;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
/* main navigation */
#nav{
	margin:0 0 0 -26px;
	padding:4px 0 0;
	list-style:none;
	height:1%;
	font-size:16px;
	font-weight:bold;
}
#header:after, #nav:after, #header .wrapper:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	padding-right:18px;
	margin-left:26px;
	display:inline;
	position:relative;
	background:url(http://www.voices.com/images/none.gif);
}
#nav a{
	float:left;
	padding-bottom:5px;
	cursor:pointer;
}
/* dropdown */
#nav ul{
	position:absolute;
	top:21px;
  left: 2px;
  border: 3px solid #0F87DB;
  background: none repeat scroll 0 0 #FFFFFF;
	display:none;
	font-size:13px;
	font-weight:bold;
  padding: 0;
	margin:0;
  width: 120px;
  list-style: none outside none;
}
#nav li li{
	float:none;
	padding:3px 5px 3px 10px;
	position:static;
	display:block;
	margin:0;
}
#nav li li a{
	padding:0;
	float:none;
}
#nav li:hover ul, #nav li.hover ul{display:block;}
#nav .arrow{
	position:absolute;
	right:0;
	top:6px;
	height:10px;
	width:13px;
	background:url(http://www.voices.com/images/sprite-ico.gif) no-repeat 0 -1047px;
}
#nav a       { text-decoration:none; }
#nav a:hover { text-decoration:none; }
#nav ul li:hover { background-color:#0F87DB; }
#nav ul li:hover a { color:#FFFFFF; }

/* search form */
#header fieldset{
	float:right;
	height:1%;
	overflow:hidden;
	font-size:14px;
}
#header .text{
	float:left;
	width:184px;
	margin:1px 7px 0 10px;
	border:2px solid #608325;
	background:#fff;
	padding:1px 5px 2px;
}
#header .submit, 
.sidebar-wrap #sidebar form .submit,
.search-form2 .submit, 
.search-form2 .reset, 
.table-wrapper .submit{
	float:left;
	cursor:pointer;
	width:59px;
	height:24px;
	line-height:24px;
	border:0;
	padding:0 0 3px 0;
	margin:0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background:url(http://www.voices.com/images/sprite-btn.gif) no-repeat -750px -54px;
}

.search-form2 .reset{
	float:right; 
	background-position: -691px -54px;
}

#header .submit:hover,
.sidebar-wrap #sidebar form .submit:hover,
.search-form2 .submit:hover, 
.table-wrapper .submit:hover{
	background-position:-750px -78px;
}

.search-form2 .reset:hover
{
	background-position:-691px -78px;
}

#header .btn{float:left;}
#main{
	background:url(../images/bg-main-c.gif) repeat-y;
	height:1%;
}
.main-c{
	background:url(../images/bg-main-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:33px 13px 74px 19px;
}
.heading{
	background:url(../images/bg-heading.jpg) no-repeat;
	height:33px;
	padding:9px 0 0 24px;
	margin:0 1px 0 0;
	color:#fff;
	overflow:hidden;
}
.heading a{
	color:#fff;
}
.heading strong{
	float:left;
	font-size:24px;
	line-height:27px;
	margin:-1px 0 0;
}
.heading span{
	float:left;
	font-size:16px;
	line-height:19px;
	margin:6px 0 0 12px;
	font-weight:bold;
}
#content{
	float:left;
	width:580px;
}
h2{
	margin:0 0 12px;
	font-size:20px;
	padding:0 0 0 2px;
	line-height:24px;
}
.author-list{
	margin:0 0 17px;
	padding:0;
	list-style:none;
	color:#666;
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
}
.author-list li{
	float:left;
	padding:0 3px 0 0;
}
.ico-list{
	margin:0 0 20px;
	padding:0;
	list-style:none;
	height:1%;
}
.ico-list:after{
	content:"";
	display:block;
	clear:both;
}
.ico-list li{
	float:left;
	margin:0 10px 0 0;
	display:inline;
}
.ico-list span{
	float:left;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	margin:0 5px 0 0;
}
.ico-list a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
.retweet{
	background:url(../images/btn-retweet.gif) no-repeat;
	width:50px;
	height:16px;
}
.share{
	background:url(../images/btn-share.gif) no-repeat;
	width:59px;
	height:18px;
	margin:-2px 0 0;
}
#content p{
	margin:0 0 21px;
}
.article-details{
	height:1%;
	padding:5px 0 0;
	margin:0 0 28px;
}
.article-details h2,
.leave-comment h2,
.comments-box h2,
.article-box h2{
	border-bottom:3px solid #ddd;
	padding:0 0 4px 2px;
	margin:0 0 5px;
}
#content .article-details p{
	margin:0;
	font-size:12px;
	line-height:18px;
}
.leave-comment{
	height:1%;
	margin:0 0 28px;
}
.comment-form{
	height:1%;
	overflow:hidden;
	padding:2px 0 0;
}
.comment-form label{
	display:block;
	font-size:14px;
	line-height:17px;
	clear:both;
	padding:0 0 8px 1px;
}
.comment-form input{
	padding:0;
	margin:0;
	float:left;
	clear:both;
}
.comment-form .text{
	width:494px;
	border:1px solid #ddd;
	padding:4px 5px 3px;
	font-size:16px;
	line-height:20px;
	margin:0 0 8px;
}
.comment-form textarea{
	width:499px;
	max-width:506px;
	border:1px solid #ddd;
	padding:5px 0 5px 5px;
	margin:0 0 18px;
	float:left;
	clear:both;
	height:198px;
	overflow:auto;
	font-size:16px;
	line-height:19px;
}
.comment-form .btn-submit{
	background:url(../images/btn-submit.gif) no-repeat;
	width:148px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
	border:none;
}
.comments-box{
	height:1%;
	margin:0 0 16px;
}
.comments-list{
	margin:0;
	padding:2px 25px 0 4px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.comments-list li{
	height:1%;
	vertical-align:middle;
	margin:0 0 26px;
}
.comments-list .inner{
	height:1%;
	overflow:hidden;
}
.comments-list .inner span{
	float:left;
}
#content .comments-list p{
	margin:0 0 5px;
}
.comments-list ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.comments-list ul li{
	float:left;
	background:url(../images/bullet04.gif) no-repeat 0 5px;
	margin:0 2px 0 -2px;
	padding:0 5px 0 7px;
	display:inline;
}
.article-box{
	height:1%;
	overflow:hidden;
}
.paging{
	height:1%;
	overflow:hidden;
	padding:8px 2px 0 9px;
	font-size:12px;
	line-height:15px;
	margin:0 0 9px;
}
.paging .prev{
	background:url(../images/ico-prev.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	float:left;
}
.paging .next{
	background:url(../images/ico-next.gif) no-repeat 100% 5px;
	padding:0 10px 0 0;
	float:right;
}
.title-box{
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	padding:0 1px 0 6px;
}
.title-box .prev-title{
	float:left;
	font-weight:normal;
}
.title-box .next-title{
	float:right;
	font-weight:normal;
}
#sidebar{
	float:right;
	width:338px;
	margin:-2px 0 0;
	position:relative;
}
.vox-block{
	height:1%;
	background:#54a7dd url(../images/bg-vox-block-b.gif) no-repeat 0 100%;
	color:#fff;
	margin:0 0 18px;
}
.vox-block .holder{
	height:1%;
	background:url(../images/bg-vox-block-t.gif) no-repeat;
	padding:13px 0 26px 19px;
	overflow:hidden;
}
.vox-block .image-holder{
	height:1%;
	overflow:hidden;
	padding:0 12px 0 0;
	margin:0 0 7px;
}
.vox-block .image-holder img{
	float:left;
	margin:0 4px 0 3px;
}
.vox-block .text-holder{
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.vox-daily{
	font-size:32px;
	line-height:36px;
	color:#005dcd;
	display:block;
}
.vox-daily span{
	color:#7cc516;
}

.audio-block{
	height:1%;
	background:#EF3923 url(../images/bg-red-block-b.gif) no-repeat 0 100%;
	color:#fff;
	margin:0 0 18px;
}
.audio-block .holder{
	height:1%;
	background:url(../images/bg-red-block-t.gif) no-repeat;
	padding:13px 0 26px 19px;
	overflow:hidden;
}
.audio-block .image-holder{
	height:1%;
	overflow:hidden;
	padding:0 12px 0 0;
	margin:0 0 7px;
}
.audio-block .image-holder img{
	float:left;
	margin:0 4px 0 3px;
}
.audio-block .text-holder{
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.audio-daily{
	font-size:32px;
	line-height:36px;
	color:#005dcd;
	display:block;
}
.audio-daily span{
	color:#7cc516;
}

.video-block{
	height:1%;
	background:#B5D335 url(../images/bg-green-block-b.gif) no-repeat 0 100%;
	color:#fff;
	margin:0 0 18px;
}
.video-block .holder{
	height:1%;
	background:url(../images/bg-green-block-t.gif) no-repeat;
	padding:13px 0 26px 19px;
	overflow:hidden;
}
.video-block .image-holder{
	height:1%;
	overflow:hidden;
	padding:0 12px 0 0;
	margin:0 0 7px;
}
.video-block .image-holder img{
	float:left;
	margin:0 4px 0 3px;
}
.video-block .text-holder{
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.video-daily{
	font-size:32px;
	line-height:36px;
	color:#005dcd;
	display:block;
}
.video-daily span{
	color:#7cc516;
}

.writing-block{
	height:1%;
	background:#14B7C6 url(../images/bg-turquoise-block-b.gif) no-repeat 0 100%;
	color:#fff;
	margin:0 0 18px;
}
.writing-block .holder{
	height:1%;
	background:url(../images/bg-turquoise-block-t.gif) no-repeat;
	padding:13px 0 26px 19px;
	overflow:hidden;
}
.writing-block .image-holder{
	height:1%;
	overflow:hidden;
	padding:0 12px 0 0;
	margin:0 0 7px;
}
.writing-block .image-holder img{
	float:left;
	margin:0 4px 0 3px;
}
.writing-block .text-holder{
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.writing-daily{
	font-size:32px;
	line-height:36px;
	color:#005dcd;
	display:block;
}
.writing-daily span{
	color:#7cc516;
}

.translation-block{
	height:1%;
	background:#FDD501 url(../images/bg-yellow-block-b.gif) no-repeat 0 100%;
	color:#fff;
	margin:0 0 18px;
}
.translation-block .holder{
	height:1%;
	background:url(../images/bg-yellow-block-t.gif) no-repeat;
	padding:13px 0 26px 19px;
	overflow:hidden;
}
.translation-block .image-holder{
	height:1%;
	overflow:hidden;
	padding:0 12px 0 0;
	margin:0 0 7px;
}
.translation-block .image-holder img{
	float:left;
	margin:0 4px 0 3px;
}
.translation-block .text-holder{
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.translation-daily{
	font-size:32px;
	line-height:36px;
	color:#005dcd;
	display:block;
}
.translation-daily span{
	color:#7cc516;
}

.free{
	display:block;
	font-size:15px;
	line-height:23px;
	margin:0 0 10px 10px;
}
.once{
	display:block;
	font-size:12px;
	line-height:17px;
	margin:0 0 0 14px;
}
.once a{
	color:#fff;
	text-decoration:underline;
}
.once a:hover{
	text-decoration:none;
}
.subscribe-form{
	height:1%;
	overflow:hidden;
	margin:0 0 25px;
}
.subscribe-form input{
	float:left;
	padding:0;
	margin:0;
}
.subscribe-form .text{
	width:163px;
	padding:2px 5px;
	border:2px solid #2870aa;
	color:#666;
	font-size:12px;
	line-height:15px;
}
.subscribe-form .subscribe-now{
	background:url(../images/btn-subscribe.gif) no-repeat;
	width:123px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
	border:none;
}
.follow-us{
	height:1%;
	overflow:hidden;
	padding:0 20px 0 2px;
}
.follow-us .title{
	display:block;
	padding:0 0 8px 17px;
	font-size:16px;
	line-height:19px;
	border-bottom:1px solid #0e87db;
	margin:0 0 8px;
	letter-spacing:-1px;
	word-spacing:1px;
}
.icons-list{
	margin:0 0 10px;
	padding:0 0 0 5px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.icons-list li{
	float:left;
	margin:0 0 0 6px;
	display:inline;
}
.icons-list img{
	float:left;
}
.follow-us p{
	margin:0 0 0 16px;
	font-size:12px;
	line-height:18px;
}
.follow-us p a{
	color:#fff;
	text-decoration:underline;
}
.follow-us p a:hover{
	text-decoration:none;
}
.blue-box{
	background:#e6f2fa url(../images/bg-blue-box-b.gif) no-repeat 0 100%;
	height:1%;
	margin:0 0 17px;
}
.blue-box .holder{
	height:1%;
	background:url(../images/bg-blue-box-t.gif) no-repeat;
	overflow:hidden;
	padding:16px 19px 19px;
	font-size:12px;
	line-height:18px;
}
.green-box{
	background:#D8EE69 url(../images/bg-green-box-b.gif) no-repeat 0 100%;
	height:1%;
	margin:0 0 17px;
}
.green-box .holder{
	height:1%;
	background:url(../images/bg-green-box-t.gif) no-repeat;
	overflow:hidden;
	padding:16px 19px 19px;
	font-size:12px;
	line-height:18px;
}
.turquoise-box{
	background:#7FCED6 url(../images/bg-turquoise-box-b.gif) no-repeat 0 100%;
	height:1%;
	margin:0 0 17px;
}
.turquoise-box .holder{
	height:1%;
	background:url(../images/bg-turquoise-box-t.gif) no-repeat;
	overflow:hidden;
	padding:16px 19px 19px;
	font-size:12px;
	line-height:18px;
}
.red-box{
	background:#FF9D96 url(../images/bg-red-box-b.gif) no-repeat 0 100%;
	height:1%;
	margin:0 0 17px;
}
.red-box .holder{
	height:1%;
	background:url(../images/bg-red-box-t.gif) no-repeat;
	overflow:hidden;
	padding:16px 19px 19px;
	font-size:12px;
	line-height:18px;
}
.yellow-box{
	background:#FEDD79 url(../images/bg-yellow-box-b.gif) no-repeat 0 100%;
	height:1%;
	margin:0 0 17px;
}
.yellow-box .holder{
	height:1%;
	background:url(../images/bg-yellow-box-t.gif) no-repeat;
	overflow:hidden;
	padding:16px 19px 19px;
	font-size:12px;
	line-height:18px;
}

h3{
	margin:0 0 6px;
	font-size:14px;
	line-height:17px;
}
.article-list{
	margin:0 0 26px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.article-list li{
	margin:0 0 6px;
}
.all-archives{
	height:1%;
	overflow:hidden;
	display:block;
	position:relative;
	margin:-25px 0 0;
}
.all-archives a{
	float:left;
}
.about-blog{
	height:1%;
	overflow:hidden;
	margin:0 0 29px;
}
.about-blog h3{
	margin:0 0 12px;
}
.blue-box p{
	margin:0 0 10px;
}
.social-icons{
	margin:0;
	padding:16px 0 26px 6px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.social-icons li{
	height:1%;
	vertical-align:middle;
	overflow:hidden;
	margin:0 0 3px;
}
.social-icons a{
	float:left;
	padding:0 0 3px 32px;
}
.social-icons .facebook a{
	background:url(../images/ico-facebook01.gif) no-repeat 0 2px;
}
.social-icons .flickr a{
	background:url(../images/ico-flickr.gif) no-repeat 0 3px;
}
.social-icons .google-buzz a{
	background:url(../images/ico-google01.gif) no-repeat;
}
.social-icons .linkedin a{
	background:url(../images/ico-linkedln01.gif) no-repeat;
}
.social-icons .twitter a{
	background:url(../images/ico-twitter01.gif) no-repeat 0 2px;
}
.social-icons .youtube a{
	background:url(../images/ico-youtube.gif) no-repeat 0 1px;
}
.top{
	position:absolute;
	right:23px;
	bottom:44px;
	background:url(../images/ico-top.gif) no-repeat 100% 3px;
	padding:0 26px 0 0;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
}
.footer-wrapper{
	height:1%;
	border-top:3px solid #ccc;
	background:#efefef;
	overflow:hidden;
	padding:18px 0;
}
#footer{
	width:990px;
	margin:0 auto;
	color:#333;
	font-size:12px;
	line-height:15px;
}
#footer a{
	color:#333;
}
.footer-f{
	background:#fdfdfd url(../images/bg-footer-b.gif) no-repeat 0 100%;
	width:980px;
	margin:0 0 15px;
}
.footer-h{
	background:url(../images/bg-footer-t.gif) no-repeat;
	height:1%;
	padding:1px 1px 19px;
}
.breadcrumb{
	margin:0 0 16px;
	padding:0;
	list-style:none;
	height:1%;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}
.breadcrumb li{
	float:left;
	background:url(../images/bullet05.gif) no-repeat 100% 0;
	padding:9px 18px 0 9px;
	height:22px;
}
.breadcrumb a{
	color:#333;
}
.footer-c{
	height:1%;
	overflow:hidden;
	padding:0 29px 0 26px;
}
.footer-c .column{
	float:left;
	width:165px;
	margin:0 10px 0 0;
	display:inline;
}
h4{
	margin:0 0 10px;
	font-size:12px;
	line-height:15px;
}
.footer-c .column ul{
	margin:0 0 19px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.footer-c .column ul li{
	margin:0 0 5px;
}
.secured{
	background:url(../images/ad02.gif) no-repeat;
	width:107px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:16px 0 0;
}
.business{
	background:url(../images/ad01.gif) no-repeat;
	width:60px;
	height:96px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:4px 44px 0 0;
}
#footer .inner{
	width:979px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin:0 0 11px 5px;
	padding:0 0 7px;
}
.footer-list{
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.footer-list li{
	float:left;
	background:url(../images/bullet06.gif) no-repeat 0 2px;
	margin:0 1px 0 -1px;
	padding:0 6px 1px 7px;
	display:inline;
}
.footer-list a{
	color:#000;
}
#footer .frame{
	height:1%;
	overflow:hidden;
	padding:0 0 0 6px;
}
#footer .frame p{
	margin:0;
	color:#000;
	float:left;
}
.service-list{
	margin:0 0 0 41px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
	overflow:hidden;
}
.service-list li{
	float:left;
	margin:0 1px 0 -1px;
	display:inline;
	padding:0 8px 0 9px;
	background:url(../images/bullet07.gif) no-repeat 0 2px;
}
