/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: #F0FFD1;}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1.title1 {font-family: fixedsys; font-weight: bold; color: #00CD00; font-style: italic; position: absolute; left: 40px; top: 95px; font-size: 1em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px;}
h1.title2 {font-family: fixedsys; font-weight: bold; color: #00CD00; font-style: italic; position: absolute; left: 130px; top: 100px; font-size: 1em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px;}
h1.title3 {font-family: fixedsys; font-weight: bold; color: #00CD00; font-style: italic; position: absolute; left: 265px; top: 107px; font-size: 1em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px;}

p#tagline { color: #648D20; font-size: 0.90em}  

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; }
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

#sitenumber { color:#f6ff00; font-size:17px; position:relative; left:40px; }

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 620px; 
background: url(/personal/images/bkgrnd.gif) 0 0 repeat-y white;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 620px; 
height: 200px; 
background: url(/personal/images/personal_top.jpg) 0 0 no-repeat #CCCC33  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden;
}

#rgtcol {
	float: right; width: 370px; padding-bottom: 30px; background: transparent; overflow: hidden;
}  /* right column */

#twitter_update_list {font-size: 0.8em; margin: 10px 10px 0 7px; line-height: 1.60em; }

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 570px; background: #CCCC33; border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(/personal/images/quote.gif) no-repeat 0 0	
}
#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */

#earthcitizen_seal { 
	background:url(http://kr.iearthcitizen.brainworld.com/images/campaign/pop_banner01.gif) no-repeat;
	position: relative;
	width: 200px; 
	height: 200px;		
}

#valid_bannner1 {	float: right;}
#valid_bannner2 {	float: right;}

/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #CCCC33;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #D9D93C
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #9EA219; color: #fff}


	