/*
Theme Name: Face It You're Fabulous
Theme URI: http://faceityourefabulous.com/
Description: Theme based on design of Jason Henricksen and Ryan Fors, converted for print.
Version: 0.1
Author: Evan Heisler
Author URI: http://evanheisler.com/

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

*/

/* Begin Structure */

body {
	color: #000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 930px;
	text-align: left;
	}

#header {
	background: url('images/banner.jpg') left bottom no-repeat;
	margin: 0;
	padding: 0;
	height: 350px;
	position: relative;
	width: 930px;
	}
	
.faceIt {
	background: url('images/faceIt.png') center center no-repeat !important;
	background: url('images/faceIt.gif') center center no-repeat;
	position: absolute;
	top: 25px;
	left: 45px;
	width: 230px;
	height: 230px;
	}

#header img {
	margin: -1px 0 0 0 !important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 350px;
	vertical-align: bottom;
	}
	
#headerimg h1 {
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
	
.homeColumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 603px;
	}

.narrowcolumn {
	float: left;
	padding: 0 30px 20px 13px;
	margin: 0px 0 0;
	width: 560px;
	}

.widecolumn {
	float: left;
	padding: 20px 30px 20px 13px;
	margin: 0px 0 0;
	width: 560px;
	}
	
.sweepsMain {
	float: right;
	padding: 20px 13px 20px 30px;
	margin: 0px 0 0;
	width: 560px;
	}
	
.sweepsSide {
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 310px;
	}
	
.legal {
	margin: 0 auto;
	width: 900px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

#footer {
	padding: 0;
	margin: 50px 0 0 0;
	width: 930px;
	clear: both;
	border: none;
	}

/* End Structure */

/* Begin Sidebar */
#sidebar {
	border-left: 1px solid #000;
	float: left;
	min-height: 197px;
	height: 197px;
	height: auto !important;
	padding: 5px 0 0px 17px;
	width: 300px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Footer Columns */

#footer .columnLeft {
	float: left;
	width: 465px;
	}
	#footer .columnLeft p {border-bottom: 1px solid #8c8c8c; color: #000; padding-bottom: 20px;}
	
#footer h3 {
	color: #000;
	margin: 0;
	padding-bottom: 10px;
	}
	
#footer .columnRight {
	float: left;
	width: 465px;
	}
	#footer .columnRight ul.footerNav {
	border-bottom: 1px solid #8c8c8c;
	height: 33px;
	padding-left: 0;
	}
	#footer .columnRight ul.footerNav li {
	border-right: 1px solid #000;
	display: block;
	float: right;
	list-style-type: none;
	}
	#footer .columnRight ul.footerNav li a {
	color: #000;
	padding: 0 8px;
	}
	#footer .columnRight ul.footerNav li.last{border: none;} 
	#footer .columnRight ul.footerNav li.last a {padding: 0 0 0 8px;}

.columnLeft #blogFeed ul, .forumFeed ul {
	margin: 0;
	padding: 0;
	}

.columnLeft #blogFeed li, .forumFeed li {
	color: #8c8c8c;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	.columnLeft #blogFeed li a, .forumFeed li a {color: #8c8c8c;}
	
.forumFeed li {padding-bottom: 20px;}

/* End Footer Columns */

/* Main Nav */

ul.mainNav {
	background: url('images/navBG.gif') left bottom repeat-x;
	color: #fff;
	font-family: arial, sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	height: 58px;

	}
	
ul.mainNav li {
	display: block;
	float: left;
	margin: 0;
	line-height: 58px;
	}
	
ul.mainNav li a {
	color: #000;
	margin: 0;
	padding: 20px 23px;
	}
	ul.mainNav li a img {padding-top:24px;}
	
.current_page_item {
	background: url('images/navBGActive.gif') left bottom repeat-x;
	}

/* End Main Nav */

/* Begin Typography & Colors */

.bannerText#homeBanner {
	color: #000;
	position: absolute;
	left: 50px;
	top: 230px;
	width: 420px;
	}

