/* BASIC STYLES */
label {
	font-weight:bold;
	padding:5px 10px 5px 0;
	margin-left:4px;
}

label:hover {
	text-decoration:none;
}

fieldset {
	border:1px solid #eee;
	margin:0 0 15px;
	padding:15px;
}

legend {
	color:#999;
	font-size:1.2em;
	padding:0 5px;
}

input.text {
	font-size:1.1em;
	margin:0;
	width:250px;
}

input.small {
	width:100px;
}

input.button {
    color: #221188 !important;
    float: right;
    font-family:"Myriad Pro"!important;
    font-size: 14px !important;
    height: 26px;
    padding:3px !important;
	font-weight:bold !important;
    width: 78px;
}


input,
input.text,
textarea {
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size:1em;
}

select {
	background:#f5f5f5;
	border:1px solid #ccc;
	border-color:#ccc #eee #eee #ccc;
}

select:focus {
	background:#fff;
}

h2 a:active {
	color:#555;
}



/* WRAPPER */

body {
	background:#333;
}

#page {
	/*background:url(lib/styles/images/bg.png) #ddd;*/
	color:#333;
	padding:15px 0 0 0;
}


/* HEADER AND NAVIGATION */

#fullWrapper ul.nav {
	font-size:.9em;
	list-style:none;
	margin:0;
	padding:0;
}

#header {
	background:#333 top center no-repeat;
	overflow:hidden;
	padding:0 20px;
}

#header h1,
#header h2,
#header h3 {
	font-size:3em;
	padding: 0;
}

#header h1,
#header h2,
#header h2 a,
#header h3,
#header h3 a {
	color:#fff;
	text-decoration:none;
	font-weight: bold
}

.header-image #header h1,
.header-image #header h2 a,
.header-image #header h3 a {
	background:url(lib/styles/images/logo.png) center left no-repeat;
	display:block;
	height:100px;
	margin:0;
	padding:0;
	text-indent:-999em;
	line-height:40px;
}

#header p {
	left:-9999em;
	position:absolute;
}

#pageHeaderNav {
	background:url(lib/styles/images/bg_pageheader.png) repeat-x;
	padding-top:1px;
}

.nav a {
	text-transform:uppercase;
}

.nav li a:hover {
	text-decoration:underline!important;
}

.nav ul {
	background: #FFF;
	border:1px solid #eee;
	border-width:0 1px 1px 1px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.nav li li a {
	padding:2px 20px;
	text-transform:none;
	display: block
}

/*#menu {
	background:url(lib/styles/images/bg_nav2.png) repeat-x bottom left;
	height:40px;
}*/

#menu a {
	text-shadow:0 1px 0 #FFF;
	line-height:40px;
}
	

#menu li li,
#menu ul ul {
	background: #FFF
}
		
#menu li li a {
	background:#FFF;
	display: block
}

#menu ul.nav,
#pageHeaderNav ul.nav {
	margin-left:20px;
}

#pageHeaderNav .nav a {
	line-height:38px;
}

#pageHeaderNav .nav li.current-cat a,
#pageHeaderNav .nav li.current_page_item a {
	background:#333;
	color:#FFF;
}

#pageHeaderNav .nav li.current-cat ul.children a,
#pageHeaderNav .nav li.current_page_item ul.children a {
	background:transparent;
	color:#333;
}


/* GENERAL PAGE FORMATTING */

.excerpt a.imageborder {
	margin:0 20px 20px 0;
}

#fullWrapper {
	background:#fff;
	border:1px solid #dadad2;
	margin:0 auto;
	width:960px;
	text-align:left;
}

#mainContent {
	margin: 0;
}

#sidebarTwo {
	background:#f5f5f5;
	margin-bottom:40px;
}

.interior h1 {
	font-size:2em;
	font-weight:bold;
	margin-bottom: 12px;
}

.interior h1#posttitle {
	font-size:2.4em;
	font-weight:bold;
}

.archive-list h1 {
	margin-bottom:8px;
}

#categoryDescription {
	background:#f5f5f5;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	float:none;
	margin:10px 0;
	padding:9px 20px 0 20px;
}

#categoryDescription p {
	margin-bottom:10px;
}

.postmetadata {
	color:#999;
	margin:0;
	text-transform:uppercase;
}

.printPreview {
	text-transform:none;
	letter-spacing:0;
	padding:0 0 3px 21px;
	margin-left:18px;
	background:url(lib/styles/images/icon_print.png) no-repeat;
}

.post.entry {
	padding:0 0 40px 0;
}

.template-index .post.postCount-1 {
	border-top:none;
}

.template-index .post h2 {
	font-size:2em;
}

.template-index .post.postCount-1 h2,
.singlePost.interior h1 {
	font-size:2.4em;
}

