@charset "UTF-8";
/*  
Theme Name: Dreamer Hoy
Theme URI: http://www.anniepark.net/blog/wordpress/
Description: A theme for a digital designer's blog
Version: 2.0
Author: Sae-Eun Annie Park
Author URI: http://blog.anniepark.net

	Dreamer Hoy ver 2.0
	http://blog.anniepark.net/

	This theme was designed and built by Sae-Eun Annie Park in Aug 2008.
	
*/



*{
	margin:0 auto;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/back_bg.jpg) top left repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#2E2E2E;
	font-size:8pt;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f22592;
	font-size:20pt;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;

}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f22592;
	font-size:16pt;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;

}
h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-style:italic;
	line-height:10pt;
	color:#FF0066;
	font-weight:normal;
}
hr{
	color:#666666;
}
p{
	margin-top:10px;
	line-height:11pt;
}

.strike{
	text-decoration:line-through;
}
a{
	text-decoration:none;
	color:#666666;
}

a:hover, a:active{
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#2AEED9;
	color:#000000;
}

img {
	border:none;
}

strong{
	color:#28C6BD;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}


.post_header{
	background:url(images/post_header.gif) top left no-repeat;
	width:460px;
	height:50px;
	margin-top:8px;
	margin-bottom:10px;
}
.months_and_dates{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF0066;
	float:left;
	width:38px;
	height:38px;
	margin-top:10px;
	margin-left:10px;

}
.months{
	font-size:7.5pt;
	line-height:8pt;
	position:relative;
	text-transform:uppercase;
	z-index:1;
	top:-12px;
	left:0;
}
.dates{
	font-size:13pt;
	line-height:8pt;
	position:relative;
	left:5px;
	top:-24px;
	z-index:2;
}

.navigation{
	color:#333333;
	text-align:right;
	text-transform:uppercase;
	z-index:4;
	position:absolute;
	top:5px;
	right:0;
}
.navigation2{
	margin-top:100px;
}


.alignleft, .alignright, .alignleft a, .alignright a{
	text-transform:uppercase;
	color:#333333;
	margin-top:0px;
	font-size:7pt;
}

.alignleft2, .alignright2{
	text-transform:uppercase;
	color:#333333;
	margin-top:-20px;
}
.alignleft2{
	float:left;
}
.alignright2{
	float:right;
}

/*
.dates_suffix{
	font-size:6.8pt;
	position:relative;
	top:-34px;
	left:22px;
	z-index:2;
}
*/

.time_and_day{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:right;
	float:right;
	color:#666666;
	text-transform:uppercase;
	margin-top:27px;
}

.post p a {
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#999999;
	color:#FF3366;
}

.post p a:visited {
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#999999;
	color:#FF9999;
}
.post p a:hover, .post p a:active{
	text-decoration:none;
	background:#FFE2A9;
	color:#000000;
}


.post img, .post img a, .post img a:hover, .post img a:active{
	display:block;
	border:#CCCCCC thin solid;
}



.post h3{
	color:#f22592;
	font-size:20pt;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;
	margin-top:10px;

}
.post h5{
	color:#666666;
	font-size:16pt;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;
	margin-top:10px;

}

.postmetadata{
	width:500px;
	height:20px;
	background:#FFCC73;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:-20px;
	text-transform:uppercase;
	font-size:8pt;
}
.postmetadata_left{
	float:left;
	padding-left:20px;
	margin-top:3px;
}
.postmetadata_right{
	float:right;
	text-align:right;
	padding-right:20px;
	margin-top:3px;
}

.postmetadata_alt{
	width:500px;
	height:auto;
	background:#FFCC73;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:-20px;
	padding-top:7px;
	padding-bottom:7px;
	text-transform:uppercase;
	font-size:8pt;
}

.postmetadata_alt p{
	width:460px;
	margin-left:20px;
	margin-top:4px;
	margin-bottom:4px;
}

.post h3 a{
	color:#f22592;
}
.post h3 a:hover, .post h3 a:active{
	color:#35EEDC;
	border:none;
}
	
.entry{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	line-height:11pt;
	color:#333333;
}

.search_results_title{
	margin-top:30px;
	margin-bottom:50px;
}

#divider1, #divider2{
	margin-left:20px;
	margin-top:0px;
	z-index:2;
	border:0px;
}

