
/* common classes*/
a{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#0775b4;
}


.clear{
	float:none;

}

/*h1{
	color:#c62100;
	font:bold 14px verdana;
	padding:17px 0 10px 0;
	margin:0;
}*/


.error {
color:#c00;
font-weight:700;
margin-top:10px;
border:1px solid red;
background:#FFC5BE;
padding:5px;
}






.submited {
margin-top:10px;
border:1px solid #ccc;
background:#d1f9a6;
padding:5px;
}





.success {
color:#390;
font-weight:700;
}



/*main content classes*/

#header{
	width: 100%;
	height:153px;
}
.topHeader{
	width:100%;
	height:104px;
}
.bottomHeader{
	width:100%;
	height:39px;
	border-bottom:10px solid #0775b4;
}
/*menu*/
#glowingtabs{
	margin:0 40px;
	width:923px;
}
#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px;
	padding:0;
}
#glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	font:bold 12px verdana;
}
#glowingtabs a{
	float:left;
	background:url(../images/tab_left.jpg) no-repeat left top;
	margin-right: 2px; 
	padding:0px 0 0 14px;
	text-decoration:none;
}
#glowingtabs a span{
	float:left;
	display:block;
	background:url(../images/tab_right.jpg) no-repeat right top;
	padding: 13px 16px 12px 3px;
	margin:0;
	font-weight:bold;
	color:#ffffff;
}
#glowingtabs a span {float:none;}
#glowingtabs a:hover span {
	color: #ffffff;
}
#glowingtabs #current a{ /*Selected Tab style*/
	background-position:0 -41px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
	background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}

#glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -41px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
}
/*menu ends here*/
.login{
	width:480px;
	height:104px;
}
.logBox{
	width:318px;
	margin:0 20px 0 0;
	height:44px;
	background:url(../images/login_mid.jpg) repeat-x;
}
.logBox .inputbox{
	width:125px;
	height:15px;
	margin:0 5px;	
	border:1px solid #d8d8d8;
	font:normal 11px verdana;
	color:#666666;
}
.logoContent{
	width:190px;
	height:15px;
	font:bold 11px verdana;	
	color:#fff;
	padding:13px 0 0 5px;
	text-align:left;
	float:left;
}
.logo{
	width:285px;
	height:104px;
}
.mainDiv{
	margin:0px 2px;
	border-left:1px solid #999999;
	height:100%;
	padding:0px 18px 10px 18px;
}
/* right side*/
.rightBox{
	width:296px;
	height:auto;
	padding:15px 0px 10px 0px;
}
.searchBox{
	width:100%;
	height:82px;
	color:#ff9c00;
	font:bold 14px arial;
}
.searchBox .txtbox{
	height:15px;
	width:180px;
	border:1px solid #ffc160;
	color:#999;
	margin:0px;
	font:normal 11px arial;
}
.searchBox .img{
	padding:2px 0 4px 0;
}
.submitBox{
	width:100%;
}
.submitBox h1{
	color:#c62100;
	font:bold 14px verdana;
	padding:0 0 10px 0;
	margin:0;
}
.submitBox img{
	padding:10px 0 5px 0;
	margin:0;
}
.submitBox textarea{
	color:#999999;
	font:normal 11px verdana;
	border:1px solid #d8d8d8;
	width:243px;
	padding:5px;
	height:70px;
	margin:0;
}
.featuredBox{
	width:100%;
	font:normal 11px verdana;
	color:#666666;
	padding:0px;
	margin:0px;
}
.featuredBox .content{
	width:100%;
	padding:10px 0 10px 0;
	font:normal 11px verdana;
	color:#666666;
	border:1px solid #d8d8d8;
	background-color:#f7f6f6;
}
.featuredBox .txt{
	width:164px;
	padding:0;
	margin:0;
	font:normal 11px verdana;
	color:#666666;
}
.featuredBox img{
	border:1px solid #d8d8d8;
	margin:0 0px 0 8px;
}
.featuredBox img:hover{
	border:1px solid #bcbcbc;
}
.featuredBox b{
	font:bold 11px verdana;
	color:#666666;
}
.featuredBox b a{
	font:bold 11px verdana;
	color:#666666;
	text-decoration:none;
}
.featuredBox b a:hover{
	font:bold 11px verdana;
	color:#666666;
	text-decoration:none;
}
.featuredBox .space{
	margin:0 0 10px 0;
}
.featuredBox a{
	font:bold 11px verdana;
	color:#0775b4;
	text-decoration:none;
	line-height:20px;
} 
.featuredBox a:hover{
	font:bold 11px verdana;
	color:#0775b4;
	text-decoration:none;
	line-height:20px;
}
.rightLinks{
	width:100%;
}
.rightLinks ul{
	padding:0;
	margin:0;
	color:#666666;
	font:bold 11px verdana;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
	display:block;
	}
