/*
Theme Name: eitc4
Theme URI: http://pinksheepmedia.com/
Description: This eitc theme uses portions of a theme by Michael Heilemann
Author: Sherwin Arnott, Hugh Stimson, Becky Cory Michael Heilemann
Author URI: http://pinksheepmedia.com/
Tags: dynamic navigation, fixed width, two columns, widgets


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/************ searchform *************/

fieldset {
	border:none;
	}

#searchnav {
	margin: 2px 0 0 0;
	padding:0;
	width:auto;
	display:inline;
	list-style:none;
	text-align:center;
	float:right;
	}

#searchnav .searchform .s {
	width: 100px;
	height:20px;
	margin:0;
	padding:0;
	background-color:#fff;
	border: 1px solid #aaa;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size:.8em;
	font-weight:400;
	text-align:center;
	color:#555;
	}

#searchnav .searchform .s:focus {
	color:#000;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


/************ NAVIGATION *************/

.sidebarlinks a img {
	margin: 5px 0 0 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}

.sidebarlinks a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}


.page_item { ... }

#navigation {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size:.9em;
	float: right;
	height: 30px;
	width: 400px;
	margin: 0;
	padding: 0;
	}

#navigation ul {
	display: inline;
	line-height: 30px;
	width:auto;
	margin: 0 0 0 5px;
	padding: 0;
	float:right;
	}

#navigation ul li {
	display: inline;
	text-decoration: none;
	padding:0;
	margin:0;
	}

#navigation ul li a {
	float:left;
	margin:0 2px;
	padding: 2px 5px;
	font-weight: 400;
	color:#000;
	}

#navigation ul li a:hover {
	color:#8dc63f;
	text-decoration:underline;
	}

#navigation a {
	float:right;
	margin:0 5px;
	}

#navigation a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	-khtml-opacity:.7;
	opacity:.7;
	}

#nav {
	z-index:10;
	width: 960px;
	height: 60px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin-top:0px;
	margin-left:2px;
	float: left;
	}

#navpar {
	background-color: transparent;
	background-repeat:no-repeat;
	width: 960px;
	height: 30px;
	margin:0px;
	float: left;
	border-left:1px solid #ffffff;
	}

#navsub {
	background-color: transparent;
	width: 960px;
	height: 30px;
	float: left;
	margin: 0px;
	}

#nav a {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	font-size:.8em;
	}

#navpar .current_page_item, #navpar .current-page-ancestor {
	margin:0px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	}

#navpar a {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
	padding: 7px 20px 8px;
	margin:0;
	border-left:1px solid #ffffff;
	}

#navpar .current_page_item a, #navpar .current-page-ancestor a {
	color: #ffffff;
	font-weight: 400;
	background-image:url('images/navcurrentbckgrnd1.gif');
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	}

#navpar a:hover {
	color:#ffffff;
	background-image:url('images/navhoverbckgrnd1.gif');
	font-weight: 400;
	text-decoration: none;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
	}

#navsub .current_page_item a {
	color: #ffffff;
	font-weight: 400;
	background-image:url('images/navsubhoverbckgrnd1.gif');
	}

#navsub a {
	color:#cccccc;
	font-weight: 400;
	text-decoration: none;
	padding: 9px 20px 8px;
	margin:0;
	border-left:1px solid #2AB2CD;
	}

#navsub a:hover {
	color:#cccccc;
	font-weight: 400;
	text-decoration: none;
	background-image:url('images/navsubcurrentbckgrnd1.gif');
	border-left:1px solid #666;
	}

#navpar ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
	text-indent:0;
	list-style-position:inside;
	}

#navpar ul li {
	line-height: 30px;
	font-size: 12px;
	display: inline;
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	float:left;
	}

#navsub ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style: none;
	}

#navsub ul li {
	margin-right: 0px;
	line-height: 30px;
	font-size: 12px;
	display: inline;
	list-style: none;
	float:left;
	}

.pagenav ul {
	}

/************ home page excerpts *************/

#excerptcolumn {
	margin: 0;
	padding: 10px;
	width: 100%;
	float:left;
	background-color: #eee;
	border-top:5px solid #000;
	}

#excerptcolumn .post {
	margin: 10px 15px 0 0;
	padding:0;
	width: 300px;
	float:left;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	}

#excerptcolumn .thumb {
	margin:10px 10px 0 10px;
	}

#excerptcolumn .entry {
	color:#555;
	border-bottom:0;
	margin: 0 10px;
	line-height:1.6em;
	font-size:.9em;
	width:280px;
	}