.archive #page h1 {
	margin-bottom:10px;
}

.last-25 {
	margin-top:30px;
}

.rss-date {
	color:#999;
	display:block;
	font-style:italic;
}

.archive-list .excerpt.entry,
#header h2,
#header h3 {
	margin:0;
}

h2 a,
.commentcount a {
	color:#333;
	text-decoration:none;
}

h2 a:hover,
#menu .nav li.current-cat a,
#menu .nav li.current_page_item a {
	text-decoration:underline;
}

#menu .searchform {
	float:right;
	margin:0 20px 0 0;
}


/* COMMENTS */

h4.column {
	float:none;
	clear: both
}
	
#comments h3 {
	font:bold 1.5em;
}

.commentcount {
	background:transparent url(lib/styles/images/icon_comments.png) no-repeat 0 3px;
	padding-left:16px;
	clear:both
}

.commentcount a:hover,
.commentcount a:active {
	color:#888;
}

.commentnumber {
	background:#f5f5f5 none repeat scroll 0 0;
	font-size:1.2em;
	padding:0 6px;
}

#commentsNavigation {
	margin:5px 20px 0 20px;
}

#commentsNavigation .bm_numberedPages {
	border:none;
	margin:0;
}

.imagePrevious a {
	padding-left:10px;
	background:transparent url(images/bg_arrows.gif) left 6px no-repeat;
}

.imageNext a {
	padding-right:10px;
	background:transparent url(images/bg_arrows.gif) right -61px no-repeat;
}

/* SIDEBARS AND WIDGETS */

h3.widgettitle {
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
}

h3.widgettitle span {
    font-size: 0.7em;
    letter-spacing: 1px;
}

#sidebar h3.widgettitle {
	background:#333;
	color:#ccc;
	padding:0 10px;
}

#sidebar h3.widgettitle a {
	color:#fff;
}

.widget {
	overflow:hidden
}

.widget ul li {
	border-bottom:1px dotted #ccc;
}

.widget ul li li {
	border:none;
	margin:0 0 0 25px;
	padding:0;
	list-style:disc;
}

.widget_search label {
	background:#333;
	color:#ccc;
	font:bold .9em;
	margin:0 0 10px 0;
	padding:0 8px;
	line-height:30px;
	text-transform:uppercase;
	display:block;
}

.widget_rss img {
	vertical-align:middle; 
	margin-right:3px;
}

.rss_feed {
	background:#f60 url(lib/styles/images/feedIcon.gif) no-repeat 10px 12px;
	color:#fff;
	display:block;
	padding:10px 16px 10px 36px;
	font-weight:bold;
}

.widget ul.socialLinks li {
	padding-left:25px;
}	

.widget li.twitter {
	background:url(lib/styles/images/twitter.png) no-repeat 0 3px;
}

.widget li.delicious {
	background:url(lib/styles/images/delicious.png) no-repeat 0 3px;
}

.widget li.stumble {
	background:url(lib/styles/images/stumble.png) no-repeat 0 3px;
}

.widget li.digg {
	background:url(lib/styles/images/digg.png) no-repeat 0 3px;
}

.widget li.facebook {
	background:url(lib/styles/images/facebook.png) no-repeat 0 3px;
}


/* FOOTER */

#footerWrapper {
	background:#333;
	margin:20px 0 0 0;
}
	
#footer {
	float:none;
	margin:0 auto;
	margin-top:40px;
	overflow:hidden;
	padding:0 0 40px 0;
	width:960px;
}

#footer,
#footerContent {
	color:#CCC;
	width: 960px;
	margin: 0 auto;
	text-align:left;
}

#footer a,
#footerContent a {
	color:#39a;
}

#footer a:hover,
#footer a:active,
#footerContent a:hover,
#footerContent a:active {
	color:#6cd;
	text-decoration:underline;
} 

#footerContent.column.container-12 {
	float:none;
	overflow:hidden;
	padding:20px 0 20px;
	border-bottom:3px solid #444;
}

#footerContent h3.widgettitle {
	color:#FFF;
}

#footerContent .rss-date {
	clear:both;
	color:#999;
}

#footerContent .widget cite {
	color:#999;
	font-style:italic;
}

#footer .nav {
	height:30px;
}

#footer p {
	margin:0 20px 20px 20px;
	clear:both;
}
	

/* BREADCRUMBS */

#breadcrumbs {
	margin:0 0 20px 20px;
	overflow:hidden;
}

#breadcrumbs a.breadcrumbLevel_1 {
	background:url(lib/styles/images/icon_home.png) no-repeat left center;
	padding-left:16px;
}

#breadcrumbs b {
	margin:0 5px;
}

.message_404 {
	margin:0 0 20px 0;
}