.bannerText {
	color: #000;
	margin-bottom: 25px;
	width: 560px;
	}
	.bannerText#single h1, .bannerText#single {
	color: #000;
	}
	.bannerText h1 {
	font-family: "Trebuchet MS", "helvetica neue", sans-serif;
	font-size: 2em;
	padding-top: 12px;
	text-align: left;
	text-transform: uppercase;
	}
	.bannerText h1 em {
	color: #aae0fa;
	font-style: normal;
	}
	.bannerText p {
	font-size: 1.1em;
	}
	.bannerText p.disclaimer {color: #d6d6d6; font-size: .9em; padding: 0 50px;}

#topMeta p {
	float: right;
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
	}
	#topMeta p a {
	color: #000;
	}
	#topMeta img {
	display: block;
	float: left;
	}
	
p.btn a {
	background: url('images/btnBG.gif') left top repeat-x;
	color:#006699; 
	padding: 5px 20px;
	}

#content {
	font-size: 1.2em;
	}

p#runwayHeader {
	background: url('images/runwayHeader.png') center bottom no-repeat !important;
	background: url('images/runwayHeader.gif') center bottom no-repeat;
	margin: 0 auto;
	padding-top: 20px;
	width: 277px;
	height: 130px;
	}

p.authorDate {
	color: #000;
	margin: 0px 0 0;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	margin: 0px 0 15px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	.narrowcolumn .entry p, .narrowcolumn .entry .post-teaser {margin: 0 0 0 255px;}

.narrowcolumn .postmetadata {
	background: url('images/commentBubble.gif') right top no-repeat;
	font-size: .8em;
	height: 21px;
	text-align: right;
	padding: 6px 6px 0 0;
	}
	.narrowcolumn .postmetadata a {background: #595959; color: #000; padding: 1px 0 2px 5px;}
	
#sidebar li#sidebar-login.widget p {
	color: #000;
	}

/*
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
*/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.commentlist p.byline {
	background: url('images/bylineBG.png') left top no-repeat;
	font-style: italic;
	margin: 0;
	padding: 3px 0 0 20px;
	}
	
span.leaveA {
	font-size: 1.4em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

.sweepsSide h2 {
	color: #aae0fa;
	}

.narrowcolumn h2 {
	font-size: 1.2em;
	margin: 4px 0 0 0;
	}
	
.widecolumn h2 {
	margin-bottom: 6px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h2.articleTitle {
	font-size: 1.4em;
	}
	h2.articleTitle a, h2.articleTitle a:visited {
	color: #000;
	}

.accordionContent h2 {
	color: #000;
	font-size: 1.8em;
	text-align: center;
	text-transform: uppercase;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	h3.login {margin-top: 5px;}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ddd;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #75b7e4;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.05em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #000;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #aae0fa;
	text-decoration: none;
	}

a:hover {
	color: #6cccfa;
	text-decoration: underline;
	}
		
.rssSubscribe {
	background: url('images/rssBG.gif') left top no-repeat;
	height: 20px;
	}
	.rssSubscribe img {
	float: left;
	margin: 2px 10px 0 2px;
	}
	.rssSubscribe p {
	font-size: .8em;
	padding-top: 4px;
	}
	.rssSubscribe p a {color: #000;}
	
.accordionContent .rssSubscribe {
	background: none;
	height: 20px;
	padding: 0 0 18px 48px;
	}
	.accordionContent .rssSubscribe img {
	float: left;
	margin: 2px 10px 0 2px;
	}
	.accordionContent .rssSubscribe p {
	background: url('images/readAllBG.gif') left top no-repeat;
	font-size: 1.1em;
	margin-left: 25px;
	padding: 4px 0 4px 7px;
	}
	.accordionContent .rssSubscribe p a {color: #000;}
	
.sweepsMain em {
	color: #aae0fa;
	font-style: normal;
	}
	
#signUp p {
	font-size: .9em;
	margin: 0 0 20px;
	padding-bottom: 10px;
	width: 120px;
	}
	
#sweepsThankYou {
	background: url('images/sweepsThankYouBG.jpg') center bottom no-repeat;
	margin: 0 auto;
	padding: 0 60px;
	width: 480px;
	}

#sweepsThankYou h2 {
	text-align: center;
	margin: 0 0 80px;
	}
	
#sweepsThankYou p#loginCopy {
	width: 250px;
	margin: 0;
	padding: 0;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */







/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar ul li#sidebar-login h2.widgettitle {
	color: #000;
	font-size: 1.8em;
	padding: 0;
	text-transform: uppercase;
	}
	#sidebar ul li#sidebar-login h2.widgettitle em {color: #aae0fa; font-style: normal;}
	
#sidebar h2.login {
	color: #000;
	font-size: 1.8em;
	padding: 0;
	text-transform: uppercase;
	}
	#sidebar h2.login em {color: #aae0fa; font-style: normal;}
	#sidebar h2.login#notLoggedIn {width: 180px; float: left;}
	
