/* global */
* {
	outline: none;
}

body , input , textarea , button {
	font-size: 14px;
	font-family: tahoma ,helvetica,clean,sans-serif;
}

textarea , input , select , option {
	color: #666;
	border: none;
}

a {
	color: #d07b0e;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

form input.text {
	width: 100%;
	border-width: 0px !important;
	border-color: white !important;
}
	
.clear {
	clear: both;
}

#message {
	text-align: center;
	min-height: 0px !important;
	padding: 20px 0;
}
.error {
	color: red;
}
.success {
	color: green;
}

.row {
	margin: 3px;
}

.hide {
	display: none;
}

.textarea_wrapper , .input_wrapper {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: white url('images/inputshadow.gif') top left no-repeat;
	padding: 3px;
	border: 1px solid #bdbcbd;
}
.textarea_wrapper.focus , .input_wrapper.focus {
	border: 1px solid #3364b5;
	box-shadow:0 0 3px #3364b5;
	-webkit-box-shadow:0 0 3px #3364b5;
	-moz-box-shadow:0 0 3px #3364b5;
}

.input_wrapper {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.textarea_wrapper {
	display: block;
}


#shared_form {
	padding: 10px;
}

.row {
	margin: 3px 0;
}


#shared_form label.left {
	display: inline-block;
	width: 35px;
}

#shared_form input.text {
	display: inline-block;
	width: 380px;
	background: white;
	border: none;
}


#shared_form textarea {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 22px;
	line-height: 1em;
	font-size: 1.3em;
	color: #666666;
	background: white url('images/what_r_u_thinking.jpg') 5px -1px no-repeat;
}

#shared_form textarea.focus {
	background-image: none;
}

#shared_form button {
	display: inline-block;
	float: right;
}

#shared_option {
	margin-top: 10px;
}


#shared_option td {
	padding-top: 5px;
}

#shared_option td.left {
	width: 85px;
}


/* shared/view , shared/all , shared/tag , shared/user */
.shared_wrapper {
	box-shadow:0 0 12px #CEC9BA;
	-webkit-box-shadow:0 0 12px #CEC9BA;
	-moz-box-shadow:0 0 12px #CEC9BA;
}

.shared_wrapper {
	background: #ffe8ab;
	border: 1px solid #f0a134;
}

.shared_wrapper_header , .shared_wrapper_footer {
	position: relative;
	z-index: 1;
}
.shared_wrapper_header , .shared_wrapper_footer ,
.shared_wrapper_header .l , .shared_wrapper_header .r ,
.shared_wrapper_footer .l , .shared_wrapper_footer .r
{
	height: 15px;
	background: transparent url('images/frame_sprite.jpg') 0px -18px repeat-x;
}


.shared_wrapper_footer {
	background-position: 0px -70px;
}


.shared_wrapper_header .l , .shared_wrapper_header .r ,
.shared_wrapper_footer .l , .shared_wrapper_footer .r
{
	width: 29px;
	background-repeat: no-repeat;
}


.shared_wrapper_header .l {
	float: left;
	background-position: 0px -1px;
}

.shared_wrapper_header .r {
	float: right;
	background-position: 0px -35px;
}

.shared_wrapper_footer .l {
	float: left;
	background-position: 0px -53px;
}

.shared_wrapper_footer .r {
	float: right;
	background-position: 0px -87px;
}





.shared_item , .comment_item {
	margin-bottom:2px;
}

.shared_item {
	min-height: 75px;
}

.avatar {
	float: left;
	text-align: center;
	margin-top: 4px;
}

.avatar img {
	width: 65px;
	height: 65px;
	border: 1px solid #bdbcbd;
}

.shared_main {
	padding-left: 82px;
}


.shared_main form textarea {
	width: 100%;
	display: block;
	min-height: 2.5em;
	overflow: hidden;
}

.shared_main form button {
	display: inline-block;
	float: right;
}

.shared_menu span {
	margin-left: 5px;
	font-size: 13px;
}

.shared_menu span , .shared_menu span a {
	color: #670000;
	font-weight: normal; 
}

