/*  
Theme Name: Winter Park
Theme URI: http://www.mifdesign.com/
Description: Winter Park 0.1 Wordpress Theme
Version: 0.1
Author: MIF Design Studio
Author URI: http://www.mifdesign.com/

*/

/* Base Definitions */


* {
	padding: 0; 
	margin:0;
}

body {
	margin:0px;
	padding:0px;
	text-align: left;
	background: #ffffff;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	background:#366294 url(images/bg.jpg) repeat-x;
}

/* Wrapper Definition */
#wrapper {
	margin: 0px auto 0px auto;
	padding:0px;
	width: 950px; 	
	text-align: left;
	overflow: hidden;
	position:relative;
}	

p {
	margin: 0.7em 0;
	line-height:1.6em;
}


a,
a:link, 
a:visited {
	color: #0083ff;	
}

a:hover, a:active {
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}

blockquote
{
	color:#000000;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1B2318 1px dashed;
}

.clear {
	clear:both;
}

.clear1 {
	clear:both;
	height:5px;
}

fieldset {
	border:0;
}

/* Header Image Area Definition */
#header {
	width: 950px;
	clear:both;
	height: 50px;
	background: url(images/header.jpg) top center no-repeat;
}



#headertitle {
	width:80%;
	float:left;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}

#headerdescription{
	font-size:24px;
	font-weight:bold;
	padding: 17px 0px 5px 300px;
	font-family:"Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	background: transparent;
}




#headertitle a,
#headertitle a:link, 
#headertitle a:visited {
	color: #000000;
	text-decoration:none;	
}

#headertitle a:hover, a:active {
	color: #0083ff;
}




#navigation{
	width: 950px;
	clear:both;
	height: 262px;
	background:#ffffff url(images/navigationbg.jpg) top center no-repeat;
}

#title{
	float:left;
	width:35%;
	font-size:24px;
	font-weight:normal;
	padding: 40px 0px 5px 90px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

#title a,
#title a:link, 
#title a:visited {
	color: #ffffff;
	text-decoration:none;	
}

#title a:hover, a:active {
	color:#ffffff;
}


#navmenu ul { 
	font: normal 18px  "Times New Roman", Times, serif;
	color:#628400;
	margin: 0px 0px 0px 0px;
	padding: 63px 0px 0px 0px;
	list-style-type: none; 
	list-style-image: none; 
}
#navmenu li {
	display: inline; 
}
#navmenu ul li a {
	text-decoration:none; 
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}

#navmenu .page_item {

}

#navmenu ul li a:hover {
	color: #000000;
}


/* Container Definitions */
#container {
	clear:both;
	width:950px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#ffffff url(images/content.jpg) top center no-repeat;
}

/* Content Definitions */

#content {
	float: left; 
	position: relative;
	overflow:hidden;
	width: 530px;	
	display:inline;
	padding: 25px 25px 25px 35px;
	margin: 0px 0px 0px 85px;
/*	border:1px solid #ff00ff;*/
}



#content h3 {
	display:none;
	font-size: 1.4em; 
	margin:0px 0px 0px 0px;
	padding: 10px 0px 25px 0px;
	color:#000000;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content ol {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content .post {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#content .posttitle{
/*	background:url(images/flower.jpg) top left no-repeat;
	padding: 10px 0px 15px 0px;
	border-bottom:1px solid #969696;
	min-height:55px;
	width:500px;*/
}

#content h2 {
	color: #ffffff;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	
	font-size: 22px;
	font-weight: bold;
}

#content h2 a,
#content h2 a:link, 
#content h2 a:visited {
	color: #000000;
    text-decoration:none;
}

#content h2 a:hover, #content h2 a:active {
	color:#1e3f64;
    text-decoration:none;
}


#content .entry {
    margin:1em 0;
    padding-right:1em;
	color:#606060;
	font: normal 10px Arial, Helvetica, sans-serif;    
}

#content .entry a,
#content .entry a:link, 
#content .entry a:visited { 
	color:#1e3f64; 
}

#content .entry a:hover, 
#content .entry a:active {   
	color: #000000;
}

#content .post-info{
	display: none;
	font-size: 11px;
	color:#536e8d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:2px 0px 2px 0px;	
}

#content .post-info a ,
#content .post-info a:link, 
#content .post-info a:visited {
	font-weight:bold;
	color: #000000;	
}

#content .post-info a:hover, #content .post-info a:active {
	color:#1e3f64;
}


#content .postmetadata {
	text-align:right;
	display:none;
	font-size: 11px;
	color:#536e8d;
	margin:0;
	padding: 6px 0px 0px 11px;
	height:30px;
	border-bottom:2px solid #536e8d;
}

#content .postmetadata a ,
#content .postmetadata a:link, 
#content .postmetadata a:visited {
	color: #536e8d;	
}

