/*
	Theme Name: Excalibur Custom Child Theme
	Theme URL: http://computerdesigngraphics.com/services/web-design
	Description: Excalibur Custom is a Widget-ready child theme created for the Genesis Theme Framework, based on Freelance.
	Author: Computer Design Graphics
	Author URI: http://computerdesigngraphics.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FFFFFF url('images/header-background.jpg') repeat-x;
	color: #333333;
	font-size: 14px;
	font-family:"Trebuchet MS", Verdana, Arial;
	margin: 0 auto 0;
	padding: 0;
	line-height: 24px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #336699;
	text-decoration: none;
	}
	
a:hover {
	color: #336699;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	margin: 0 auto 20px;
	padding: 0;
	}
	
/***** TopNav ********************/

#topnav {
	width: 1100px;
	height: 30px;
	background:#0c4da2;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#topnav a, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#topnav p {
	padding: 0;
	margin: 0;
	}
	
.topnav-left {
	width: 255px;
	float: left;
	margin: 0;
	padding: 2px 0 0 5px;
	}
	
.topnav-right {
	width: 700px;
	float: right;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0 3px 1px 0;
	padding: 0;
	}
	
.rss-topnav {
	padding: 2px 5px 2px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	
/***** Header  ********************/

#header {
	width: 1100px; 
	height: 276px;
	margin: 0 auto 0;
	padding: 0;
	background: url(images/header.png) left top no-repeat;
	}
	
#header .wrap {
	}

#title-area {
	width: 480px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 820px;
	color: #333333;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 205px 0 5px 0;
	text-align:center;
	font-size:14px;
	line-height:115%;
	font-weight:normal;
	}
	
#header .textwidget {
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/header.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 260px;
	height: 276px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 1100px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	background: #222222;
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	overflow: hidden;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #CCCCCC;
	display: block;
    margin: 0;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	border-right: 1px solid #333333;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: url(images/navhov.png) top right;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #000000;
	color: #FFFFFF;
	width: 158px; 
	font-size: 12px;
	margin: 0 0 0 -1px;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #222222;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	background: #888888 url(images/nav.jpg) repeat-x;
	width: 1100px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	text-transform:uppercase;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 1100px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 5px 16px 3px 16px;
	text-decoration: none;
	position: relative;
	background: url(images/navline.png) no-repeat right;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.jpg) top;
	color: #FFFFFF;
	}

#nav li a .sf-sub-indicator {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #a1c6f6;
	width: 158px; 
	color: #111111;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #396abd;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -37px 0 0 178px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	margin: 0;
	padding: 18px 30px 18px 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	background: #222222;
	width: 1100px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 12px 15px 12px 15px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	background: #444444;
	color: #FFFFFF;
	}
	
#subnav li a .sf-sub-indicator {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #444444;
	width: 158px; 
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	text-transform: none;
	position: relative;
	}

#subnav li li a:hover, #subnav li li a:active {
	background: #222222;
	color: #FFFFFF;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul ul {
	margin: -37px 0 0 178px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 1080px;
	background: #FFFFFF url(images/wrap.png) top repeat-x;
	margin: 0 auto 0;
	padding: 10px;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	padding: 10px 10px 0 10px;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
    
/***** Homepage ********************/
   
#home-top-left, #home-top-right, #home-bottom-left, #home-bottom-right {
	width: 370px;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	}
#home-top-right, #home-bottom-right {
	margin-left:19px;
	}
#home-top-left, #home-top-right {
	height:260px;
	margin-bottom:10px;
	border:1px solid #333;
	}	
#content #home-top h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	}
	
#content #home-bottom h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	}
		
#content #home-top h4, #content #home-bottom h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#home-top .featuredpost, #home-top .featuredpage, #home-bottom .featuredpost, #home-bottom .featuredpage {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#home-top .featuredpost p, #home-top .featuredpage p, #home-bottom .featuredpost p, #home-bottom .featuredpage p {
	margin: 0;
	padding: 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page, #home-bottom .featuredpost .post, #home-bottom .featuredpage .page {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img, #home-top .featuredpost .avatar, #home-top .featuredpage .avatar, #home-bottom .featuredpost img, #home-bottom .featuredpage img, #home-bottom .featuredpost .avatar, #home-bottom .featuredpage .avatar {
	margin: 0 5px 20px 0;
	padding: 0;
	border: 10px solid #F3F3F3;
	}

