/*
Acid App Panel by Nathan 'Mastergreed' Usarzewicz
*/

@import url('reset.css');

html
{
	overflow: scroll;
}

body { 
  font-size: 90%;
  color: #444444; 
  font-family: "Helvetica", Arial, sans-serif;
  background: #fff url(../images/bgTriple.gif) repeat-x top left;
}

body.bgSingle
{
	background-image: url('../images/bgSingle.gif');
}

body.bgDoubleNoHeadline
{
	background-image: url('../images/bgDoubleNoHeadline.gif');
}

body.bgDoubleNoDashboard
{
	background-image: url('../images/bgDoubleNoDashboard.gif');
}

a:hover
{
	cursor: pointer;
}

/* ================ */
/* Container        */
/* ================ */

#container {
	width:960px;
	margin: 0 auto;
}

/* ================ */
/* Header           */
/* ================ */

#panel-top {
	height:36px;
}

	#logo 
	{
		float:left;
		width:128px;
	}
	
	#logo h1 {
		margin:0px;
		padding:0px;
		font-size: 18px;
	}
	#logo h1 a img { border: none !important; padding: 0 !important; margin: 0 !important; }
	
	#nav {
		float:left;
		width:500px;
	}
	#nav ul {
		margin:0px;
		padding:6px 0px 0px 0px;
		list-style:none;
		font-weight:bold;
	}
	#nav ul li {
		display:inline;
	}
	#nav ul li a {
		padding:5px;
		color:#eee;
	}
	#nav ul li a:hover {
		text-decoration:underline;
	}
	
	#session {
		float:right;
		color:#eee;
		font-weight:normal;
		font-size: 12px;
		text-transform:lowercase;
		padding-top: 8px;
	}
	#session span 
	{
	}
	#session a {
		color:#9DE2F6;
	}
	#session a:hover {
		text-decoration:underline;
	}

#help
{
	float: right;
	padding: 9px 5px 0 0;
}

#help a
{
	color: #EEEEEE;
	text-shadow: 1px 1px 0 #666666;
	padding: 5px 8px 5px 8px;
	background: /*url('../images/help-icon.png') 4px center no-repeat*/ #474849;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#help a:hover
{
	text-decoration: underline;
}

#panel-middle {
	height:42px;
}

	#return {
		float:left;
		width:128px;
	}
	#return span 
	{
		font-size: 1.1em;
		font-weight: bold;
		position:relative;
		top:9px;
		left: 10px;
	}
	#return a {
		color:#fff;
	}
	#return a:hover {
		text-decoration:underline;
	}
	
	#subnav {
		float:left;
		width:720px;
	}
	#subnav ul {
		margin:0px;
		padding:10px 0px 0px 0px;
		list-style:none;
		font-weight:bold;
		text-transform:lowercase;
	}
	#subnav ul li {
		display:inline;
	}
	#subnav ul li a {
		padding:5px 6px;
		background:#fff url(../images/bg_btn.gif) repeat-x bottom left;
		border:2px solid #84C0D2;
		color:#545454;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#subnav ul li.current a {
		border-color: #505050;
	}

	#subnav ul li a:hover {
		border:2px solid #4A9DB6;
		text-decoration:none;
	}
	
#panel-bottom {
	height:80px;
}

	#headline {
		margin: 0 auto;
		width: 960px;;
	}
	#headline h3, #headline h2, .home h2
	{
		font-family:"Georgia",Times,serif;
		font-size:42px;
		font-weight:normal;
		color:#385C69 !important;
		margin:0px;
		padding:5px 0px 0px 0px;
		line-height: .95;
	}
	
	.home h2
	{
		margin-top: 50px;
		padding-left: 20px;
	}
	
	#headline.noSub h3, #headline.noSub h2
	{
		line-height: 1;
		padding: 14px 0;
	}
	
	#headline p
	{
		margin: 3px 0 0 0;
		padding: 0px;
	}
	