#excerptcolumn h2 {
	border-bottom:1px dotted #555;
	padding:0 0 10px 0;
	}

#excerptcolumn h2 a {
	margin:0;
	font-size:1em;
	text-decoration:none;
	color:#000;
	padding:0;
	}

#excerptcolumn a {
	color:#555;
	text-decoration:underline;
	}

#excerptcolumn a:hover {
	color:#007699;
	text-decoration:underline;
	}

#excerptcolumn .read_more {
	color:#;
	font-size:.8em;
	text-align:right;
	margin: 2px 0;
	background-color:#cedcdf;
	}

#excerptcolumn a.more {
	color:#000;
	font-size:1.2em;
	text-decoration:none;
	background-color:#f1c867;
	}

#excerptcolumn a.more:hover {
	background-color:transparent;
	}

#excerptcolumn .date {
	color:#555;
	font-size:.8em;
	text-align:right;
	margin: 2px 0;
	}

#excerptcolumn .author {
	color:#555;
	font-size:.8em;
	text-align:right;
	margin: 2px 0;
	}

/* Amazon widget Showcase */

.amzshcs-item {
	margin: 10px;
	float: left;
	width: auto;
}

/******** Begin Typography & Colors *********/

/**** h6 is used for quotes collection ****/
h6 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.6em;
	line-height: 1.0em;
	text-transform: uppercase;
        color: #cccccc;
        font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: right;
	}

h5 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 2.5em;
	line-height: .9em;
	text-transform: uppercase;
        color: #cccccc;
        font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	width: 250px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

#content {
	font-size: 1.2em
	width: 750px;
	min-height: 400px;
	}

a {
	text-decoration: none;
	color: #007699;
	}

a:hover {
	text-decoration: none;
	color: #000;
	}

.narrowcolumn .entry p {
	text-align: left;
	}

.narrowcolumn .entry {
	line-height: 1.8em;
	width: 600px;
	}

.slimcolumn .entry {
	line-height: 1.8em;
	width: 600px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.8em;
	padding-top: 10px;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	color: #000000;
	line-height: 1.2em;
	}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 0px dotted #666;
	border-top: 0px dotted #666;
	}

#sidebar h2 .widgettitle {
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
	}

#sidebar h2 a {
	font-variant: normal;
	color: #007699;
	}

#sidebar h2 a:hover {
	text-decoration: none;
	color: #000000;
	font-variant: normal;
	text-decoration: underline;
	}

a img {
	border: none;
	border-bottom: 0px none #ccc;
	}

#sidebar a img{
	border-bottom: 0px solid #ccc;
	}

#sidebar a {
	text-decoration: none;
	color: #007699;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#sidebar a:hover {
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	}

h3 {
	font-size: 1.5em;
	}

h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #8dc63f;
	border-bottom: 0px solid transparent;
	font-variant: normal;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #8dc63f;
	text-decoration: none;
	font-weight: 400;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #444444;
	font-weight: 400;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

.entry p a, .entry p a:visited {
	color: #007699;
	font-weight: bold;
	text-decoration: none;
	}