#home-middle {
	clear:both;
	margin:10px auto;
	}	
/***** Breadcrumb ********************/

.breadcrumb {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #333333;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 1080px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 1080px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 490px;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 765px;
	}
	
.full-width-content #content {
	width: 1060px;
	}

#content blockquote {
	background: #F5F5F5;
	margin: 0 15px 15px 15px;
	padding: 15px 20px 0 20px;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}

#content .page {
	margin: 0;
	padding: 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}
	
.entry-content {
	padding-top:10px;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #BBBBBB;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F5F5F5;
	margin: 0 0 40px 0;
	padding: 10px;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #444444;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	}

#content h1 {
	font-size: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #BBBBBB;
	margin: 0 0 5px 0;
	}
	
#content h2 {
	color:#0c4da2;
	font-size: 20px;
	padding: 5px 0 0 0;
	margin:0;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #336699;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 18px;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F5F5F5;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #CCCCCC;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #336699;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCCCCC;
	}

.navigation li a:hover {
	background: #336699;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCCCCC;
	}

.navigation li.active a {
	background: #336699;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	}
	
#sidebar-alt {
	background: #d5e1ef;
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #336699;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #BBBBBB;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 10px;
	}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 5px 0 0 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 5px 5px;
	padding: 3px;
	display: inline;
	border: 1px solid #CCCCCC;
	}
	
#sidebar #cat {
	width: 238px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	border:1px solid #000;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding:5px 10px;
	border-bottom:1px dotted #666666;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img, #sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 0;
	border: 5px solid #FFFFFF;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F5F5F5;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0 10px 5px 5px;
	}
	
#nav .searchform {
	float: right;
	padding: 10px 0 0 0;
	}
	
.s {
	background: #FFFFFF !important;
	color: #666666;
	font-family: Georgia, Times New Roman, Trebuchet MS;	
	font-size: 14px;
	font-style: italic;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	}
	
#header .s, #nav .s {
	width: 200px;
	}
	
#sidebar .s {
	width: 160px;
	}

#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427BAA;
	}

.searchsubmit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #427BAA;
	}
	
#nav .searchsubmit {
	font-size: 14px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	float: right;
	width: 280px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#sidebar .enews {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.enews #subbox {
	background: #FFFFFF !important;
	width: 210px;
	color: #666666;
	font-family: Georgia, Times New Roman, Trebuchet MS;	
	font-size: 14px;
	font-style: italic;
	margin: 10px 8px 0 0;
	padding: 6px 0 6px 8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	}
	
#header .enews #subbox {
	margin: 0 5px 0 0;
	}
	
.enews #subbutton {
	background: url(images/button.png);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427BAA;
	}
	
.enews #subbutton:hover {
	background: url(images/button-hover.png);
	border: 1px solid #427BAA;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	color: #333333;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	}
	
#header .latest-tweets a, #header .latest-tweets a:visited {
	color: #336699;
	text-decoration: underline;
	}
	
#header .latest-tweets a:hover {
	color: #336699;
	text-decoration: none;
	}

.latest-tweets {
	background: url(images/twitter-sidebar.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
	
#sidebar #wp-calendar caption {
	color: #333333;
	}

#sidebar #wp-calendar th {
	color: #333333;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #F5F5F5 !important;
	}
	
#sidebar #wp-calendar thead {
	background: #F5F5F5 !important;
	color: #F5F5F5 !important;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: url(images/button.png);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427BAA;
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #427BAA;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	width: 1100px;
	color: #111111;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	border-top:1px solid #333333;
	}

#footer a, #footer a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 215px;
	float: left;
	margin: 0;
	padding: 2px 0 0px 0px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 700px;
	float: right;
	margin: 0;
	padding: 2px 0px 0px 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F5F5F5 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
#comment {
	background: #F5F5F5 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #CCCCCC;
	}
	
#submit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427BAA;
	}
	
