/* COMMON ELEMENTS */
body
{
	margin: 0;
	padding: 0;
	background: #F1F1F1;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Geneva, Lucida, Arial, Helvetica, Sans-serif;
}

a img
{
	border: 0px;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #000000;
	text-decoration: none;
}

h1
{
	margin: 0px;
	font-size: 1.2em;
}

h2
{
	margin: 0px;
	font-size: 1.1em;
}

h3
{
	margin: 0px;
	font-size: 1em;
}

input, textarea, select
{
	background: url('../images/input_bg.gif') repeat-x bottom;
	border: 2px solid #FFFFFF;
	color: #000000;
	padding: 2px;
	font-weight: bold;
}

textarea
{
	height: 100px;
}

select
{
	font-weight: normal;
	padding: 0px;
}

option
{
	background: #FFFFFF;
	font-weight: normal;
}

.button
{
	background: url('../images/button_bg.gif') repeat-x;
	height: 26px;
	color: #FFFFFF;
	padding: 2px;
}

.border
{
	border: 1px solid #c9c9c9;
}

.padding_bottom
{
	margin-bottom: 5px;
}

.clear
{
	clear: both;
}

.none
{
	text-align: center;
	padding: 5px;
	background: #F9F9F9;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.fix_height
{
	height: 150px;
	margin: auto auto;
}

.remove
{
	border: 1px solid #c9c9c9;
	font-weight: bold;
	text-align: center;
	width: 10px;
	height: 11px;
	float: right;
	font-size: 8px;
	margin-left: 2px;
}

.remove a:link, .remove a:visited
{
	display: block;
	background: #F9F9F9;
	text-decoration: none;
	color: #C9C9C9;
}

.remove a:hover, .remove a:active
{
	background: #F9F9F9;
	color: #717171;
}

/* END COMMON ELEMENTS */

/* ############### */

/* STRUCTURE ELEMENTS */
#page
{
	background: #FFFFFF url('../images/content_bg.gif') repeat-x;
	padding: 30px 0px 30px 0px;
	width: 100%;
}

.wrapper
{
	width: 855px;
	margin: 0 auto;
}

/* END STRUCTURE ELEMENTS */

/* ############### */

/* HEADER ELEMENTS */
#header
{
	border-top: #7cbaff 3px solid;
	background: #373737;
	height: 100px;
	color: #a7a7a7;
}

#header h1
{
	background: url('../images/logo.gif') no-repeat;
	width: 155px;
	height: 28px;
	margin: 25px 0 21px 0px;
	overflow: hidden;
}

#header h1 a:link, #header h1 a:hover, #header h1 a:visited, #header h1 a:active
{
	width: 155px;
	height: 28px;
	display: block;
	text-indent: -100000px;
}

#header ul
{
	list-style: none;
	padding: 0px;
	margin: 21px 0px 0px 0px;
	height: 26px;
}

#header ul li
{
	float: left;
	height: 26px;
	padding-right: 1px;
	font-weight: bold;
}

#header ul li a:link, #header ul li a:visited
{
	background: #4587d1;
	border-top: 1px solid #65a9f4;
	padding: 3px 10px 3px 10px;
	height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
	display: block;
}

#header ul li a:hover, #header ul li a:active
{
	background: #3c7ec9;
}

/* END HEADER ELEMENTS */

/* ############### */

/* CONTENT ELEMENTS */
#content
{
	padding-right: 15px;
	width: 640px;
	float: left;
}

.title
{
	background: url('../images/title_bg.gif') no-repeat 0px 6px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.info
{
	margin-bottom: 5px;
	padding: 5px;
	background: #F1F1F1;
	border: 1px solid #C9C9C9;
}

.small
{
	font-size: .8em;
}

#content input, #content textarea, #content select
{
	width: 400px;
}

#frame
{
	padding: 5px;
	text-align: center;
}

.button_wrapper
{
	width: 250px;
	float: right;
}

#content .button
{
	width: 250px;
}

/* END CONTENT ELEMENTS */

/* ############### */

/* SIDEBAR ELEMENTS */
#sidebar
{
	width: 200px;
	float: left;
}

#sidebar input, #sidebar textarea, #sidebar select
{
	width: 164px;
}

#sidebar .button
{
	width: 172px;
}

#sidebar fieldset
{
	margin: 0px;
	border: 1px solid #c9c9c9;
	background: #FFFFFF;
	padding: 12px;
}

#sidebar fieldset legend
{
	background: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

#user_options fieldset
{
	background: #F1F1F1;
}

#user_options fieldset legend
{
	color: #4186d4;
}

#sidebar ul
{
	margin: 0px;
	padding-left: 15px;
}

#sidebar ul li
{
	font-size: .8em;
}

.tag_category
{
	margin-left: -15px;
	list-style: none;
	color: #717171;
	font-size: 18px;
}

/* END SIDEBAR ELEMENTS */

/* ############### */

/* FOOTER ELEMENTS */
#footer
{
	border-top: 1px solid #D6D6D6;
	padding: 8px 0px 8px 0px;
	font-size: .9em;
}

#footer ul
{
	float: right;
	list-style: none;
	margin: 0px;
}

#footer ul li
{
	float: left;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #D6D6D6;
}

#footer ul li a:link, #footer ul li a:visited
{
	font-size: .9em;
	font-weight: bold;
	color: #4587D1;
	text-decoration: underline;
}

#footer ul li a:hover, #footer ul li a:active
{
	text-decoration: none;
}

/* END FOOTER ELEMENTS */

/* ############### */

/* LIST ELEMENTS */
#heading .column_large
{
	width: 260px;
	text-align: center;
}

#heading .column_medium
{
	width: 155px;
	text-align: center;
}

#heading .column_small
{
	width: 105px;
	text-align: center;
}

.column_large
{
	width: 260px;
	text-align: center;
}

.column_medium
{
	width: 155px;
	text-align: center;
}

.column_small
{
	width: 105px;
	text-align: center;
}

#heading, .row
{
	list-style: none;
	margin: 0;
	padding: 5px;
}

#heading li, .row li
{
	float: left;
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	background: #F1F1F1;
	padding: 3px 0 3px 0;
}

.color1 li
{
	background: #F9F9F9;
}

.color2 li
{
	background: #FFFFFF;
}

/* END LIST ELEMENTS */

/* ############### */

.comments, #post_comment
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments li
{
	float: left;
	display: block;
}

.comment_left
{
	width: 140px;
	text-align: right;
	padding: 5px;
	color: #4587D1;
	font-weight: bold;
	border-top: 1px solid #C9C9C9;
}

.comment_right
{
	width: 475px;
	padding: 5px;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}

#post_comment textarea
{
	width: 465px;
}


/* ############### */

#tag_frame
{
	display: none;
	position: absolute;
	cursor: move;
	border: 1px solid #000000;
}

#tag_frame span
{
	border: 3px solid #FFFFFF;
	height: 100%;
	width: 100%;
	display: block;
}

/* ##### NAV LINKS ##### */
.main_link
{
	text-align: center;
	width: 150px;
	border: 1px solid #c9c9c9;
	padding: 2px;
}

.main_link a:link, .main_link a:visited
{
	display: block;
	background: url('../images/button_bg.gif') repeat-x;
	padding-top: 3px;
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.main_link a:hover, .main_link a:active
{
	text-decoration: underline;
}