.shared_title {
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.shared_message , .comment_message {
	font-size: 13px;
}

.shared_item {
	border-bottom: 1px solid #dea303;
	padding: 10px 15px;
	margin: 0 auto;
}

.shared_item h4 {
	color: #EF8F34;
	font-size: 11px;
}

.shared_item.last {
	border: none;
}

.attachment_container {
	margin-top: 15px;
}
.attachment_container img {
	padding: 2px;
	border: 1px double #BDBCBD;
}


.media_container {
	margin-top: 15px;
}

.media_container img {
	padding: 2px;
	border: 1px double #BDBCBD;
}


.message_meta , .comment_meta {
	color: #ef8f34;
	font-size: 12px;
	margin-top:10px;
}
.comment_meta {
	color: #969696;
}

.post_comment_link , .vote_link {
	background: url('images/ptcp.jpg') no-repeat;
	display: inline-block;
	height: 21px;
	text-indent: -5000px;
	position: relative;
	top: -3px;
}
.post_comment_link {
	width:105px;
}
.vote_link {
	width: 50px;
	background-position:-113px 0;
}

.comments {
	/*margin-top: 0.5em;*/
}

.comment_item {
	background: #f3ecca url('images/cm_bg.jpg') top repeat-x;
	border: 1px solid #bdbcbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}


.comments .avatar img {
	width: 45px;
	height: 45px;
}

.comment_main {
	padding-left: 60px;
}





/* account/signin */
form#signin label.left {
	display: inline-block;
	width: 66px;
}


/* account/signup */
form#signup label.left {
	display: inline-block;
	width: 92px;
}



/* index2.psd */
body {
	background: #fbf6df url('images/hd_bg.jpg') repeat-x;
}

#header {
	margin: 0 auto;
	height: 200px;
	overflow: visible;
}

#top_nav {
	height: 23px;
}

#logo {
	background: transparent url('images/logo.jpg') center left no-repeat;
	width: 253px;
	height: 136px;
	display: inline-block;
	vertical-align: bottom;
	*vertical-align: baseline;
}

#top_banner {
	position: relative;
	top: 46px;
	color: #f9ecd6;
	z-index:1;
}

#top_banner form {
	margin-right: 27px;
	margin-top: 25px;
	float: right;
}

#top_banner form * {
	vertical-align: middle;
}

#top_banner form .input_wrapper {
	padding: 3px;
}

#top_banner form #username , #top_banner form #password {
	border: none;
	padding: 0px;
	background: white;
	font-size: 12px;
}

#top_banner form button {
	background: transparent url('images/login_btn.jpg') top no-repeat;
	border: none;
	color: #f9ecd6;
	cursor: pointer;
	width: 56px;
	height: 19px;
}

#top_banner form button:hover {
	background-position: bottom;
}

#vector_head {
	height: 77px;
	background: transparent url('images/vector_head.jpg')  center top no-repeat;
	position: absolute;
	top: 128px;
	width: 547px;
	z-index: 1;
}

#tab_nav {
	height: 27px;
	position: relative;
	top: 14px;
	list-style-type: none;
}

#tab_nav li {
	display: inline-block;
	margin: 0px;
	background-position: 0px -27px;
	cursor: pointer;
	overflow: hidden;
	*min-width: 50px;
	*width: 80px;
	*max-width: 80px;
	*text-align: center;
	*float: left;
	*margin: 0 2px;
}

#tab_nav li , #tab_nav li .l , #tab_nav li .r {
	height: 26px;
	background-image: url('images/tab.jpg');
}

#tab_nav li .l , #tab_nav li .r {
	width: 6px;
	display: inline-block;
	*display: inline;
}

#tab_nav li a {
	color: black;
	padding: 2px 10px;
	*padding: 0px;
	text-decoration: none;
	position: relative;
	top: 4px;
	*top: 3px;
}

#tab_nav li .l {
	float: left;
	background-position: 0px 0px;
}

#tab_nav li .r {
	float: right;
	background-position: 0px -56px;
}

#tab_nav li.current a , #tab_nav li.hover a {
	color: white;
}

