/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_styles.css														*/
/************************************************************************/

/************************************************************************/
/* RESET (Thanks to YUI) */


/************************************************************************/
/* CORE ELEMENT STYLES */

	
/************************************************************************/
/* LISTS */

/************************************************************************/


/************************************************************************/
/* COLORS */


.row1, .post_block.row1 {	background-color: #fff;  }


.row2, .post_block.row2 { 	background-color: #f7f7f7; }



.unread 				{	background-color: #fbfbfb; }


.unread .altrow, .unread.altrow { background-color: #efefef; }

/* primarily used for topic preview header */
.highlighted, .highlighted .altrow { background-color: #d6e4f0; }


.ipsBox { background: #fafafa; border-bottom: 1px solid #e5e5e5;padding-top: 10px; padding-bottom: 10px;  }
	
	.ipsBox_notice, .ipsBox_highlight {
		background: #f4fcff;
		border-bottom: 1px solid #cae9f5;
	}

/* mini badges */
a.ipsBadge:hover { color: #fff; }

.ipsBadge_green { background: #7ba60d; }
.ipsBadge_purple { background: #7dc9ec; }
.ipsBadge_grey { background: #5b5b5b; }
.ipsBadge_lightgrey { background: #b3b3b3; }
.ipsBadge_orange { background: #7dc9ec; }
.ipsBadge_red {	background: #bf1d00; }


.bar {
	background: #f5f5f5;
	padding: 8px 10px;
}
	
	.bar.altbar {
		background: #b6c7db;
		color: #1d3652;
	}


.header {
	background: #b6c7db;
	color: #1d3652;
}

	
	body .ipb_table .header a,
	body .topic_options a {
		color: #1d3652;
	}
	

.post_block {
	background: #fff;
	border-bottom: 1px solid #D6E2EB;
}

.post_body .post { color: #282828; }

.bbc_url, .bbc_email {
	color: #0f72da;
	text-decoration: underline;
}



/* Dates */
.date, .poll_question .votes {
	color: #747474;
	font-size: 11px;
}


.no_messages {
	background-color: #f6f8fa;
	color: #1c2837;
	padding: 15px 10px;
}

/* Tab bars */
.tab_bar {
	background-color: #efefef;
	color: #4a6784;
}

	.tab_bar li.active {
		background-color: #243f5c;
		color: #fff;
	}
	
	.tab_bar.no_title.mini {
		border-bottom: 8px solid #243f5c;
	}

/* Menu popups */
.ipbmenu_content, .ipb_autocomplete {
	background-color: #f7f9fb;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
}

	.ipbmenu_content li, .ipb_autocomplete li {
		border-bottom: 1px solid #d5d5d5;
	}
	
		.ipb_autocomplete li.active {
			background: #d5d5d5;
		}
		
	.ipbmenu_content a:hover { background: #d5d5d5; }
		
/* Forms */



/************************************************************************/
/* HEADER */

#header_bar {
	background: #0f0f0f;
	padding: 0;
	text-align: right; 
        border-bottom: 1px dotted #323232;
}
	
#admin_bar { font-size: 11px; line-height: 36px; }
#admin_bar li.active a { color: #fc6d35; }
#admin_bar a { color: #8a8a8a; }
	#admin_bar a:hover { color: #fff; }

#user_navigation { color: #9f9f9f; font-size: 11px; }
#user_navigation a { color: #fff; }
#user_navigation .ipsList_inline li { margin: 0;} /* remove spacing from default ipsList_inline */

#user_navigation.not_logged_in {
	height: 26px; padding: 6px 0 4px;
}

#user_link {
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	margin-right: 15px;
	outline: 0;
}
	
	#user_link_dd, .dropdownIndicator {
		display: inline-block;
		width: 9px; height: 5px;
		background: url(http://forums.storagereview.com/public/style_images/storage/header_dropdown.png ) no-repeat left;
	}
	
	#user_link:hover, #notify_link:hover, #inbox_link:hover { background-color: #323232; }

#user_link_menucontent #links li { 
	width: 50%;
	float: left;
	margin: 3px 0;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	white-space: nowrap;
}


#user_link.menu_active {
	background: #fff;
	color: #323232;
}
	
	#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator { background-position: right; }
		#community_app_menu .menu_active .dropdownIndicator { background-position: left; }
			#community_app_menu li.active .menu_active .dropdownIndicator { background-position: right; }
	#user_link_menucontent #statusForm { margin-bottom: 15px; }
	#user_link_menucontent #statusUpdate {	margin-bottom: 5px; }
	
#user_link_menucontent > div {
	margin-left: 15px;
	width: 265px;
	text-align: left;
}


#statusSubmitGlobal { margin-top: 3px; }

#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
	background-position: bottom;
	background-color: #fff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0 0;
}

#notify_link, #inbox_link {
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 13px 24px 8px 12px;
	position: relative;
}
	
#notify_link { background: url(http://forums.storagereview.com/public/style_images/storage/icon_notify.png ) no-repeat top; }
#inbox_link { background: url(http://forums.storagereview.com/public/style_images/storage/icon_inbox.png ) no-repeat top; }


#user_navigation #register_link { 
	background: #7ba60d; 
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #7ba60d;
	-webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}


#branding {
	background: #0f0f0f;
	border-bottom: 0px;
	min-height: 151px;
	padding-top: 18px;
}
	
	#logo { display: inline; margin-left: -3px;}


#primary_nav {
	background: #e4e4e5 url(http://forums.storagereview.com/public/style_images/storage/nav.png ) repeat-x;
	padding: 0 0 0 0px !important;
	margin: 0;
	height: 32px;
        margin-bottom: 20px;
}
        #community_app_menu{margin: 0px; padding: 0px; display: block; width: 100%;}
	#community_app_menu > li { margin: 0px; position: relative; }

	
	#community_app_menu > li > a {
 		display: block;
                font-size: 12px;
                color: #666;
                padding: 0 10px 0 10px;
                text-transform: uppercase;
                text-decoration: none;
                height: 32px;
                line-height: 34px;
	}

		
		#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
			color: #333;
			background-color: #FFF;
			border-top: 3px solid #7dc9ec;
			line-height: 29px;
			-webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
			-moz-box-shadow: inset 0 -2px 2px #EBEBEB;
			box-shadow: inset 0 -2px 2px #EBEBEB;
			voice-family: "\"}\"";
			voice-family: inherit;
height: 29px;


		}
	
	
	#community_app_menu > li.active > a {
 			color: #333;
			background-color: #FFF;
			border-top: 3px solid #7dc9ec;
			line-height: 29px;
			-webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
			-moz-box-shadow: inset 0 -2px 2px #EBEBEB;
			box-shadow: inset 0 -2px 2px #EBEBEB;
			voice-family: "\"}\"";
			voice-family: inherit;
height: 29px;
                       
	}

#quickNavLaunch span { 
	background: url(http://forums.storagereview.com/public/style_images/storage/icon_quicknav.png ) no-repeat top;
	width: 13px;
	height: 13px;
	display: inline-block;
}
#quickNavLaunch:hover span { background: url(http://forums.storagereview.com/public/style_images/storage/icon_quicknav.png ) no-repeat bottom; }
#primary_nav #quickNavLaunch { padding: 6px 8px 8px; }

#more_apps_menucontent, .submenu_container {
	background: #173455;
	font-size: 12px;
	border: 0;
	min-width: 140px;
}
	#more_apps_menucontent li, .submenu_container li { padding: 0; border: 0; float: none !important; min-width: 150px; }
	#more_apps_menucontent a, .submenu_container a { 
		display: block;
		padding: 8px 10px;
		color: #fff;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	}

	#more_apps_menucontent li:hover, .submenu_container li:hover { background-color: #fff !important; }
	
	#more_apps_menucontent li:hover a, .submenu_container li:hover a { color: #000; text-shadow: none; }

