* {margin:0;padding:0}

* html .FloatFix { height: 0.01%; }

a:link {color: #1A73C2; text-decoration: none; }
a:active {color: #0500D9; text-decoration: none; }
a:visited {color: #1A73C2; text-decoration: none; }
a:hover {color: #518DC2; text-decoration: none; }

a img {
	border: none;
}

h2 {
	padding: 20px;
	text-align: center;
}
textarea {
	background: #F9F9F9;
	width: 95%;
}
table {
	padding: 5px 0;
}
select {
	padding: 2px;
	width: 200px;
}
option {
	padding: 1px 1px 1px 5px;
}
p {
	margin-bottom: 7px;
}
hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	color: #fff;
}

/*-- BODY -- */
body {
    color:#2a2a2a;
    font: 14px Arial, Sans-Serif;
    text-align: center;
    background: #DDF7FD url("../images/bg.jpg") no-repeat;
}

#body-wrap {
    padding:0 10px 0 10px;
    text-align: left;
    min-width:800px; 
    max-width: 1400px;
} 

.main {
	margin-right: 202px;
	clear: left;
}/* main page - main section */

.secondary {
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #D8D8D8;
}/* for secondary pages (replaces posts div) */


/*-- ABOUT PAGE --*/
#about_box {
	margin-left: 230px;
}

/*--AUTHBAR--*/
.authbar {
	background: #FFFFFF;
	margin-left: 150px;
	color:#000000;
	border-bottom: 1px solid #D8D8D8;
}
.main_bar {	
	margin-right: 8px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 7px;
	border-left: 1px solid #D8D8D8;	
}
#profile_stuff {
	margin: 5px 0 0 0;
	font-size: 92%;
}
.welcome {
	float: left;
	padding-top: 10px;
	padding-bottom: 7px;
}
.welcome_text {
	margin-left: 25px;
}

/*--SUBMIT PAGE--*/
.sub_tit input {
	background: #CEF2FE;
}
.sub_att, .sub_trans {
	margin: 10px 0 0 2px;
}
.sub_att textarea {
	margin: 1px 0 0 15px;
	background: #FDFFEE;
}

.sub_trans textarea {
	margin: 1px 0 0 15px;
	background: #E6FFE3;
}

.counter_count, .counter_error {
	font-weight: bold;
}

.counter_error {
	color: red;
}
	
/*--HEADER--*/
.banner {
	height: 67px;
    background: url("../images/banner.gif") 20px 0 no-repeat;
    padding: 10px 5px 0 5px; 
    font-size: 100%;
    color:#5E5E5E;
    margin-top: 25px;
}