#tab_nav li.current , #tab_nav li.hover {
	background-position: 0px -110px;
}

#tab_nav li.current .l , #tab_nav li.hover .l {
	background-position: 0px -83px;
}

#tab_nav li.current .r , #tab_nav li.hover .r {
	background-position: 0px -137px;
}


#share_nuula {
	background: transparent url('images/share_nuula.jpg') center no-repeat;
	width: 310px;
	height: 33px;
	text-indent: -5555px;
}



.module {
	background: #f3ecca url('images/module_bg.jpg') top repeat-x;
	margin-bottom: 10px;
	border: 1px solid #bdbcbd;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow:0 0 12px #CEC9BA;
	-webkit-box-shadow:0 0 12px #CEC9BA;
	-moz-box-shadow:0 0 12px #CEC9BA;
}
.module h2 {
	background: #303030 url('images/bullet.gif') 10px 6px no-repeat;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding:2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.module ul li {
	padding: 4px 4px 4px 20px;
	background: transparent url('images/arrow.gif') 5px 11px no-repeat;
	border-bottom: 1px solid white;
}

.module ul li.last {
	margin-bottom: 10px;
}

#main {
	width: 520px;
}
#left , #right {
	width: 190px;
}




button {
	background: #d7d7d7 url("images/btn_bg.jpg") top repeat-x;
	border: 1px solid #bdbcbd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px white;
	padding: 3px 5px;
	*padding: 2px 0;
	cursor: pointer;
}

button:hover {
	border: 1px solid #3364b5;
	box-shadow:0 0 3px #3364b5;
	-webkit-box-shadow:0 0 3px #3364b5;
	-moz-box-shadow:0 0 3px #3364b5;
}

#login_box .row.last {
	margin-top: 8px;
}

#wrapper {
	margin-bottom: -20px;
	*padding-bottom: 20px;
}

#body {
	margin-top: 20px;
}

#user_box .avatar {
	margin: 0 10px 10px 10px;
	width: 65px;
	height: 65px;
}

#user_box .profile_link {
	font-weight: bold;
}




/* profile_settings */
#profile_settings label.left {
	display: inline-block;
	width: 146px;
}
#profile_settings .row.first {
	margin-top: 20px;
}
#profile_settings .row.last {
	margin-bottom: 20px;
}

#profile_settings #profile_avatar {
	display: inline-block;
}



/* Pagination */

div.pagination {
	font-size: 13px;
	text-align: center;
	padding:15px;
	margin: 20 0 4 0;
	/*background-color:#fff;*/
	color:#313031;
}

div.pagination a {
	color:#332B00;
	text-decoration:none;
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #F0A134;
	background-color:#FBF6DF;
}

div.pagination a:hover, div.pagination a:active {
	color:#332B00;
	border:1px solid #F0A134;
	background-color:#FFE8AB;
}
div.pagination span.current {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #F0A134;
	font-weight:bold;
	background-color:#FFE8AB;
}
div.pagination span.disabled {
	display:none;
}


/* footer */
#footer {
	background: #3a3a3a;
	border-top: 5px solid #000;
	text-align: center;
}
#footer table {
	margin: 0 auto;
}
#footer table td {
	padding: 15px;
}
#copy {
	background: #000;
	color: #c0a005;
	font-size: 12px;
	padding: 15px;
}

#truehits {
	left:-75px;
	position:relative;
	top:21px;
}

.bos_textInput
{
border: 1px solid #ff0000;
background: #555555;
color: #ffffff;
font-size: 1.1em;
}


#notify_box {
	font-size: 11px;
}

.notify_comment_message {
	font-style: italic;
}

a.see_all_comment {
	background: #670000;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
	display: block;
}

#search_form {
	margin-bottom: 10px;
}
#search_form input {
	width: 125px;
}

.comment_edit_area {
	width: 310px;
}

.shared_control {
	float: right;
}


.shared_edit_form label {
	display: inline-block;
	width: 33px;
}

.edit_shared_title {
	width: 352px;
}
.edit_shared_message {
	width: 395px;
}
.edit_shared_tags {
	width: 352px;
}
