/*
Theme Name: FDN Manager v 3.0
Theme URI: http://fdnmanager.com
Description: Custom FDN Manager theme for 2010
Author: Kymera
Author URI: http://www.kymerastudio.com
version: 3.0
Tags: two-column, widget-ready 
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	color:#3f3f3f;
	}

h1, h2, h3, h4 { font-weight:normal; }
h1 {font-size: 36px;}
h2 {font-size: 28px;margin-bottom:20px;}
h3 {
	font-family: Times,"Times New Roman", serif;
	font-size:20px;
	color:#3f3f3f;
	padding-bottom:4px;
	margin-bottom:20px;
	border-bottom:1px solid #989898;
	font-style:italic;
}
h4 {font-size: 15px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
p {
		font-size:14px;
		line-height:19px;
		margin-bottom:20px;
}

input, textarea, select {
	border:1px solid #bdbdbd;
	padding:4px;
	font-size:13px;
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	width:100%;
	height:0px;
	clear:both;
}

/* links */

a{
	color:#1366bc;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

a:active, a:focus {
	outline:0px;
}

/* container */

.nosidebarcolumn {
width: 100%;
}

#container {
	background: #ffffff url(images/bg-contentcontainer.png) top center repeat-x;
	width:100%;
	padding-bottom:30px;
	}
#contentcontainer {	
	width: 960px;
	margin: 0 auto;
}
#headercontainer {
	width:100%;
	background:#2572c0;
	border-bottom:1px solid #9bb7d2;
}
#footercontainer {
	width:100%;
	background:#c6923f url(images/bg-footer.png) top left repeat-x;
}
#menucontainer {
  width:100%;
  background: #c5d5e5;
  border-top:1px solid #e2eaf2;
  border-bottom:1px solid #9bb7d2;
  position:relative;
}
#bannercontainer {
	width:100%;
	background:#1b1b1b;
}
#homefootercontainer {
	width:100%;
	background:#f7b64f url(images/bg-homefooter.png) top left repeat-x;
	min-height:200px;
	padding:40px 0px;
}
/* header */

#header {
	background:#2572c0;
  	width: 960px; 
  	height: 109px;
	margin:0px auto;
	color: #fff; 
	position:relative;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
#btnLogin {
	display:block;
	width:121px;
	height:38px;
	background:url(images/btn-login-main.png) top left no-repeat;
	position:absolute;
	top:34px;
	right:39px;
	text-indent:-9999em;
}
#btnLogout {
	display:block;
	width:121px;
	height:38px;
	background:url(images/btn-logout-main.png) top left no-repeat;
	position:absolute;
	top:34px;
	right:39px;
	text-indent:-9999em;
}
#btnLogin:hover, #btnLogout:hover {
	background-position:0px -38px;
}
/* Menu */

#menuBar {
  width: 960px;
  margin:0px auto;
  height: 39px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  position:relative;

}
#hffMenuBar {
  background: #97CA47 url('./images/hff_menu.gif') repeat-x;
  height: 39px;
  width: 100%;
  text-align: left;

}	
a.hffMenuBar {
	font-size:15px;
	font-weight:normal;
	text-shadow: #ffffff 0px 1px 1px;
	text-transform:uppercase;
}
a.hffMenuBar:link {text-decoration: none;color:#535353; height: 100%;}
a.hffMenuBar:visited {text-decoration: none; color:#535353; }
a.hffMenuBar:active {text-decoration: none; }
a.hffMenuBar:hover {text-decoration: none; color:#100d0d; }

#hffMenuItem {
  float: left;
  height: 100%;
  padding: 0px 10px; 
  background:url(images/bg-menuitem.png) top right no-repeat;
}

#hffMenuItemLabel {
padding-top: 12px;
}

/*Social */

#social {
	position:absolute;
	top:0px;
	right:0px;
	font-weight:normal;
	line-height:39px;
	font-size:15px;
	color:#535353;
	font-weight:normal;
	text-shadow: #ffffff 0px 1px 1px;
	text-transform:uppercase;
}

#social a {
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	text-indent:-9999em;
	margin-left:0px;
		zoom: 1;
        *display: inline;
		_height:16px;
}
#twitter {
	background:url(images/icon-twitter.png) top left no-repeat;
}
#linkedin {
	background:url(images/icon-linkedin.png) top left no-repeat;
}
#youtube {
	background:url(images/icon-youtube.png) top left no-repeat;
}
#facebook {
	background:url(images/facebook-logo.png) top left no-repeat;
}
/* content */


#content {
	float:left;
	width:584px;
	overflow: hidden;
	margin:20px 0px 20px 20px;
	}