#sidebar ul li.widget h2.widgettitle {
	color: #75b7e4;
	font-size: 1.4em;
	padding-top: 10px;
	text-transform: uppercase;
	}
	#sidebar ul li#get-recent-comments h2.widgettitle a {
	background: url('images/rssIcon.gif') right top no-repeat;
	color: #75b7e4;
	padding-right: 190px;
	}
	#sidebar ul li#get-recent-comments h2.widgettitle a:hover {color: #aae0fa;}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3.search {
	margin-top: 10px;
	padding: 0;
	}
	
#signUp h3 {
	color: #000;
	float: left;
	font-size: 1.1em;
	margin: 3px 0 10px;
	padding: 0;
	}

/* End Headers */



/* Begin Images */

.homeColumn img {
	border-right: 3px solid #fff;
	float: left;
	width: 298px;
	}
	.homeColumn img.narrow {width: 148px;}
	.homeColumn img.topAd {border-bottom: 3px solid #fff;}

p img {
	padding: 0;
	max-width: 100%;
	}
	
.shadowWrap {
	background: url('images/shadowAlpha.png') right bottom no-repeat;
	float: left;
	margin: 10px 15px 0 10px;
	}
	
.shadowWrap img {
	background: #fff;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 3px;
	position: relative;
	}
	
.retailerLogo {
	float: left;
	margin: 20px 30px 0 0;
	max-width: 230px;
	}


/*	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;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 3px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#sidebar img.sidebarAd {
	margin: -15px 0 0 -17px;
	padding: 0;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 15px;
	}
	#sidebar ul li#search {margin-top: 0;}
	#sidebar ul li#text-245172441 {margin-top: 0;}
	#sidebar ul li#sidebar-login {margin-top: 5px;}

#sidebar ul p, #sidebar ul select {
	margin: 5px 17px 8px 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}
	#sidebar ul ul a {color: #000;}

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul.pagenav li, #sweepsThankYou ul.pagenav li {
	background: url('images/btnBG.gif') left top repeat-x;
	display: block;
	float: left;
	line-height: 25px;
	margin: 10px 10px 7px 0;
	text-align: center;
	text-indent: 0;
	}
	#sidebar ul.pagenav li a, #sweepsThankYou ul.pagenav li a {
	color: #006699;
	padding: 5px 20px;
	}
	#sidebar ul.pagenav li#profile {background: none; width: 120px;}
	#sidebar ul.pagenav li#profile a {color: #aae0fa; }
	#sidebar ul.pagenav li#already, #sweepsThankYou ul.pagenav li#already {background: none; line-height: 1em; font-size: .9em; margin: 15px 5px 0px 30px; text-align: right;}
	
#sidebar.home ul.pagenav li {
	width: 80px;
	}

.loginText {
	float: left;
	padding-right: 70px;
	}

.retailers {
	float: left;
	margin-right: 12px;
	width: 180px;
	}

/* End Entry Lists */



/* Begin Form Elements */
form#sweeps {
	text-align: left;
	}
	
form#sweeps fieldset {
	border: none;
	float: left;
	width: 255px;
	}
	
form#sweeps label {
	margin-bottom: 12px;
	}
	
form#sweeps fieldset input {
	width: 230px;
	}
	
form#sweeps p.submit {
	display: block;
	line-height: 25px;
	padding-left: 60px;
	}
	
form#sweeps input#sweepsSubmit {
	background: url('images/btnBG.gif') left top repeat-x;
	border: none;
	margin-top: 100px;
	width: 100px;
	}
	form#sweeps .submit input {
	color: #006699;
	height: 25px;
	}

