/*
Theme Name: Scuba
Theme URI: 
Description: 
Version: 1.0
Author: Rafal Rak
Author URI: 
Tags: blue

*/


.alignleft { float: left; }
.alignright { float: right; }

.textleft { text-align: left; }
.textright { text-align: right; }

.clear { clear: both; height: 2px; }

.hidden { display: none; }


a {
  text-decoration: none;
  color: #6E7AEF;
}

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
  color: #666;
  background-color: white; 
  margin: 0;
}

/*#wrap {
	background: #CCC url(images/content.jpg) repeat-y center top;
  border: 1px solid green;
}*/

#page {
	background: none;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

#header {
  background: white url('images/top.jpg') no-repeat top center;
	margin: 0;
	padding: 0;
	height: 155px;
}

#header form {
  float: right;
  margin-top: 10px;
}

#header .navigation {
  float: right;
  margin: 93px 0 0 0;
  clear: both;
  white-space: nowrap;
}

#header .navigation ul {
  display: inline;
  list-style-type: none;
}

#header .navigation li {
  display: inline;
  border-right: 1px solid #A9C5FF;
  padding: 0 5px 0 5px;
}

form input {
  font-size: 10px;
}

#content {
  float: left;
  width: 560px;
  padding: 0 10px 0 0;
  line-height: 150%;
  text-align: justify;
}

#content a {
  text-decoration: none;
  /*color: #A9C5FF;*/
}

#content h1 {
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  border-bottom: 1px solid #A9C5FF;
  padding: 0 0 2px 0;
  margin: 0 0 4px 0;
}

#content h2, 
#content .ics-events .date-time {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0px 4px 30px;
  margin: 5px 0 0 0;
  background: white url('images/scuba-mask.png') no-repeat scroll center left;
}

#content .post {
  margin-bottom: 15px;
}

#content .postcontent h1 {
  font-size: 16px;
  padding: 10px 0 2px 0;
}

#content .postcontent h2 {
  font-size: 14px;
  padding: 4px 0 2px 0;
}

#content .postcontent h3 {
  font-size: 12px;
  padding: 2px 0 2px 0;
}

#content .postcontent p {
  padding: 1px 0 1px 0;
  margin: 0;
}

#content .postcontent h1, #content .postcontent h2, #content .postcontent h3 {
  font-weight: bold;
  margin: 0;
  border: none;
  background: none;
}

#content .postmetadata {
  font-size: 10px;
}

#sidebar {
  float: right;
  width: 200px;
  padding: 0;
  font-size: 10px;
}

#sidebar  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widgettitle {
  background-color: #64B006;
  display: block;
  padding: 3px 3px 3px 3px;
  margin: 0 0 2px 0;
  font-weight: bold;
  color: white;
}

.widget {
  margin: 0 0 15px 0;
  padding: 1px;
  border: 1px solid #64B006;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .widget ul { # first 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar .widget ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.widget li {
  margin: 0;
  padding: 2px 2px 2px 2px;
  border: none;
}

#sidebar a {
  text-decoration: none;
  color: #6497FF;
}

#footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #A9C5FF;
}

ul.ics-events {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.ics-events li {
}

.ics-events .event-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
  margin: 0;
}

.widget .widget_link {
  margin: 2px 0 0 2px;
  padding: 0;
}

input.button {
  border: 1px solid #ccc;
}

input.text {
  border: 1px solid #ccc;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */ 

.highlight {
  background-color: yellow;
}

#rss-link {
  font-size: 12px;
  float: right;
  margin-top: -25px;
}

#rss-link a {
  padding: 2px 2px 2px 20px;
  background: white url('images/rss-icon-15x15.png') no-repeat center left;
}

#content.wide {
  width: 770px;
}

blockquote {
  font-style: italic;
}