#community_app_menu .submenu_container,
#more_apps_menucontent.submenu_container {
	width: 260px;
}

	#community_app_menu .submenu_container li,
	#more_apps_menucontent.submenu_container li {
		width: 260px;
	}

.breadcrumb {
	color: #777;
	font-size: 11px;
}
	.breadcrumb a { color: #777; }
	.breadcrumb li .nav_sep { margin: 0 5px 0 0; }
	.breadcrumb li:first-child{ margin-left: 0; }
	.breadcrumb.top { margin-bottom: 10px; }
	.breadcrumb.bottom { margin-top: 10px; width: 100% }

.ipsHeaderMenu {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	padding: 10px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	width: 340px;
}

	.ipsHeaderMenu .ipsType_sectiontitle { margin-bottom: 8px; }
	
	#user_notifications_link_menucontent.ipsHeaderMenu,
	#user_inbox_link_menucontent.ipsHeaderMenu {
		width: 300px;
	}
	
/************************************************************************/


.ipsModMenu {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-indent: -2000em;
	background: url(http://forums.storagereview.com/public/style_images/storage/moderation_cog.png ) no-repeat;
	margin-right: 5px;
	vertical-align: middle;
}

.ipsBadge {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

	.ipsBadge.has_icon img {
		max-height: 7px;
		vertical-align: baseline;
	}
	
	#nav_app_ipchat .ipsBadge {	position: absolute;	}
	
#ajax_loading {
	background: #95C715;
	background: -moz-linear-gradient(top, #95C715 0%, #7BA60D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95C715), color-stop(100%,#7BA60D));
	background: linear-gradient(top, #95C715 0%,#7BA60D 100%);
	border: 1px solid #7BA60D;
	color: #fff;
	text-align: center;
	padding: 5px 0 8px;
	width: 8%;
	top: 0px;
	left: 46%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 0 0 5px 5px;
	z-index: 10000;
	position: fixed;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
}

#ipboard_body.redirector {
	width: 500px;
	margin: 150px auto 0 auto;
}

#ipboard_body.minimal { margin-top: 40px; }
	#ipboard_body.minimal #content {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 20px 30px;
	}
	#ipboard_body.minimal h1 { font-size: 32px; }
	#ipboard_body.minimal .ipsType_pagedesc { font-size: 16px; }

.progress_bar {
	background-color: #fff;
	border: 1px solid #d5d5d5;
}

	.progress_bar span {
		background: #243f5c url(http://forums.storagereview.com/public/style_images/storage/gradient_bg.png) repeat-x left 50%;
		color: #fff;
		font-size: 0em;
		font-weight: bold;
		text-align: center;
		text-indent: -2000em; /* Safari fix */
		height: 10px;
		display: block;
		overflow: hidden;
	}

	.progress_bar.limit span {
		background: #b82929 url(http://forums.storagereview.com/public/style_images/storage/progressbar_warning.png) repeat-x center;
	}

	.progress_bar span span {
		display: none;
	}

.progress_bar.user_warn {	
	margin: 0 auto;
	width: 80%;
}

	.progress_bar.user_warn span {
		height: 6px;
	}

.progress_bar.topic_poll {
	border: 1px solid #d5d5d5;
	margin-top: 2px;
	width: 40%;
}

li.rating a {
	outline: 0;
}

.antispam_img { margin: 0 3px 5px 0; }
	
span.error {
	color: #ad2930;
	font-weight: bold;
	clear: both;
}

#recaptcha_widget_div { max-width: 350px; }
#recaptcha_table { border: 0 !important; }

.mediatag_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.mediatag_wrapper iframe,  
.mediatag_wrapper object,  
.mediatag_wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************/
/* GENERIC REPEATED STYLES */
/* Inline lists */
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label,.user_controls li {
	display: inline;
}

/* Utility styles */
.right { float: right; }
.left { float: left; }
.hide { display: none; }
.short { text-align: center; }
.clear { clear: both; }
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.faded { opacity: 0.5 }
.clickable { cursor: pointer; }
.reset_cursor { cursor: default; }

/* Bullets */
.bullets ul, .bullets ol,
ul.bullets, ol.bullets {
	list-style: disc;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: none;
}


.maintitle {
	/* background: #2c5687 url(http://forums.storagereview.com/public/style_images/storage/maintitle.png) repeat-x top; */
	color: #000;
	padding: 10px 10px 11px 0px;
	font-size: 22px;
	font-weight: bold;
	/* -moz-border-radius: 4px 4px 0 0; */
	/* -webkit-border-top-left-radius: 4px; */
	/* -webkit-border-top-right-radius: 4px; */
	/* border-radius: 4px 4px 0 0; */
	/* -webkit-box-shadow: inset 0px 1px 0 #528cbc; */
	/* -moz-box-shadow: inset 0px 1px 0 #528cbc; */
	/* box-shadow: inset 0px 1px 0 #528cbc; */
	/* border-width: 1px 1px 0 1px; */
	/* border-color: #316897; */
	/* border-style: solid; */
        border-bottom: 1px solid #efefef;
}

	.maintitle a {	color: #111; }
	.maintitle a:hover{color: #FFF;
background-color: #4ebaec;}
	.collapsed .maintitle {
		opacity: 0.2;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
		.collapsed .maintitle:hover { opacity: 0.4; }
	
	.maintitle .toggle { 
		visibility: hidden;
		background: url(http://forums.storagereview.com/public/style_images/storage/cat_minimize.png) no-repeat;
		text-indent: -3000em;
		width: 25px; height: 25px;
		display: block;
		outline: 0;
	}
		.maintitle:hover .toggle { visibility: visible; }
	
	.collapsed .toggle {
		background-image: url(http://forums.storagereview.com/public/style_images/storage/cat_maximize.png);
	}	
	
/* Rounded corners */
#user_navigation #new_msg_count, .poll_question h4,
.rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.desc, .desc.blend_links a, p.posted_info {
	font-size: 12px;
	color: #777777;
}


.desc.lighter, .desc.lighter.blend_links a {
	color: #a4a4a4;
}

/* Cancel */
.cancel {
	color: #ad2930;
	font-size: 0.9em;
	font-weight: bold;
}

/* Moderation */
em.moderated {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

/* Positive/Negative */
.positive {	color: #6f8f52; }
.negative {	color: #c7172b; }

/* Search highlighting */
.searchlite
{
	background-color: yellow;
	color: red;
	font-size:14px;
}

/* Users posting */
.activeuserposting {
	font-style: italic;
}
	
/************************************************************************/
/* COLUMN WIDTHS FOR TABLES */
/* col_f = forums; col_c = categories; col_m = messenger; col_n = notifications */

.col_f_post { width: 250px !important; }
	.is_mod .col_f_post { width: 210px !important; }

	td.col_c_post { 
		padding-top: 10px !important;
		width: 250px;
	}

.col_f_icon {
	padding: 10px 0 0 0 !important;
	width: 24px !important;
	text-align: center;
	vertical-align: top;
}

.col_n_icon { 
	vertical-align: middle;
	width: 24px;
	padding: 0 !important;
}
	
.col_f_views, .col_m_replies {
	width: 100px !important;
	text-align: right;
	white-space: nowrap;
}

.col_f_mod, .col_m_mod, .col_n_mod { width: 40px; text-align: right; }
.col_f_preview { 
	width: 20px !important; 
	text-align: right;
}

.col_c_icon { padding: 10px 5px 10px 5px !important; width: 33px; vertical-align: middle; text-align: center; }
.col_c_post .ipsUserPhoto { margin-top: 3px; }

.col_n_date { width: 250px; }
.col_m_photo, .col_n_photo { width: 30px; }
.col_m_mod { text-align: right; }
.col_r_icon { width: 3%; }
.col_f_topic, .col_m_subject { width: 49%; }
.col_f_starter, .col_r_total, .col_r_comments {	width: 10%; }
.col_m_date, .col_r_updated, .col_r_section { width: 18%; }
.col_c_stats { width: 15%; text-align: right; }
.col_c_forum { width: auto; }
.col_mod, .col_r_mod { width: 3%; }
.col_r_title { width: 26%; }

/*.col_c_forum, .col_c_stats, .col_c_icon, .col_c_post { vertical-align: top; }*/

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	width: 100%;
	line-height: 1.3;
	border-collapse: collapse;
}
	
	
	table.ipb_table td {
		padding: 10px;
		border-bottom: 1px solid #f3f3f3;
	}
		
		table.ipb_table tr.unread h4 { font-weight: bold; }
		table.ipb_table tr.highlighted td { border-bottom: 0; }
	
	table.ipb_table th {
		font-size: 11px;
		font-weight: bold;
		padding: 8px 6px;
	}
	
.last_post { margin-left: 45px; }

table.ipb_table h4,
table.ipb_table .topic_title {
	font-size: 14px;
	display: inline-block;
}

table.ipb_table  .unread .topic_title { font-weight: bold; }
table.ipb_table .ipsModMenu { visibility: hidden; }
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active { visibility: visible; }

#announcements h4 { display: inline; }
#announcements td { border-bottom: 1px solid #fff; }

.forum_data {
	font-size: 11px;
	color: #5c5c5c;
	display: inline-block;
	white-space: nowrap;
	margin: 0px 0 0 8px;
}

.desc_more {
	background: url(http://forums.storagereview.com/public/style_images/storage/desc_more.png ) no-repeat top;
	display: inline-block;
	width: 13px; height: 13px;
	text-indent: -2000em;
}
	.desc_more:hover { background-position: bottom; }
.category_block{background: url(http://www.storagereview.com/sites/all/themes/storagereview/img/bg_boxshadow.png) bottom center no-repeat;
padding: 5px 20px 2px 20px;}
.category_block .ipb_table h4 { font-size: 15px; word-wrap: break-word; }
 table.ipb_table .subforums {
	margin: 2px 0 3px 5px;
	padding-left: 20px;
	background: url(http://forums.storagereview.com/public/style_images/storage/subforum_stem.png ) no-repeat left 4px;
}
	table.ipb_table .subforums li.unread { font-weight: bold; }

table.ipb_table .expander { 
	visibility: hidden;
	width: 16px;
	height: 16px;
	display: inline-block;
}
table.ipb_table tr:hover .expander { visibility: visible; opacity: 0.2; }
table.ipb_table td.col_f_preview { cursor: pointer; }
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading { visibility: visible !important; opacity: 1; }
table.ipb_table .expander.closed { background: url(http://forums.storagereview.com/public/style_images/storage/icon_expand_close.png ) no-repeat top; }
table.ipb_table .expander.open { background: url(http://forums.storagereview.com/public/style_images/storage/icon_expand_close.png ) no-repeat bottom; }
table.ipb_table .expander.loading { background: url(http://forums.storagereview.com/public/style_images/storage/loading.gif ) no-repeat; }
table.ipb_table .preview td {
	padding: 20px 10px 20px 29px;
	z-index: 20000;
	border-top: 0;
}

	table.ipb_table .preview td > div {
		line-height: 1.4;
		position: relative;		
	}
	
	table.ipb_table .preview td {
		-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		border: 1px solid #D6E4F0;
	}

.preview_col {
	margin-left: 80px;
}

.preview_info {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 3px;
	margin: -3px 0 3px;
}

table.ipb_table .mini_pagination { opacity: 0.5; }
table.ipb_table tr:hover .mini_pagination { opacity: 1; }

/************************************************************************/

/************************************************************************/


	
/************************************************************************/
/* MENU & POPUP STYLES */

.ipbmenu_content, .ipb_autocomplete {
	font-size: 12px;
	min-width: 85px;
	z-index: 2000;
}
	
	.ipbmenu_content li:last-child {
		border-bottom: 0;
		padding-bottom: 0px;
	}
	
	.ipbmenu_content li:first-child { padding-top: 0px;	}
	.ipbmenu_content.with_checks a { padding-left: 26px; } /* save room for a checkmark */
	.ipbmenu_content a .icon { margin-right: 10px; }
	.ipbmenu_content a { 
		text-decoration: none;
		text-align: left;
		display: block;
		padding: 6px 10px;
	}
	.ipbmenu_content.with_checks li.selected a {
		background-image: url(http://forums.storagereview.com/public/style_images/storage/icon_check.png );
		background-repeat: no-repeat;
		background-position: 7px 10px;
	}

.popupWrapper {
	background-color: #464646;
	background-color: rgba(70,70,70,0.6);
	padding: 4px;
	-webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.popupInner {
		background: #fff;
		width: 500px;
		overflow: auto;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
		overflow-x: hidden;
	}
	
		.popupInner.black_mode {
			background: #000;
			border: 3px solid #b3bbc3; 
			color: #eee;
			border: 3px solid #555;
		}
		
		.popupInner.warning_mode {
			border: 3px solid #7D1B1B; 
		}
	
		.popupInner h3 {
			background: #2c5687 url(http://forums.storagereview.com/public/style_images/storage/maintitle.png) repeat-x top;
			color: #fff;
			border-width: 1px 1px 0 1px;
			border-style: solid;
			border-color: #316897;
			padding: 8px 10px 9px;
			font-size: 16px;
			font-weight: 300;
			text-shadow: 0 1px 2px rgba(0,0,0,0.3);
			-webkit-box-shadow: inset 0px 1px 0 #528cbc;
			box-shadow: inset 0px 1px 0 #528cbc;
			-moz-box-shadow: inset 0px 1px 0 #528cbc;
		}
		
			.popupInner h3 a { color: #fff; }
		
			.popupInner.black_mode h3 {
				background-color: #545C66;
				color: #ddd;
			}
			
			.popupInner.warning_mode h3 {
				background-color: #7D1B1B;
				padding-top: 6px;
				padding-bottom: 6px;
				color: #fff;
			}
			
			.popupInner.warning_mode input.input_submit {
				background-color: #7D1B1B;
			}

.popupClose {
	position: absolute;
	right: 16px;
	top: 12px;
}

.popupClose.light_close_button {
	background: transparent url(http://forums.storagereview.com/public/style_images/storage/close_popup_light.png) no-repeat top left;
	opacity: 0.8;
	width: 13px;
	height: 13px;
	top: 17px;
}

.popupClose.light_close_button img {
	display: none;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.popup_body {
	padding: 10px;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft { background-image: url(http://forums.storagereview.com/public/style_images/storage/stems/topleft.png);	}
	.stem.topright { background-image: url(http://forums.storagereview.com/public/style_images/storage/stems/topright.png); }
	.stem.bottomleft { background-image: url(http://forums.storagereview.com/public/style_images/storage/stems/bottomleft.png); }
	.stem.bottomright { background-image: url(http://forums.storagereview.com/public/style_images/storage/stems/bottomright.png);	}
	
.modal {
	background-color: #3e3e3e;
}

.userpopup h3 { font-size: 17px; }
.userpopup h3, .userpopup .side + div { padding-left: 110px; }
.userpopup .side { position: absolute; margin-top: -40px; }
	.userpopup .side .ipsButton_secondary { 
		display: block;
		text-align: center;
		margin-top: 5px;
		/* 	#32468: hacky workaround to ensure these buttons work when translated;
			#42174: Updated again... */
		max-width: 75px;
		height: auto;
		line-height: 1;
		padding: 5px 10px;
		white-space: normal;
	}
.userpopup .user_controls { text-align: left; }
.userpopup .user_status { padding: 5px; margin-bottom: 5px; }
.userpopup .reputation {
	display: block; 
	text-align: center;
	margin-top: 5px;
}

.userpopup {
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}

	.userpopup dl {
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 10px;
		margin-bottom: 4px;
	}

.info dt {
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	clear: both;
	width: 30%;
}

.info dd {
	padding: 3px 6px;
	width: 60%;
	margin-left: 35%;
}

/************************************************************************/
/* BUTTONS STYLES */

.topic_buttons li {
	float: right;
	margin: 0 0 10px 10px;
}


.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important,
.topic_buttons li a, .topic_buttons li span, .ipsButton {
	background: #212121 url(http://forums.storagereview.com/public/style_images/storage/topic_button.png ) repeat-x top;
	border: 1px solid #212121;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 #191919;
	font: 300 12px/1.3 Helvetica, Arial, sans-serif;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	min-width: 125px;
	display: inline-block;
	cursor: pointer;
}




	
	.topic_buttons li a:hover, .ipsButton:hover { color: #FFF; }
	.topic_buttons li.non_button a {
		background: transparent !important;
		background-color: transparent !important;
		border: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		text-shadow: none;
		min-width: 0px;
		color: #777777;
		font-weight: normal;
	}
	
	.topic_buttons li.disabled a, .topic_buttons li.disabled span {
		background: #ebebeb;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		text-shadow: none;
		border: 0;
		color: #7f7f7f;
	}
	
	.topic_buttons li span { cursor: default !important; }


.ipsButton_secondary {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 10px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
	.ipsButton_secondary a { color: #616161; }
	.ipsButton_secondary:hover {
		color: #4c4c4c;
		border-color: #9a9a9a;
	}
	
	
	.ipsButton_secondary.important {
		background: #9f2a00;
		background: -moz-linear-gradient(top, #9f2a00 0%, #812200 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f2a00), color-stop(100%,#812200)); /* webkit */
		border: 1px solid #812200;
		color: #fbf4f4;
		-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
	}
		.ipsButton_secondary .icon {
			margin-right: 4px;
			margin-top: -3px;
		}
		
		.ipsButton_secondary img.small {
			max-height: 12px;
			margin-left: 3px;
			margin-top: -2px;
			opacity: 0.5;
		}
		
		.ipsButton_secondary.important a { color: #fbf4f4; }
		.ipsButton_secondary.important a:hover { 
			color: #fff !important;
			border-color: #571700;
		}
		
		/* Used in post forms */
		.ipsField.ipsField_checkbox.ipsButton_secondary
		{
			line-height: 18px;
		}
		
		.ipsField.ipsField_checkbox.ipsButton_secondary input
		{
			margin-top: 6px
		}
		
		.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content
		{
			margin-left: 18px;
		}
		
.ipsButton_extra {
	line-height: 22px;
	height: 22px;
	font-size: 11px;
	margin-left: 5px;
	color: #5c5c5c;
}

.ipsButton_secondary.fixed_width{ min-width: 170px; }

.ipsButton.no_width { min-width: 0; }
.topic_controls { min-height: 30px; }


ul.post_controls {
	padding: 6px;
	margin: 0 0 10px 0;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

		ul.post_controls li {
			font-size: 12px;
			float: right;
		}

		ul.post_controls a {	
			height: 22px;
			line-height: 22px;
			padding: 0 12px;
			color: #1d3652;
			text-decoration: none;
			margin-left: 4px;
			display: block;
		}

		ul.post_controls a:hover { color: #3d70a3; }
		
		ul.post_controls a.ipsButton_secondary {
			height: 20px;
			line-height: 20px;
		}
		
		ul.post_controls a.ipsButton_secondary.important:hover {
			color: #fff !important;
		}
		
		ul.post_controls li.multiquote.selected a { 
			background: #a1dc00; /* Old browsers */
			background: -moz-linear-gradient(top, #a1dc00 0%, #7ba60d 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1dc00), color-stop(100%,#7ba60d)); /* Chrome,Safari4+ */
			border-color: #7ba60d;
			-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			color: #fff;
		}

.post_block .post_controls li a { 
	opacity: 0.2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.post_block .post_controls li a.ipsButton_secondary {
	opacity: 1;
}
.post_block:hover .post_controls li a { opacity: 1; }

.hide_signature, .sigIconStay { float: right; }
.post_block:hover .signature a.hide_signature, .sigIconStay {
	background: transparent url(http://forums.storagereview.com/public/style_images/storage/cross_sml.png) no-repeat top right;
	width: 13px;
	height: 13px;
	opacity: 0.6;
	position: absolute;
	right: 0px;
}

/************************************************************************/
/* PAGINATION STYLES */

.pagination { padding: 5px 0; line-height: 20px; }
.pagination.no_numbers .page { display: none; }
.pagination .pages { text-align: center; }
.pagination .back { margin-right: 6px; }
	.pagination .back li { margin: 0 2px 0 0; }
.pagination .forward { margin-left: 6px; }
	.pagination .forward li { margin: 0 0 0 2px; }


.pagination .back a,
.pagination .forward a {
	display: inline-block;
	padding: 0px 6px;
	height: 20px;
	background: #eaeaea;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
}
	
	
	.pagination .back a:hover,
	.pagination .forward a:hover {
		background: #7dc9ec;
		color: #fff;
	}

	.pagination .disabled a {
		opacity: 0.4;
		display: none;
	}
	
.pagination .pages {
	font-size: 11px;
	font-weight: bold;
}

	.pagination .pages a, .pagejump {
		display: inline-block;
		padding: 1px 4px;
		color: #999;
	}
	
	.pagination .pages .pagejump { padding: 0px; }
	
	.pagination .pages a:hover {
		background: #ececec;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	.pagination .pages li { margin: 0 1px; }
	
		
		.pagination .pages li.active {
			background: #7BA60D;
			color: #fff;
			font-weight: bold;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			padding: 1px 5px;
		}
		
.pagination.no_pages span {
	color: #acacac;
	display: inline-block;
	line-height: 20px;
	height: 20px;
}

ul.mini_pagination {
	font-size: 10px;
	display: inline;
	margin-left: 7px;
}

	ul.mini_pagination li a {
		background: #fff;
		border: 1px solid #d3d3d3;
		padding: 1px 3px;
	}

	ul.mini_pagination li {
		display: inline;
		margin: 0px 2px;
	}

/************************************************************************/
/* MODERATION & FILTER STYLES */

.moderation_bar {
	text-align: right;
	padding: 8px 10px;
	/*background: #f7f7f7;*/
}

	.moderation_bar.with_action {
		background-image: url(http://forums.storagereview.com/public/style_images/storage/topic_mod_arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 35px;
	}

/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

.author_info {
	width: 155px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 15px 10px;
}
	
	.author_info .group_title {
		color: #5a5a5a;
		margin-top: 5px;
	}
	
	.author_info .member_title { margin-bottom: 5px; word-wrap: break-word; }
	.author_info .group_icon { margin-bottom: 3px; }
	
.custom_fields {
	color: #818181;
	margin-top: 8px;
}

.custom_fields .ft { 
	color: #505050;
	margin-right: 3px;
}

.custom_fields .fc {
	word-wrap: break-word;
}


.user_controls {
	text-align: center;
	margin: 6px 0;
}

	.user_controls li a {
		display: inline-block;
		background: #f6f6f6;
		background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
		border: 1px solid #dbdbdb;
		-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		color: #616161;
	}

/************************************************************************/
/* BOARD INDEX STYLES */

#board_index { position: relative; }
	#board_index.no_sidebar { padding-right: 0px; }
		#board_index.force_sidebar { padding-right: 280px; }
#toggle_sidebar {
	position: absolute;
	right: -5px;
	top: -13px;
	z-index: 8000;
	background: #333333;
	padding: 3px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
	#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar { opacity: 0.1; }
	#toggle_sidebar:hover { opacity: 1 !important; }

	
.ipsSideBlock {
	background: #fbfbfb;
	padding: 10px;
	margin-bottom: 10px;
}
		
	.ipsSideBlock h3 {
		font: normal 14px helvetica, arial, sans-serif;
		color: #676767;
		padding: 5px 10px;
		background: #e8e8e8;
		margin: -10px -10px 10px;
	}
	
	.ipsSideBlock h3 .mod_links { opacity: 0.0; }
	.ipsSideBlock h3:hover .mod_links { opacity: 1; }

.status_list .status_list { margin: 10px 0 0 50px; }
.status_list p.index_status_update { line-height: 120%; margin:4px 0px; }
.status_list li { position: relative; }
.status_reply {
	margin-top: 8px;
}

.status_list li .mod_links { 
	opacity: 0.1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.status_list li:hover .mod_links { opacity: 1; }

/* board stats */
#board_stats ul { text-align: center; }
	#board_stats li { margin-right: 20px; }
	#board_stats .value {
		display: inline-block;
		background: #e2e2e2;
		color: #4a4a4a;
		padding: 2px 6px;
		font-weight: bold;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		margin-right: 3px;
	}

.statistics {
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: 3px solid #d8d8d8;
	line-height: 1.3;
	overflow: hidden;
}

	.statistics_head {
		font-size: 14px;
		font-weight: bold;
	}

.friend_list ul li,
#top_posters li {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 5px 0 0 0;
	min-width: 80px;
	height: 70px;
	float: left;
}

	.friend_list ul li span.name,
	#top_posters li span.name {
		font-size: 0.8em;
	}
	
#hook_watched_items ul li {
	padding: 8px;
}

	body#ipboard_body #hook_watched_items fieldset.submit {
		padding: 8px;
	}
	
#hook_birthdays .list_content {
	padding-top: 8px;
}

#hook_calendar .ipsBox_container { padding: 10px; }
#hook_calendar td, #hook_calendar th { text-align: center; }
#hook_calendar th { font-weight: bold; padding: 5px 0;}

/************************************************************************/
/* FORUM VIEW (& RELATED) STYLES */

#more_topics {
	text-align: center;
	font-weight: bold;
}
	#more_topics a { display: block; padding: 10px 0;}

	/* Result of the 'load more topics' link */
	.dynamic_update { border-top: 2px solid #b3b3b3; }

.topic_preview,
ul.topic_moderation {
	margin-top: -2px;
	z-index: 300;
}
	ul.topic_moderation li {
		float: left;
	}
	
	.topic_preview a,
	ul.topic_moderation li a {
		padding: 0 3px;
		display: block;
		float: left;
	}

span.mini_rate {
	margin-right: 12px;
	display: inline-block;
}

img.mini_rate {
	margin-right: -5px;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

/* Post share pop-up */
#postShareUrl { width: 95%; font-size: 18px; color: #999; }
 #postShareStrip { height: 35px; margin: 10px 0px 0px 30px; }

body .ip {   }
span.post_id { margin-left: 4px; }
input.post_mod { margin:12px 5px 0px 10px; }

.post_id a img.small {
	max-height: 12px;
	margin-left: 3px;
	margin-top: -2px;
	opacity: 0.5;
}

.signature {
	clear: right;
	color: #a4a4a4;
	font-size: 0.9em;
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
	margin: 6px 0 4px;
	position: relative;
}

	.signature a { text-decoration: underline; }

.post_block {
	position: relative;
}

	.post_block.no_sidebar {
		background-image: none;
	}
	
	.post_block.solved {
		background-color: #eaf8e2;
	}
	
	.post_block.feature_box {
		background-color: #eaf8e2;
		border:1px dotted #333;
		padding: 6px;
		min-height: 60px;
		word-wrap: break-word;
	}
	
	.post_block.feature_box .ipsType_sectiontitle {
		border-color: #ddd;
		font-size: 12px;
	}
	
	.post_block h3 {
		background: #D8DDE8;
		padding: 0 10px;
		height: 36px;
		line-height: 36px;
		font-weight: normal;
		font-size: 16px;
	}
	
	.post_wrap { top: 0px; }	

.post_body {
	margin: 0 10px 0 185px;
	padding-top: 15px;
}
	
	.post_body .post {
		line-height: 1.6;
		font-size: 14px;
		word-wrap: break-word;
	}
	
	.post_block.no_sidebar .post_body { margin-left: 10px !important; }
	
.posted_info {
	padding: 0 0 10px 0;
}

	.posted_info strong.event {
		color: #1c2837;
		font-size: 1.2em;
	}

.post_ignore {	
	background: #fafbfc;
	color: #777;
	font-size: 0.9em;
	padding: 15px;	
}

	.post_ignore .reputation {
		text-align: center;
		padding: 2px 6px;
		float: none;
		display: inline;
	}

.rep_bar {
	white-space: nowrap;
	margin: 6px 4px;
}

	.rep_bar .reputation {
		font-size: 10px;
		padding: 2px 10px !important;
	}
		
p.rep_highlight {
	float: right;
	display: inline-block;
	margin: 5px 10px 10px 10px;
	background: #D5DEE5;
	color: #1d3652;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

	p.rep_highlight img {
		margin-bottom: 4px;
	}

.edit {
	padding: 2px 0 0 24px;
	background: url(http://forums.storagereview.com/public/style_images/storage/icon_warning.png ) no-repeat left 4px;
	font-size: 12px;
	margin-top: 15px;
	line-height: 14px;
	color: #7c7c7c;
}

.poll fieldset {
	padding: 9px;
}

.poll_question {
	padding: 10px;
	margin: 10px 10px 10px 20px;
}

	.poll_question h4 {
		background-color: #efefef;
		margin: 0 -7px;
		padding: 5px;
	}

	.poll_question ol {
		padding: 8px;
		background-color: #fafbfc;
	}
	
	.poll_question li {
		font-size: 0.9em;
		margin: 6px 0;
	}
	
	.poll_question .votes {
		margin-left: 5px;
	}
	
.snapback { 
	margin-right: 5px;
	padding: 1px 0 1px 1px;
}

.rating { display: block; margin-bottom: 4px; line-height: 16px; } 
	.rating img { vertical-align: top; }
#rating_text { margin-left: 4px; }
	
/************************************************************************/
/* POSTING FORM (& RELATED) STYLES */

div.post_form label {
	text-align: right;
	padding-right: 15px;
	width: 275px;
	float: left;
	clear: both;
}

	div.post_form span.desc,
	fieldset#poll_wrap span.desc {
		margin-left: 290px;
		display: block;
		clear: both;
	}

	div.post_form .checkbox input.input_check,
	#mod_form .checkbox input.input_check {
		margin-left: 295px;
	}
	
	div.post_form .antispam_img {
		margin-left: 290px;
	}
	
	div.post_form .captcha .input_text {
		float: left;
	}
	
	div.post_form fieldset {
		padding-bottom: 15px;
	}

	div.post_form h3 {
		margin-bottom: 10px;
	}
	
fieldset.with_subhead {
	margin-bottom: 0;
	padding-bottom: 0;
}

	fieldset.with_subhead h4 {
		text-align: right;	
		margin-top: 6px;
		width: 300px;
		float: left;
	}

	fieldset.with_subhead ul {
		border-bottom: 1px solid #d5d5d5;
		padding-bottom: 6px;
		margin: 0 15px 6px 320px;
	}

	fieldset.with_subhead span.desc,
	fieldset.with_subhead label {
		margin: 0;
		width: auto;
	}

	fieldset.with_subhead .checkbox input.input_check {
		margin-left: 0px;
	}

#toggle_post_options {
	background: transparent url(http://forums.storagereview.com/public/style_images/storage/add.png) no-repeat;
	font-size: 0.9em;
	padding: 2px 0 2px 22px;
	margin: 15px;
	display: block;
}

#poll_wrap .question {
	margin-bottom: 10px;
}

		#poll_wrap .question .wrap ol {
			margin-left: 25px; 
			list-style: decimal;
		}
			#poll_wrap .question .wrap ol li {
				margin: 5px;
			}
	
.question_title { margin-left: 30px; padding-bottom: 0; }
	.question_title .input_text { font-weight: bold }

#poll_wrap { position: relative; }
#poll_footer { }
#poll_container_wrap { overflow: auto; }
#poll_popup_inner { overflow: hidden; }

.poll_control { margin-left: 20px; }
.post_form .tag_field ul { margin-left: 290px; }

/************************************************************************/
/* ATTACHMENT MANAGER (& RELATED) STYLES */

.swfupload {
	position: absolute;
	z-index: 1;
}
	
#attachments { }

	#attachments li {
		background-color: #efefef;
		border: 1px solid #d5d5d5;
		padding: 6px 20px 6px 42px;
		margin-bottom: 10px;
		position: relative;
	}
	
		#attachments li p.info {
			color: #69727b;
			font-size: 0.8em;
			width: 300px;
		}
	
		#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
			display: none;
		}
			
			#attachments li.complete .links {
				font-size: 0.9em;
				margin-right: 15px;
				right: 0px;
				top: 12px;
				display: block;
				position: absolute;
			}
			
		#attachments li .progress_bar {
			margin-right: 15px;
			width: 200px;
			right: 0px;
			top: 15px;
			position: absolute;
		}
	
		#attachments li.complete, #attachments li.in_progress, #attachments li.error {
			background-repeat: no-repeat;
			background-position: 12px 12px;
		}
	
		#attachments li.in_progress {
			background-image: url(http://forums.storagereview.com/public/style_images/storage/loading.gif);
		}
	
		#attachments li.error {
			background-image: url(http://forums.storagereview.com/public/style_images/storage/exclamation.png);
			background-color: #e8caca;
			border: 1px solid #ddafaf;
		}
		
			#attachments li.error .info {
				color: #8f2d2d;
			}
	
		#attachments li.complete {
			background-image: url(http://forums.storagereview.com/public/style_images/storage/accept.png);
		}
		
		#attachments li .thumb_img {
			left: 6px;
			top: 6px;
			width: 30px;
			height: 30px;
			overflow: hidden;
			position: absolute;
		}
		
.attach_controls {
	background: url(http://forums.storagereview.com/public/style_images/storage/icon_attach.png ) no-repeat 3px top;
	padding-left: 30px;
	min-height: 82px;
}

	.attach_controls .ipsType_subtitle { margin-bottom: 5px; }
	.attach_controls iframe { display: block; margin-bottom: 5px; }
	
.attach_button { font-weight: bold;  }
#help_msg {	margin-top: 8px; }

#attach_wrap {
	/*background: #eef3f8;
	padding: 6px;*/
	margin-top: 10px;
	overflow: hidden;
}

	#attach_wrap h4 {
		font-size: 16px;
		padding-left: 0px;
	}
	
	#attach_wrap ul { list-style-type: none; margin-left: 0px; }
	
	#attach_wrap li {
		margin: 5px 0;
		vertical-align: bottom;
		display: inline-block;
	}
		#attach_wrap .attachment {
			float: none;
		}
		
		#attach_wrap .desc.info {
			margin-left: 24px;
		}

#attach_error_box {	margin-bottom: 10px; }

.resized_img {
	margin: 0 5px 5px 0;
	display: inline-block;
}

/************************************************************************/
/* REPUTATION STYLES */

.reputation {
	font-weight: bold;
	padding: 3px 8px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
	.reputation.positive, .members li.positive {
		background: #6f8f52;
	}
	
	.reputation.negative, .members li.negative {
		background: #b82929;
	}
	
	.reputation.positive, .reputation.negative {
		color: #fff;
	}
	
	.reputation.zero {
		background: #dedede;
		color: #6e6e6e;
	}


.status_main_content { word-wrap: break-word; }

.status_main_content h4 {
	font-weight:normal;
	font-size:1.2em;
}

.status_main_content h4 .su_links a { font-weight: normal; }

.status_main_content p {
	padding: 6px 0px 6px 0px;
}

.status_main_content h4 a {
	font-weight:bold;
	text-decoration: none;
}

.status_mini_wrap {
	padding: 7px;
	font-size: 0.95em;
	margin-top: 2px;
}
.status_mini_photo {
	float: left;
}


.status_textarea {
	width: 99%;
}

.status_replies_many {
	height: 300px;
	overflow: auto;
}

	
.status_update {
	background: #71a5c9;
	color: #fff;
	padding: 15px 12px;
}

	.status_update .input_text { width: 70%; padding: 6px 4px; }
	.status_update .status_inactive { color: #bbbbbb; }	
	#status_wrapper h4 { font-weight: bold; font-size: 14px; }
	.status_content { line-height: 1.4; }
	.status_content .mod_links { opacity: 0.2; }
	.status_content:hover .mod_links { opacity: 1; }
	.status_content .h4, .status_content .status_status { font-size: 14px; word-wrap: break-word; }
	.status_feedback { margin: 10px 0 0 -10px; }
		.status_feedback .row2 { margin-bottom: 1px; }

#about_me img {
	max-width: 100%;
}

/* Favorites */
.ips_like {
	background-color: #f1f4f7;
	padding: 8px 4px 4px 4px;
	color: #878787;
	font-size: 1em;
	min-height: 18px;
	font-size: 0.9em;
	line-height: 130%;
	clear: both;
}
.ips_like a {
	color: #878787;
}

.ips_like a.ftoggle {
	float: right;
	/*background: #efefef url(http://forums.storagereview.com/public/style_images/storage/icons/thumb_up.png) no-repeat left 2px;*/
	border:1px solid #CBCBCB;
	padding: 3px 4px 2px 4px;
	color: #656565;
	font-size:0.8em;
	text-decoration: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-top: -4px;
}

.ips_like a.ftoggle.on {
	/*background: #efefef url(http://forums.storagereview.com/public/style_images/storage/icons/fave_on_small.png) no-repeat left 2px;*/
	margin-left: 3px;
}

.ips_like a.ftoggle._newline,
.ips_like a.ftoggle.on._newline {
	float:none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 70px;
	text-align: center;
}

.ips_like a:hover.ftoggle.on,
.ips_like a:hover.ftoggle {
	background-color: #d5d5d5;
}

.facebook-like { margin-top: 5px; }

.boxShadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
	box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
}

/* New notification panel */
#ipsGlobalNotification {
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 10000;
}

#ips_NotificationCloseButton {
	background: transparent url(http://forums.storagereview.com/public/style_images/storage/close_popup.png) no-repeat top left;
	opacity: 0.8;
	width: 13px;
	height: 13px;
	top: 5px;
	left: 5px;
	position: absolute;
	cursor: pointer;
}

.googlePlusOne {
	display: inline-block;
	vertical-align:middle;
	margin-top: 1px;
}

.fbLike {
	float: right !important;
	padding-left: 2px;
	max-height: 50px;
	/*overflow: hidden;*/
}
/************************************************************************/
/* SHARED MEDIA STYLES */

#mymedia_inserted {
	position: absolute;
	top: 100px; left: 50%;
	margin-left: -200px;
	width: 400px;
	padding: 20px 0;
	background: black;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	z-index: 20000;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#mymedia_toolbar { 
	position: absolute;
	bottom: 0; left: 0;	right: 0;
	height: 42px;
	line-height: 42px;
	padding: 0 5px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #c7d4e4 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c7d4e4)); /* webkit */
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	border-top: 1px solid #efefef;
}

#mymedia_finish { position: absolute; right: 5px; top: 5px; }
#mymedia_content { height: 339px; overflow: auto; }

.media_results li.result {
	width: 20%;
	height: 100px;
	padding: 15px 0;
	float: left;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.media_results li:hover { 
		background: #F9F9F9;
		background: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EDEDED));
	}
	.media_results li:active { 
		background: #EDEDED;
		background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#F9F9F9));
	}
	
	.media_image {
		padding: 1px;
		border: 1px solid #d5d5d5;
		margin-bottom: 5px;
	}

/********************************************************/
/* Template Error										*/	

.templateError {
	background: #ffffff !important;
	color: #000000 !important;
	padding: 10px !important;
	border: 1px dotted black !important;
	margin: 0px !important;
}
	
/********************************************************/
/* ModCP styles											*/

.modcp_post_controls { padding-bottom: 15px; }
.modcp_post_controls .ipsButton_secondary { opacity: 0.5; }
.post_body:hover .modcp_post_controls .ipsButton_secondary { opacity: 1; }

#modcp_content .ipsFilterbar li.active a {
	margin-bottom: 1px;
	display: inline-block;
}

/********************************************************/
/* Advertisements from Nexus							*/

.nexusad { padding: 10px; clear: both; }

#bbcode-description {
	color: #666 !important;
	white-space: normal !important;
	word-wrap: break-word;
}

/********************************************************/
/* iPad Specific									*/
@media only screen and (device-width: 768px) {
	table.ipb_table .expander,
	table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; }
	.post_block .post_controls { opacity: 1 !important;	}
}

#postShareStrip .fb-like
{
	height: 20px;
    overflow: hidden;
}

/* novos */
#content{width: 68%; margin: 0px; float: left;}
 .category_block .ipsBox{background: #FFF; border-bottom: 0px; padding: 0px;}
.category_block .ipsBox_container{border: 0px;}
table.ipb_table td{border-bottom: 1px dotted #e5e5e5;}
table.ipb_table tr:hover{background: #fafafa;}
.ipsLayout_right {width: 300px!important; }
 #categories  {      
                     width: 100%;    
					 background: #fff;  
					 margin-bottom: 20px;
					 padding-top: 10px;
					 line-height: 120%;
					 -webkit-box-shadow: 0 0 6px #CCC;  
					 -moz-box-shadow: 0 0 6px #CCC;  
					 box-shadow: 0 0 6px #CCC; 
					 }
.ipsSideBlock{border: 1px solid #e5e5e5;}
a {color: #000;}
a:hover{color: #000  !important;}
a.toggle:hover{background-color: transparent!important;}
.collapsed{background-image: none!important;}
.collapsed .maintitle{border-bottom: 0px;}
.ipsFilterbar{
					background: #2c5687 url(http://forums.storagereview.com/public/style_images/storage/maintitle.png) repeat-x top;
					color: #fff;
					padding: 10px 10px 11px 10px;
					font-size: 22px;
					font-weight: bold;
					-moz-border-radius: 4px 4px 0 0; 
					-webkit-border-top-left-radius: 4px; 
					-webkit-border-top-right-radius: 4px; 
					border-radius: 4px 4px 0 0; 
					-webkit-box-shadow: inset 0px 1px 0 #528cbc; 
					-moz-box-shadow: inset 0px 1px 0 #528cbc; 
					box-shadow: inset 0px 1px 0 #528cbc; 
					border-width: 1px 1px 0 1px; 
					border-color: #316897; 
					border-style: solid; 
					border-bottom: 1px solid #e5e5e5;
	       }
.popupInner h3{background: rgb(128,128,128)!important; color: #fff;
border-width: 0px;
border-style: solid;
border-color: #316897;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0px 0px 0 #528cbc;
box-shadow: inset 0px 0px 0 #528cbc;
-moz-box-shadow: inset 0px 0px 0 #528cbc;}
.category_subforuns 
.maintitle, 
.ipsFilterbar, .post_block h3{
					background: rgb(128,128,128)!important;
					background-image: linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%)!important;
					background-image: -o-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%)!important;
					background-image: -moz-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%)!important;
					background-image: -webkit-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%)!important;
					background-image: -ms-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%)!important;
					background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(128,128,128)),color-stop(0.08, rgb(135,135,135)))!important;
					list-style: none;
					margin: 0;
					padding: 10px 10px 10px 20px;
					-moz-border-radius: 4px 4px 0 0; 
					-webkit-border-top-left-radius: 4px; 
					-webkit-border-top-right-radius: 4px; 
					border-radius: 4px 4px 0 0; 
					-webkit-box-shadow: inset 0px 1px 0 #797979; 
					-moz-box-shadow: inset 0px 1px 0 #797979; 
					box-shadow: inset 0px 1px 0 #797979; font-size: 14px; border: 0px;
}
.ipsFilterbar li.active a, 
.ipsFilterbar.bar.altbar li.active a{
					background-color: #b1b1b1;
					background-image: linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
					background-image: -o-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
					background-image: -moz-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
					background-image: -webkit-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
					background-image: -ms-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
					background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(142,142,142)),color-stop(1, rgb(177,177,177)));
					border-radius: 3px!important;
					-moz-border-radius: 3px!important;
					-webkit-border-radius: 3px!important;
					-webkit-box-shadow: 0 0 2px #727272;
					-moz-box-shadow: 0 0 2px #727272;
					box-shadow: 0 0 2px #727272;
					color: #e6e6e6;
					display: block;
					float: left;
					font-size: 11px; line-height: 22px;
					font-weight: bold;
					padding: 4px 15px;
					text-decoration: none;
					text-shadow: 0 0 2px rgba(0, 0, 0, .25);
                           }
.ipsFilterbar li  a, 
.ipsFilterbar.bar.altbar li  a{  
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					color: #e6e6e6;
					display: block;
					float: left;
					font-size: 11px; line-height: 22px;
					font-weight: bold;
					padding: 4px 15px;
					text-decoration: none;
					text-shadow: 0 0 2px rgba(0, 0, 0, .25);
                                }

.ipsFilterbar li.active a:hover, 
.ipsFilterbar.bar.altbar li.active a:hover, 
.ipsFilterbar li  a:hover, 
.ipsFilterbar.bar.altbar li  a:hover{ 
					background-color: #f2f2f2;
					background-image: linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
					background-image: -o-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
					background-image: -moz-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
					background-image: -webkit-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
					background-image: -ms-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
					background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(142,142,142)),color-stop(1, rgb(242,242,242)));
					border-left: 4px solid #4ebaec;
					color: #414141;
					padding-left: 11px;
					text-shadow: 0 1px 1px rgba(255, 255, 255, 1); 
					-webkit-box-shadow: 0 0 2px #727272;
					-moz-box-shadow: 0 0 2px #727272;
					box-shadow: 0 0 2px #727272;
	}
.adtopo{
					float: right;
					width: 970px;
					font-size: 9px;
					color: #999;
					text-transform: uppercase;
					line-height: 14px;
					margin: 0px;
					text-align: right;
                }
.ipsSideBlock{
					background-color: #FFF;
					margin: 00px 0 20px 0;
					-webkit-box-shadow: 0 0 4px #CCC;
					-moz-box-shadow: 0 0 4px #CCC;
					box-shadow: 0 0 4px #CCC;
             }
.ipsSideBlock h3{
					font-size: 15px;
					padding: 0px; 
					background: transparent;
					margin: 0; 
					padding-bottom: 10px;
					color: #999;
					font-weight: bold;
					letter-spacing: -1px;
					line-height: 18px;
                   }
.ipsSideBlock ul li{
					display: block;
					padding: 5px 10px 5px 10px;
					border-bottom: 1px solid #E3E3E3;
					font-size: 10px;
					font-weight: bold;
					color: #555;
					text-decoration: none;
					line-height: 16px;
					}
.ipsSideBlock ul li:last-child{border-bottom: 0px;}
#primary_nav #quickNavLaunch {padding-top: 3px; padding-bottom: 0px;}
#search .submit_input{background: #7dc9ec   url(http://forums.storagereview.com/public/style_images/storage/search_icon.png) no-repeat 50%; border: 1px solid #7dc9ec;}
#board_stats .value:hover{background: #7dc9ec; color: #FFF;}

.sto_facebook, .sto_twitter, .sto_plus{display: block;
background-image: url("http://forums.storagereview.com/public/style_images/storage/socialicons.png");
width: 24px;
height: 24px; float: left; margin-right: 5px; }
.sto_facebook{background-position: 0px 0px; -webkit-transition:background-position 0.5s ease;}
.sto_twitter{background-position: 48px 0px; -webkit-transition:background-position 0.5s ease;}
.sto_plus{background-position:24px 0px; -webkit-transition:background-position 0.5s ease;}
.sto_facebook:hover{background-position: 0px -24px; -webkit-transition:background-position 0.5s ease;}
.sto_twitter:hover{background-position: 48px -24px; -webkit-transition:background-position 0.5s ease;}
.sto_plus:hover{background-position:24px -24px; -webkit-transition:background-position 0.5s ease;}
.breadcrumb{background: #e8e8e8; padding: 10px; display: table;  }
.category_subforuns{padding-left: 0px; padding-right: 0px;}

 .post_wrap{background: #f6f6f6;}
.post_body{padding-top: 15px;
padding-right: 10px;
padding-left: 10px;
background: #fbfbfb; margin: 0 0px 0 185px!important;
border-left: 1px solid #F3F3F3;}
.post_block{border-bottom:1px solid #e5e5e5;}

.topic_maintitle{color: #000;}
.post_block h3{padding-top: 2px; padding-bottom: 2px; color: #fff!important;}
.post_block h3 a{color: #FFFFFF!important;}
.topic .ipsBox{padding: 0px; background: transparent}
#fast_reply_wrapper{border-top: 3px solid #ccc;}
.input_submit.alt{background: #fafafa; border-color: #f5f5f5;color: #787878;}
.ipsPostForm .ipsLayout_content{width: 93%;}

#index_stats{display: none;}
#side_ad{display: block;
float: right;
margin-top: 10px;
width: 300px;}

 /* Nav Dropdown */
    .links_menu {
    padding: 0 0 0 10px !important;
    margin: 0;
    height: 32px;
  }

    .links_menu li {
      display: block;
      float: left;
      padding: 0 !important;
      position: relative;
      z-index: 1;
      margin: 0;
      list-style-type: none;
      height: 32px;
    }

      .links_menu li a {
        display: block;
        float: left;
        font-size: 12px;
        color: #666;
        padding: 0 10px 0 10px;
        text-transform: uppercase;
        text-decoration: none;
        height: 32px;
        line-height: 34px;
      }

        .links_menu li a:visited {
          color: #666;
        }

        .links_menu li:hover a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        .links_menu li.active-trail a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        .links_menu li.active a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        /* Nav Dropdown */
        .links_menu li:hover ul {
          display: block
        }

        .links_menu ul {
          display: none;
          position: absolute;
          top: 29px;
          left: 0;
          margin: 0;
          padding: 10px 0;
          list-style: none;
          background-color: #FFF;
          border: none;
          width: 205px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        }

        .links_menu li.active ul { /* Dropdown color for on state */
          background-color: #fff;
          -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
          -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        }

          .links_menu ul li {
            float: none !important;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
          }

            .links_menu ul li a {
              color: #454545;
              font-weight: normal !important;
              background-image: none !important;
              border: none !important;
              display: block !important;
              float: none !important;
              text-shadow: 0 0 0 !important;
              -moz-border-radius: 0 !important;
              -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
              -moz-box-shadow: none !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important;
            }

            .links_menu ul li a:hover {
              background-color: #f3f3f3 !important
            }

            .links_menu li.active ul li a:hover {
              background-color: #f3f3f3 !important
            }
#geral{width: 100%;
margin: 0 auto; position: relative; display: table;}

.social-icons {   }
.social-icons a {
  display: block;
  float: left;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
.social-icons a:visited { text-decoration: none; }
.social-icons span { display: none; }

a.icon-facebook { background: url(http://www.storagereview.com/sites/all/themes/storagereview/img/icon-facebook.png) no-repeat; }
a.icon-twitter { background: url(http://www.storagereview.com/sites/all/themes/storagereview/img/icon-twitter.png) no-repeat; } 
a.icon-youtube { background: url(http://www.storagereview.com/sites/all/themes/storagereview/img/icon-youtube.png) no-repeat; }
a.icon-rss { background: url(http://www.storagereview.com/sites/all/themes/storagereview/img/icon-rss.png) no-repeat; margin: 0; }

@media only screen 
and (min-width : 1224px) {
/* Styles */
#content{width: 75%;}
}
#board_stats{width: 100%; display: table;}

#header_bar .main_width, #branding .main_width, #primary_nav .main_width, #sociais {width: 98.5%; margin: 0px auto;}

.topic_buttons li.important a:hover, .topic_buttons li.important span:hover, .ipsButton .important:hover, .topic_buttons li a:hover, .topic_buttons li span:hover, .ipsButton:hover
{



}

.ipsApp .ipsButton_important
{ 

 color:#fff !important;
 background-color:#000 !important;


}

.ipsApp .ipsButton_medium
{

   line-height:30px !important;

}

.ipsApp .ipsButton:not( .ipsButton_noHover ):hover
{

}

.ipsType_sectionTitle
{
 
 background:#000 !important;

}

.ipsWidget.ipsWidget_vertical .ipsWidget_title
{
  
   background:#000 !important;

}

.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton
{
background: #212121 url(http://forums.storagereview.com/public/style_images/storage/topic_button.png ) repeat-x top;
    /* border: 1px solid #212121; */
    /* border-width: 1px 1px 0 1px; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
    /* box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); */
    color: #fff;
    text-shadow: 0 -1px 0 #191919;
    font: 300 12px/1.3 Helvetica, Arial, sans-serif;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    min-width: 125px;
    display: inline-block;
    cursor: pointer;
	border: 0px !important

}

.ipsApp .ipsButton_alternate
{

 color:#000 !important;


}

.ipsApp .ipsButton_alternate
{

 background-color:#000 !important;
 color:#fff !important;


}

.ipsLikeRep .ipsButton_like
{ 
 line-height:30px !important;

}

.ipsApp .ipsButton_link {
    background: #000;
    color: inherit;
    border: 0;
    color: #fff;
    line-height: 30px !important;
    font-weight: normal;
}

.ipsApp .ipsButton_primary 
{
  background: #000 !important;

}

.ipsApp .ipsButton:hover
{
  
  color:#fff !important;

}

.ipsAreaBackground  .ipsButton_link
{

}

#elUserNav > li > a:hover
{
  color:#FFF !important;
}

.ipsApp .ipsButton_light {
    background: #000 !important;
    color: #FFF !important;
	
}


.ipsApp .ipsButton
{
padding: 2px 20px !important;

}


button:focus {outline:0 !important;}