/* ---------------------------------------------------

   AUTHOR           :  	Erwin Aligam
   WEBSITE          :  	http://www.styleshout.com/
   TEMPLATE NAME    : 	Bright Side of Life
   TEMPLATE CODE    : 	S-0005
   VERSION          :   1.1
   LAST DATE MOD    :   January 20, 2010

 ----------------------------------------------------- */

/* ---------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------ */

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 11px/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(/graphics/waterlevel_bg.gif) repeat-x;
	text-align: center;
}

/* links */
a:link, a:visited {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1, h2 { font-size: 1.5em; color: #6297BC; } 
/*h2 { font-size: 1.4em; text-transform:uppercase;}*/
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
p {
	font-size: 11.5px;
}
.readmore {
	text-align: right;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

ul.highlight{
	margin-left:10;
	padding-left:0;
	list-style:none
}

ul.highlight li{
	padding-left:20px;
	background-image:url(../graphics/icons/yusekamiyamane/icons-shadowless/tick-small.png);
	background-repeat:no-repeat;
	background-position:0 0.3em
}
ul.highlight{margin:0 0 0 10px;padding:0 0 0 0;list-style:none;border-bottom:1px solid #CCC;background:#EBF4FA;}
ul.highlight li{padding:3px 0 3px 20px;border-top:1px dashed #CCC;margin: 0 0 0 0;font-weight:bold;
	background-image: url(../graphics/icons/yusekamiyamane/icons-shadowless/tick-small.png);background-repeat:no-repeat;background-position:0 0.4em;}
	ul.highlight li.first{background-image: url(../graphics/icons/yusekamiyamane/icons-shadowless/control-stop-000-small.png);background-repeat:no-repeat;background-position:0 0.4em;background-color:#E8E8E8;
	margin: 0;
	color: #black;border-top:1px solid #CCC;
	}
	ul.highlight li:nth-child(even) { background-color: #F9F9F9; }

ul.midlight{margin:0 0 20px 10px;padding:0 0 0 0;list-style:none;border-bottom:1px dashed #CCC; width: 80%;}
ul.midlight li{padding:3px 0 3px 20px;border-top:1px dashed #CCC;margin: 0 0 0 0;font-weight:bold;
	background-image: url(../graphics/icons/yusekamiyamane/icons-shadowless/tick-small.png);background-repeat:no-repeat;background-position:0 0.4em;}

q {
	float:left; 
	width:14em; 
	display:block; 
	margin:0.25em 0.75em 10px 15px; 
	padding:0.3em; 
	border:1px double #CCC; 
	border-width:2px 0; 
	color:#333; background:none; 
	text-align:left; 
	font:italic 1.4em/1.5em Georgia;
}
	
p.error {
	color: red;
	background: #FFFFCC;
	border: 1px solid red;
	padding: 3px 3px 3px 3px;
}

p.warning {
	background: #FFFFCC;
	border: 1px solid #FFD700;
	padding: 3px 3px 3px 3px;
}
p.message {
	background: #FFFFCC;
	border: 1px solid #FFD700;
	padding: 3px 3px 3px 3px;
}
			
			
/* images */
img {
	background: #FAFAFA;
  border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

#header img.header-photo {
	margin: 10px 0 0 0;
	padding: 0;
	background: white;
	border: none;
}

img.no-background {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

/* Photo gallery */
div.gallery {
	width: 97%;
  margin: 0 0 10px 15px;
  min-height:120px;
	background: #FAFAFA;
  border: 1px solid #DCDCDC;
	padding: 1px;
  box-shadow: 2px 2px 2px #ccc;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
}

div.gallery p {
  text-align: left;
  font-size: 1.0em;
  text-indent: 0;
  margin-left: 125px;
}

div.gallery img.float-left {
  margin: 10px 15px 10px 10px;
	padding: 0;
	background: none;
	border: none;
}

div.gallery img.rating {
	margin-collapse; collapsed;
	padding-top; 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
	
}

div.gallery p.rating {
	text-align: right;
}

/* PAGINATION
  Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/css_pagination_links/*/

.pagination{
  padding: 2px;
  font-size: 0.6em;
}

.pagination ul{
  margin: 10px 0 10px 10px;
  padding: 0;
  text-align: left; /*Set to "right" to right align pagination interface*/
  font-size: 1.7em;
}

.pagination li{
  list-style-type: none;
  display: inline;
  padding: 0 3px 1px 0;
}

.pagination a, .pagination a:visited{
  padding: 0 5px;
  border: 1px solid #CCC;
  text-decoration: none; 
  color: #333;
	text-decoration:none;	
	background: #f2f2f2;
}

.pagination a:hover, .pagination a:active{
  border: 1px solid #2b66a5;
  color: #FFF !important;
  background-color: #6297BC;
}

.pagination a.currentpage{
  background-color: #6297BC;
  color: #FFF !important;
  border-color: #2b66a5;
  font-weight: bold;
  cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
  background-color: white;
  cursor: default;
  color: #D8D8D8;
  border-color: #E5E5E5;
  font-weight: normal !important;
}

.pagination a.prevnext{
  font-weight: bold;
}

/* http://www.w3.org/Style/Examples/007/figures */
div.figure {
	width: 60%;
  margin: 0 0 10px 10px;
	background: #FAFAFA;
  border: 1px solid #DCDCDC;
	padding: 1px;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

code {
  margin: 5px 0;
  padding: 10px 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 10px 5px 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
    font-style: italic;
}

/* form elements */
#filled form {
	margin:10px; 
	padding: 10px 0 0 10px;
	border: 1px dashed #BCBCBC; 
	background-color: #FAF7F5;
}
#filled label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#filled input, select {
	padding: 3px 5px;
	border:1px solid #7A7A7A;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#filled textarea {
	width:300px;
	padding: 3px 5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #7A7A7A;
	display:block;
	color:#777;
}
#filled form input.button { 
	margin: 0 0 10px 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 5px 3px;
	color: #4284B0;	
	cursor: pointer; cursor: hand;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 10px 0 0 0 0; 
	padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	color: #333; 
	vertical-align: top;
	padding:4px 4px 2px 25px;
	background:#FFFFFF url(/graphics/magnifying_glass.png) no-repeat 4px 4px;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #FFFFFF url(/graphics/waterlevel_headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 10px 0 0 65px; 
	padding: 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 57px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

#header a.main-logo {
   background-color: white;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header #horiz_nav a.top_tier {
   float:left;
   background: url(/graphics/waterlevel_tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#header #horiz_nav a.top_tier span {
   float:left;
   display:block;
   background: url(/graphics/waterlevel_tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #horiz_nav a.top_tier span {float:none;}
/* End IE5-Mac hack */
#header #horiz_nav a.top_tier:hover span {
	color:#FFF;
}
#header #horiz_nav a.top_tier:hover {
   background-position:0% -42px;
}
#header #horiz_nav a.top_tier:hover span {
   background-position:100% -42px;
}
#header #horiz_nav #current a.top_tier {
   background-position:0% -42px;
	color: #FFF;
}
#header #horiz_nav #current a.top_tier span {
   background-position:100% -42px;
	color: #FFF;
}

/* end menu tabs */

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 70%;		
}

table {
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
	align: left;
	}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/graphics/waterlevel_clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/graphics/waterlevel_comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/graphics/waterlevel_page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both;
    color: #fff;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a:link, #footer a:visited  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
  color: #333;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

// Standard 3 col fieldset
fieldset {  
  width: 91%;
  } 

fieldset ol {  
  padding: 10px 10px 0 0;  
  list-style: none; 
  } 
  
fieldset li {  
  padding-bottom: 1em;
  padding-top: 10px;
  font-family: 'verdana', sans-serif;
  font-size: 8pt; 
  } 
  
fieldset.submit {  
  border-style: none; 
  }

fieldset legend {
	font-family: 'verdana', sans-serif;
  font-size: 10pt;
 	}

fieldset.two_col 	{
	padding: 10px;
  margin: 10px 0 10px 10px;  
  width: 550px;
  } 

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.price {	color: #9EC630;font-size:150%; }
.gray  {	color: #BFBFBF; }

