/*
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

/************ NAVIGATION *************/



.sidebarlinks a img {
	margin: 10px 0 0 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}

.sidebarlinks a:hover img {
	margin: 10px 0 0 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}


.page_item { ... }

#navigation {
	font-family: Helvetica, Arial, Sans-Serif;
	float: right;
	height: 30px;
	width: 300px;
	margin: 0;
	padding: 0;
	}

#navigation ul {
	display: inline;
	line-height: 30px;
	width: 400px;
	margin: 0 0 0 10px;
	padding: 0;
	}

#navigation ul li {
	display: inline;
	text-decoration: none;
	padding: 0 15px 0 0;
	}

#navigation a {
	font-weight: bold;
	font-variant:small-caps;
	}

#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;
	border-left:1px solid #2AB2CD;
	}

#nav a {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	font-variant:small-caps;
	}

#navpar .current_page_item, #navpar .current_page_parent {
	margin:0px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	}

#navpar a {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px;
	border-right: 1px solid #dddddd;
	margin-right:-2px;
	}

#navpar .current_page_item a, #navpar .current_page_parent a{
	color: #ffffff;
	font-weight: bold;
	background-image:url('images/navcurrentbckgrnd1.gif');
	}

#navpar a:hover {
	color:#ffffff;
	background-image:url('images/navhoverbckgrnd1.gif');
	font-weight: bold;
	text-decoration: none;
	}

#navsub .current_page_item a {
	color: #ffffff;
	font-weight: bold;
	background-image:url('images/navsubcurrentbckgrnd1.gif');
	}

#navsub a {
	color:#cccccc;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 20px;
	border-right: 1px solid #2ab2cd;
	margin-right:-2px;
	}

#navsub a:hover {
	color:#cccccc;
	font-weight: bold;
	text-decoration: none;
	background-image:url('images/navsubhoverbckgrnd1.gif');
	}

#navpar ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style: none;
	}

#navpar ul li {
	line-height: 30px;
	font-size: 12px;
	display: inline;
	list-style: none;
	}

#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;
	}

.pagenav ul {
	}



/* 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;
	letter-spacing: 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;
	letter-spacing: 0px;
	width: 250px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

body {
	font-size: 85%; /* 80% Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff;
	color: #111111;
	text-align: left;
	}

#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;
	}

h1 {
	font-size: 1.9em;
	text-align: left;
	letter-spacing: 0px;
	}

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;
	letter-spacing: 1px;
	text-decoration: none;
	}


.entry p a:hover {
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	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;
	}

date {
	font-family: Georgia, Times, Serif;
	color: #999;
	border-bottom: 0px none #ccc;
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	line-height: 1em;
	font-size: 1.5em;
	width: 80px;
	float: right;
	text-align: right;
	}

.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 {
	margin: 0;
	padding: 0;
	}

#pagewrapper {
	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;
	}

#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=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 50px 0px 0px 50px;
	margin: -50px 0px 0px -50px;
	}

.linkimg {
	padding: 0px;
	margin-bottom:10px;
	}

#links a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	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 {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 400;
	color: #777;
	list-style: none;
	}

.postmetadata {
	display: block;
}

.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: 1em;
	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;
	border-left: 1px dashed #ffffff;
	}

#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 ul {
	margin: 0;
	padding: 0px;
	list-style:none;
	}


#footer ul li {
	list-style:none;
	}

/* End Structure */



/*************	Begin Headers and tags ***************/

info {
	line-height: 1em;
	}
h1 {
	padding-top: 0px;
	margin: 0 0 10px 0;
	}

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:center;
	}

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;
	border-right: 1px dashed #ffffff;
	}

#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 {
	border-top: 1px dashed #eeeeee;
	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 {
	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 {
	position: relative;
	left: -2000px;
	}

/**** 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;
	}