/* 
Theme Name: Malagos

Description: Malagos Garden Resort

Version: 1.1

Author: Jorem Catilo (jorem@spoonmarks.com) / Malagos Garden Resort

Author URI: http://www.spoonmarks.com/

*/


a {
	outline: none;
	}


/* Remove all margin and paddings */

* {
	margin: 0;
   	padding: 0;
}


html {
	height: 100%;
}

body {

	background: url(images/bg_global.jpg) center top no-repeat #9dae8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #4D2800;
}


/* Remove all border for images */

a img, img {
	border: none; 
	display: block; 
}


/* Hides Text */

.hidetext {
	display: none;
}



/* font styles */

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #363636;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-family: "Lucida Sans", "trebuchet MS", verdana, arial, sans-serif;
	font-size: 18px;
	color: #4D2800;
	line-height: 30px;
	text-decoration: none;
	font-weight: lighter;
}

h3, h4 {
  	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D2800;
}


h4 {
	font-size: 15.5px;
	font-weight: lighter;
}


/* layout */

#accessibility {
	display: none;
}


#wrapper {
	position: relative;
	width: 758px;
	margin: 0 auto;
	background: url(images/back.png);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
 
}


#logo {
    float: left;
    width: 196px;
	height: 81px;
	padding: 26px 0 0 0px;
}


#logo, #logo a {
	display: block;
	width: 196px;
	height: 81px;	
}

#logo a {
	background: url(images/logo.jpg);
	text-indent: -9999px;
}


#header {
	display: block;
    float: left;
    width: 758px;
	height: 206px;
	padding: 0 0 0 0;
	background: url(images/header.jpg);
}

#photo {
	float: left;
	width: 460px;
	height: 335px;
	padding: 85px 0 0 0;
}

#photo, #photo a {
	display: block;
	width: 460px;
	height: 335px;
}


#photo a {
	background: #cccccc;
	text-indent: -9999px;
}

#leftcontent {
	float: left;
	width: 718px;
	padding: 0 0 10px 40px;
	background:url(images/back.png);
}


#footer {
	float: left;
	margin: 0 0 0 0;
	width: 758px;
	height: 100px;
	text-align: right;
	font-size: 0.73em;	
	background: url(images/footer.png);
	bottom:0px;
}

.post {
	float:left;
	width:485px;
	padding: 0 0 10px 0;
}

.storycontent{
	width: 485px;
}


.post p {
	margin-top:15px;
}


.post h2 a {
	text-decoration: none;
	font-weight: normal;
}

.post h2 a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.post h3 a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffe206; border-bottom: 1px #ffe206 dotted; padding-bottom:10px;
}

.center {
	padding: 15px 0 0 14px;
	display:block;
}

.post a img, img {
	display: block; 
	padding: 10px 15px 15px 15px;
	float: left;
}

.comment-text {
        border-bottom: 1px #dbeed2 solid;
        padding: 0 0 10px 0;
}

/* Sidebar */



#sidebar {
	float:right;
	width: 190px;
	padding: 0 12px 20px 0;
	background-color: #dbeed2;
}        


/* Navigation */
#menu {
width: 188px;
margin: 0px 0px 0px 0px;
background-color: #5c3804;
}

#mainmenu {
padding: 0 0 0 0;
}
	
#mainmenu li{
list-style-type:none; 
display: inline; 
}
	
#mainmenu ul li a {
display:block;	
width: 167px;
line-height: 22px;
text-decoration:none;
color:#e4c284; 	
text-align:left;
font-size: 1.2em;
border-bottom:#none;
border-top:#b3883a 1px dotted;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0em .7em;
}
	
#mainmenu ul{
margin:0px;
padding:0 0 0 0;
position:relative;
}

#mainmenu ul li a:hover {
color: #ffe206;
text-decoration:none; 
background:url(images/menu_bg.gif) bottom no-repeat;
}

#mainmenu ul li ul{
margin:0px;
padding:0 0 0 0;
position:relative; 
}
	
#mainmenu ul li ul li a{
height:20px; 
border: 0; 
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif; 
background: #8e6326; 
line-height: 20px; 
width: 170px; 
padding-right: 0; padding-left: 1.6em; 
}
	
#mainmenu ul li ul li a:hover{
height: 20px;
background: #ffe206;
color: #5c3804;
border: 0;
}


#menu ul li.current_page_item ul,
#menu ul li.current_page_ancestor ul {
    display:block;
}
#menu ul li.current_page_item ul ul {
    display:none;
}


.fmradio {
padding: 0 0 0 70px;
}