#contentnosidebar {
	float:left;
	width:100%;
	overflow: hidden;
	margin:20px 0px 20px 20px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.post h2 {
	color:#133353;
	margin-bottom:20px;
	padding:0px;
}
.post h2 a:hover {
	text-decoration:none;
	color:#133353;
}
.post ul {}

.post li {}

.bulletlist {
  list-style-type: disc; 
  padding-left: 10px; 
  margin-left: 10px; 
  margin-bottom: 15px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


/* sidebar */

#sidebar {
	width:260px;
	float:right;
	margin:20px;
	padding: 20px;
	background:url(images/bg-sidebar.png) top left no-repeat;
	}

#sidebar h2{
	font-size:26px;
	margin-bottom:16px;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/*Sidebar special */

#radio {
	padding-top:15px;
	clear:both;
	margin-bottom:30px;
}
#radio img {
	margin-bottom:20px;
}
#radio h2 {
	margin-bottom:4px;
}
#freevideo {
	position:relative;
	margin-bottom:40px;
}
#freevideo img {
	margin-left:-15px;
	margin-bottom:5px;
	width:280px;
}
.field {
	width:250px;
	margin-bottom:4px;
}
#subscribe {
	width:89px;
	height:31px;
	margin:10px 0px 0px 0px;
	padding:0px;
	border:0px;
}
#leftNavItem {
	border-bottom:1px dotted #CCCCCC;
font-size:12px;
padding:6px;
}
.gold {
	color:#ba7a16;
	font-weight:bold;
}
/*Home Page*/

#banner {
	width:960px;
	height:324px;
	margin:0px auto;
	background:url(images/bg-homebanner.jpg) top left no-repeat;
}
#banner h1 {
	color:#f7b64f;
	font-size:38px;
	width:471px;
}
#banner p {
	width:350px;
	color:#ffffff;
	font-size:15px;
	padding:15px 0px;
	margin:0px;
}
#bannercontent {
	padding:46px 0px 0px 78px;
}
.btnRegisterLg {
	display:block;
	width:204px;
	height:56px;
	background:url(images/btn-registernow-lg.png) top left no-repeat;
	text-indent:-9999em;
}
.btnRegisterLg:hover {
	background-position:0px -56px;
}
#events {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #999999;
	padding:24px 30px;
	margin-top:18px;
	background:url(images/bg-events.png) bottom left repeat-x;
}
.btnReserveNow {
	display:block;
	float:left;
	margin-right:15px;
	width:202px;
	height:54px;
	background:url(images/btn-reservenow.png) top left no-repeat;
	text-indent:-9999em;
}
.btnReserveNow:hover {
	background-position:0px -54px;
}
.datetime {
	font-size:12px;
	line-height:16px;
	margin:15px 0px;
}

#testimonials {
	padding:0px 22px;
}
#testimonials img {
	float:left; 
	margin-right:19px;
}
#testimonials p {
	float:left;
	width:258px;
	margin-right:16px;
	font-size:13px;
	line-height:16px;
	color:#3f3f3f;
}
#homefooter {
	width:960px;
	margin:0px auto;
	background:url(images/bg-homefootermid.png) top center repeat-y;
}
.extra h2 {
	font-size:22px;
}
.extraVideo {
	float:left;
	width:505px;
	padding:0px 0px 0px 28px;
}

.extra {
	float:left;
	width:427px;
	padding:0px 0px 0px 28px;
}
#extra2, #extra4 {
	float:right;
}
#spacer {
	border-top:1px solid #c6923f;
	margin-bottom:20px;
}
.btnRegisterSm {
	display:inline-block;
	width:182px;
	height:39px;
	background:url(images/btn-registernow-sm.png) top left no-repeat;
	text-indent:-9999em;
		zoom:1;
		*display:inline;
		_height:39px;
}
.btnLearnMore {
	display:inline-block;
	width:164px;
	height:39px;
	background:url(images/btn-learnmore.png) top left no-repeat;
	text-indent:-9999em;
	margin-left:10px;
		zoom:1;
		*display:inline;
		_height:39px;
}
.btnRegisterSm:hover, .btnLearnMore:hover {
	background-position:0px -39px;
}
/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 960px;
	margin:0px auto;
	}
	
#footer p{padding:14px 0;margin: 0; color: #ffffff; text-align:center;}
#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #ffffff;text-decoration: underline;}

.save_msg {
color: red;
}

.correctAnswer, .wrongAnswer {
font-weight: bold;
}
.correctAnswer {
color: green;
}
.wrongAnswer {
color: red;
}