.entry p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.narrowcolumn .entry .more-link {
	text-decoration: none;
	font-variant: normal;
	line-height: 1em;
	font-size: 1.3em;
	width: auto;
	display: inline;
	text-align: left;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: 400;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, blockquote, strike {
	color: #777;
	list-style: none;
	font-weight: 400;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/****************** Begin Structure ****************/

body {
	font-size: 85%; /* 80% Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff;
	color: #111111;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#headerwrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background-image:url('http://eitrainingcompany.com/wp-content/themes/eitc4/images/pagewrapperbckgrnd.gif');
	background-color:#ffffff; 
	background-repeat: repeat-x;
	}

#pagewrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background-color:#ffffff; 
	}

#page {
	background-color: transparent;
	margin: 0 auto;
	padding: 0px 10px;
	width: 960px;
	text-align: left;
	}

#header {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	height: 150px;
	width: 960px;
	}

#headereitc {
	height: 150px;
	margin-top:200px;
	}

#logo {
	float: left;
	height: 70px;
	width: 550px;
	margin-top: 20px;
	padding: 0px;
	}

#mission {
	float: left;
	height: 70px;
	width: 400px;
	margin: 20px 0px 0px 10px;
	padding: 0;
	}

#bannerwrapper {
	background-image:url('http://eitrainingcompany.com/wp-content/themes/eitc4/images/bannerbckgrnd.gif');
	display: block;
	margin-top:0px;
	padding: 0;
	width: 100%;
	height: 250px;
	}

#bannerbwrapper {
	background-image:url('http://eitrainingcompany.com/wp-content/themes/eitc4/images/bannerbbckgrnd.gif');
	display: block;
	margin-top:0px;
	padding: 0;
	width: 100%;
	height: 30px;
	}

#banner {
	display: block;
	margin: 0px auto 0px;
	padding: 0;
	width: 960px;
	height: 240px;
	}

#bannerslideshow {
	float: right;
	display: block;
	margin-top: 0px;
	padding: 0;
	width: 300px;
	height: 250px;
	}

#links {
	float: right;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px;
	width: 300px;
	height: 230px;
	}

#links a {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	padding: 50px 0px 0px 50px;
	margin: -50px 0px 0px -50px;
	}

.linkimg {
	padding: 0px;
	margin-bottom:10px;
	}

#links a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	background-image:url('images/checkmark.gif');
	background-repeat: no-repeat;
	padding: 50px 0px 0px 50px;
	margin: -50px 0px 0px -50px;
	position:relative;
	}


.floatright {
	float: right;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin-top: 10px;
	width: 600px;
	}

.slimcolumn {
	float: left;
	padding: 0;
	margin-top: 20px;
	width: 600px;
	}

.entry {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	width: auto;
	height: auto;
	float: left;
	}

.post {
	margin: 0px;
	text-align: left;
	}

.post hr {
	clear:both;
	display:block;
	color:#eee;
	background-color:#eee;
	border:none;
	height:1px;
	}

/**** page header ****/

#page_header {
	height:auto;
	width:600px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
	float:left;
	}


h1.pagetitle {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color:#000;
	}

/***** share this *****/

#page_header .addtoany_list, #content .addtoany_list {
	float:right;
	background-color:#eee;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:-3px 3px 10px #aaa;
	-webkit-box-shadow:-3px 3px 10px #aaa;
	-moz-box-shadow:-3px 3px 10px #aaa;
	margin: 2px 0 0 0;
	padding: 2px 3px 1px 0;
	}


#page_header .addtoany_list a, #content .addtoany_list a {
	padding:0 5px;
	}

/**** main index ****/

.indexthumb {
	float:left;
	margin: 20px 10px 10px 0;
	}

.index_read_more {
	background-color:#eee;
	float:right;
	margin:0;
	padding: 0 5px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}

.narrowcolumn .postmetadata {
	padding:10px;
	margin:0px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	color: #777;
	list-style: none;
	background-color:#eee;
	text-align:right;
	width:260px;
	clear:left;
	}

.postmetadata p {
	margin:0;
	padding:0;
}

.postmetadata {
	display: block;
}

date {
	font-family: Georgia, Times, Serif;
	color: #555;
	font-style: italic;
	margin:0;
	padding:0;
	line-height:1.4em;
	}

.author {
	color:#555;
	font-style:italic;
	font-family: Georgia, Times, Serif;
	margin:0;
	padding:0;
	line-height:1.4em;
	}

.author a {
	color:#555;
	text-decoration:underline;
	}

.author a:hover {
	color:#000;
	text-decoration:underline;
	}

.clear {
	clear: both;
}


#footerspacer {
	clear:both;
	width: 960px;
	height: 10px;
	}

#footerwrapper {
	background: #cccccc;
	padding: 0;
	margin: 0 auto;
	float: center;
	display: block;
	width: 99%;
	height: 600px;
	border-top: 3px solid #aaaaaa;
	}

#footer {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1.3em;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 600px;
	background: #ccc url('images/footer-bg.jpg') no-repeat bottom;
	border: none;
	display: block;
	}

#footer a {
        color:#007699;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#footer a:hover {
        color:#000000;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#footer h2 {
        color:#000;
	font-weight: 400;
	font-size:1.4em;
	margin:20px 0 0 0;
	}

#footer ul {
	margin: 0;
	padding: 0px;
	list-style:none;
	}

#footer ul li {
	list-style:none;
	}

#brochurefooter {
	width:160px;
	height:207px;
	margin:10px 0;
	box-shadow:-2px 2px 5px #888;
	-webkit-box-shadow:-2px 2px 5px #888;
	-moz-box-shadow:-2px 2px 5px #888;
	}

/* End Structure */



/*************	Begin Headers and tags ***************/

info {
	line-height: 1em;
	}
