/* 
CSS for Pegasus Profile 
Theme by Apparel Studios 
Design by Apparel Studios
Theme Name: Pegasus
Description: Theme designed by Apparel Studios, WP Coding by Meeker Media, LLC.
Author: Apparel Studios, LLC
*/

body, html { width: 100%; height: 100%; margin: 0px; font-family: gotham, lucida grande, verdana;}
body { background-color: #717171; color: #fff; }

/*get rid of ugly borders on images!*/
img { border: none; }

/* set text colors, sizes, and link states */
a { text-decoration: none; border-bottom: 1px dotted; color: #fff; }
a:hover { border-bottom: 1px solid #fff; }
h1 { font-family: Gotham verdana, sans-serif; font-weight: 600; font-size: 30px; margin-top: 0px; margin-bottom: -13px;}
h2 { font-family: Gotham, verdana, sans-serif; font-weight: 600; font-size: 22px; margin-top: 0px; margin-bottom: -13px;}
p{ font-family:lucida Grande, verdana; font-size:13px; font-weight:lighter; word-spacing:1px; line-height:17px;}
.sidebartitle h2 { font-family: Gotham, verdana, sans-serif; font-weight: 600; font-size: 22px; margin-top: 0px; margin-bottom: -13px;}
#main-content li { font-family: Lucida Grande, Verdana, sans-serif; font-size:13px; line-height: 17px;}


/*outer wrap and main definitions*/
#wrapper{ min-height: 100%;  height: auto !important; height: 100%; width: 1041px;  background: url(images/black-over-grey-bg.jpg); position: relative; margin-left: auto; margin-right: auto; margin-bottom: -233px; overflow: hidden}
#innerwrapper{ height: 100%; width: 1041px;}
#header{ height:80px; width: 100%;}
.logo{ padding-left:55px;margin-top:20px; }
#header-left {float: left; }
#header-right { float:right; padding-right:55px; padding-top:40px;}
#search { background:url(images/search-bg.jpg); border:none; width:194px; height:15px; padding-left:12px; text-align:left; padding-top:4px; padding-bottom:5px; padding-right:5px; }
#searchsubmit { background:#000; border:none; color:#fff; text-transform:uppercase; font-size:11px; }
#serachsubmit:hover { color: a1a1a1; }
/*holds text, etc. - other columns go inside of this div*/
#main-content{ margin-left: 60px; }
* html #main-content { margin-left: 30px; }
/*main photo on page  - nested within the main-content div*/
.main-photo{ padding-top: 1px; margin-bottom:20px; }

/*navigation*/
.appbutton {padding: 3px 0px 0px 20px;}
#nav{ height:57px; width:1041px; float: left;}
#nav-toplevel{ background: url(images/nav-bg-red.jpg); height: 32px; width: 100%; }
#nav-toplevel a { border: none; }
#nav-toplevel ul {display:inline;}
#nav-toplevel li { list-style:none; display:inline; float: left; }
#nav-sublevel{ height: 20px; margin-top: 8px; width: 100%;  text-align: left; }
#subnav {}
#subnav ul { display: inline;}
#subnav a { color: #a1a1a1; text-decoration:none; border:none; }
#subnav a:hover { color: #fff; text-decoration:none; border:none; }
.currentpg { color: #fff; }
#subnav li { color: #a1a1a1; display: inline; list-style: none; text-transform: uppercase; margin-right:11px; }
#subnav img {vertical-align:bottom;}
#show-subpages { margin-left:72px; font-size:13px; font-weight:400; }

/* wrap spacers - so we don't have to use padding ( for IE6 friendliness ) */
.wrap-spacer{ float: left; width: 1041px; height: 14px;}
* html .wrap-spacer { margin-bottom: -15px}
.gap {margin-top: 12px; }
* html .wrap-spacer { margin-top: 0px; }
.wrap-left{ float: left; width: 50%; text-align: left; }
.wrap-right{ float:right; width: 50%; text-align: right; }


/*main content column on left*/
#content-wrap{ z-index: 100; position: relative;}

/*aside column on right*/
#aside-wrap{ float: left; position: relative;}
#aside-content{ float: left;}
#aside-content li { list-style: none; }

/* column definitions */
.column-right-400{ width: 400px; float: right; position: relative;}
.column-right-350{ width: 350px;float:right; position: relative;}
.column-right-50{ width: 50px; float: right; position: relative;}
.column-left-550{ width: 550px;float: left; position: relative;}
.column-left-640{ width: 640px; float: left; position: relative;}
.column-left-60{ width: 60px; float: left; position: relative;}

/* get footer to the bottom! */
#push { height: 233px; position: relative; float: left; width: 100%}
#footer { z-index: 10; width:100%; height: 233px; text-align:center; position: relative; float: left;}
.footer-img { margin-bottom:-5px; position: relative;}


/* 
This CSS File contains all the standard siFR styles for siFR font compatability
*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-weight: bold;
	font-size: 30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	margin-left:-2px;
	margin-bottom: -16px;
	font-size: 22px;
	font-weight: bold;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
	margin-bottom:-14px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
	color: #fff;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 15px;
}