html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block; }

nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }
input, select { vertical-align: middle; }



/* 
 * fonts.css from the YUI Library: developer.yahoo.com/yui/
 */

body { font: 13px/1.231 sans-serif; *font-size: small; }
select, input, textarea, button { font: 99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }



/* 
 * minimal base styles 
 */

body, select, input, textarea { 
  color: #444; 
  font-family: Arial, serif; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { font-size: smaller; vertical-align: sub; }
sup { font-size: smaller; vertical-align: super; }

pre { 
  padding: 15px; 
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }
 
textarea { overflow: auto; }

.ie6 legend, .ie7 legend { margin-left: -7px; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }

input:valid, textarea:valid {}
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*
::-moz-selection{ background: #FF5E99; color: #fff; text-shadow: none; }
::selection { background: #FF5E99; color: #fff; text-shadow: none; } 
*/
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

.ir {
  background-repeat: no-repeat;
  display: block;
  direction: ltr;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }
.visuallyhidden {
  position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }

.c:before, .c:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; } 
.c:after { clear: both; }
.c { zoom: 1; }

.l, .r { float: left; display: inline; position: relative; }
.r { float: right; }

.b { border: 1px solid red; }
.bt { border-top: 1px solid transparent; }
.h { display: none; }

/*
 * Print Styles
 */

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/*
 * Primary Styles
 */
 
body {
	color: #2e2e2e;
	font: 12px/150% Arial, Helvetica, sans-serif; }
	
a:link {
	color: #369; }
a:visited {}
a:hover {
	text-decoration: none; }
a:active {}

.l-wrapper {
	margin: 0 auto;
	width: 1004px; }
	
header {
	position: relative; }
	
.b-enter {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 50px;
	padding: 10px 15px;
	-moz-border-radius: 8px; border-radius: 8px;
	background: #fff;
	text-align: left;
	top: 40px; }
#login_button {margin: 7px 0px;}
	
.l-content {
	margin-top: 28px; }
	
.l-side-bar {
	background: #fffcf3;
	border: 1px solid #eee9d9;
	font-size: 11px;
	margin-left: 0px;
	padding: 17px 21px 30px;
	width: 134px; }
	.l-side-bar .a-more {
		margin-top: 15px; }
	
h3 {
	color: #65582c;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal; }
	h3 img {
		margin-right: 5px; }
		
.l-side-bar a {
	color: #599100;}
.l-side-bar a.menu {
	display: block;
	width: 100px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold; }
.l-side-bar a:hover {
	text-decoration: none; }
	
.l-side-bar span.end {text-decoration: line-through;}
		
h5 {
	color: #cf6b00;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-top: 12px; }
	
.l-main-bar {
	margin-left: 33px;
	width: 780px; }

ul.userlist { margin: 0px; padding: 0px; }
ul.userlist li {
	list-style: none;
	display: block;
	width: 175px;
	height: 240px;
	float: left;
	text-align: center;
	margin: 0px 20px 10px 0px;
}

ul.userlist2 { margin: 0px; padding: 0px; }
ul.userlist2 li {
	list-style: none;
	display: block;
	width: 360px;
	height: 360px;
	float: left;
	text-align: center;
	margin: 0px 20px 10px 0px;
}

ul.photolist { margin: 0px; padding: 0px; }
ul.photolist li {
	list-style: none;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	text-align: center;
	margin: 0px 15px 8px 0px;
}

p {margin-bottom:10px;}
#pages {font-size: 12pt; margin-top: 10px; line-height: 24px;}
#pages a {margin-left: 3px; color: #506883;}
#pages a.active {color: #336; text-decoration: none;}

h1 {
	color: #c26500;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 19px; }
hr {
	background: #f3f0e5;
	border: none;
	height: 11px;
	margin: 15px 0 45px; }
	
footer {
	background: url(../_images/footer_bg.jpg) left top repeat-x;
	color: #fff;
	font-size: 10px;
	font-family: Verdana;
	height: 46px;
	padding: 15px 0 0;
	text-align: center; }
	footer a {
		color: #fff; }
	
.b-copy {color: #78d007; }