#container{
	margin: 0 auto;
	width:1000px;
	background:url(images/content_wrap_bg.jpg) repeat-y top left;
	position:relative;
	text-align:left;
}
#content_wrap{
	margin: 0 auto;
	width:1000px;
	height:auto;
	z-index:0;
}
#content{
	position:relative;
	float:left;
	width:460px;
	z-index:1;	
	padding-left:20px;
}

#comment_input{
	background:inherit;
	width:458px;
	height:70px;
	margin-bottom:-10px;
	border:#FFCC73 thin solid;
}
	
#comment_submit {
	background:#FFCC73;
	font-size:7.5pt;
	letter-spacing:2pt;
	text-align:center;
	color:#333333;
	border:#FFCC73 thin solid;
	margin-top:0;
	width:460px;
	height:20px;
}
#comments_wrap{
	margin-top:-20px;
}
#comments_wrap h3{
	margin-top:20px;
	margin-bottom:10px;
}

.commentmetadata{
	text-transform:uppercase;
	font-style:normal;
	color:#999999;
}

.commentlist li{
	margin-bottom:5px;
	width:420px;
}
.comment_text{
	border-left:solid thick #CCCCCC;
	background:inherit;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8.5pt;
	font-style:italic;
}

#comments_user_confirm{
	text-transform:uppercase;
	font-style:normal;
	margin-bottom:5px;
	margin-top:5px;
}

#footer{
	background:url(images/footer_bg.png) bottom left no-repeat;
	width:1000px;
	height:117px;
	position:relative;
	margin:0 auto;
	top:40px;
	text-align:left;
	clear:both;
	color:#666666;
	/* FOR TRANSPARENCT */
	/* filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5; */
}

#footer li{
	display:inline;

}
#footer_left{
	float:left;
	width:750px;
	margin-left:20px;
	padding:30px 0 0 0;
}

#footer_right{
	float:right;
	position:relative;
	margin-right:20px;
	text-align:right;
	padding:30px 0 0 0;
}


#main_nav{
	position:relative;
	top:120px;
	left:-30px;
	z-index:1;
	
}
#main_nav li{
	display:inline;
	list-style:none;
}

#main_nav a{
	overflow:hidden;
	height:0px;
	float:left;
	border:none;
	
}

#home{
	position:absolute;
	top:2px;
	left:45px;
}
#home a{
	background:url(images/bt_home.png);
	width:80px;
	padding:80px 0 0 0;
}
#home a:hover, #home .selected{
	background-position: 0 -79px;
}



#links{
	position:absolute;
	top:0px;
	left:100px;
}
#links a{
	background:url(images/bt_links.png);
	width:65px;
	padding:65px 0 0 0;
}
#links a:hover, #links .selected{
	background-position: 0 -65px;
}

#archives{
	position:absolute;
	top:15px;
    left:170px;
}

#archives a{
	background:url(images/bt_archives.png);
	width:92px;
	padding:92px 0 0 0;
}
#archives a:hover, #archives .selected{
	background-position: 0 -92px;
}


#title{
	width:177px;
	height:46px;
	position:relative;
	left:125px;
	top:95px;
	border:0px;
	z-index:2;
}
#header{
	background:url(images/header.jpg) top left no-repeat;
	margin:0 auto;
	position:relative;
	width:1000px;
	height:290px;
	top: -10px;
	z-index:1;
}

