

/*
// ---------------------------------------------------------------------------
//: MAIN
// ---------------------------------------------------------------------------
*/
	body {
		color:#290310;
		background:#3a4a7b;
	}
	#page_left {
		background:url(../themes/inspiration/page_left.jpg);
	}
	#page_right {
		background:url(../themes/inspiration/page_right.jpg);
	}
	#header_left {
		float:left;
		width:390px;
		height:89px;
		padding:0px;
		background:url(../themes/inspiration/header_left.jpg);
	}
	#header_right {
		float:left;
		width:610px;
		height:89px;
		padding:0px;
		background:url(../themes/inspiration/header_right.jpg);
	}
	h1 {
		font-size:22px;
		color:#290310;
	}
	h2 {
		clear:left;
		float:left;
		color:#290310;
	}
	p {
		float:left;
		display:inline;
		font-size:12px;
		line-height:20px;
		margin:0;
		padding:0;
	}
	.thumbnail {
		border-top:1px solid #fff1dc;
		border-right:1px solid #fed4c6;
		border-left:1px solid #d0a4b3;
		border-bottom:1px solid #b899ab;
		margin:5px 0;
		padding:10px;
		background:#efe9eb;
		color:#290310;
		text-align:left;
		font-size:14px;
	}

/*
// ---------------------------------------------------------------------------
//: MENU
// ---------------------------------------------------------------------------
*/
	#menu {
		width:1000px;
		height:50px;
		padding:0;
	}
	#menu_left {
		width:390px;
		height:50px;
		background:url(../themes/inspiration/menu_left.jpg);
	}
	#menu_spacer1 {
		width:20px;
		height:50px;
		background:url(../themes/inspiration/menu_spacer1.jpg);
	}
	#menu_spacer2 {
		width:20px;
		height:50px;
		background:url(../themes/inspiration/menu_spacer2.jpg);
	}
	#menu_spacer3 {
		width:20px;
		height:50px;
		background:url(../themes/inspiration/menu_spacer3.jpg);
	}
	#menu_home {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/inspiration/menu_home.jpg);
	}
	#menu_home.on {
		background:url(../themes/inspiration/menu_home_on.jpg);
	}
	#menu_projects {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/inspiration/menu_projects.jpg);
	}
	#menu_projects.on {
		background:url(../themes/inspiration/menu_projects_on.jpg);
	}
	#menu_journal {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/inspiration/menu_journal.jpg);
	}
	#menu_journal.on {
		background:url(../themes/inspiration/menu_journal_on.jpg);
	}
	#menu_inspiration {
		float:left;
		width:120px;
		height:50px;
		background:url(../themes/inspiration/menu_inspiration.jpg);
	}
	#menu_inspiration.on {
		background:url(../themes/inspiration/menu_inspiration_on.jpg);
	}
	#menu_right {
		width:70px;
		height:50px;
		background:url(../themes/inspiration/menu_right.jpg);
	}

/*
// ---------------------------------------------------------------------------
//: SIDEBAR
// ---------------------------------------------------------------------------
*/
	#sidebar_left {
		float:left;
		width:70px;
		height:400px;
		background:url(../themes/inspiration/sidebar_left.jpg);
	}
	#sidebar {
		float:left;
		width:160px;
		height:380px;
		margin:0;
		padding:0;
		padding-left:20px;
		padding-top:20px;
		padding-right:40px;
		overflow-hidden;
		background:url(../themes/inspiration/sidebar.jpg);
		overflow:hidden;
	}
	#sidebar ul,
	#sidebar li {
		padding:0;
		margin:0;
	}
	#sidebar li {
		white-space:nowrap;
		margin-bottom:3px;
	}
	#sidebar li a {
		font-weight:normal;
		color:#7e7585;
		display:block;
		width:160px;
		height:16px;
		padding:5px;
		text-decoration:none;
		background:url(../themes/inspiration/sidebar_menu_off.jpg) no-repeat;
	}
	#sidebar li a.selected {
		font-weight:bold;
		color:white;
		background:url(../themes/inspiration/sidebar_menu_on.jpg) no-repeat;
	}
	#intro {

	font-family:Helvetica;
	color:#acaca4;
	font-size:14px;
	font-weight: bold;
	background:none;
	padding:2px 0px;		float:left;
		margin-bottom:10px;
	}


	.wfxArticleSetViewTabs {
		float:left;
		width:100%;
		border-top:1px solid #453342;
		margin-top:5px;
	}
	.wfxArticleSetViewTab {
		color:#7e7585;
		background:#453342;
		border:1px solid #453342;
	}
	.wfxArticleSetViewTab.selected {
		color:white;
		background:#7e7585;
		border:1px solid #6f655c;
	}

