/*
Theme Name: Twenty Ten Alpha
Theme URI: http://wordpress.org/
Description: The default theme for KofC Web Hosting.com.
Template: twentyten
Author: the WordPress team & KofC Web Hosting.com
Version: 1.0
Tags: blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url('../twentyten/style.css');

.wp-caption-text
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	border: 2px solid #E6AC31;
	margin-bottom: 20px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #CCC;
}

/* Text elements */

a:link {
	color:#323D7D;
}
a:active,
a:hover {
	color: #FC6;
}

ol[type=A] {
	list-style:upper-alpha;
}
ol[type=i] {
	list-style:lower-roman;
}
ol[type=a] {
	list-style: lower-alpha;;
}



/* =Header
-------------------------------------------------------------- */

#branding {
	background: #FFFFFF url('images/kofc_3rd_60x60.jpg') no-repeat scroll left top;
}

#branding img {
	border-top: 4px solid #323D7D;
	border-bottom: 1px solid #323D7D;
}

#site-title {
	margin:0 0 5px 65px;
	width:875px;
}

#site-description {
	float:left;
	margin:0px 0px 5px 65px;
	width:875px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #323D7D;
}
#access a {
	color:#FC6;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#access ul ul {
	width: 180px;
}
#access ul ul a {
	background:#323D7D;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#323D7D;
}

/* =Content
-------------------------------------------------------------- */

#content,
#content input,
#content textarea {
	color: #333;
}
.home .sticky {
	background:#E7E7FC none repeat scroll 0 0;
}

.page-title span {
	color: #333;
}
.page-link a:link,
.page-link a:visited {
	color:#333;
}


/* =Widget Areas
-------------------------------------------------------------- */

#primary.widget-area ul {
	background: #323D7D;
}
#primary.widget-area ul ul {
	list-style: url('images/shield_small.gif');
}
#primary.widget-area ul li a:link {
	color:#FFF;
}
#primary.widget-area ul li a:visited {
	color:#A8A8A8;
}
#primary.widget-area ul li a:active,
#primary.widget-area ul li a:hover {
	color: #FC6;
}

#primary.widget-title {
	color: #FC6;
}	

#primary#wp-calendar caption {
	color: #FC6;
}

/* Main sidebars */
#primary.widget-area ul {
	padding: 5px;
}

#site-generator a.kcwh {
	background: transparent url('images/kcwh_bw_16x16.png') no-repeat scroll 0 0;
}