body {
	background-color: #666666;
	margin: 0px;
	padding: 30px 0px;
}
#wrapper {
	width: 673px;
	margin-left: 100px;
}
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: 167px;
	width: 673px;
	position: relative;
}
#header h1#title {
	background-image: url(../images/journler_title.png);
	height: 87px;
	width: 150px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	position: relative;
	top: 40px;
	left: 85px;
}
#logo {
	background-image: url(../images/journler_icon_new.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 133px;
	width: 133px;
	left: -15px;
	top: 30px;
	position:absolute;
	z-index:1;
	border: none;
}
#header #quote {
	float: right;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 30px;
	margin-right: 30px;
	line-height: 16px;
	width: 200px;
	font-style: italic;
}
#header #quote b {
	color: #666666;
}
.swap span {
	display: none;
}
#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 673px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
#nav a img {
	border: none;
	vertical-align: text-top;
	margin-top: 9px;
	opacity: .5;
	filter: alpha(opacity=50);
}
#nav a img.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
#nav a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#nav a {
	padding-right: 25px;
	padding-left: 25px;
}
#content #subnav {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #E3E3E3;
	margin: auto;
	width: 657px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding: 5px 0px;
}
#content #subnav a {
	color: #333333;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
	padding-top: 10px;
}
#content #subnav a.selected {
	color: #FF4800;
}
#content #subnav a:hover {
	color: #FF5A00;
}


#content #subsubnav {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: auto;
	width: 657px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding: 5px 0px;
}
#content #subsubnav a {
	color: #333333;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
	padding-top: 10px;
}
#content #subsubnav a.selected {
	color: #FF4800;
}
#content #subsubnav a:hover {
	color: #FF5A00;
}

#content {
	background-image: url(../images/content_BG.png);
	margin: auto;
	width: 673px;
	min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	position: relative;
}
#content .padding {
	padding: 25px 30px 0px;
}
#content p {
	margin: 0px;
	padding: 0px 0px 15px;
}
#content a {
	color: #FF4800;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content h2 {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px;
	padding: 0px 0px 8px;
	font-family: "Futura CondensedLight", "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 24px;
}
#content h2 b {
	font-family: "Futura CondensedMedium", "Futura Condensed", "Trebuchet MS", sans-serif;
	color: #FF4800;
	font-weight: normal;
}
#content h2#download_header {
	background-image: url(../images/titles/headers/download_journler_header.png);
	height: 30px;
}
#content h2#features_header {
	background-image: url(../images/titles/headers/features_header.png);
	height: 30px;
}
#content h2#community_header {
	background-image: url(../images/titles/headers/community_header.png);
	height: 30px;
}
#content h2#contact_header {
	background-image: url(../images/titles/headers/contact_header.png);
	height: 30px;
}
#content h2#donate_header {
	background-image: url(../images/titles/headers/donate_header.png);
	height: 30px;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height: 20px;
	font-weight: 500;
}
#content h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	/*color: #FF4800;*/
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h5 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content .intro {
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#content .highlite {
	color: #FF4800;
}
#content .black_highlite {
	color: #000000;
}
#content ul {
	margin-bottom: 0px;
} 
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: 32px;
	width: 673px;
}
#credits {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	color: #CCCCCC;
}
#credits a {
	text-decoration: underline;
	color: #FFFFFF;
}
#credits a:hover {
	text-decoration: none;
}
/* Styles for Heading Images */
h2#journler202 {
	background-image: url(../images/titles/introducing_journler_202.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.icon_new {
	background-image: url(../images/icons/new.png);
	height: 38px;
	background-repeat: no-repeat;
	background-position: left;
}
/* END OF HEADING IMAGE STYLES */
.splash_left_column {
	width: 300px;
}
hr {
	background-color: #FFFFFF;
	height: 3px;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}
.specs {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	padding-top: 5px;
}
.download_block {
	width: 230px;
	border: 1px none #CCCCCC;
}
.download_block h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.rc_table {
	background-color: #FFFFFF;
}
.rc_table td.top-left, .rc_table td.top-right, .rc_table td.bottom-left, .rc_table td.bottom-right {
	background-image: url(../images/rc.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.rc_table td.top-left {
	background-position: left top;
}

.rc_table td.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rc_table td.top-right {
	background-position: right top;
}
.rc_table td.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.rc_table td.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.rc_table td.bottom-left {
	background-position: left bottom;
}
.rc_table td.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rc_table td.bottom-right {
	background-position: right bottom;
}
#content .link_list a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#content .link_list a:hover {
	color: #FF4800;
}
#menu {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.small-text {
	font-size: 10px;
	color: #999999;
}
.spacer {
	clear: both;
}
#sidebar {
	position: absolute;
	left: 665px;
	top: 0px;
	width: 212px;
	background-image: url(../images/blog_nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 300px;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	margin: 8px 0px 0px;
	padding: 0px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#sidebar .textinput {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	width: 100px;
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
}
#sidebar .button {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #000000;
	border: 1px solid #666666;
	font-size: 10px;
	color: #FF6600;
}
#sidebar ul {
	margin-left: -15px;
}
#sidebar ul li {
	list-style-type: none;
	margin-left: 0px;
}
#sidebar ul li ul li {
	list-style-type: square;
	margin-left: -15px;
}
#content .post {
	margin-top: 10px;
	background-image: url(../images/blog_entry_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .post h3 {
	margin: 25px 0px 0px;
	padding: 0px;
}
#content .post small {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
#content .post h3 a {
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content .post .postmetadata {
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#content .post .postmetadata a {
	color: #666666;
	text-decoration: none;
}
#content .post .postmetadata a:hover {
	color: #000000;
	text-decoration: none;
}
#content .post .entry {
	padding-left: 15px;
	min-height: 125px;
}
#content .post blockquote {
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sidebar a {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