/*
// ---------------------------------------------------------------------------
//: CONTENT
// ---------------------------------------------------------------------------
*/
	#content {
		float:left;
		width:600px;
		height:360px;
		padding:20px;
		overflow:hidden;
		background:url(../themes/inspiration/content.jpg);
		font-size:14px;
		line-height:20px;
		text-align:left;
	}
	#content_right {
		float:left;
		width:70px;
		height:400px;
		background:url(../themes/inspiration/content_right.jpg);
	}
	#content ul {
		float:left;
		clear:both;
	}
	#content li {
		float:left;
		clear:both;
		padding-left:16px;
		background:url(../../core/icons/bullet_red.png) no-repeat 0 0px;
	}
	#content a {
		color:#290310;
	}

/*
// ---------------------------------------------------------------------------
//: BOTTOM
// ---------------------------------------------------------------------------
*/
	#bottom {
		clear:both;
		float:left;
		width:1000px;
		height:82px;
		padding:0;
		margin:0;
		background:url(../themes/inspiration/bottom.jpg);
	}
	#bottom {
		color:#303b41;
	}
	#bottom h1 {
		font-size:14px;
	}
	#bottom h1,
	#bottom .ArticleSummary h1 a,
	#bottom a {
		color:#fefefe;
	}
	#bottom div.body {
		height:72px;
	}
	#bottom div.continue {
		clear:both;
		float:right;
		width:16px;
		height:16px;
	}
	#bottom a.continue {
		top:0px;
	}
	#bottom_heading {
		margin-top:42px;
		margin-left:70px;
		float:left;
		color:#fefefe;
		font-weight: bold;
		font-size:12px;
	}
	#pane1 {
		float:left;
		width:250px;
		height:65px;
		margin-left:88px;
		margin-top:29px;
	}
	#pane2 {
		float:left;
		width:250px;
		height:65px;
		margin-left:41px;
		margin-top:29px;
	}
	#pane3 {
		float:left;
		width:250px;
		height:65px;
		margin-left:41px;
		margin-top:29px;
	}
	#bottom_short {
		height:47px;
		width:886px;
		padding:0px 20px;
		background:url(../../images/bottom_short.jpg);
	}

/*
// ---------------------------------------------------------------------------
//: FOOTER
// ---------------------------------------------------------------------------
*/
	#footer {
		width:846px;
		height:16px;
		margin:10px auto;
		font-size: 10px;
		text-align:left;
		color: #09395c;
		overflow-y:hidden;
		overflow-x:hidden;
	}
	#bottom #footer {
		margin-top:40px;
	}
	#bottom_short #footer {
		margin-top:20px;
	}
	#footer a {
		color: #5d6b73;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer a.selected {
		text-decoration:underline;
	}
	#footermenu {
		width:100%;
		float:left;
		font-size:12px;
		color: #22252a;
	}
	#footermenu li {
		float:left;
		padding-right:30px;
		list-style-type:none;
		overflow-y:hidden;
	}
	#footermenu li a {
		text-decoration:none;
		color: #22252a;
	}
	#footermenu li a:hover {
		color:white;
	}
	#footermenu ul {
		float:left;
	}
	#copyright {
		float:right;
		color: #22252a;
	}

