

/*
// ---------------------------------------------------------------------------
//: MAIN
// ---------------------------------------------------------------------------
*/
	body {
		color:#303b41;
		background:black;
	}
	#page_left {
		background:black;
	}
	#page_right {
		background:black;
	}
	#header_left {
		float:left;
		width:390px;
		height:89px;
		padding:0px;
		background:url(../themes/journal/header_left.gif);
	}
	#header_right {
		float:left;
		width:610px;
		height:89px;
		padding:0px;
		background:url(../themes/journal/header_right.gif);
	}
	#page_center {
		background:url(../themes/journal/content_ext.gif);
	}
	.thumbnail {
		padding:5px;
		margin:5px;
		border:1px solid #DDD;
	}


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

/*
// ---------------------------------------------------------------------------
//: SIDEBAR
// ---------------------------------------------------------------------------
*/
	#sidebar_left {
		float:left;
		width:70px;
		height:410px;
		background:url(../themes/journal/sidebar_left.gif);
	}
	#sidebar {
		float:left;
		width:150px;
		height:390px;
		margin:0;
		padding:0;
		padding-left:10px;
		padding-top:20px;
		padding-right:40px;
		background:url(../themes/journal/sidebar.gif) no-repeat;
		overflow:hidden;
	}

	#sidebar ul,
	#sidebar li {
		margin:0;
		padding:0;
	}
	#sidebar ul {
		height:310px;
		overflow:hidden;
		margin-top:25px;
	}
	#sidebar li a {
		font-weight:normal;
		color:#1f0f04;
		display:block;
		width:160px;
		height:16px;
		padding:5px;
		text-decoration:none;
	}
	#sidebar li a:hover {
		text-decoration:underline;
	}
	#sidebar li a.selected {
		font-weight:bold;
		color:#df3b35;
	}

	.wfxArticleSetViewTabs {
		float:left;
		width:100%;
		border-top:1px solid #EEE;
		margin-top:5px;
	}
	.wfxArticleSetViewTab {
		color: ;
		background:#e2e0d8;
		border:1px solid #DDD;
	}
	.wfxArticleSetViewTab.selected {
		color:white;
		background:#230f05;
		border:1px solid #6f655c;
	}

/*
// ---------------------------------------------------------------------------
//: CONTENT
// ---------------------------------------------------------------------------
*/
	#content {
		float:left;
		width:500px;
		padding-top:20px;
		padding-left:80px;
		padding-right:40px;
		overflow:hidden;
		background:url(../themes/journal/content.gif) no-repeat;
		font-size:12px;
		line-height:20px;
		text-align:left;
	}
	#content_right {
		float:left;
		width:110px;
		height:400px;
		background:url(../themes/journal/content_right.jpg);
	}
	#content_inner {
		float:left;
		margin-left:50px;
		width:520px;
	}
	#content ul {
		float:left;
		clear:both;
	}
	h2 {
		clear:left;
		float:left;
		color:#303b41;
	}
	p {
		float:left;
		display:inline;
		font-size:12px;
		line-height:20px;
		margin:0;
		padding:0;
	}
	#content li {
		float:left;
		clear:both;
		padding-left:16px;
		background:url(../../core/icons/bullet_red.png) no-repeat 0 0px;
	}

/*
// ---------------------------------------------------------------------------
//: BOTTOM
// ---------------------------------------------------------------------------
*/
	#bottom {
		clear:both;
		float:left;
		width:1000px;
		height:111px;
		padding:0;
		margin:0;
		background:url(../themes/journal/bottom.gif);
	}
	#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.gif);
	}

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