h1 {
	padding-top: 0px;
	margin: 0 0 10px 0;
	font-size: 1.9em;
	text-align: left;
	}

h2 {
	margin: 10px 0 0;
	}

h2 a .pagetitle {
	margin-top: 20px;
	text-align: left;
	font-size: 1.6em;
	float: left;
	}

#sidebar h2 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/************* Begin Images ****************/
p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

img.alignright {
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	float: right;
	}



img.alignleft {
	padding: 0;
	margin: 0 10px 0 0;

	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/*************** Begin Lists - Special stylized non-IE bullets do not work in IE and default to normal bullets. *******************/

.entry ul {
	margin-left: 0px;
	text-indent: -10px;
	padding: 0 0 0 20px;
	}

.entry ul li {
	margin: 0px 0px 5px 5px;
	list-style-type:square;
	list-style-position:inside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}

#sidebar {
	list-style: none;
	}

#sidebar ul ol, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	}

#sidebar ul li ul, #sidebar ul li ul li, #sidebar ul ul li, #sidebar ul ul ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	}

#sidebar ul p, #sidebar ul select {
	}

/************* End Entry Lists **************/



/**************** Begin Form Elements *******************/
#searchform {
	margin: 0px auto;
	padding: 0px 3px;
	text-align: left;
	align: left;
	}

#searchform #s {
	width: 180px;
	padding: 2px;
	margin: 0px 0px 20px 0px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 2px 10px 2px 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}



.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/**** Begin sidebar and widgets ****/

#sidebar {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 0 0 10px;
	margin:10px 0 0;
	width: 300px;
	display: block;
	float: right;
	text-align: left;
	border-left: 1px dotted #ccc;
	}

.footercolumn {
	padding: 0px;
	margin: 10px 10px 10px 0;
	width: 220px;
	height: auto;
	float: left;

	}

#footer .widgets {
	padding: 0;
	margin: 0px 10px;
	width: 200px;
	height: auto;
	display: block;
	float: left;
	}

#footer li ul li ul li {
	margin: 5px 0 0 20px;
	}

.widgets {
	list-style: none;
	}

#sidebar form {
	margin: 0;
	}


.widgets {
	padding: 0;
	margin: 0px;
	width: auto;
	height: auto;
	display: block;
	float: left;
	}

#sidebar ul li .widget {
	margin: 0 0 20px 0;
	}

.widgets li ul li {
	margin: 5px 0 0;
	}

.textwidget {
	margin: 0 0 10px 0;
	}


/* End sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 190px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}


#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {

	margin: 10px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display:none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;


	-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;
}
/* End captions */

/**** Feed ****/

.feeds_icon {
	padding: 0;
	margin: 0 5px 0 0;
	}

/**** Slideshow gallery ****/

#slideshow-wrapper { margin:0px auto; display:none; }

/************ smooth slider *************/

#smoothy img .smooth_slider_thumbnail {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	}

#smooth_sldr .smooth_slider_thumbnail {
	}

#smooth_sliderc_nav li {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

#smoothy #smooth_sliderc_nav li a {
	background-color:transparent;
	color:#fff;
	padding: 6px;
	}

#smoothy {
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px;
	width: 550px;
	height: 230px;
	}


#smoothy a {
	color: #000000;
	font-weight: bold;
	}


#smoothy a:hover {
	color: #ffffff;
	font-weight: bold;
	}

#smooth_sldr .smooth_slideri {
	text-align: left;
	}

#smooth_sldr #smooth_sldr_items {
	margin-left: 0;
	padding: 0;
	}


#smooth_sldr .smooth_slider_thumbnail {
	margin-right: 15px;
	}

#smooth_sldr .sldrlink a {
	visibility:hidden;
	}



/**** Stray Random Quote Collection ****/

.narrowcolumn .quotescollection_randomquote {
	border: 1px dotted #ddd;
	-moz-border-radius: 9px 9px;
	-webkit-border-radius: 9px 9px;
	border-radius: 9px 9px;
	padding: 5px 10px 10px;
	margin: 0 0 10px 0;
	background-color:#f9f9f9;
	box-shadow:-3px 3px 10px #aaa;
	-webkit-box-shadow:-3px 3px 10px #aaa;
	-moz-box-shadow:-3px 3px 10px #aaa;
	}

.narrowcolumn .quotescollection_randomquote p {
	font: 1.3em georgia, Georgia, Serif;
 	font-style: normal;
 	color: #000000;
 	line-height: 1.3em;
 	font-style: italic;
	}