/* ================ */
/* Primary          */
/* ================ */

#primary {
	padding:20px 0px;
}

/* ================ */
/* Front Columns    */
/* ================ */

#col-left {
	float:left;
	width:420px;
}

#col-right {
	float:left;
	width:420px;
	padding-left:10px;
}

/* ================ */
/* Primary          */
/* ================ */

#content
{
	width: 960px;;
	margin: 10px auto;
	background: #FFFFFF;
}

#content .padding
{
	padding: 10px;
}

#columns h4,
#content h3,
#content h4,
#login h2 {
	font-family:"Georgia",Times,serif;
	font-size:24px;
	font-weight:normal;
	color:#385C69; /*This used to have !important */
	margin:0px;
	padding:14px 0px;
}
#content h4 {
	font-size: 16px;
}

/* ================ */
/* Footer           */
/* ================ */

#footer {
	clear:both;
	padding:15px 0px 60px 0px;
}
	
	.footer {
		float:right;
		width: 846px;
		padding:6px 2px;
		border-top:1px solid #f9f9f9;
		color:#CDCDCD;
		font-size:70%;
	}
	.footer a {
		color:#CDCDCD;
		text-decoration:underline;
	}
	.footer a:hover {
		color:#97E8FF;
	}
	
/* ====================== */
/* Notice Boxes           */
/* ====================== */

.data {
	background: #DEF1F8;
	border: 1px solid #CBDFE7;
}

.notice {
	background: #FFFECC;	
	border: 1px solid #FAECB5;
}

.success, .update_messages {
	background: #E2F9E3;	
	border: 1px solid #9ECE9E;
}

.error {
	background: #FFEDEF;	
	border: 1px solid #FFC5CC;
}

.notice,
.success,
.error,
.data, .update_messages {
	color: #636363;
	font-size: 0.92em;
	padding: 10px;
	margin: 6px 0px;
}

.notice span,
.success span,

.error span,
.data span, 
.update_messages span
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
}

