/**** DEFAULT ****/
* { margin: 0; padding: 0; }
body { text-align: left; font-size: 14px; font-family: Verdana,Arial,Helvetica,sans-serif; background: #569800; }
img { border: 0px; }
h1 { padding: 5px; font-size: 1.3em; margin: 0px 0px 10px 0px; padding-left: 40px; }
h2 { padding: 3px; font-size: 1.1em; }
h3 { padding: 2px; margin: 15px; }
h4 { padding: 2px; margin: 10px; }
h1,h2,h3,h4 { color: #b73900; text-align: left; border-bottom: 1px solid #569800; font-weight: bold; }
fieldset { border: 0; text-align: center; }

/**** LINKS ****/
a { color: #0000ff;	text-decoration: underline; }
a:hover { color: #000; }
a:visited {	color: #0000ff; }

/**** CLASSES ****/
.bold {	font-weight: bold; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.smaller { font-size: 0.8em; }
.bigger { font-size: 1.1em; }
.big { font-size: 1.2em; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.underline { text-decoration: underline; }

/**** LAYOUT ****/
div#wrapper { width: 1000px; margin: 5px 0px 0px 0px; background: url(/public/images/top_left.gif) 0 0 no-repeat; }

div#header { height: 115px; padding-left: 212px; }
div#logo img { display: block; }

div#content { background: url(/public/images/menu_back.gif) 0 0 repeat-y; }

div#left_sidebar { float: left; width: 363px; border-right: 1px solid #569800; }
div#left_sidebar div#logo img { display: block; }
div#left_sidebar div#menu div#adsense { float: right; width: 120px; margin-right: 10px; }

div#right_sidebar { float: left; width: 570px; padding: 0px 10px 10px 10px; }
div#right_sidebar div#header { height: 314px; }
div#right_sidebar div#header img { display: block; }
/* div#right_sidebar div#content { clear: both; text-align: left; padding: 0px 20px 20px 20px; line-height: 19px; background-color: #f6e325; } */

div#footer { text-align: center; clear: both; margin: 0px 90px 10px 300px; padding: 10px; font-size: 70%; background-color: #95c400; }

/**** MENU ****/
div#menu { clear: both; text-align: left; color: #ffe1a1; }
div#menu ul { list-style-type: none; width: 168px; font-weight: bold; float: left; }
div#menu ul li { font-size: 0.8em; line-height: 1.2; }
div#menu ul li a { display: block; background-color: #73B700; width: 168px; color: #FFF8AF; text-decoration: none; padding: 5px; border-bottom: 1px solid #f6e325; border-left: 4px solid #f6e325; }
div#menu ul li a:hover { color: #000; background-color: #F6E325; border-left: 4px solid #73B700; }
div#menu a.first { border-top: 1px solid #f6e325; }

div#menu ul li.active a { color: #fff; }

/**** OTHERS ****/
div.errorMessage { color: #ff0000; padding: 8px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #E8E8E8; border: 1px solid #83929C; }
div.info { color: #00cc00; padding: 7px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #eee; border: 1px solid #00cc00; text-align: center; }
div#right_sidebar p { margin: 15px; }

div#breadcrumb { padding-top: 10px; padding-left: 60px; font-size: 0.8em; text-align: left; }

div#content ul { margin-left: 30px; }
div.photos img { margin: 5px; border: 4px solid #fff; }
p.more a { font-size: 0.8em; }

/**** PAGINATOR ****/
div.paginator { clear: both; margin: 10px auto 10px auto; text-align: center; }
div.paginator ul { list-style-type: none; white-space: nowrap; margin: 0 auto; display: table; }
div.paginator ul li { float: left; position:relative; margin: 1px; }
div.paginator ul li a { display:inline-block; text-align: center; width: 33px; border: 2px solid #785014; text-decoration: none; background-color: #C48321; color: #fff; }
div.paginator ul li a:hover { background-color: #785014; }
div.paginator ul li a.active { background-color: #785014; }

.fLeft { float: left; }
p.m20 { margin: 20px; }