#meta{
	z-index:5;
	position:relative;
	top:217px;
	float:right;
	text-align:right;
	padding-right:20px;
	font-size:9pt;
	color:#FF0099;
}
#meta a{
	color:#000000;
}


#meta li{
	display:inline;
}

#sb_wrap{
	position:relative;
	float:right;
	width:500px;
	background:transparent;
	z-index:4;
	font-size:8.5pt

}

#sb_wrap ul{
	list-style:disc;
	color:#CC3366;
	padding-left:20px;
}


#sb_left{
	position:relative;
	width:250px;
	float:left;
	height:inherit;
}
#sb_right{
	position:relative;
	width:250px;
	float:right;
	height:inherit;
}
#sb_greeting{
	height:250px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:70px;
}

#sb_greeting img{
	float:left;
	margin-right:10px;
	width:84px;
	height:103px;
	border:#FFE5A5 solid thin;

}


#sb_search{
	height:50px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;;
}

#search_input{
	
	background:inherit;
	width:155px;
	height:14px;
	font-size:8.5pt;
	border:#FF0066 thin solid;
	margin-top:3px;
}
	
#search_submit {
	background:#FF0066;
	width:45px;
	height:17px;
	font-size:7pt;
	color:#FFFFFF;
	overflow:hidden;
	border:0px;
	margin-left:-2px;
	margin-top:3px;
	position:relative;
}


#contact_mainpage{
	margin-top:10px;
	width:210px;
	height:28px;
	background:inherit;
	border:#999999 dotted thin;
	padding:10px;
	
}

#sb_comments{
	height:200px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0;
	margin-bottom:40px;
}
#sb_comments em, #sb_comments em a{
	color:#333333;
	font-style:normal;
	font-size:8.5pt;
}
#sb_comments span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:7.5pt;
	font-style:italic;
}
#sb_comments li{
	margin-bottom:3px;
}


/*
.recent_comments_single a, .recent_comments_single a span{
	color:#333333;
}
.recent_comments_single a:hover, .recent_comments_single a:active{
	color:#FFFFFF;
	border:none;
	background:#FF0066;
}
*/

/*
#recent-comments a{
  display: block;
  width: 231px;
  font-size: 11px;
  color: #fc89a2;
  text-decoration: none;
  padding: 8px 0 2px 0;
}
#recent-posts a:hover, #recent-comments a:hover, #rexent-posts-x a:hover{
  text-decoration: none;
  color: #ffffff;
}
#recent-posts span, #recent-comments span{
  font-size: 10px;
  color: #dd5875;
}
*/


#sb_categories{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;

}
#sb_categories li{
	margin-bottom:3px;
}



#sb_posts{
	padding-left:20px;
	padding-right:20px;
	padding-top:87px;

}

#sb_posts li{
	margin-bottom:3pt;
}


#page_links{
	margin-top:30px;
}

#page_links_links {
	float:left;
	
}

#page_links_links ul{
	list-style:disc;
	color:#CC3366;
	padding-left:20px;
}

#page_links_links li{
	list-style:disc;
	margin-bottom:3pt;
}



#page_links_blogrolls {
	float:left;
	margin-left:50px;
}

#page_links_blogrolls ul{
	list-style:disc;
	color:#CC3366;
	padding-left:20px;
}

#page_links_blogrolls li{
	list-style:disc;
	margin-bottom:3pt;
}




#page_archives{
	margin-top:30px;
}

#page_archives_month {
	float:left;
	
}

#page_archives_month ul{
	list-style:disc;
	color:#CC3366;
	padding-left:20px;
}

#page_archives_month li{
	list-style:disc;
	margin-bottom:3pt;
}



#page_archives_subject {
	float:left;
	margin-top:30px;
}

#page_archives_subject ul{
	list-style:disc;
	color:#CC3366;
	padding-left:20px;
}

#page_archives_subject li{
	list-style:disc;
	margin-bottom:3pt;
}

.pagetitle{
	margin-top:20px;
}

