/*
Theme Name: Compact
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A simple one column theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes and <a href="http://templatefusion.org">Templatefusion.org</a> for more templates.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* {
	margin: 0;
	padding: 12;
}

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;
}

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: 5px;
        padding: 10px;
        text-decoration: none;
        color: #000000;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #000000;
        text-decoration: none;
}

#container {
	width: 780px;
	margin: 0 auto;
        bottom: 9px;
        top: 30px;
        background:url(images/freegums-logo-01.gif) top left no-repeat;
         
}


	#top {
		width: 780px;
		margin-top: 23px;
                padding-top: 15px;
		height: 38px;
		border-bottom: 1px solid #000;
		font-size: 11px;
                text-decoration: none;
		/* overflow:hidden; */
		
	}
	
	h1 {
		
		font-size: 13px;
		float: left;
		position: relative; left: 162px;
                bottom: 2px;
                text-decoration: none;
		display:inline;
	}



#top h1 a { color: #000; text-decoration: none; hoover: 0f0f0f;
}
	
	#nav {
		color: #000;
		float: right;
                line-height: 1.6;
		text-decoration: none;

	}

#nav ul { list-style:none;display:inline;margin:5;padding:5;text-decoration:none; }
#nav ul li { list-style:none;display:inline;margin:5;padding:5;text-decoration:none; }
#nav ul li a { color: #000; text-decoration:none; }

	
#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;
	padding:4px;
	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;
	}