html, body, #wrap { height: 100%; }
body > #wrap { height: auto; min-height: 100%; }
#main { padding-bottom: 50px; }
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
}

html { overflow-y: scroll; }

body {
	background: 		#fcf5f5 url(/media/images/background.gif) repeat-x left top;
	color: 				#660000;
}

.main { width: 80em; }
.main h1 { padding-top: .5em; }

a { color: #a32626; }
a:hover {
	text-decoration:	none;
	color:				#FF0000;
}
a img { border: none; }

#header {
	height:				100px;
	margin:				0px auto;
}
#header a {
	text-decoration:	none;
	color:				#FFFFFF;
}

#logo { float: left; }
#logo h1, #logo p {
	margin:				0px;
	line-height:		normal;
	font-weight:		normal;
	color:				#FFFFFF;
}
#logo h1 {
    margin-top:			25px;
	padding:			0;
	width:				200px;
	height:				40px;
	background:			url("/media/images/godirlogo.png") no-repeat;
	text-indent:		-9999px;
}

.plus-one {
}

/* Menu */

#menu { float: right; }
#menu td, #menu table {
	padding:            0;
	margin:             0;
	border:             0;
}
#menu ul {
	margin:				0px;
	padding:			45px 0px 0px 0px;
	list-style:			none;
	line-height:		normal;
	display:			block;
}
#menu li {
	display:			inline;
	float:				left;
	list-style:			none;
	margin:				0px 0px 0px 1px;
}
#menu a {
	display:			block;
	width:				auto;
	height:				28px;
	padding:			12px 20px 0px 20px;
}
#menu a:hover {
	text-decoration:	underline;
}

#addPage li#add,
#aboutPage li#about,
#feedbackPage li#feedback,
#indexPage li#index,
#whatisgoPage li#whatisgo {
	background:			#a32626 url(/media/images/menu.gif) no-repeat 0px 0px;
}

#addPage li#add a,
#aboutPage li#about a,
#feedbackPage li#feedback a,
#indexPage li#index a,
#whatisgoPage li#whatisgo a {
	background:			url(/media/images/menu.gif) no-repeat 100% -40px;
}

#footer {
	background:			#c23939 url(/media/images/bkgfooter.gif) no-repeat left top;
	color:				#fff;
}
#footer p {
	margin:				0;
	padding:			19px 0px 0px 0px;
	text-align:			center;
	line-height:		normal;
	font-size: 			85%;
	color:				#fff;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

th, td { vertical-align: top; }
th { text-align: right; }

.comment { width: 450px; }

.input_area { border: 1px solid #c49090; }
.input_area td, .input_area th { border: 0; }

.sidebar {
	margin-top:         5px;
	padding:			5px;
	border:				1px solid #c49090;
}
.breadcrumbs {
	padding:            2px 8px 3px 8px;
	border-bottom:		1px solid #ccc;
	color: #000;
}

.odd { background: white; }
.even { background: #ececec; }

.tag-cloud {
	text-align:			center;
	border:				1px solid #FFFF00;
	padding:			5px;
	background-color:	#FFFFCC;
	margin:             10px 0 0 0;
}
.tags {
	background-color:	white;
	font-weight:		bold;
}
.tags span { font-size: 116%; }
.tags sup {
	color:				gray;
	font-size:			100%;
	font-weight:		normal;
}

.tag-1 { font-size: 77%; }
.tag-2 { font-size: 85%; }
.tag-3 { font-size: 93%; }
.tag-4 { font-size: 100%; }
.tag-5 { font-size: 108%; }
.tag-6 { font-size: 116%; }
/* For large tag cloud 6 step */
.tag-7 { font-size: 123.1%; }
.tag-8 { font-size: 131%; }


