/*   
Theme Name: Sweet Japonic Theme
Theme URI: http://deludigi.com/SJTheme/
Description: Based on SEO Sandbox Theme by Ian Purton
Author: Paul DeLeeuw
Author URI: http://padizio.com
Version: 1.0
*/

/**
	#788160, #D8E1C0, #8D9675

    Colors:

        Menu Links         :        #788160
        Menu Links (hover) :        #D8E1C0

        Body Background    :        #788160

        Headings           :        #D8E1C0

	Links              :        #D8E1C0
	Links (hover)      :        #98A180

*/

body {
	background-color: #999;
}

#sj-doc {
	margin:auto;text-align:left;
	width: 60em;
	*width: 58.554em;
	min-width: 780px;
	# background-color: #4f0000;
	background-color: #788160;
	color: #fff;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	position: relative;
}

#hd {
	background-color: #fff;
	color: #4f0000;
	width: 100%;
	height: 175px;
	# background-image: url('images/SJHeader.png');
	background-image: url('images/newSJHeader.png');
}

a {
	# color: #0093a5;
	color: #D8E1C0;
}

a:hover {
	# color: #ececd3;
	color: #98A180;
}

.blogtitle, .blogdescription {
	display: none;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
}

h1, h2, h3 {
	font-family: Tahoma,Helvetica,sans-serif;
	# border-bottom: 2px solid #0093a5;
	border-bottom: 2px solid #D8E1C0;
}

.page .post-title {
	display: none;
}

.yui-b {
	margin: 5px;
}

#yui-main {
	padding: 0em 7em;
	width: auto;
	position: relative;
}

p {
	line-height: 150%;
}

ul#nav {
	margin-top: 0;
	padding-left: 8em;
	padding-top: 8em;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin-left: 1em;
	text-transform: uppercase;
}

#nav li a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	# color: #973b37;
	color: #788160;
}

#nav li a:hover {
	# color: #0093a5;
	color: #D8E1C0;
}

li h3 {
	border-bottom: none;
}

#newsletters-link {
	display: block;
	position: absolute;
	right: 2.5em;
	*right: 2em;
	top: .7em;
	*top: .7em;
	height: 8em;
	width: 15em;
	#background-image: url('images/newsletter.png');
	background-image: url('images/newnewsletter.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#newsletters-link:hover {
	#background-image: url('images/newsletter-hover.png');
	background-image: url('images/newnewsletter-hover.png');
}

#press-kit {
	position: absolute;
	z-index: 2;
	bottom: -2em;
	_bottom: 16em;
	right: 0;
}

a .link_text {
	visibility: hidden;
}