.rightLinks ul li{
	padding:5px 0 5px 0;
	margin:0;
	color:#666666;
	border-bottom:1px solid #e0e0e0;
	font:bold 11px verdana;
	vertical-align:middle;
}
.rightLinks ul li a{
	padding:15px 0 2px 5px;
	margin:0 0 0px 0;
	height:20px;
	color:#666666;
	text-decoration:none;
	font:bold 11px verdana;
	line-height:20px;
}
.rightLinks ul li a:hover{
	padding:15px 0 2px 5px;
	margin:0;
	color:#666666;
	text-decoration:none;
	font:bold 11px verdana;
	line-height:20px;
}
/* left side*/
.leftBox{
	width:701px;
	height:auto;
}
.banner{
	width:680px;
	height:260px;
	margin:0 auto;
	color:#666666;
	font:normal 11px verdana;
}
.banner p{
	margin:8px;
	color:#666666;
	font:normal 12px verdana;
	line-height:20px;
}
.banner img{
	margin:0px;
	padding:0;
}
.banner b{
	color:#666666;
	font:bold 16px verdana;
	height:45px;
	line-height:20px;
	vertical-align:top;
}
.banner .green{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/green_bg.jpg) no-repeat;
}
.banner .green:hover{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/green_selected.jpg) no-repeat;
}
.banner .pink{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/pink_bg.jpg) no-repeat;
}
.banner .pink:hover{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/pink_selected.jpg) no-repeat;
}
.banner .blue{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/blue_bg.jpg) no-repeat;
}
.banner .blue:hover{
	width:218px;
	height:223px;
	margin:15px 8px 0 0;
	background:url(../images/blue_selected.jpg) no-repeat;
}


/*h1,h2,h3,h4,h5,h6 {
letter-spacing:-1px;
font-family:arial,verdana,sans-serif;
color:#000;
border-bottom:1px solid #D8B93B;
margin:.9em 0 .3em;
}*/



hr {
background:#f2f2f2;
height:1px;
color:#f2f2f2;
border:none;
clear:both;
margin:1em 0;
}


#story-navbar {
background:url("../images/navbar.png") repeat-x 0 0;
color:#666;
font-size:10px;
margin:2px 20px 0;
padding:14px 0 7px 10px;
}

#cab ul {
list-style:none;
padding:0 5px 0 15px;
}

#cab li {
float:left;
text-align:center;

}

#cab a.navbut3 {
float:left;
background:url("../images/tabrB2.png") no-repeat right top;
text-decoration:none;
display:block;
height:33px;
color:#000;
margin:0 1px;
padding:0 6px 0 0;
}

#cab a.navbut3:hover {
background:url("../images/tabrightB.png") no-repeat right top;
color:#774525;
}

#cab a.navbut3 span {
float:left;
background:url("../images/tablB2.png") no-repeat left top;
text-align:center;
display:block;
padding:9px 0 5px 6px;
}

#cab a.navbut3:hover span {
background:url("../images/tableftB.png") no-repeat left top;
}

#cab a.navbut4 {
float:left;
background:url("../images/tabrightB.png") no-repeat right top;
text-decoration:none;
display:block;
height:33px;
color:#000;
margin:0 1px;
padding:0 6px 0 0;
}

#cab a.navbut4 span {
float:left;
background:url("../images/tableftB.png") no-repeat left top;
text-align:center;
display:block;
padding:9px 0 5px 6px;
}


.cab span a {
background:url("../images/story_tab2.png") no-repeat 0 0;
display:block;
float:left;
width:80px;
height:33px;
text-align:center;
text-decoration:none;
color:#000;
font-weight:700;
padding:6px 0 0 2px;
}

form {
margin:0 0 1.5em;
}

input {
font-family:arial,tahoma,verdana,sans-serif;
margin:2px 0;
}

