body
{
	background: #2c4762 url('../images/admin/background.png') top repeat-x;
	line-height: 1.4;
	color: #444;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 90%;
}
#ibody
{
	background-color: #fff;
	background-image: none;
	padding: 5px 30px;
	margin: auto;
}
.wide
{
	width: 98%;
	min-width: 98%;
	max-width: 98%;
}
a img
{
	border-width: 0px;
}
a
{
	color: #444;
	text-decoration: none;
}
p, ul, blockquote
{
	margin-top: 20px;
	margin-bottom: 20px;
}
ul ul, ul ol, ol ul, ol ol
{
	margin: 5px 0px;
}
form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
*, *:active, *:focus
{
	outline: 0;
	outline-style: none;
	outline-width: 0px;
	-moz-outline-width: 0px;
}
.clear
{
	clear: both;
	height: 1px;
}
input, select
{
	font: normal 13px 'Lucida Grande' , Helvetica, Arial, sans-serif;
	color: #444;
}
select
{
	border: solid 1px #bbb;
}
input.text_field, textarea
{
	border: solid 1px #bbb;
	padding: 7px;
	font: normal 13px 'Lucida Grande' , Helvetica, Arial, sans-serif;
	color: #222;
	background: #fff url('../images/admin/input_bg.gif') repeat-x top;
	outline: 0;
	margin: 0;
	border: solid 1px #bbb;
}
input.text_field:disabled, textarea:disabled
{
	background: #f5f5f5;
}
input.text_field.big
{
	font-size: 24px;
}
input.text_field.huge
{
	border-color: #bbbbbb;
	font: normal 50px Georgia;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
input.text_field.huge:focus
{
	background: #F3FAFF url('../images/admin/input_highlight_bg.png') top repeat-x;
	border-color: #B7C7D3;
}
h1
{
	font-family: Arial;
	color: #2d4159;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 35px;
	line-height: 24px;
	letter-spacing: -1px;
}
h1 a
{
	color: #3E4752;
}
h2
{
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #4a545e;
}
h3
{
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #4a545e;
}

h2 small
{
	color: #9ba6b3;
	font-style: italic;
	font-size: 10px;
}
#container
{
	width: 900px;
	margin: auto;
	padding: 0px 30px;
}
#header
{
	height: 80px;
	position: relative;
	z-index: 80;
}
#logo
{
	width: 180px;
	position: absolute;
	left: -5px;
	top: 25px;
}
#nav
{
	position: absolute;
	right: 160px;
	top: 29px;
	font-size: 16px;
	z-index: 90;
}
#nav .nav_item
{
	display: inline;
	position: relative;
	padding: 5px 8px;
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#nav .nav_item:hover
{
	color: #DDE7F0;
}
#nav .nav_item img.arrow
{
	position: absolute;
	width: 11px;
	height: 6px;
	bottom: -6px;
	display: none;
}
#nav .nav_item.active
{
	background-color: #1f354c;
}
#nav .nav_item.active img.arrow
{
	display: inline;
}
#nav .menu_arrow
{
	vertical-align: 3px;
	width: 9px;
	height: 5px;
	margin-left: 5px;
}
#nav .nav_menu
{
	position: absolute;
	width: 108px;
	left: 0px;
	top: 27px;
	background-color: #1f354c;
	z-index: 100; /* border-bottom:solid 1px #0f1e31; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;*/
	border-bottom: solid 2px #1B2B42;
}
#nav .nav_menu a
{
	display: block;
	color: #93a2b3;
	font-size: 13px;
	text-decoration: none;
	border-top: solid 1px #182e45;
	padding: 5px 8px;
	cursor: pointer;
}
#nav .nav_menu a:first-child
{
	border-width: 0px !important;
}
#nav .nav_menu a:hover
{
	color: #C1CDDB;
}
#site_notice
{
	height: 50px;
	text-align: center;
	background: #31546f url('../images/admin/site_notice_bg.png') bottom repeat-x;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-shadow: #213342 1px 1px 5px;
}
#site_notice a
{
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #5E809C;
}
#site_notice a.hide
{
	border-width: 0px;
	font: normal 11px 'Lucida Grande' , Verdana;
	position: absolute;
	right: 20px;
	top: 21px;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#site_notice a.hide:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#search_box
{
	position: absolute;
	right: 0px;
	top: 26px;
}
#search_box input
{
	width: 111px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 0px;
	font-size: 13px;
	color: #c0c8d3;
	padding: 4px 7px 4px 37px;
}
#search_box img.search_icon
{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 28px;
	height: 20px;
	cursor: pointer;
}
#search_box #search_controls
{
	width: 183px;
	background-color: #fff;
	position: absolute;
	left: -14px;
	top: 37px;
	z-index: 150;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left: solid 1px #E1E4E9;
	border-bottom: solid 1px #E1E4E9;
	border-right: solid 1px #E1E4E9;
}
#search_box #search_controls img.arrow
{
	position: absolute;
	top: -6px;
	left: 24px;
	width: 11px;
	height: 6px;
}
#search_box #search_controls a
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration: none;
	color: #455666;
	border-bottom: solid 1px #e6e9ee;
	position: relative;
}
#search_box #search_controls a img
{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 14px;
	height: 13px;
}
#search_box #search_controls a:hover
{
	background-color: #d2dadd;
	border-top: solid 1px #99a4aa !important;
	border-bottom: solid 1px #99a4aa;
	height: 29px;
	line-height: 29px;
}
#search_box #search_controls a:hover img
{
	top: 7px;
}
#search_box #search_controls a.first
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#search_box #search_controls a.first:hover
{
	border-top: 0px !important;
	height: 30px;
	line-height: 30px;
}
#search_box #search_controls a.first:hover img
{
	top: 8px;
}
#search_box #search_controls a.last
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-width: 0px;
}
#search_box #search_controls a.last:hover
{
	border-bottom: 0px;
}
#content
{
	background: #fff url('../images/admin/content_bg.png');
	padding: 5px 30px;
	margin: auto;
}
img#content_top, img#content_bottom
{
	width: 900px;
	height: 25px;
}
table
{
	border-collapse: collapse;
	border-width: 0px;
}
table th, table td
{
	padding: 0px;
	border-width: 0px;
}
ul.errors
{
}
ul.errors li
{
	margin: 15px;
	padding: 0px;
}
#footer
{
	margin: 20px 0px;
	text-align: center;
	color: #7C95AC;
	font: 11px 'Lucida Grande' , Verdana;
}
#footer a, #footer span
{
	margin-left: 15px;
	color: #7C95AC;
	white-space: nowrap;
}
.bubble
{
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	color: #444444;
}
.bubble a
{
	color: #444444;
}
.bubble h2
{
	font-family: Arial, Helvetica;
	font-size: 22px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.bubble p
{
	color: #777777;
	font: 11px 'Lucida Grande' , Verdana;
	line-height: 15px;
	margin: 10px 0px;
}
.bubble p a
{
	color: #777777;
}
img#loading
{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: -3px;
}
.positive_notice, .negative_notice
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	margin: 30px 0px;
}
.positive_notice
{
	background-color: #D5EEAA;
	border: solid 3px #B2DB6B;
	color: #4F940F;
}
.positive_notice a
{
	color: #4F940F;
}
.negative_notice
{
	background-color: #FFD3D3;
	border: solid 3px #FFAFAF;
	color: #c00;
}
.negative_notice a
{
	color: #c00;
}
.notice
{
	text-align: center;
	background: #456179 url('../images/admin/tip_fold.png') top right no-repeat;
	padding: 12px 15px;
	color: #a8bccb;
	font-size: 13px;
}
.notice a
{
	color: #fff;
}
button.positive, button.negative, button.generic, input.generic
{
	margin: 5px 0;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	font: Normal 15px Helvetica, Arial, sans-serif;
	color: #565656;
	cursor: pointer;
	line-height: 36px;
	height: 36px;
	padding: 0px 14px 0px 12px;
	min-width: 110px;
	overflow: visible;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
button.positive[class], button.negative[class], button.generic[class], input.generic[class]
{
	width: auto;
}
button.positive img, button.negative img
{
	vertical-align: -3px;
	border-width: 0px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
}
button.negative
{
	color: #d12f19;
}
button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
button.positive
{
	color: #529214;
}
button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
button.generic, input.generic
{
	color: #777;
	margin-right: 10px;
}
button.generic:hover, input.generic:hover
{
	background-color: #C2DAF0;
	border: 1px solid #9BBAE2;
	color: #145591;
}
.big_button
{
	margin: 0px;
	border: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	line-height: 42px;
	height: 42px;
	padding: 0px 15px;
	overflow: visible;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #87b500 url('../images/admin/big_button_bg.png') top repeat-x;
	border-width: 0px;
	border-right: solid 1px #689300;
	border-bottom: solid 1px #689300;
	text-shadow: #719e03 1px 1px;
}
.big_button:active
{
	background: #87b500;
	color: #ECF5DE;
	line-height: 44px;
}
.big_button.red
{
	border-top: solid 1px #cc293c;
	border-left: solid 1px #cc293c;
	background: #bc2133 url('../images/admin/big_red_button_bg.png') top repeat-x;
	border-right: solid 1px #570710;
	border-bottom: solid 1px #570710;
	text-shadow: #a61727 1px 1px;
}
.big_button.red:active
{
	background: #bc2133;
	color: #F5DFDF;
	line-height: 44px;
}
.blue_note
{
	background: #556a81 url('../images/admin/blue_note_fold.png') top right no-repeat;
	padding: 15px;
	color: #eef2fa;
}
.blue_note a
{
	color: #eef2fa;
}
.blue_note.big
{
	font-size: 16px;
	padding: 15px 20px;
}
.narrow_tumblelog_list
{
	list-style-type: none;
	margin: 0px 0px 0px 70px;
	padding: 0px;
}
.narrow_tumblelog_list li
{
	background-color: #eee;
	border-bottom: solid 1px #a3a3a3;
	padding: 7px 10px 0px 10px;
	height: 62px;
	position: relative;
}
.narrow_tumblelog_list li a.avatar
{
	display: block;
	text-decoration: none;
	width: 70px;
	height: 70px;
	position: absolute;
	left: -70px;
	top: 0px;
}
.narrow_tumblelog_list li:first-child
{
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.narrow_tumblelog_list li:first-child .avatar
{
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.narrow_tumblelog_list li:last-child
{
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	height: 63px;
}
.narrow_tumblelog_list li:last-child .avatar
{
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom: solid 1px #a3a3a3;
}
.narrow_tumblelog_list li:nth-child(even)
{
	background-color: #e4e4e4;
}
.narrow_tumblelog_list li a.username
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.narrow_tumblelog_list li a.username:hover
{
	text-decoration: underline;
}
.narrow_tumblelog_list li .title
{
	font: 11px 'Lucida Grande' , Verdana;
	color: #888;
	white-space: nowrap;
	margin-bottom: 5px;
}
.narrow_tumblelog_list li .follow
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.narrow_tumblelog_list li .follow:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.account_form
{
	display: block;
	width: 600px;
}
.account_form label
{
	font-size: 20px;
	padding: 0px;
	margin: 30px 0px 7px 0px;
	color: #323C42;
	display: block;
}
#explore_tumblelogs
{
	background: #eeeeee url('../images/admin/index_box_top_border.png') top repeat-x;
	margin-top: 35px;
	position: relative;
}
#explore_tumblelogs h2
{
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	font-size: 11px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #dadada;
}
#explore_tumblelogs ul
{
	margin: 3px 0px 0px 15px;
	padding: 0px;
	width: 170px;
	float: left;
}
#explore_tumblelogs ul li
{
	color: #ccc;
	margin-top: 10px;
}
#explore_tumblelogs ul li a
{
	font-size: 13px;
	font-weight: bold;
	color: #777;
}
#post_controls
{
	margin-top: 5px;
	text-align: center;
}
h2 .optional
{
	font: normal 11px 'Lucida Grande' , Verdana;
	color: #aab5c1;
	font-style: italic;
	margin-left: 2px;
}
form#edit_post .text_field, form#edit_post textarea
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
form.regular_post #post_two
{
	height: 300px;
}
form.photo_post #post_two
{
	height: 150px;
}
.edit_post_controls
{
	background-color: #eeeeee;
	border-bottom: solid 1px #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color: #777;
	margin-bottom: 5px;
}
.edit_post_controls .advanced_option label
{
	font-size: 14px;
	margin-bottom: 3px;
	color: #666;
}
#advanced_options
{
	width: 330px;
}
#advanced_options table
{
	width: 100%;
}
#advanced_options table tr td
{
	padding: 4px 0;
}

#advanced_options .advanced_option select, #advanced_options .advanced_option input, #advanced_options .advanced_option textarea
{
	color: #666;
	float: right;
	padding: 5px;
	font: 14px Arial, Helvetica;
}
#advanced_options #slug_url
{
	font: 11px 'Lucida Grande' , Verdana;
	color: #999;
}
#advanced_options #slug_url .inline_text_field
{
	background: transparent;
	border-width: 0px;
	border-bottom: solid 1px #bbb;
	font: 11px 'Lucida Grande' , Verdana;
	color: #999;
	padding: 0px !important;
	width: 90px !important;
}
img#privacy_lock
{
	vertical-align: -1px;
	margin-left: 10px;
	width: 16px;
	height: 23px;
}
form.audio_post .audio_upload_instructions
{
	background-color: #e4effa;
	font-size: 13px;
	color: #5980A8;
	padding: 12px 5px 12px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-bottom: solid 1px #D8E4F1;
	margin-bottom: 20px;
}
form.audio_post .audio_upload_instructions ol
{
	padding: 0px 0px 0px 33px;
	margin: 0px;
}
form.audio_post .audio_upload_instructions ol li
{
	margin: 0px;
}
ul.tabs
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 36px;
}
ul.tabs li
{
	float: left;
	margin: 0px 15px 0px 0px;
	font: bold 16px Arial;
	line-height: 36px;
	height: 36px;
	padding: 0px 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul.tabs li a
{
	text-decoration: none;
}
form.video_post #post_one
{
	border-width: 0px;
	padding: 10px;
	width: 540px;
	max-width: 540px;
	min-width: 540px;
	background-color: #fff;
}
.embed_video_container
{
	background-color: #d2e3b6;
	border-bottom: solid 1px #B9D191;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	position: relative;
}
.embed_video_container #embed_video_description
{
	color: #5A8144;
	margin-bottom: 15px;
	font: 11px 'Lucida Grande' , Verdana;
	font-weight: bold;
}
.embed_video_container #embed_video_description small
{
	font-size: 10px;
	font-weight: normal;
	color: #7AA164;
}
.embed_video_container #vimeo_badge
{
	width: 91px;
	height: 34px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.as_links
{
	font-size: 18px;
	font-weight: normal;
	vertical-align: 5px;
}
.as_links a
{
	text-decoration: none;
	color: #777;
	background-color: #e2e2e2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 8px;
	margin-left: 10px;
}
ol#photo_list
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ol#photo_list li
{
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	background-color: #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol#photo_list li .caption_field
{
	margin-top: 10px;
}
ol#photo_list li .caption
{
	background-color: transparent;
	border-width: 0px;
	border-bottom: solid 1px #ccc;
	width: 250px;
}
#add_photo_button
{
	float: right;
	border: solid 2px #3F5A77;
	background-color: #546E91;
	color: #fff;
	margin: 0px;
	font: bold 11px Arial;
	cursor: pointer;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#add_photo_button:hover
{
	background-color: #3F5A77;
}
.sort_arrows
{
	width: 9px;
	height: 16px;
	margin-right: 10px;
	margin-left: 3px;
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: move;
}
.remove_photo
{
	width: 16px;
	height: 16px;
	padding-top: 3px;
	opacity: 0.15;
	-moz-opacity: 0.15;
	filter: alpha(opacity=15);
	margin-right: 5px;
}
.remove_photo:hover
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
#tag_editor
{
	width: 168px;
	height: 70px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #bbb;
	margin-top: 3px;
	padding: 4px 5px;
	color: #222;
	background: #fff url('../images/input_bg.gif') repeat-x top;
}
#tag_editor .token
{
	float: left;
	padding: 3px 5px;
	border: solid 1px #b7c963;
	background-color: #C7DA76;
	color: #111;
	margin: 0px 5px 5px 0px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font: 11px 'Lucida Grande';
}
#tag_editor .token a
{
	font-weight: bold;
	margin-left: 7px;
	text-decoration: none;
	color: #749440;
}
#tag_editor input
{
	overflow: visible;
	background-color: #fff;
	color: #444 !important;
	border: 0px;
	padding: 4px 0px !important;
	margin: 0px !important;
	outline: 0;
	font: 11px 'Lucida Grande' , Verdana !important;
	width: 80px !important;
}
.enable_answers_bubble
{
	display: block;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #435e86;
	border-bottom: solid 2px #3C5072;
	margin-top: 5px;
	font: bold 18px Arial;
	padding: 14px;
	text-shadow: #000 0px 0px 0px;
	color: #fff;
}
#bubble_uncollapsed_arrow
{
	float: right;
	padding-top: 8px;
	width: 11px;
	height: 6px;
}
#bubble_collapsed_arrow
{
	float: right;
	padding-top: 5px;
	padding-right: 3px;
	width: 6px;
	height: 11px;
}
.autocomplete
{
	font: 11px 'Lucida Grande' , Verdana;
	padding: 5px;
	background-color: #f4f4f4;
	border-color: #ccc;
	border-top: 0px;
}
table.dialog-inner
{
	width: 100%;
}
table.dialog-inner tr td
{
	padding: 5px;
}
ol#posts
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ol#posts li.post
{
	margin: 20px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 20px 15px 20px;
	position: relative;
	border-bottom: solid 2px #bbb;
}
ol#posts li.post p, ol#posts li.post ul, ol#posts li.post ol
{
	margin: 10px 0px;
}
ol#posts li.post p:last-child, ol#posts li.post ul:last-child, ol#posts li.post ol:last-child
{
	margin-bottom: 0px;
}
ol#posts li.post ul
{
	list-style-type: disc;
}
ol#posts li.post blockquote
{
	margin: 10px 0px 10px 10px;
	padding-left: 15px;
	border-left: solid 4px #dcdcdc;
}
ol#posts li.post blockquote blockquote
{
	border-left: solid 4px #cccccc;
}
ol#posts li.post blockquote blockquote blockquote
{
	border-left: solid 4px #bcbcbc;
}
ol#posts li.post blockquote blockquote blockquote blockquote
{
	border-left: solid 4px #acacac;
}
ol#posts li.post blockquote blockquote blockquote blockquote blockquote
{
	border-left: solid 4px #9c9c9c;
}
ol#posts li.post blockquote blockquote blockquote blockquote blockquote blockquote
{
	border-left: solid 4px #8c8c8c;
}
ol#posts li.post pre
{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #e6e6e6;
	font: normal 11px Courier;
	overflow: auto;
}
ol#posts li.post li
{
	margin: 0px;
}
ol#posts li.post a.avatar
{
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: -85px;
	top: 0px;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	border-bottom: solid 1px #0a2939;
}
ol#posts li.post .arrow
{
	width: 8px;
	height: 15px;
	position: absolute;
	left: -7px;
	top: 25px;
}
ol#posts li.post .permalink
{
	position: absolute;
	right: -3px;
	top: -3px;
	width: 15px;
	height: 15px;
	padding: 3px;
	display: none;
}
ol#posts li.post:hover .permalink
{
	display: inline;
}
ol#posts li.post .share_pane
{
	color: #4A5361;
	font: 11px 'Lucida Grande' , Verdana;
	white-space: nowrap;
	clear: both;
	margin: 15px 0px;
	padding: 7px 8px;
	background-color: #E1E6EB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
ol#posts li.post .share_pane input
{
	border-width: 0px;
	width: 300px;
	font-size: 11px;
	color: #626C7C;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0px 3px;
	outline: 0;
}
ol#posts li.post .post_info, ol#posts li.post .post_controls
{
	font: bold 13px Arial, Helvetica;
	color: #a8b1ba;
	margin-bottom: 16px;
	line-height: 15px;
}
ol#posts li.post .post_info a, ol#posts li.post .post_controls a
{
	color: #a8b1ba;
	text-decoration: none;
}
ol#posts li.post.is_reblog .post_info a
{
	text-decoration: underline;
}
ol#posts li.post .post_info a:hover
{
	text-decoration: underline;
}
ol#posts li.post .post_info .private_label
{
	background-color: #B4BDC4;
	color: #fff;
	padding: 0px 3px;
	text-shadow: #99A4AC 1px 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
}
ol#posts li.post .feed_label
{
	font: 11px 'Lucida Grande' , Verdana;
}
ol#posts li.post .feed_label img
{
	width: 10px;
	height: 10px;
	margin-right: 3px;
	vertical-align: -1px;
}
ol#posts li.post .post_controls
{
	float: right;
	white-space: nowrap;
}
ol#posts li.post .post_controls a
{
	margin-left: 10px;
	text-decoration: none;
}
ol#posts li.post .post_controls a:hover
{
	color: #7B8994;
}
ol#posts li.post .post_controls .like_button
{
	margin-left: 10px;
	width: 15px;
	height: 14px;
	vertical-align: -3px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	border-width: 0px;
}
ol#posts li.post .post_controls .like_button:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
ol#posts li.post .post_controls .like_button.already_like
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
}
ol#posts li.post .post_controls .block_link
{
	display: none;
}
ol#posts li.post:hover .post_controls .block_link
{
	display: inline;
}
ol#posts li.post .post_controls .star_button
{
	margin-left: 10px;
	width: 15px;
	height: 15px;
	vertical-align: -3px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	border-width: 0px;
}
ol#posts li.post .post_controls .star_button:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
ol#posts li.post .post_controls .star_button.already_star
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
}
ol#posts li.post .post_controls .twitter_reply_button
{
	width: 12px;
	height: 14px;
	vertical-align: -3px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	border-width: 0px;
}
ol#posts li.post .post_controls .twitter_reply_button:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
ol#posts li.post .tags
{
	font: 11px 'Lucida Grande' , Verdana;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
}
ol#posts li.post .tags a
{
	margin-right: 7px;
	color: #a8b1ba;
	text-decoration: none;
}
ol#posts li.post .tags a:hover
{
	margin-right: 7px;
	color: #a8b1ba;
	text-decoration: underline;
}
ol#posts li.post .post_title
{
	font: bold 22px Arial, Helvetica;
	line-height: 1.3;
	margin-bottom: 10px;
}
ol#posts li.post .caption
{
	margin-top: 20px;
}
ol#posts li.post .image
{
	margin-bottom: 5px;
}
ol#posts li.post .image_thumbnail
{
	float: left;
	margin-right: 20px;
	padding: 3px;
	background-color: #fff;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
ol#posts li.post .video
{
	overflow: hidden;
	width: 500px;
	margin-bottom: 5px;
}
ol#posts li.post .quote *:first-child, ol#posts li.post .quote *:last-child
{
	display: inline;
}
ol#posts li.post .quote_source
{
	font-weight: bold;
}
ol#posts li.post .quote_source *:first-child
{
	margin-top: 0px;
}
ol#posts li.post .quote_source *:last-child
{
	margin-bottom: 0px;
}
ol#posts li:first-child
{
	margin-top: 0px;
}
.datapager
{
	float: right;
	text-align: right;
	padding: 0px;
	margin-bottom: 4px;
}
.datapager span
{
	padding: 2px;
	color: #999999;
}
.datapager a
{
	text-decoration: none;
}

.datapager span.current
{
}

.datapager-link
{
	margin: 0 2px 0 2px;
}
.datapager-link
{
	width: 32px;
	height: 32px;
	padding: 8px 20px;
	background-repeat: no-repeat;
}
.datapager-prev
{
	background-image: url('/content/images/gnome/go-previous.png');
}
.datapager-next
{
	background-image: url('/content/images/gnome/go-next.png');
}
.datapager-last
{
	background-image: url('/content/images/gnome/go-last.png');
}

.nodata
{
	margin-top: 10px;
}
input.error
{
	border: 1px dotted red;
}
label.error
{
	margin: 10px;
	color: red;
	font-style: italic;
}
a.post_title
{
	text-decoration: none;
}
img.middle
{
	vertical-align: middle;
}
.img_prodotti_container
{
	display: none;
	position: absolute;
	margin-top: -100px;
	z-index: 2;
	border: 1px dotted #cccccc;
}
#datapager_loader
{
	font-size: 1.1em;
}
#datapager_loader img
{
	vertical-align: middle;
}
#right_column
{
	float: right;
	width: 210px;
}
#left_column
{
	width: 600px;
	float: left;
}
a.deleted
{
	text-decoration: line-through;
}
img.thumb_immobile
{
	margin: 2px 6px 0 2px;
	height: 64px;
}
.post table tr td
{
	vertical-align: top;
}
li.shadow:hover
{
	background-color: #DDD;
}

#validation-summary
{
	width: 590px;
	margin: 10px 0;
	padding: 5px;
	color: #f00;
	border: dashed 1px #ff0000;
}
.toggle table
{
	width: 100%;
}
.toggle table tr td
{
	width: 50%;
	vertical-align: top;
}
#opzioni_form
{
	list-style-type: none;
}
#opzioni_form li
{
	display: inline;
	float: left;
	width: 140px;
}

.modal-dialog label, .modal-dialog input
{
	display: block;
}
.modal-dialog input.text
{
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}
.modal-dialog fieldset
{
	padding: 0;
	border: 0;
	margin-top: 25px;
}

table.tabella
{
	width: 100%;
}

table.tabella td
{
	padding: 4px;
	cursor: pointer;
}
table.tabella tr.unread
{
	background-color: #eee;
	font-weight: bold;
}

table.tabella thead tr th
{
	padding: 4px;
	text-align: left;
	background-color: #ccc;
}

table.consigliati
{
	width: 100%;
}
table.consigliati tbody tr
{
	border-bottom: solid 1px #eee;
}

.consigliati a
{
	text-decoration: none;
}
.consigliati img
{
	vertical-align: middle;
}
#vai-carrello
{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.validation-summary-errors
{
	color: #ff0000;
	font-weight: bold;
}
#modulo-ricerca
{
	margin-bottom: 20px;
}
#modulo-ricerca table
{
	width: 100%;
}
#modulo-ricerca table tr td.label
{
	text-align: right;
	font-weight: bold;
	width: 150px;
}
#modulo-ricerca table tr td
{
	padding: 5px;
	min-width: 150px;
}
#modulo-ricerca-buttons
{
	text-align: right;
}
#modulo-ricerca input[type=checkbox]
{
}
#modulo-ricerca button[type=reset]
{
	margin-left: 30px;
}
#modulo-ricerca button
{
	padding: 5px 10px;
}

img.consiglia-delete
{
	margin: 10px;
	cursor: pointer;
	vertical-align: middle;
	width: 16px;
}
#fancy_ajax {
	padding: 20px;
}
#container #content #sezioni ul {
	list-style-type: none;
}
#container #content #sezioni ul li {
	list-style-type: none;
	background-color: #eeeeee;
	margin-bottom: 2px;
	padding: 4px;
}
#container   #content   #tabs ul li     {
	margin-bottom: 2px;
}

a.datapager-link
{
	margin: 2px;
	vertical-align: middle;
	padding: 2px;
}