/* Base styling
---------------------------------------*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font: normal normal 62.5% Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

h1 { font-size: 2.4em; line-height: 1.5; margin-top: 0;}
h2 { font-size: 1.8em; line-height: 1; } 
h3 { font-size: 1.4em; line-height: 1.286; }
h4 { font-size: 1.2em; line-height: 1.5; font-weight: bold; }
h5 { font-size: 1.2em; line-height: 1.5; text-decoration: underline; }
h6 { font-size: 1.2em; line-height: 1.5; font-style: italic; }
p, ul { font-size: 1em; line-height: 1.5;  }
ul ul {font-size: 1em !important;}

embed, object { 
	margin: 0 !important;
	padding: 0 !important;
	border: 0px none black !important; 
	position: static !important;
	position: relative;
}

a img {
  border: 0px none;
}

/* Page structure - static parts
-----------------------------------------*/

#page-wrapper {
	width: auto;
	clear: both; /* clear the skip links */
	overflow: visible !important;
}

#content-wrapper {
	position: relative; 
	margin: 0 auto;
	left: 0;
	top: 0;
}

#text-content {
	background-color: #fff;
}

#flash_content, .content {
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#help-content {
	text-align: center;
}

#skip-links {
	text-indent: -9999px;
	width: 100%;
	float: left;
	height: 1px;
	display: block;
	line-height: 0;
	display: none;
}

#free-disclaimer, #free-footer-bar {
	font-size: 0.8em;
	display: block;
	text-align: center;
	margin: 0px auto 10px auto !important;
	position: relative;
	padding-top: 6px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	width: 760px;
	position: relative;
	top: 10px;
}

#free-footer-bar {
  min-height: 4em;
  background-image: url(/_app/28625/images/free-dis-n.png);
}

#free-footer-bar ul {
  text-align: center;
  background-image: url(/_app/28625/images/free-dis-s.png);
  background-color: transparent;
  background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0 20px 6px 20px;
	font-size: 1.2em;
	list-style: none;
	overflow: hidden;
}

#free-footer-bar li {
	color: #111;
	width: 30%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	width: 33.33%;
}

#free-footer-bar a {
  color: #111;
}

#free-footer-bar .powered-by {
	text-align: left;
}
#free-footer-bar .abuse {
	text-align: center;
}
#free-footer-bar .build {
	text-align: right;
}

#free-disclaimer a {
	color: black;
}

#hist {
	position:absolute; 
	width:10px; 
	height:10px; 
	top:0; 
	left:-100px;
}

#free-bar {
	width: 100%;
	height: 29px;
	background-color: #fff;
	z-index: 10;
	overflow: hidden;
}

#free_bar_partner_link {
	float: left;
}

#free-bar-flash {
	float: left;
}

#frag_header {
	display: block;
	clear: left;
	margin: 0 auto 10px auto;
	position: relative;
}

#frag_left {
	position: absolute; /*stick to top left of 'relative' container */
	display: block;
}

#frag_right {
	position: absolute; /* stick to top right of 'relative' container */
	display: block;
}

#frag_footer {
	margin: 10px auto 0 auto;
	display: block;
	clear: left;
	position: relative;
}

.content {
	margin: 0 auto;
}

.user-content {
	margin: 0px;
}

#free-disclaimer {
	background-image: url(/_app/28625/images/free-dis-n.png);
}

#free-disclaimer p {
	background-image: url(/_app/28625/images/free-dis-s.png);
	padding: 0 20px;
}

/* Utility Styles
-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Gallery Widget CSS
-----------------------------------*/

.wgt-gallery {
	padding: 0;
	border: 1px solid black;
	list-style: none;
	width: 570px;
	margin: 1em auto 1em auto;
}

.wgt-gallery-image {
	float: left;
	width: 104px;
	height: 104px;
	padding: 5px;
	margin: 0;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.wgt-gallery-image {
	max-width: 100px;
	max-width: 100px;
}

.wgt-gallery-image a {
	vertical-align: middle;
}

.wgt-gallery-image a:link img, .wgt-gallery-image a:visited img {
	border: 2px solid transparent;
}

.wgt-gallery-image a:hover img, .wgt-gallery-image a:active img {
	border: 2px solid #666;
}

/* General Styles that are applied to user HTML content
---------------------------------------------------------*/

/* these are !important because of nesting inside divs */

/*.ta-left { text-align: left !important; }

.ta-right {	text-align: right !important; }

.ta-center { text-align: center !important; }

.ta-justify { text-align: justify !important; }*/

/* HTML Text Version
------------------------------------*/

.three-col {
	width: 564px;
	margin-left: 12px;
}

.one-col {
	width: 156px;
	margin-left: 12px;
	padding: 0 12px;
}

#branding {
	margin-left: 12px;
}
#primary-content {
	float: left;
}