#content .postmetadata a:hover, #content .postmetadata a:active {
	color:#000000;
	display:none;
	
}


#content a,
#content a:link, 
#content a:visited {
	color:#1e3f64;
    text-decoration:none;	
}

#content a:hover, a:active {
  	color: #000000;
}

#content .post{
	border-bottom:1px solid #536e8d;
	padding:0px 0px 2px 0px;
}

/* Sidebar Definitions */
#sidebar {
	width: 160px;
	float: right;
	padding: 10px 10px 0px 0px;
	margin: 15px 62px 0px 0px !important;
	margin: 15px 30px 0px 0px;
	color: #010000;
	text-align:left;
	font: bold 11px Arial, Helvetica, sans-serif;
	position:relative;
/*	border:1px solid #00ff00;
	background:url(images/sidebarbg.jpg) repeat-y;*/
}

#sidebar h2 {
	font: normal 16px/34px Arial, Helvetica, sans-serif;
	height:34px;
	color:#264970; 
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	background:url(images/sidebarh2.gif) left top no-repeat;
	display:block;			
}

#sidebar a,
#sidebar a:link, 
#sidebar a:visited {
	color:#2d2d2d;
  	text-decoration:underline;
}

#sidebar a:hover{
	color:#010000;
  	text-decoration:none;
}


#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a {
	color:#2d2d2d;
	font-size:11px;
	text-align:left;
	padding:3px 5px 3px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;	
}

#sidebar ul ul li a:hover {
  	text-decoration:underline;
}



#sidebar ul {
	list-style:none;
}

#sidebar li {
  padding:3px 0px 3px 0px;
}

#sidebar ul ul {
    list-style:none;
	margin: 0px;
}

#sidebar ul ul li {
  padding:5px 0px 5px 15px;
}

#sidebar ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li {
  padding:0px 0px 0px 10px;
}





/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding: 10px 10px 10px 10px;
}

/* Footer Definitions */


#footer {
	clear: both;
	height: 60px;
	width: 950px;
  	margin: 0px 0px 0px 0px;
  	padding:0px 0px 0px 0px;
	color:#376294;
	background:#ffffff url(images/footerbg.jpg) top center;
	font: normal 14px Arial, Helvetica, sans-serif;

}

#footer p{
  	padding: 10px 30px 0px 100px;
	font-size: 9px;
	display: none;

}

 #footer a, #footer a:link, #footer a:visited {	
	color:#376294;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#000000;
}

#feeds {
	color: #000000; 	
	text-align: left;
	padding: 40px 20px 10px 10px;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;
}

#comments h3{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #d3d1d1;
}
	
#respond {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;	
}

#commentform {
	display:none;
	margin:10px 0;	
	padding:10px;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
}

.commentlist li.alt {
}

.commentlist li.authorcomment {
}

.commentlist li .cmtinfo {
	font-size:1em;
	text-align:left;
}



.commentlist li #pesan.alt{
	padding: 15px 10px 10px 40px;	
}

.commentlist li #pesan{
	padding: 15px 10px 10px 40px;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	color: #5c8bbf;
}

#content .commentlist .cmtinfo a,
#content .commentlis  .cmtinfoa:link, 
#content .commentlist .cmtinfo a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color: #1e3f64; 
}

.commentlist a:hover, 
.commentlist a:active {   
	color: #010000; 
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999999;
}

#content .commentsfeed {
	background:url(images/feed.gif) no-repeat left center;
	padding-left:16px;
}

#content .trackback {
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}

textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}

textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox:focus, 
textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#AAAAAA 1px solid;
}

#submit {
	padding:3px 5px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

.post h4 em	{
	font-style:normal;
	float:right;
	font-weight:normal;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#header, #content, #sidebar, #sidebar2, #footer, .widget {
    overflow: hidden;
}


#content .posttitle{
/*	border:1px solid #000000;*/
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

#content .posttitle .left{
	float:left;
}

.calborder {
  display: inline;
  float: left;
  margin-right: 1em;
}

.cal span { display: block; }

.cald {
  font-size: 1.5em;
  letter-spacing: .05em;
  padding-left: .2em
}
.cald2 {
  letter-spacing: 0em;
  padding-left: 0em
}

.calm {
  font-weight: bold;
  font-size: 2em;
  line-height: .7em;
}

.caly {
  font-size: .8em;
  line-height: 1em;
}

#searchsubmit{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
}

.orderlink{
	font-weight:bold;
	font-variant:small-caps;
}

.rssicon{
	padding:5px 5px 5px 35px;
}

.rsstext{
	padding:5px 5px 5px 0px; 
}


#sidebarsubmit{
	padding:1px;
	color:#f5f8fd;
	background-color:#034769;
}

#s{
	padding:2px;
	width:120px;
}