.success span, .update_messages span { color: #579157; }
.error span { color: #CF8790 }
.notice span { color: #BBAB67; }
.data span { color: #8BC3D9; }

.notice p,
.nupdate_messages p,
.success p,
.error p,
.data p {
	margin: 0px;padding: 0px;
}

.notice a { color: #BBAB67; }
.success a, .update_messages a { color: #579157; }
.error a { color: #CF8790; }
.data a { color: #8BC3D9;}

.notice a,
.success a,
.error a,
.data a {
	font-weight: bold;
}
.notice a:hover,
.success a:hover,
.update_messages a:hover,
.error a:hover,
.data a:hover {
	text-decoration: underline;
}

	.data ul {
		margin: 0px;
		padding: 12px 0 12px 0;
	}
	.data ul li {
		display: block;
		padding: 5px;
		border-bottom: 1px solid #C7EAF7;
	}
	.data ul li span {
		font-size: 1.0em;
		color: #636363;
	}
	
/* ====================== */
/* Tables                 */
/* ====================== */

table {
	width: 100%;
	border: 5px solid #DEF1F8;
}

/* Header */

thead tr th {
	font-weight: bold;
	background: #474849;
	color: #eee;
	padding: 12px 13px;
}

/* Body */

	tbody tr td {
		border-top: 1px solid #DEF1F8;
		padding: 12px 13px;
		background: #EDF3F5;
	}
		tbody tr.alt td { background: #fff; }
		
	tbody tr:hover td, tbody tr:hover th
	{
		background: #FFFECC;
	}
	
/* ====================== */
/* Forms                  */
/* ====================== */
/*
form {
	background: #E7F4F8;
	padding: 16px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
*/

.input_field {
	clear:both;
}
.input_field label {
	display:block;
	text-align:right;
	width:100px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}

.input {
	border: 3px solid #DFF1F6;
	padding: 6px;
}
.input:focus {
	border-color: #9DE2F6;
}

.smallfield { width: 100px; }
.mediumfield { width: 200px; }
.bigfield { width: 400px; }
.textarea {
	font-family: "Helvetica", Arial, sans-serif;
}
	
.validate_success,
.validate_error {
	padding-left: 18px;
	font-style: italic;
	margin-left: 4px;
}
	.validate_success { background: url(../images/validate_success.png) no-repeat left; color: #39CE31; }
	.validate_error { background: url(../images/validate_error.png) no-repeat left; color: #D33232; }
	
/* ====================== */
/* Pagination             */
/* ====================== */

.paginator { 
	margin: 0px; 
	padding: 0px;  
	list-style: none; 
	display: block;
	clear: both;
	padding: 8px 0px 0px;
}
.paginator li {
	display: inline;
}

.current a,
.previous a,
.next a,
.page a {
	background: #E7F4F8;
	border: 1px solid #E7F4F8;
	padding: 5px 7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.previous a:hover,
.next a:hover,
.page a:hover {
	border-color: #9DE2F6;
	color: #39B2D4;
}
.current a {
	background: #42BFE2;
	border-color: #1C99BD;
	color: #fff;
}
.empty {
	color: #888;
	padding: 5px 7px;
}
	
/* ====================== */
/* Login                  */
/* ====================== */
	
#loginbody { background: #fff; }
	
#login {
	width: 400px;
	margin: 20px auto;
}	
	#loginbox {
		padding-top: 40px;
	}
	#loginbox h2 {
		text-align: center;
	}
	
	#loginform p {
		margin: 0px;
		padding: 4px 0px;
	}
	#loginform label {
		color: #8BC3D9;
		font-size: 10px;
		padding-left: 4px;
	}
	#loginform .loginfield {
		width: 350px;
		font-family: "Georgia",Times,serif;
		font-size: 24px;
	}
	p.lostpswrd {
		margin: 0px;
		padding: 12px;
		font-size: 10px;
	}
	
/* ====================== */
/* Other Elements         */
/* ====================== */

/* Images */

a img {
	border: 1px solid #EBF4F7;
	padding: 4px;
}
a:hover img {
	border-color: #6ED0EC;
}

/* Code & Pre & Blockquote */

code {
	display: inline;
	padding: 2px 6px;
	background: #F7F7F7;
	margin: 0px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

pre {
	display: block;
	white-space: normal;
	background: #F7F7F7;
	padding: 10px 12px;
	margin: 14px 0px;
	clear: both;
	font-size: 0.9em;
}

blockquote {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 10px 70px;
	font-style: italic;
}

/* Buttons */

.button,
.submit {
	padding:5px 6px;
	background:#fff url(../images/bg_btn.gif) repeat-x bottom left;
	border:2px solid #84C0D2;
	color:#545454;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	text-transform:lowercase;
	color: #545454;
	margin: 0px 2px;
	cursor: pointer;
	cursor: hand;
}
.no-transform
{
	text-transform: none !important;
}
.button:hover,
.submit:hover {
	border:2px solid #4A9DB6;
	text-decoration:none;
	color: #545454;
}

/* Hide elements and align them */

.hidden {display:none;}
.left {float:left;}
.right {float:right;}

/* Padding classess */

.ptop { padding-top: 12px; }
.pbottom { padding-bottom: 12px; }
.pleft { padding-left: 12px; }
.pright { padding-right: 12px; }

/* Margin classess */

.mtop { margin-top: 12px; }
.mbottom { margin-bottom: 12px; }
.mleft { margin-left: 12px; }
.mright { margin-right: 12px; }

/* BreezyFAQ Additions */
.question_container
{
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

.question_reorder_placeholder
{
	border: 2px solid #FED22F;
	height: 125px;
}


.sorting_image
{
	display: none;
	position: absolute;
	margin: 5px 0px 0px -20px;
	width: 20px;
	height: 20px;
	background: url('http://www.whatsupvic.com/faq/images/reorderarrow.png');
}

.sorting_image:hover
{
	cursor: move;
}

.sorting .sorting_image
{
	display: block;
}

#updates
{
	display: none;
	margin: 10px;
}


form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
	font-size: 1.5em;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 140px; /* Width of labels */
  font-size: 14px;
  font-weight: bold;
}

form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0 0 5px 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label.checkbox_label
{
	display: inline;
	width: auto;
}
form.cmxform fieldset
form.cmxform fieldset fieldset label {
  margin-left: 143px; /* Width plus 3 (html space) */
}

form.cmxform fieldset .example, form.cmxform fieldset span.explanation
{
	margin-left: 143px;
	padding: 0px 0px 0px 2px;
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
	display: block;
}

form.cmxform fieldset label .gray
{
	font-weight: bold;
	font-size: 0.9em;
}


form.cmxform fieldset li.buttons
{
	padding-left: 146px;
}

/*=================================
	QUESTION EDITING
=================================*/
.question_actions
{
	margin-left: -120px;
	width: 120px;
	float: right;
}

.question_info
{
	margin-right: 140px;
}

#content .question_info h3
{
	padding: 0;
}

.question_info .tags
{
	padding: 3px;
	color: #666666;
	font-weight: bold;
}

.question_actions ul
{
	list-style-type: none;
	margin: 0;
}

.question_actions ul li
{
	margin-bottom: 3px;
}

.question_actions ul a
{
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

.edit_field
{
	display: none;
	margin-bottom: 3px;
}

.question_edit_fields
{
	display: none;
}

.tags .gray
{
	font-weight: normal;
}

.question_edit_fields input, .question_edit_fields textarea, #add_question_form input, #add_question_form textarea
{
	width: 450px;
}

#add_question
{
	margin-top: 10px;
}

.question_edit_fields input.checkbox
{
	width: auto;
}

.question_edit_fields li.sendEmail
{
	padding: 0px;
}

.question_pending_container .question_edit_fields
{
	display: block;
}

ul.question_edit_list
{
	margin: 10px 0 0 0;
	list-style: none;
}

ul.question_edit_list li
{
	padding-left: 20px;
	margin-left: -20px;
}

/*===============================
		HOME
=================================*/
#videoColumn
{
	width: 500px;
	float: right;
	margin-left: -500px;
}

#summaryColumn
{
	text-align: center;
	margin-right: 510px;
}

#summaryColumn .padding
{
	padding: 60px 00px 30px 00px;
}

#summaryColumn h1
{
	font-size: 25px;
	margin-bottom: 4px;
	font-weight: normal;
	line-height: 140%;
	padding: 8px;
	background-color: #EEEEEE;
	color: #222222;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#summaryColumn h1 strong
{
	color: #000000;
	font-weight: 1000;
}

.actionButtons
{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

.actionButtons a
{
	vertical-align: middle;
}

.actionButtons a img
{
	vertical-align: middle;
}

.actionButtons .or
{
	color: #666666;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-right: 3px;
}

.actionButtons a img
{
	border: none;
}

.actionButtons a.button:hover
{
	border:2px solid #50972D;
}


#featureList
{
	margin-top: 20px;
	padding-left: 17px;
}

#featureList .panel
{
	width: 211px;
	margin: 0px 7px 0px 6px;
	float: left;
	line-height: 130%;
	font-size: 12px;
	height: 250px;
}

#featureList .panel h3
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}
#featureList .panel p
{
	padding: 5px;
	border: 1px solid #333333;
	height: 8em;
}

#movieLink
{
	background: url('../images/homePlayButton.png') no-repeat top left;
	display: block;
	width: 402px;
	height: 302px;
}

#movieLink:hover
{
	background-position: 0px -302px;
}

/*=======================
	PRICING
=======================*/
table.pricing th
{
	font-weight: bold;
	background:#EDF3F5;
	padding: 12px 13px;
}

table.pricing .headers th
{
	text-align: center;
}

table.pricing th
{
	text-align: right;
}

table.pricing th.free, table.pricing th.pro
{
	width: 120px;
}

table.pricing td
{
	text-align: center;
}

table.pricing
{
	width: 570px;
	margin: 0 auto;
}

/*=============
	DEMO PAGE
===========*/
.buttonWrapper
{
	padding-top: 15px;
}

#column1
{
	width: 470px;
	float: left;
}

#column2
{
	width: 470px;
	float: right;
}

#column1, #column2
{
	text-align: center;
}

h1
{
	margin-bottom: 10px;
}

#column1 .padding, #column2 .padding
{
	padding: 50px 0;
}

#column1 .padding
{
	padding-left: 70px;
}

#column2 .padding
{
	padding-right: 70px;
}

#content .question_notices .padding
{
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .9em;
}

.gray
{
	color: #999999;
}

#tabs h2
{
	margin: 0;
}

#tabs .notes
{
	width: 280px;
	float: right;
	margin-left: -280px;
	border: 1px solid #CCCCCC;
}

#tabs .code
{
	margin-right: 290px;
}

#tabs .notes p
{
	padding: 10px 10px 0 10px;
}

#tabs .notes h3
{
	padding: 10px 10px 0 10px;
}

.settings input.text
{
	width: 20em;
}

.settings .column_settings
{
	width: 456px;
	float: left;
}

.settings .column_upgrade
{
	width: 470px;
	float: right;
	background-color: #FEFEFF;
	border: 1px solid #545454;
}

#content.settings h3.first
{
	padding: 0 0 5px 0;
}

#content.settings h3.subscribe, #content.upgrade h3.subscribe
{
	text-align: center;
	padding: 0 0 3px 0;
}

.testimonial
{
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.testimonial_image
{
	float: left;
	margin-right: -74px;
	width: 74px;
	font-size: .9em;
}

.testimonial_quote
{
	margin-left: 84px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.testimonial_quote p
{
	margin: 0;
	padding: 0px 0 0 40px;
	background: url(/images/testimonials/quote.jpg) top left no-repeat;
	font-size: 1.3em;
}

.testimonial_quote .date
{
	color: #666666;
	padding: 5px 0 0 40px;
}

.testimonial_info
{
	padding: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#paypal_loader
{
	background: url('/images/barloader.gif') center center no-repeat;
	display: none;
	padding: 30px 0;
}

table.search_history tr.headers td
{
	font-weight: bold;
}

table.search_history
{
	width: 100%;
}

table.search_history td.date
{
	width: 150px;
}

table.search_history td.ip_address
{
	width: 150px;
}

.pageLinks
{
	text-align: right;
	padding: 10px;
}

.pageLinks a, .pageLinks .current_page
{
	padding: 2px 3px;
	margin: 0 3px;
	font-size: 20px;
}

/*===============================
	SLIDER SLIDER SLIDER
===============================*/
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 0px auto; position: relative; }


/*
	SLIDER
*/
.slider-wrap								{ width: 444px; top: 0px; margin-left: 15px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 444px; height: 295px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 444px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: 0 0 0 62px; }
#movers-row div								{ width: 20%; float: left; margin: 0 5px; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							
{ 
	background: url(../images/slider/transpBlack.png); 
	height: 40px;
	margin: -40px 13px 0 15px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
}

.photo-meta-data p
{
	padding: 8px 10px;
}
.photo-meta-data span
{
	font-size: 13px; 
}

#movers-row a img {
	border: 1px solid #666666;
	padding: 4px;
}

#movers-row a:hover img 
{
	border: 1px solid #6ED0EC;
}

.cross-link									
{
	display: block; 
	width: 62px; 
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; 
}

#movers-row a.active-thumb img								
{
	border-color: #000000;
	background-color: #CCC;
}

#osx-modal-data h3
{
	margin-bottom: 0px;
}

#osx-modal-data p
{
	margin: 0 0 3em 0;
	line-height: 1.4;
}