fieldset {
border:1px solid #ccc;
font-weight:400;
margin:1em 0;
padding:1em 1.5em;
}

* html fieldset {
background:none;
}

fieldset dt {
clear:left;
float:left;
width:18em;
text-align:right;
padding:0 1em 0.5em 0;
}

fieldset dd {
font-weight:700;
padding:0 0 0.5em;
}

fieldset.labels label {
width:10em;
float:left;
text-align:right;
display:block;
padding:0.2em 0.5em 0.2em 0;
}

fieldset.labels div {
clear:left;
padding:0.2em 0;
}

label {
display:block;
font-weight:700;
padding:5px 0;
}

label br {
clear:left;
}

legend {
color:#000;
padding:0 0.5em;
margin-left:20px;
}

/*table td,table th {
text-align:left;
padding:0 6px;
background:#f2ffe9;;;
}

table th {
background:#ffffda;
}

table th a:hover {
background:none;
color:#C00;
}*/



.tlb1 {
position:absolute;
top:830px;
margin-left:180px;
width : 50px;
}

.tlb1 span {
float:right;
margin-top:-3px;
margin-right:0;
}






.tlb {
background:url("../images/featurebox_h.pn1g1") no-repeat 0 0;
margin-top:-25px;
}

.tlb a {
font-weight:700;
color:#774525;
text-decoration:none;
font-size:14px;
}

.tlb strong {
font-weight:700;
color:#774525;
}

.tlb a:hover {
color:#000;
text-decoration:none;
}

.tlb span {
float:right;
margin-top:-3px;
margin-right:0;
}

.tlb2 {
margin-top:-25px;
margin-left:190px;
}


.sstories {
background:url("../images/vote_count.png") no-repeat 0 0;
padding-top:3px;
padding-right:13px;
float:left;
}

.count_total {
margin-left:8px;
color:#774525;
font-weight:700;
font-size:110%;
}

#nav-secondary,#nav-secondary ul {
position:static;
margin:0;
}

#nav-secondary,#nav-secondary li {
list-style:none;
display:block;
margin:0;
padding:0;
}

#nav-secondary {
padding-top:0;
margin-top:10px;
}

#nav-secondary a {
line-height:1.5;
font:96% arial;
display:block;
color:#66c;
border-bottom:1px solid #eadfb4;
}

#nav-secondary a:hover {
color:#666;
}

a.switchurl {
border-bottom:1px solid #eadfb4;
display:block;
margin-right:8px;
padding:0 0 4px 5px;
}

.news-summary {
position:relative;
clear:left;
width:100%;
padding:0px 0 20px;
margin-left:30px;

}

.top {

padding:0 0 0 5px;
margin-left:68px;
width: 85%;
}

.top h4 {
padding-left:4px;
font-size:160%;
font-weight:400;
margin:0;
}

.top h4 a:link,.top h4 a:visited {
color:#36c;

}

.toptitle {
font-size:16px;

margin:0;
}

.toptitle a:link,.toptitle a:visited .toptitle a:hover  {
	color:#0775b4;

}




.news-submitted {
font-size:85%;
margin-bottom:3px;
font:normal 11px verdana;
color:#999;
}

.news-submitted a {
color:#999;
text-decoration:underline;
}

.news-submitted img {
float:left;
margin-right:4px;
margin-top:3px;
vertical-align:bottom;
z-index: 1;
border:1px solid #bcbcbc;
position:relative;
}

.news-body-text {
font-size:96%;
font:normal 11px verdana;
margin:10px 0 0;
}

.news-details {
font-size:85%;
margin:0;
}

.news-details a:hover,.news-details a:active {
color:#333;
text-decoration:underline;
}

.news-details b {
color:#c00;
}

* html .news-details {
padding-right:136px;
}

.news-details .comments_no {
padding-left:37px;
border-left:none;
}

ul.news-details li li {
border-left:none;
float:none;
height:21px;
}

.news-upcoming {
background:url("../images/bulb.gif") no-repeat 0 0;
position:absolute;
top:0px;
left:0;
width:65px;
text-align:center;
font-size:15%;
list-style:none;
margin:2px;
padding:2px;
}

.news-upcoming2 {
background:url("../images/vote-l.png") no-repeat 0 0;
position:absolute;
top:3px;
left:0;
width:55px;
text-align:center;
font-size:85%;
list-style:none;
margin:0;
padding:0;
}