#secondary-content {
	float: right;
}

#non-flash {
	padding: 0 4px;
	background-image: url(/_app/28625/images/content-shadow.png);
	background-repeat: repeat-y;
	width: 768px;
	margin: 0 auto;
}

#text-content {
	max-width: 776px;
	margin: 0 auto;
	position: relative;
}
#text-content a {
	color: #0072bc;
}

#get-flash p {
	font-size: 10px !important;
	line-height: 1.44;
	padding: 0 10px 0 0;
}

#site-name {
	font-size: 4.8em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1,h2,h3,p {
	color: #666;
}

h1,h2,h3, #site-name {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, serif;
}

/* Body Text
Essentially any content text, can't apply to div cause of nest mayhem
--------------------------------------------------------------------------*/
p, .LinkButton {
	font-size: 1.2em;
	line-height: 1.5;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 3.6em;
	border-bottom: 3px solid #666;
	line-height: 1;
}

h2 {
	font-size: 2.4em;
	line-height: 1.5;
}

h3 {
	font-size: 1.8em;
	line-height: 2;
}

/* Navigation (side)
------------------------*/

#navigation {
	list-style: none;
	background-color: #ccc;
	margin: 0 -12px;
	padding: 0;
	width: 180px;
}

#navigation li {
	font-size: 1.8em;
	padding-left: 12px;
	border-bottom: 1px solid white;
	background-color: #666;
	line-height: 1.6;
}

#navigation li a {
	text-decoration: none;
	color: white;
	display: block;
}

#navigation li ul {
	list-style: none;
	margin: 0 0 0 -12px;
	padding: 0 0 0 0;
	background-color: #ccc;
	background-image: url(/_app/28625/images/menu-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation li ul li {
	font-size: 0.7333em;
	border-bottom: none;
	background-color: transparent;
}

#navigation li ul li:hover {
	background-color: #999;
}

#navigation li ul li.first:hover {
	background-image: url(/_app/28625/images/menu-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation li ul li.first.current {
	background-image: url(/_app/28625/images/selected-first-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation li ul li.current {
	background-image: url(/_app/28625/images/selected-sub-item.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	background-color: #999;
}



#navigation li ul li.first {
	padding-top: 4px;
}

#secondary-content {
	background-color: #f2f2f2;
}

#navigation li:hover {
	background-color: #0072bc;
}

#navigation li.current {
	background-color: #0072bc;
}

/* HTML Mode Button
-----------------------*/

#exit-html {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 55px;
	z-index: 1000;
	padding: 5px;
	text-align: right;
}
#exit-html-iframe {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 126px;
	height: 41px;
	z-index: 999
}

/** SWFAddress Fix
-----------------------*/

#swfaddress {
  display: none;
}


/* Flex Apps
-----------------------*/

.full_screen_app {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.full_screen_app_wrap { 
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 10px 0;
}


.full_screen_app embed, .full_screen_app object {
	width: 940px;
	height: 620px;
	margin: auto;
}

.switchable {
	position: relative;
}

#membership {
  padding-top: 20px;
  height: auto;
}

/* Facebook Connect
-----------------------*/

#fb-topbar {
	line-height:20px;
	display:none;
}

#website #fb-topbar {
	background:#e6e6e6 !important;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #939393;
}

#fb-topbar, fb-topbar img, fb-logout, fb-text {
	height:20px
}

#fb-topbar img {
	width:20px
}

#fb-topbar .FB_Link, #fb-topbar .FB_ElementReady, .fb-text, .fb_profile_pic_rendered {
	vertical-align:top !important;
	display: inline-block !important
}

.fb-logout {
	background:transparent url(http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_light_small_short.gif) no-repeat scroll left center;
	padding-left:20px
}