form#sweeps input#zip {
	width: 100px;
	}
	
#signUp {
	background: url('images/signupBG.gif') right bottom no-repeat;
	padding: 10px;
	margin-top: 12px;
	}

form#sweeps #signUp input {
	float: left;
	width: 20px;
	}

#searchform {
	margin: 5px 0 0px 0px;
	padding: 5px 3px 0 3px;
	}

#sidebar #searchform input {
	background: url('images/formBG.gif') left top repeat-x;
	border: none;
	height: 20px;
	margin: 0;
	padding: 0;
	}

#sidebar #searchform #s {
	color: #000;
	width: 225px;
	padding: 4px;
	height: 12px;
	}

#sidebar input#searchsubmit {
	background: url('images/searchGlass.gif') left top no-repeat;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 1px;
	border: 0;
	vertical-align: top;
	}
	
#sidebar input#user_login, #sidebar input#user_pass {
	background: url('images/loginBG.gif') left top repeat-x;
	color: #aae0fa;
	border: none;
	width: 187px;
	padding: 4px;
	margin: 0;
	}
	
/*
#sidebar li#sidebar-login.widget p {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0;
	}
	#sidebar li#sidebar-login.widget p.forgot {margin-left: 50px;}
	#sidebar li#sidebar-login.widget p.remember {padding: 0; margin-left: 7px; margin-top:-29px;}
	#sidebar li#sidebar-login.widget p.submit {margin-left: 10px;}
*/

.addons {
	margin: 7px 7px 8px 5px;
	}

.addons p {
	float: left;
	width: auto;
	}

.emailFriend {
	background: url('images/emailFriendBG.gif') left top no-repeat;
	height: 16px;
	width: 105px;
	}
	.emailFriend a {
	color: #000;
	padding: 0 12px;
	}
	
a.addthis {
	display: block;
	margin-left: 5px;
	padding: 0;
	width: 125px;
	}
	a.addthis img {
	margin-top: 0px;
	padding: 0;
	width: 125px;
	}
	
ul.sidebarlogin_otherlinks {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
form#sweeps select {
	width: 230px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	background: url('images/commentBG.png') !important;
	background: url('images/commentBG.gif');
	border: 1px solid #eee;
	color: #000;
	font-size: .9em;
	width: 440px;
	padding: 5px 12px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
h3#comments {
	color: #75b7e4;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	background: url('images/commentBG.png') !important;
	background: url('images/commentBG.gif');
	margin: 15px 0 0px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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: #000; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: url('images/quotes.gif') left top no-repeat;
	color: #ddd;
	margin: 15px 30px 0 10px;
	padding: 20px 0 0 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 100%;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: 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 */

/* Horizontal Accordion */

	
#horizontalContainer {
	margin: 0px auto;
	width: 930px;   
	height: 350px;
	position: absolute;
	top: 0;
	right: 0;
	}

.accordionToggle {
	float: right;	/* This make sure it stays horizontal */
	display: block;
	height: 350px;
	width: 36px;
	color: #000000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}
	
	.accordionToggle#blog {background: url('images/blogBladeBGLeft.gif') left top repeat-y;}
	.accordionToggle#forum {background: url('images/forumBladeBGLeft.gif') left top repeat-y;}
	.accordionToggleActive#blog {background: url('images/blogBladeBGRight.gif') left top repeat-y;}
	.accordionToggleActive#forum {background: url('images/forumBladeBGRight.gif') left top repeat-y;}
	
.accordionContent {
	height: 350px;	/* We need to define a height for the accordion as it stretches the width */
	float: right;	/* This make sure it stays horizontal */	
	overflow: hidden;
	background: url('images/bladeBG.png') left top repeat-y;
	color: #000;
}

.accordionContent ul {
	height: 240px;
	width: 300px;
	line-height: 150%;
	padding: 20px 30px 0px 48px;
	overflow: hidden;
	}
	
#blogFeedHeader ul {
	list-style-type: none;
	height: 220px;
	}
	
.accordionContent .forumFeed ul {
	height: 300px;
	padding: 50px 0 0 48px;
	}
	.accordionContent .forumFeed ul li {
	color: #000;
	}
    
/* End Accordion */
