/*  
Theme Name: garden fairies
Theme URI: http://www.gardenfairies.com.my
Description: The garden fairies WordPress theme designed by <a href="http://buzzmedia.com.my">Buzzmedia</a>
Version: 1.0
Author: David Wang
Author URI: http://blogjunkie.net/

*/

/* =UNDO HTML 
============================================================= */

/* 
Sizing text with ems (http://clagnut.com/blog/348/)
NOTE: take note of CSS cascade and specify sizes explicitly for less capable browsers
child pixels / parent pixels = child ems 
*/

/* resets default font-size to equivalent to 10px */
body { font-size:62.5% }	
/* be patronizingly over-specific to IE, who doesn't completely understand. input and selects may need to be specified at 100% too */
html, table { font-size: 100%; } 

/* less complicated housekeeping */
:link, :visited { text-decoration: none; border-style: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code, p { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
/* a img, a:link img, a:visited img { border-style: none; } */


/* =STRUCTURE
============================================================= */

/* --
Layout widths
#main = 680px
-- */


body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

#wrap {
background: url('images/wrap-bg.gif') center top no-repeat;
margin: 0 auto;
text-align: left;
width: 840px;
}

#wrap-inner {
background: url('images/wrap-inner-bg.gif') center bottom no-repeat;
padding: 60px 80px 0;
}

#main {
	overflow: auto;
}

#main .narrow { 
	width: 440px;
	float: left;
}

#sidebar {
	background: #F1F0B9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	width: 200px;
	margin-top: 100px;
	min-height: 400px;
	float: right;
}

* html #sidebar { height: 400px; }

#sidebar-inner {
	background: url('images/sidebar-bg.jpg') left top no-repeat;
	padding: 30px 15px;
}

#footer {
width: 100%;
display: block;
clear: both;
text-align: center;
padding: 440px 0 20px; 
}

/* ---- =header ---- */

#header {
width: 680px;
height: 100px;
padding-top: 50px;
position: relative;
}

#tagline {
display: none;
}

/* =GENERAL
============================================================= */

/* ---- =typography ---- */

h2, h3, h4, p, blockquote, ul, ol, pre, code {
	margin-bottom: 1em;
}

#main {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
	color: #63741F;
	line-height: 1.6em;
	text-transform: lowercase;
}

#content h2, 
#content h3 {
	color: #813C7C;
	margin-bottom: 8px;
}

#content h2 {
	font-size: 30px;
	line-height: 50px;
	margin-top: 20px;
}

#content h3 {
	font-size: 20px;
	line-height: 36px;
	margin-top: 30px;
}

#sidebar .block {
	margin-bottom: 2em;
}

#sidebar h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}

#sidebar ul li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
}

a:link, a:visited {
color: #996666;
text-decoration: underline;	
}

a:hover {
color: #663300;
text-decoration: underline;
}

img {
border: 0;
border-style: none;
}

#sidebar a, #sub-content a {
text-decoration: none;
}

ul#nav-main a:link,
ul#nav-main a:visited,
ul#nav-main a:active {
text-decoration: none;
color: #999999;
}

ul#nav-main a:hover {
color: #663300;
text-decoration: underline;
}

a.more {
background: url(more.gif) right 0.3em no-repeat;
padding-right: 12px;
font-style: italic;
}

.flRight { float: right; clear: none; margin: 15px 0 0 15px; position: relative; }
.flLeft { float: left; clear: none; margin: 15px 15px 0 0; position: relative; }

.framed {
	border: 1px solid #BC8CBF;
	padding: 2px;
}



/* =NAVIGATION
============================================================= */

#nav-main {
font-size: 1.1em;
width: 380px;
height: 20px;
top: 10px;
left: 0px;
list-style: none;
position: absolute;
}

/* for IE Win only \*/
* html #nav-main { left: 10px; }
/* end hide IE Mac */

ul#nav-main li {
display: inline;
float: left;
margin: 0 10px;
}

#nav-section { 
width: 165px;
top: 20px;
right: 20px;
position: absolute;
}  

#nav-section li a:link,
#nav-section li a:visited,
#nav-section li a:hover {
	background-image: url('images/section-nav-panel.gif');
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 165px;
	text-decoration: none;
	text-indent: -9999px;
}

#nav-section li.li1 a { background-position: 0 0; }
#nav-section li.li2 a { background-position: 0px -38px; }

#nav-section li.li1 a:hover { background-position: -165px 0; }
#nav-section li.li2 a:hover { background-position: -165px -38px; }

/* =HOME
============================================================= */

#rotator
{
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 420px;
	text-align: center;
	margin: 0 auto 50px;
}

#rotator img
{
	width: 600px;
	height: 420px;
}

#intro-weddings {
	font-size: 1.2em;
	line-height: 1.4em;
}

#intro-contact {
	background: url('images/phone-contact.gif') right 20px no-repeat;
	min-height: 120px;
}

#intro-contact p {
	padding-right: 170px;
}

/* =CONTENT
============================================================= */

.entry {
	display: block;
	clear: all;
	padding: 0;
	margin-bottom: 4em;
	overflow: auto;
}

div.divider1 {
	background: url('images/divider.gif') center 0 no-repeat;
	height: 30px;
	margin: 40px 0;
} 

.admin-edit a {
	background: url('images/edit.gif') 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 25px;
	padding-bottom: 2px;
}

.admin-edit a:hover {
	border-bottom: 1px dotted #663300;
}


/* =MISCELLANEOUS
============================================================= */

.accessibility {
position: absolute;
left: -9999px;
}

.hide { visibility: hidden; }

#TB_ajaxContent {
	font-size: 1.5em;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* sIFR 'decoy' styles */

.sIFR-hasFlash #content h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 30px;
}

.sIFR-hasFlash #content h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}
