/* stylesheet */


*{
	padding:0px;
	margin:0px;
}

html{
	background-color:#f4f4f4;
	font-family:trebuchet ms, verdana, arial, sans-serif;
	font-size:1em;
	height:100%;
}

body{
	width:36em;
	margin:auto;
	background-color:white;

}

a img{
	border:none;
}


p,blockquote{
	font-size:0.7em;
	padding:4px;
}

blockquote{
	padding-left:15px;

}

p.focusComm{
	clear:both;
	padding-left:15px;
	border-top:3px solid white;
}


img#header_image{
	width:36em;
	margin:0px;
	padding:0px;
	border:none;
}

h1,h2,h3,h4,h5{
	font-family:georgia, times new roman, serif;
}

div#monkey{
	position:absolute;
	left:5px;
	top:5px;
}

div#monkey img{
	border:none;
}

h1{
	font-size:1.4em;
	padding:2px;
	background-color:#666;
	color:#fff;
	padding-right:3px;
	font-style:italic;
	font-family:georgia;
}

h2{
	font-size:1.1em;
	padding-left:3px;
}





h3{
	font-size:0.9em;
	padding-left:3px;
	font-style:italic;
}

h4{
	font-size:0.75em;
	padding-left:3px;
}

h5{
	font-size:0.7em;
	padding-left:3px;
}

a{
	color:#393939;
}

a:hover{
	color:#101010;
	text-decoration:none;
	background-color:#cecece;
}


a.outlink{
	display:block;
	font-size:1.1em;
	font-weight:bolder;
	background-image:url(../img/uga_link_fresh.gif);
	background-repeat:no-repeat;
	height:25px;
	padding-left:26px;
	padding-top:3px;
}

a.outlink:visited{
    background-image:url(../img/uga_link_seen.gif);
    color:#afafaf;
}

a.outlink:hover{
	background-color:#F4F4F4;
}

div#archiv{
	border-top:1px dashed black;
}


ul#navi{
	width:100%;
	margin-top:-5px;
}

ul#navi li{
	
	list-style-type:none;
	float:left;
	width:6em;
	
}

ul#navi a{
display:block;
float:left;
width:100%;
background-color:#666666;
color:#ffffff;
text-align:center;
border-bottom:1px solid black;
}

ul#navi a:hover:before{
	content:"(";
}
ul#navi a:hover:after{
	content:")";
}

div.postCont{
	background-color:#f4f4f4;
	margin:4px;
	background-image:url(../img/postContBg.jpg);
	background-repeat:repeat-x;
}


form{
	clear:both;
	font-size:0.7em;
	border:1px dashed #e0e0e0;
	width:95%;
	margin:2.5%;
	
}

textarea#message
{
	width:90%;
	border:1px inset;
	font-family:trebuchet ms, arial, sans-serif;
	height:13em;
	margin:4px;
}

label{
	margin:4px;
}

input#submitComm, input[type=button]{
	margin:4px;
	border:1px outset;
}

input#username{
	margin:4px;
	border:1px inset;
}

input#url, input#tags{
	width:90%;
	margin:4px;
	border:1px inset;
}

div#sideBar{
float:right;
height:400px;
width:10em;
margin-top:10px;
margin-right:2px;
background-color:#f4f4f4;
border-top:1px solid #666;
border-left:1px solid #666;
border-right:3px solid #666;
border-bottom:3px solid #666;
font-size:0.7em;
}


p.bigImg{
	text-align:center;
}

div#srchBox{
	padding-left:18em;
	display:none;

}

div#srchBox input{
	width:50%;
	margin:4px;
	border:1px inset;
}

div#crappybuttons{
	margin-top:40px;
	text-align:center;
}

div#crappybuttons a:hover{
	background-color:#fff;
}

div#crappybuttons img{
	border:0px;
	margin:auto;
}

div#rateBubble{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width:90px;
	border:1px solid black;
	-moz-border-radius:2px;
	background-color:#c3c3c3;
	font-size:0.7em;
}

div#rateBubble select{
	width:90px;
	font-family:georgia;
	text-align:center;
	font-weight:bolder;

}

div#rateBubble input{
	width:80px;
}

div#rateBubble select option{
	font-family:georgia;
	text-align:center;
	font-weight:bolder;

}

div#closeBubble{
	text-align:right;
	border-bottom:1px solid black;
	background-color:#f1f1f1;
	margin-bottom:3px;
}

div#closeBubble a{
	background-color:black;
	color:white;
	font-family:arial black;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	border-bottom:1px solid black;
	
}

.tags input{
	font-size:1em;
	border:none;
	width:42em;
	margin:0px 5px 0px 0px;
	font-family:trebuchet ms;
}