/*
Theme Name: Jennifer Jae Chung
Theme URI: http://www.jenniferjaechung.com
Description: Version one of Jennifer Jae Chung <a href="http://lawgraphix.com">lawgraphix</a>.
Version: 1.0
Author: Alvin Law
Author URI: http://www.jenniferjaechung.com
Tags: blank, new


*/

body {
	font-size: small; /* for compliant browsers */
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

body {
	font-family: "Lucida Grande", sans-serif;
}

#nav {
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
}

#nav a {
	font-size: 70%;
}

#nav .active a, #nav a:hover {
	color: #eac429;
}

.dateposted {
	font-family: "Lucida Grande", sans-serif;
}

.month {
	color: #fff;
	font-size: 80%;
}

.date {
	color: #676767;
	font-size: 150%;
	font-weight: bold; 
}

.time {
	font-style: italic;
	font-size: 100%;
	color: #998d1d;
}

#blog h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 165%;
	color: #542d03;
}
#blog h2 a{
	color: #542d03;
	text-decoration: none;
}
#blog h2 a:hover{
	color: #542d03;
	text-decoration:underline;
}
#blog p {
	font-family: 'palatino linotype', palatino, garamond, georgia, 'times new roman', serif;
	font-size: 110%;
	line-height: 1.5em;
}

.entry, #blog {
	color: #512C05;
}
ul li h2 {
	font-size: 100%;
}

ul li a {
	color: #eac429;
	font-size: 80%;
}
ul li a:visited {
	color: #d1af26;
}

#twitter p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;	
}
/*topspin type*/
.ts_buttonlink{
	color:#ffffff;
}
.tslink{
	color:#5db5e3;
}
/*topspin type end*/
#links h3{
	color:#595959;
}
#footer {
	font-family: "Lucida Grande", sans-serif;
	color: #313434;
}
a img {
	border:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #82330f;
	background-repeat: repeat;
	background-image: url(images/woodbg_tile.gif);
	background-attachment: fixed;
}

#body_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	height:289px;
	background: url(images/h1_bg.png) no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#blog h2 {
	float: left;
	margin:0;
}

#nav {
	float: left;
	width: 960px;
	margin: 0;
	margin-top: -81px ;
	padding: 0;
	background: #313434 url(images/nav_bg.gif) repeat;
	list-style: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#nav li {
	float: left;
	margin: 0;
	height: 38px;
	border-right: #292c2c 1px solid;
	
}
#nav li:last-child {
	border-right: none;
}

#nav li:first-child {
	padding-left:13px;
}

#nav li:first-child a {
	padding:11px 15px 7px 13px;
}

#nav li.active, #nav li:hover {
	background: url(images/nav_bg_active.gif) repeat-x;
}

#nav li.active:first-child {
	background: url(images/nav_bg_active_1child.gif) repeat-x;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 11px 15px 7px 43px;
	color: #fff;
	text-decoration: none;
}

#n-blog a {
	background: url(images/nav_blogicon.png) no-repeat 15px center;
}
#n-videos a {
	background: url(images/nav_videoicon.png) no-repeat 15px center;
}
#n-photos a {
	background: url(images/nav_photoicon.png) no-repeat 15px center;
}
#n-flickr a {
	background: url(images/nav_flickr.png) no-repeat 15px center;
}
#n-about a {
	background: url(images/nav_abouticon.png) no-repeat 15px center;
}
#n-contact a {
	background: url(images/nav_contacticon.png) no-repeat 15px center;
}
#n-youtube a {
	background: url(images/nav_youtube.png) no-repeat 15px center;
}
#n-myspace a {
	background: url(images/nav_myspace.png) no-repeat 15px center;
}
#n-facebook a {
	background: url(images/nav_facebook.png) no-repeat 15px center;
}
#n-twitter a {
	background: url(images/nav_twitter.png) no-repeat 15px center;
}
#content_container {
	margin: 0px 0px;
	padding-top: 23px; /*paperhole image height*/
	background: #eee url(images/paperhole_bg.gif) repeat-x;
}

#content_inner {
	background: #eeeeee;
	padding-top:20px;
}
.blogheader {
	float: left;
}
.content {
	background-color: #E3E3E3;
	padding: 15px 20px;
	margin-bottom: 35px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	CCborderRadius: 6px;
}
#blog {
	float: left;
	width: 530px;
	margin-left: 35px;
	/*padding-top: 35px; */
}

#blog p {
	/*float: left;*/
}

#blog p:last-child {
	clear: both;
}
.dateposted {
	float: left;
	background: url(images/calendar.png) no-repeat;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.month, .date {
	display: block;
	text-align: center;
}

.month {
	text-transform: uppercase;
}

.date {
	margin-top: 3px; 
}
.title {
	float:left;
	width:405px;
}
.time {
	float: left;
	margin: 0px;
	clear: left;	
}
.entry {
	float:left;
	background-color: #E3E3E3;
	padding: 15px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	CCborderRadius: 6px;
}
#comment {
	clear: both;
}
#comment br {
	clear: both;
}
#comment ol {
	width: 480px;
	background-color: #e3e3e3;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.commentlist li {
	clear: both;
	display: block;
}
#comments {
	float: left;
	margin-top: 20px;
}
#respond {
	float: left;
	margin-top: 20px;
}
.commentlist {
	float:left;
}
#right_col {
	float:right;
	width: 330px;
	margin-right: 35px;
}
#twitter {
	width: 330px;
	height: 170px;
	padding-right: 30px;
	padding-bottom: 70px;
	background: url(images/twitter_footer.png) no-repeat left;
}
#twitter h2 {
	text-indent:-9999px;
	margin-top:-21px;
	padding:0px;
}
#twitter p {
	margin-top: 60px;
	padding: 0 20px;
}
#links {
	margin-bottom: 30px;
}
#links h3 {
	margin-top:0;
	margin-bottom: 5px;
}
#links ul a img {
	border:none;
}
#links ul {
	margin: 0;
	padding: 0;
}

#links ul li {
	margin: 0;
	float:left;
	list-style: none;
}
#topspin {
	margin-top: 25px;
	background-color: #222222;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;	
	-webkit-border-bottom-right-radius: 6px;	
	text-align: center;
}
#profile_mp3Player {
	display: block;
	margin-top: 25px;
}
ul {
	padding:0 0 0 20px;
}

ul li{
	list-style: none;
}
ul li li {
	list-style: disc;
	padding-left: 10px;
}

ul li a {
	text-decoration: none;
}

#footer {
	clear: both;
	height: 30px;
	background: url(images/footer_bg.png) repeat-x;
	text-align: center;
	padding-top: 235px;
	padding-bottom:12px;
}