.vote-publish a {
font-size:18px;
letter-spacing:-1px;
text-decoration:none;
line-height:75px;
padding:15px 0 6px;
}

.vote-publish a small {
font-size:12px;
letter-spacing:0;
text-decoration:none;
}

.vote-publish a:hover,.vote-publish a:active {
text-decoration:none;
color:#000;
}

.vote a:link,.vote a:visited,.vote span {
display:block;
color:#774525;
font-size:12px;
text-decoration:none;
padding:4px 0 5px;
}

.vote span {
color:#ccc;
font-size:11px;
}

#comment-wrap {
border-bottom:solid 1px #e1e1e1;
}

#comment-head {
background:#e1e1e1;
margin-left : 2px;
margin-right : 2px;
width:100%;
}

.comment-body {
background:#fafafa;
padding:0 4px;
}

.comment-info {
background:#fafafa;
font-size:80%;
text-align:right;
padding-right:4px;
}

.avatar {
float:left;
width:15px;
height:15px;
margin:1px 0 0;
}

#comment-subhead {
float:right;
margin-top:-12px;
font-size:11px;
}

.ratemey {
background:#090;
padding:1px 5px;
}

.ratemen {
background:#c00;
color:#fff;
padding:1px 6px;
}

.rateme {
color:#fff;
font-size:14px;
}

#stats {
width:48%;
float:right;
}

#personal_info {
width:48%;
float:left;
}

.live2 {
background-repeat:no-repeat;
background-position:bottom right;
margin:10px;
}

.live2 strong {
font-size:95%;
}

.live2-item {
width:100%;
clear:both;
border-bottom:1px solid #ccc;
min-height:25px;
text-align:center;
overflow:hidden;
padding:5px 2px 0;
}

.live2-ts,.live2-type,.live2-votes,.live2-story,.live2-who,.live2-status {
float:left;
display:block;
}

.live2-type img {
border:none;
vertical-align:middle;
margin:0;
}

.live2-story {
width:37%;
text-align:left;
}

.live2-who {
width:18%;
text-align:left;
}

.live2-status {
width:15%;
text-align:left;
}

.live2-problem {
color:red;
}

.pagination {
background:#f2f2f2;
background:url(../images/sort_bg.gif) repeat-x top left;   
color:#666;
border:1px solid #ddd;
padding:10px 2px 0px 0px;
margin-left:0px;
width:99%;
height:auto;
}


.pagination p a:link,.pagination p a:visited,.pagination p a:hover,.pagination p a:active {
text-decoration:none;
background:#fff;
border:1px solid #005789;
margin-right:1px;
padding:2px 5px;
}


.pagination h4 {
margin-top:-165.45em;
border:none;
padding:0;
}


.pagination p a:hover {
background:#005789;
color:#fff;
}

.pagination p span {
text-decoration:none;
background:#fff;
border:1px solid #ccc;
color:#ccc;
margin-right:1px;
padding:2px 5px;
} 

.pagination p {

text-align:center;
}


.tab table th,table th {
	text-align:left;


	font:normal 12px verdana;
	color:#666666;
	border:0px solid  #ffffda;
	background-color:#f2ffe9;
}

/*.tab table th,table td {
background:#F9F9F9;
border:0px solid #ffffda;;
background-color:#ffffff;
color:#666666;

}

.tab table th a:hover {
background:none;
color:#C00;
}




.tab.th,tab.td {
background:#000000;
border:0px solid #000000;;
background-color:#000000;
color:#666666;

} */







.live2-ts,.live2-type,.live2-votes {
width:10%;
text-align:left;
}
#linksummaryDiscuss{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -8px no-repeat;
} 
#linksummaryHasComment{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -167px no-repeat;
} 
#linksummaryAddLink{
 padding: 3px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -40px no-repeat;
} 
#linksummarySaveLink{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -104px no-repeat;
} 
#linksummaryRemoveLink{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -199px no-repeat;
} 
#linksummaryTellFriend{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -135px no-repeat;
}
#linksummaryBury{
 padding: 2px 0px 0px 20px;
 background: url("../images/19de38d03fe7db3b5a64386eb392320b.gif") -8px -7px no-repeat;
}
table,#wrapper,#bookmarklet {
width:96%;
}