#submit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #427BAA;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F5F5F5;
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px dotted #BBBBBB;
	margin: 0;
	padding: 0;
	}
	
/**************** Excalibur Custom Mods ***********************/
#sidebar #menu-pages-3  {
	margin:0 0 15px;
	padding:0;
	}
	
#menu-pages-3 h4 {display:none;}

#menu-pages-3 ul {
	margin:0 0 8px 0;
	list-style-type:none;
	}
	
#menu-pages-3 ul li a {
	display:block;
	height:43px;
	padding:12px 5px 0 50px;
	margin:0 0 4px 0;
	background:url('images/feat-btn.png') no-repeat center center;
	color:#FFF;
	text-decoration:none;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}

#sitefooter, #bottom-nav, #logo-footer {
	width:1060px;
	margin: 0 auto 0;
	padding: 0 20px 10px 20px;
	}
#logo-footer {
	padding:10px;
	border-top:1px #000 solid;
	}
#logo-footer .xoxo .blogroll {
	padding-left:0!important;
	}
#logo-footer h4 {
	display:none;
	}
#logo-footer ul .xoxo .blogroll {
	padding:0;
	margin:0;
	}
#logo-footer ul li {
	display:block;
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	width:20%;
	text-align:center;
	}
#logo-footer ul li a img {
	margin:0 auto;
	align:center;
	}
#sitefooter {

	font-size: 12px;
	line-height:110%;
	overflow: hidden;
	clear: both;
	text-align:center;
	padding-top:12px;
	}
#bottom-nav {
	background:#666 url(images/nav.jpg) repeat-x center center;
	height:18px;
	font-size:11px;
	margin:0 auto;
	text-align:center;
	clear:both;
	}
#bottom-nav ul {
	margin:0;
	padding:0;
	}
	
#bottom-nav ul li {
	display:block;
	list-style-type:none;
	float:left;
	padding:2px 10px 2px 10px;
	text-transform:uppercase;
	margin:0;
	}
	
#bottom-nav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#bottom-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#sitefooter p {
	margin: 0;
	padding: 0;

	}
#featured-post-3 h4 {
	background:url(images/annc-bg.png) repeat-x;
	color:#FFF;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding:5px 0 5px 10px;
	font-size:13px;
	border:0;
	font-weight:bold;
	line-height:110%;
	margin:0;
	}
#featured-post-3 h2 {
	padding:0 0 5px 0;
	}
#featured-post-3 widget-wrap {
	border:1px solid #000;
	}
#featured-post-3 {
	line-height:130%;
	}
#sidebar #featured-post-3 p {
	margin: 10px 0 0 0;!important
	}
.exbutton {
	display:block;
	margin:30px auto 50px;
	align:center;
	text-align:center;
	}
.exbutton a:link, .exbutton a:hover, .exbutton a:visited {
	padding:20px;
	font-size:150%;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	background:#0c4da2;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	color:#FFF;
	}
.exbutton a:hover {
	background:#052651;
	}
.scholarshiptables {
	margin:0 auto;
	padding:0;
	text-align:center;
	width: 100%;
}
.scholarshiptables table {
	margin:0 auto;
}
.backtotop {font-size:70%;font-style:italic;padding:4px;background:yellow;}

#home-middle img {
	padding:0;
	margin:0;
	}
#classschedule {
	width:763px;
	}
#home-bottom-right h4 {
	display:none;
	visibility:hidden;
}

#sidebar #slideshow-4 {
margin-bottom:15px;
margin-left:0;
margin-right:0;
margin-top:0;
padding:0;
}
#slideshow-4 h4 {
	display:none;
}
#slideshow-4 .widget {
	padding:0;
	margin:0;
}

#featured-post-3 .post {
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

.wallie1 {
	position:absolute;
	top: 280px;
	right: 0px;
}
.wallie2 {
	position:absolute;
	top: 370px;
	right: 0px;
}
.wallie3 {
	position:absolute;
	top: 460px;
	right: 0px;
}
.wallie4 {
	position:absolute;
	top: 550px;
	right: 0px;
}
#content h2.aftertable {
	padding-top: 1em;
	padding-bottom: 0;
}
#content h2.aftertable+p {
	margin-top:4px;
}