/*-- SIDE BAR --*/
#login_box {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
}
#login_form {
	margin-bottom: 5px;
}
.sidebar {
	position: relative;
	float: right;
	width: 190px;
	margin: 10px 0 10px 0;
	font-size: 95%;
}
.side_box {
    margin-bottom: 10px;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    padding: 8px;
}
.side_box ul {
	list-style: none;
}
.side_box img {
	margin-right: 2px;
}
.lang_feeds a:link {color: #FFF; text-decoration: none; }
.lang_feeds a:active {color: #FFF; text-decoration: none; }
.lang_feeds a:visited {color: #FFF; text-decoration: none; }
.lang_feeds a:hover {color: #FFF; text-decoration: none; }
.sidebar h3, .search h3{
    color:#2a2a2a;
    background: #FFE7E7;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    height:35px;
    padding: 0 2px 0 10px;
    line-height:35px;
    font-size: 20px;
}

/*-- FOOTER -- */
#footer-wrap{
    clear:both;
    margin-top:40px;
    height:80px;
}
#footer{
    padding: 2px 100px;
    background:#fff;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}


/*-- PROFILE -- */
#prof_meat {
	font-size: 90%;
}
.prof_user {
	font-size: 120%;
}
.prof_pic {
	padding: 10px;
	border: 1px solid #D8D8D8;
	width: 200px;
	margin:15px;
}

/*-- POSTS, RESPONSES, COMMENTS, ETC.. --*/
.posts {
    padding:0;
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    height: 100%;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background:#FFFFFF;
}
.responses {
	float: left;
	clear: both;
	width: 97%;
	margin-left: 3%;
	margin-top:20px;
    position: relative;	
}
.comments {
	float: left;
	clear: both;
	width: 92%;
	margin: 35px 0 50px 4%;
    position: relative;	
}	
.post {
	margin: 0;
    position: relative;
}
.no_post {
	margin: 0;
    position: relative;
	border-top: 1px solid #D8D8D8;
}
.response {
	width: 100%;
	margin-top: 10px;
	clear: both;
    position: relative;	
}
.response_first {
	width: 55%;
	float: right;
	position: relative;
}
.p_title {
    position: relative;
	float: left;
	width: 99%;
	font-size: 100%;
	padding: 5px 0 2px 1%;	
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #F9F0D1;
}
.p_title a:link {color: #2a2a2a; text-decoration: none; }
.p_title a:active {color: #0500D9; text-decoration: none; }
.p_title a:visited {color: #2a2a2a; text-decoration: none; }
.p_title a:hover {color: #518DC2; text-decoration: none; }

.p_user {
    position: relative;
	float: left;
	font-size: 85%;
	padding-left: 1%;
}
.p_cat {
	float: right;
    position: relative;
	font-size: 85%;
	margin-right: 5px;
}
.p_text_box {
	position: relative;
	float: left;
	width: 98%;
	padding: 0 0 12px 2%;
	background: url("../images/post_bg.jpg") top left repeat-x;
}
.p_text {
	width: 45%;
	margin-top: 15px;
	float: left;
	clear: left;
}
.r_section {
	padding-left: 5px;
}
.r_head {
	text-align: left;
	font-size: 85%;
	padding-left: 5px;
}
.r_text {
	margin-left: 5px;
	padding: 6px;
	background: #FDFFEE;
	border-top: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
}
.r_body {
	margin-left: 55px;
}	
.c_head {
	margin-top: 10px;
	text-align: left;
	font-size: 85%;
}
.c_text {
	padding: 8px;
}
.c_forms_box,
.r_forms_box {
	background: #FFFFFF;
	padding: 10px;
}

.r_forms_box {
	margin-left: 15px;
}
.comment_spiffy{display:block}
.comment_spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E7FFD6}
.comment_spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f4ffed;
  border-right:1px solid #f4ffed;
  background:#edffe0}
.comment_spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfffa;
  border-right:1px solid #fcfffa;
  background:#ebffdd}
.comment_spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ebffdd;
  border-right:1px solid #ebffdd;}
.comment_spiffy4{
  border-left:1px solid #f4ffed;
  border-right:1px solid #f4ffed}
.comment_spiffy5{
  border-left:1px solid #edffe0;
  border-right:1px solid #edffe0}
.comment_spiffyfg{
  background:#E7FFD6}
.no_comment {
	margin-left: 5px;
	font-style: italic;
}
.add_resp, .add_comm {
	float: right;
	font-size: 90%;
	padding: 6px;
	background: #FFE7E7;
	border: 1px dotted #D8D8D8;
}
.del_comm, .del_resp {
	text-align: right;
	font-size: 80%;	
}
.ajax-loading {
	background: url(../images/spinner.gif) no-repeat center;
}

/*-- VOTING --*/
.vote_arrows a:link {color: #E8E8E8; text-decoration: none; }
.vote_arrows a:active {color: #D8D8D8; text-decoration: none; }
.vote_arrows a:visited {color: #D8D8D8; text-decoration: none; }
.vote_arrows a:hover {color: #000000; text-decoration: none; }
.vote_box {
	float: left;
	clear: left;
	font-size: 100%;
	background: #E8E8E8;
	border: 1px solid #D8D8D8;
	margin: 4px 0 0 0;
	width: 50px;
}
.quality_box {
	font-size: 70%;
	padding: 1px;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.arrows {
	float: left;
	padding: 4px 0 4px 10px;
}
.vote_count {
	float: left;
	width: 50px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
.up_arrow, .static_up {
	background: url(../images/up.jpg) no-repeat;
	height: 17px;
	width: 35px;
}
.down_arrow, .static_down {
	background: url(../images/down.jpg) no-repeat;
	height: 17px;
	width: 35px;
}
.up_pressed, .up_arrow a:hover {
	background: url(../images/up_pressed.jpg) no-repeat;
	width: 35px;	
	height: 17px;
}
.down_pressed, .down_arrow a:hover {
	background: url(../images/down_pressed.jpg) no-repeat;
	width: 35px;
	height: 17px;
}	
.arrows {
	width: 40px;
	border-top: 1px solid #D8D8D8;
	list-style: none; 
}

/*-- PAGE NUMBERS --*/
.page_box_top {
    margin:0;
    padding:0;
    position: relative;
    float: left;
    display: inline;
	background: #FFFFFF;
	padding: 8px 7px 5px 6px;
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	font-size: 90%;
}
.page_box_bottom {
    margin-bottom:20px;
    padding:0;
    position: relative;
    float: left;
    display: inline;
    clear: both;
	background: #FFFFFF;
	padding: 8px 7px 5px 6px;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	font-size: 90%;
}
.page_num {
	float: left;
	position: relative;
	background: #FFF;
}
.page_num a {
	position: relative;
	border: 1px solid #A2A2A2;
	margin-right: 3px;
	padding: 1px 4px 1px 3px;
}
.page_num a:hover {
	color: #04325B;
}
.page_num_sel, 
.periods {
	position: relative;
	float: left;
	margin-right: 2px;
	padding: 1px 4px 1px 3px;
}

/*-- IMAGE PAGE, GD --*/
.img_left {
	float: left;
	clear: left;
	padding: 5px 20px 5px 10px;
}
.img_right {
	float: right;
	clear: right;
	padding: 5px 10px 5px 20px;
}
.img_ctr, .gd_box, .image_box, #updateMe {
	text-align: center;
}
#updateMe {
	margin: 20px 5px 5px 5px;
}
#upload_loading, #latest_loading, #search_loading, #help_loading, #latest_box_loading {
	display: none;
}
#latest_loading {
	margin-bottom: -86px;
	margin-top: 70px;
}
#latest {
	height: 160px;
}
/*-- HELP BOX, LATEST BOX, SEARCH BOX --*/
.bubble_button {
	font-size: 90%;
}
#help_wrap, #latest_wrap, #search_wrap {
	margin: 10px 260px 10px 30px;
}
#help_box, #latest_box, #search_box {
	padding: 0 25px 1px 25px;
	font-size: 90%;
}
#help_box ul {
	list-style: none;
}
#help_box li {
	padding-top: 2px;
}
.cross_out {
	text-decoration: line-through
}
#latest_box p, #search_box p {
	margin: 0;
}
#latest_box .info, #search_box .info {
	font-size: 90%;
	margin: 0 0 7px 30px;
}
.highlight {
	background: yellow;
}
.hide_help, .hide_latest, .hide_search {
	text-align: right;
	padding:  0 8px 0 8px;
}
.next_latest, .next_search {
	float: right;
	padding:  0 8px 0 8px;
}
.center_text {
	text-align: center;
}
.spiffy_help_box{display:block}
.spiffy_help_box *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy_help_box1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ebfafd;
  border-right:1px solid #ebfafd;
  background:#f6fdfe}
.spiffy_help_box2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e0f7fd;
  border-right:1px solid #e0f7fd;
  background:#f8fdfe}
.spiffy_help_box3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f8fdfe;
  border-right:1px solid #f8fdfe;}
.spiffy_help_box4{
  border-left:1px solid #ebfafd;
  border-right:1px solid #ebfafd}
.spiffy_help_box5{
  border-left:1px solid #f6fdfe;
  border-right:1px solid #f6fdfe}
.spiffy_help_boxfg{
  background:#FFFFFF}

