/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a { color: #dc9d2f; }
a:active, a:hover { color: #bd7a07; }

body {
	background: #cacbc3 url('/static/image/bg.gif') repeat-x;
	text-align: center;
	color: #000;
	font: 14px Verdana, Arial, sans-serif;
}

h2, h3 { color: #878787; font-weight: bold; font-size: 16px; text-transform: uppercase; margin-bottom: 14px; }
	.box_quote h2 { text-transform: lowercase; font-family: Georgia, Times, serif; font-size: 18px; }
h3 { font-weight: normal; font-size: 14px; }

p { margin-bottom: 14px; }
	.box_quote p { font-family: Georgia, Times, serif; font-size: 18px; }

/* classes */

.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.box_quote_wrapper, .box_content_wrapper {
	width: 763px;
	background: url('/static/image/bg-quote.png') no-repeat;
}
	.box_quote, .box_content {
		background: url('/static/image/bg-quote-b.gif') no-repeat bottom left;
		min-height: 320px;
		padding: 40px 40px 65px 40px;
		text-align: left;
		position: relative;
	}
	
	.box_content_wrapper { background-image: url('/static/image/bg-content.png'); }
	.box_content { background-image: url('/static/image/bg-content-b.gif'); }
	
	#action { margin: 0px; padding: 0px; list-style: none; position: absolute; left: 320px; bottom: 40px;}
	#action li { float: left; }
	#action a { display: block; width: 21px; height: 18px; text-indent: -9999px; float: left; }
	#action-first a { background: url('/static/image/b-first.gif') no-repeat; padding-right: 5px; }
	#action-prev a { background: url('/static/image/b-previous.gif') no-repeat; padding-right: 5px; }
	#action-random a { background: url('/static/image/b-refresh.gif') no-repeat; padding-right: 5px; }
	#action-next a { background: url('/static/image/b-next.gif') no-repeat; padding-right: 5px; }
	#action-last a { background: url('/static/image/b-last.gif') no-repeat; }
	#action-save a { 
		position: absolute; top: 40px; right: 40px; 
		display: block; width: 18px; height: 18px; 
		text-indent: -9999px; 
		background: url('/static/image/b-save.gif') no-repeat; 
	}
	#action-unsave a { 
		position: absolute; top: 40px; right: 40px; 
		display: block; width: 18px; height: 18px; 
		text-indent: -9999px; 
		background: url('/static/image/b-unsave.gif') no-repeat; 
	}
	#action a:hover, #action-save a:hover { background-position: 0px -19px; }
	#action a:hover, #action-unsave a:hover { background-position: 0px -19px; }
	
.cite { font-style: italic; float: right; }
.clear { clear: both; }

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

.box_quote .meta { font: 10px Verdana, Arial, sans-serif; color: #8d8d8d; }
.box_quote .meta a { color: #8d8d8d; }

/* layout */

#wrapper { 
	width: 945px; 
	margin: 0px auto; 
	background: url('/static/image/pic.png') no-repeat 0px 0px;
}

#top {
	width: 725px;
	height: 80px;
	background: url('/static/image/bg-top.png') no-repeat;
	margin-left: 198px;
	position: relative;
}

#logo {
	margin: 0px;
}
	#logo a {
		display: block;
		width: 355px;
		height: 65px;
		text-indent: -9999px;
	}

#menu {
	margin: 0px; padding: 0px; list-style: none;
	position: absolute;
	right: 10px;
	top: 36px;
	font: bold 10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
	#menu li {
		float: left;
		line-height: 10px;
		border-left: solid 1px #dadada;
		padding: 0px 10px;
	}
		#menu li.first { border-left: none; }
		
	#menu a {
		color: #dadada;
		text-decoration: none;
	}
	
	#menu a:hover { color: #fff; }

#content_main {
	width: 763px;
	float: right;
	padding-bottom: 7px;
}

#content_sub {
	width: 160px;
	float: left;
	text-align: left;
	margin-top: 140px;
}
	#content_sub h2 {
		color: #585858;
		text-transform: uppercase;
		margin: 0px 0px 5px 0px;
		font: bold 13px Verdana, Arial, sans-serif;
	}

/* scroller */
div.sc_menu_wrapper {
	position: relative; 	
	height: 228px;
	width: 148px;
	border: solid 1px #585858;
	overflow: auto;
	padding: 5px;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	color: #50504f;	
	font: 10px Verdana, Arial, sans-serif;
	text-decoration: none;
}
.sc_menu a:hover {
	color: #000;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 80px;
	padding: 10px;
	width: 128px;
	color: #585858;
	text-align: center;
	font: 10px Verdana, Arial, sans-serif;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}

#footer {
	clear: both;
	border-top: solid 1px #585858;
	padding: 10px 0px;
	font: 10px Verdana, Arial, sans-serif;
	color: #585858;
	text-align: left;
}