/**************************
      GALA
**************************/
.galabutton {
	background: url(images/annc-bg.png);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid red;
	}
	
.galabutton:hover {
	background: url(images/button-hover.png);
	border: 1px solid #427BAA;
	color:#FFF;
	}
.galabutton:visited {
	background: url(images/annc-bg.png);
	color:#FFF;
	}
#wp-table-reloaded-id-2-no-1 th {
	color:#FFF!important;
}
table#wp-table-reloaded-id-2-no-1 .column-2,
table#wp-table-reloaded-id-2-no-1 .column-3,
table#wp-table-reloaded-id-2-no-1 .column-4 {
	text-align:center;
}
/*
	Schedule
*/
.registrationtable table {
	border:none;
	border-collapse: collapse;
}
table.openings, tr.openings, td.openings {
	border: 0px solid #A9A9A9 !important;
}
tr.openings td {
	padding: 0 4px;
	border: 1px solid #A9A9A9 !important;
}
.classblock {
	margin-bottom: 1em;
	padding:0.5em;
	background:#F1F4F9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
.classblock p {
	margin:0;
	padding:0 0 .3em 0;
	line-height: 1.3;
}
.headerbuttons {
	position:absolute;
	z-index:999;
	width:100%;
	margin:0 0;}
.headerbuttons a.headerbutton {
background: rgb(235,212,162); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,212,162,1) 1%, rgba(189,136,0,1) 8%, rgba(235,212,162,1) 34%, rgba(235,212,162,1) 48%, rgba(175,113,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,212,162,1)), color-stop(8%,rgba(189,136,0,1)), color-stop(34%,rgba(235,212,162,1)), color-stop(48%,rgba(235,212,162,1)), color-stop(100%,rgba(175,113,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,212,162,1) 1%,rgba(189,136,0,1) 8%,rgba(235,212,162,1) 34%,rgba(235,212,162,1) 48%,rgba(175,113,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,212,162,1) 1%,rgba(189,136,0,1) 8%,rgba(235,212,162,1) 34%,rgba(235,212,162,1) 48%,rgba(175,113,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,212,162,1) 1%,rgba(189,136,0,1) 8%,rgba(235,212,162,1) 34%,rgba(235,212,162,1) 48%,rgba(175,113,14,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(235,212,162,1) 1%,rgba(189,136,0,1) 8%,rgba(235,212,162,1) 34%,rgba(235,212,162,1) 48%,rgba(175,113,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd4a2', endColorstr='#af710e',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	font-weight: bold;
	padding:8px 16px;
	line-height: 1.5;
	font-size: 150%;
	text-shadow: 1px 1px 1px #000;
}
.headerbuttons a.headerbutton.login {
	margin-left: 10px;
}
.headerbuttons a.headerbutton:hover {
background: rgb(175,113,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(175,113,14,1) 0%, rgba(235,212,162,1) 56%, rgba(235,212,162,1) 76%, rgba(189,136,0,1) 97%, rgba(235,212,162,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,113,14,1)), color-stop(56%,rgba(235,212,162,1)), color-stop(76%,rgba(235,212,162,1)), color-stop(97%,rgba(189,136,0,1)), color-stop(100%,rgba(235,212,162,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(175,113,14,1) 0%,rgba(235,212,162,1) 56%,rgba(235,212,162,1) 76%,rgba(189,136,0,1) 97%,rgba(235,212,162,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(175,113,14,1) 0%,rgba(235,212,162,1) 56%,rgba(235,212,162,1) 76%,rgba(189,136,0,1) 97%,rgba(235,212,162,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(175,113,14,1) 0%,rgba(235,212,162,1) 56%,rgba(235,212,162,1) 76%,rgba(189,136,0,1) 97%,rgba(235,212,162,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(175,113,14,1) 0%,rgba(235,212,162,1) 56%,rgba(235,212,162,1) 76%,rgba(189,136,0,1) 97%,rgba(235,212,162,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af710e', endColorstr='#ebd4a2',GradientType=0 ); /* IE6-9 */
}

table.promotable {
	width:100%;
	font-size: 2em;
}
table.promotable img {
	margin-right: .5em;
	border:1px solid #333;
}