.narrowcolumn .quotescollection_randomquote cite {
	font: .9em Helvetica, Arial, Sans-Serif;
 	color: #333333;
 	line-height: 1em;
 	margin-top: 10px;
	}

.quotescollection_randomquote p {
	font: 1.2em georgia, Georgia, Serif;
 	font-style: italic;
 	color: #000000;
 	line-height: 1.2em;
	}

#sidebar .quotescollection_randomquote {
	padding: 0px 10px 10px;
	margin: 10px 0 10px 0;
	background-color:#f9f9f9;
	border: 1px dotted #ddd;
	-moz-border-radius: 9px 9px;
	-webkit-border-radius: 9px 9px;
	border-radius: 9px 9px;
	box-shadow:-3px 0px 7px #bbb;
	-webkit-box-shadow:-3px 0px 7px #bbb;
	-moz-box-shadow:-3px 0px 7px #bbb;
	}

.quotescollection_randomquote cite {
	font: .9em Helvetica, Arial, Sans-Serif;
	color: #444444;
	line-height: 1em;
	margin: 10px 0 0 0;
	}

.stray_quote_next {
	height:20px;
 	margin-left: 20px;
	}

.stray_quote_next a { 
	font: .8em helvetica, Helvetica, Arial, San-Serif;
 	font-style: bold;
 	color: #000;
 	line-height: 1.2em;
	text-transform:uppercase;
	}

#sidebar .stray_quote_next a { 
	font: .8em helvetica, Helvetica, Arial, San-Serif;
 	font-style: bold;
 	color: #000;
 	line-height: 1.2em;
 	float: left;
	text-transform:uppercase;
	}

#content .quotescollection_randomquote ul { 
	}

#content .quotescollection_randomquote ul li { 
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

/**** Light Box Plus plugin gallery ****/

#gallery-1 a:hover {
	border: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

/**** survey ****/

/**** breadcrumb ****/

#breadcrumb {
	height:auto;
	width:600px;
	padding:10px 0;
	margin:10px 0;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
	float:left;
	}

ul.breadcrumbs {
	font-size:.8em;
	letter-spacing:1px;
	background-color:#efefef;
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	box-shadow:-1px 1px 1px #aaa;
	-webkit-box-shadow:-1px 1px 1px #aaa;
	-moz-box-shadow:-1px 1px 1px #aaa;
	margin: 2px 0 0 0;
	padding: 2px 3px 1px 0;
	float:left;
	}

.breadcrumbs li {
	list-style-type: none;
	float: left;
	margin:0;
	padding:0 0 0 5px;
	background-color:#eee;
	}

.breadcrumbs li:after {
	content: " → ";
	color:#ed145b;
	font-size:1.2em;
	}

.breadcrumbs li.current:after {
	content: "!";
	color:#ccc;
	padding:0 5px 0 0;
	}

.breadcrumbs li a {
	color:#000;
	text-decoration:underline;
	}

.breadcrumbs li a:hover {
	color:#8dc63f;
	}

/**** registration page ****/

#registration p {
	font-size:.9em;
	line-height:1.4em;
	margin:10px 0 0 0;
	}

#registration a {
	color:#000;
	background-color:#8ec1da;
	padding: 2px 5px 0px 5px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow:-2px 2px 2px #aaa;
	-webkit-box-shadow:-2px 2px 2px #aaa;
	-moz-box-shadow:-2px 2px 2px #aaa;
	border:1px solid #8ec1da;
	}


#registration a:hover {
	color:#000;
	background-color:#c0deed;
	box-shadow:-2px 2px 2px #fff;
	-webkit-box-shadow:-2px 2px 2px #fff;
	-moz-box-shadow:-2px 2px 2px #fff;
	}

#registration h2 {
	font-size:2em;
	border-bottom:1px dotted #000;
	color:#000;
	}

#registration h3 {
	font-size:1.5em;
	border-bottom:1px dotted #000;
	color:#000;
	}

/**** members button in footer ****/

#footer p.membersbutton {
	margin: 20px 0;
	}

#footer p.membersbutton a {
	margin:0;
	color:000;
	font-weight:600;
	background-color:#eee;
	padding: 8px 15px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow:-2px 2px 2px #888;
	-webkit-box-shadow:-2px 2px 2px #888;
	-moz-box-shadow:-2px 2px 2px #888;
	border:1px solid #aaa;
	font-size:1.4em;
	}

#footer p.membersbutton a:hover {
	color:#cc0000;
	background-color:#8ec1da;
	}
