/*
THEME NAME: freegums
DESCRIPTION: FREEGUMS 2009 Theme variation of Compact 1.0
AUTHOR: Inah Mercedes
AUTHOR URI: http://inahmercedes.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font: 11px/1.6 Arial, Helvetica, sans-serif;
        text-decoration: none;
       
}  

h2 {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin-bottom: 0px;
        margin-top: 15px;
	text-decoration: none;
}

h2 a { color: #000; 
       text-decoration: none;
}


h3 {
	font-weight: normal;
	color: #000;
	font-size: 10px;
	margin-bottom: 0px;
        margin-top: 0px;
	text-decoration: none;
}

h3 a { color: #000; 
       text-decoration: none;
}

h4 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
        margin-top: 0px;
	text-decoration: none;
}

h4 a { color: #000; 
       text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin-top: 13px;
        margin-bottom: 5px;
        text-decoration: none;

}



code {
	padding:0px;
	margin-bottom: 15px;
	background: url(images/code.png);
	color: #000000;
	border-right: #000000 1px;
	border-bottom: #000000 .5px;
        text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote {
	padding: 3px;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #000;
}

blockquote p {
	margin-bottom: .5px;
}

ul {
	list-style: none;
        text-decoration: none;
        color: #000000;
	
}

li {
	margin-bottom: 0px;
        padding: 0px;
        text-decoration: none;
        color: #000000;

}

em {
	font-weight: normal;
	font-style: normal;
	color: #000000;
        text-decoration: none;
}


#container {
	width: 780px;
	margin: 0 auto;

         
}

	
#footer {
	width: 780px;
	margin: 25px auto 25px auto;
	padding-top: 5px;
	border-top: 1px solid #000;
	color: #000;
	text-align:center;
 }

#footer:hover {
	border-top: 1px solid #000;
	color: #000000;
}

#footer:hover a {
	color: #000;
}

#footer a {
	color: #000;
	
}

#footer:hover a:hover {
	color:#000;
}


img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	
	position:relative;
}

img:hover {
	background-color: #A9A9A9;
}

.float-left  { float: left; padding-right: 5px; }
.float-right { float: right; padding-left: 5px; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#header {
	position:relative;
	width:780px;
	height:60px;
	padding-top:30px;
	}
	

.top-nav {
	position:relative;
	width:350px;
	float:right;
	margin-top:-16px;
	}/* main navigation*/
	
.horzbar { 
	position:absolute;
	background: #000; 
	width: 780px; 
	height: 1px;
	top:84px;
	}


	
#logo {
	float:left; width:114px; padding-top:3px;
	}
	
#logo img, #logo img:hover {
	padding:0px;
	position:relative;
}

/*#logoTxt {float:left; font-size:12px; padding-left:15px; color:#000000; padding-top:12px}*/
#logoTxt, #logoTxt a, #logoTxt a:hover, #logoTxt a:link {float:left; font-size:12px; padding-left:16px; color:#000000; padding-top:9px}
