/*  
Theme Name: Scorpio Alarms
Theme URI: http://www.scorpioalarms.com/
Description: The Scorpio Alarms theme
Version: 1.0
Author: Cutriss Prickett
Author URI: http://premierepixels.com/

	Scorpio Alarms v1.0

	This theme was designed and built Curtiss Prickett
*/


/* css for Scorpio Alarms Website */
/* created: 03-28-06 ---- last modified: 04-26-06  */

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #656565; background-color:#444548; }


/* ---( layout )----------------------------------- */

/* Template Styles */
.topBkg { background-color: #ff581c; }
#topLeftFade { background: url(/images/top_fadeLeft.gif) repeat-y; }
#topRightFade { background: url(/images/top_fadeRight.gif) repeat-y; }

.midBkg { background: url(/images/middle_bkg.gif) repeat-x; background-color: #bdbdbe; }
#midLeftFade { background: url(/images/mid_fadeLeft.gif) repeat-y; }
#midRightFade { background: url(/images/mid_fadeRight.gif) repeat-y; }

.btmBkg { background: url(/images/btm_centerBkg.gif) repeat-x; }
#footer { margin: 5px 0px 30px 0px; color: #ffffff; }

.leftCol { border-right: 1px solid #bebebf; }
#nav { padding-bottom: 5px; padding-right: 5px; border-bottom: 1px solid #bebebf; }
#subNav { padding-right: 18px; margin-bottom: 8px; line-height: 1.7em; }

.lowerLeft { padding: 10px 0px; border-bottom: 1px solid #bebebf; }



/* ---( table styles )----------------------------- */

.content { background-color:#FFFFFF; padding: 0px 18px 18px 18px; }



/* ---( text )------------------------------------- */

td { font-size: 1.0em; line-height: 1.4em; }
p { font-size: 1.0em; line-height: 1.4em; }

.hdrOrange { font-size: 1.6em; font-weight: bold; color: #ff581c; line-height: 1.6em; }
.hdrGrey { font-size: 1.6em; font-weight: bold; color: #656565; line-height: 1.6em; }
.subhead { font-size: 1.3em; font-weight: bold; }

.smBold { font-weight: bold; }
.smOrange { color: #ff581c; }
.smOrangeBold { color: #ff581c; font-weight: bold; }
.smOrangeItl { color: #ff581c; font-style: italic; }

.medText { font-size: 1.3em; }
.medBold { font-size: 1.3em; font-weight: bold; }
.medTextUL { font-size: 1.3em; text-decoration: underline; }

.lrgText { font-size: 1.6em; }
.lrgBold { font-size: 1.6em; font-weight: bold; }
.lrgTextUL { font-size: 1.6em; text-decoration: underline; }

.goTo { font-size: 1.3em; color: #ff581c; }
.prodSubHds { font-size: 1.3em; font-weight: bold; color: #5c5c5c; }
.prodTitles { font-size: 1.2em; font-weight: bold; }

.popUpText { line-height: 1.7em; }

	
/* ---( links )------------------------------------ */

/* Default Links */
a:link { color: #0497bb; text-decoration: underline; }
a:visited { color: #656565; text-decoration: underline; }
a:hover { color: #ff581c; text-decoration: none; }
a:active { color: #0497bb; text-decoration: underline; }

/* Left Side Nav Links */
a.leftNav:link { color: #999999; text-decoration: none; }
a.leftNav:visited { color: #999999; text-decoration: none; }
a.leftNav:hover { color: #ff581c; text-decoration: none; }
a.leftNav:active { color: #ff581c; text-decoration: none; }
a.leftNav#current { font-weight: bold; }

/* Breadcrumb Links */
a.breadcrumb:link { text-decoration: none; }
a.breadcrumb:visited { text-decoration: none; }
a.breadcrumb:hover { text-decoration: none; }

/* Footer Links */
a.footer:link { color: #fff; text-decoration: none; }
a.footer:visited { color: #fff; text-decoration: none; }
a.footer:hover { color: #fff; text-decoration: underline; }


/* ---( lists )------------------------------------ */

ul  { padding: 12px; margin: 7px; }


/* ---( images )----------------------------------- */


/* ---( search )------------------------------ */


/* ---( form styles )------------------------------ */



/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #BEBEBF;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #FF581C;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 1px solid #BEBEBF;
	border-top: 1px solid #FF581C;
	border-left: 1px solid #FF581C;
	border-right: 1px solid #FF581C;
/*
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
*/
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
