/*
    Theme Name: Underwater
	Theme URI: http://underwa.ter.net/journal
	Description: A two column theme for underwa.ter.net
	Author: Cor Bosman
	Author URI: http://underwa.ter.net
	Version: 1.0.0
*/

/* zero out all tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
        margin: 0;
        padding: 0;
        border: 0;
}

html {
        height:100%;            /* bugfix for center problem in firefox */
}

/* specific settings for the body tag. These are sitewide defaults */
body {
        text-align:center;                                                      
        /* this is a hack for IE5 to center the wrapper */
        min-width:780px;                                                        
                /* this is a hack for mozilla */
        background-color: #282828;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#ffffff;
        overflow: -moz-scrollbars-vertical;
        min-height: 101%;
}

/* this is the wrapper that will contain our actual site */
#container{
        width:778px;
        background-color:#282828;
        margin: auto;
        color:#FFFFFF;
}

/* navbar settings */
#navbarcontainer {
}

#navbar {
        color:#FFFFFF;
        background-color:#282828;
        border-bottom:1px solid #ffffff;
}

#navbar ul {
        padding: 10px 0 5px 0;
        margin: 0;
        background-color:#282828;
        text-align:right;
}
#navbar ul li{
        display: inline;
        padding: 0;
        margin: 0;
}
#navbar ul li a{
        font-size: 85%;
        color: #ffffff;
        background-color: #282828;
        text-decoration: none;
        padding: 0 5px 0 5px;
        text-align: right;
        width: 9em;
} 

#navbar ul li a:hover, #nav ul li a:focus{
        color:#c0c0c0;
}

p {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 12px;
}

a {
	color: #67DBEF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* wordpress css */

#contentpadding {
	margin-top: 50px;
}

#content {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0 0;
	width: 570px;
	font-size: 11px;
}

#content table {
	width: 570px;
	text-align: justify;
	border: 1px solid #333333;
}

.contentheader {
	text-align: center;
	border-bottom: 1px solid #333333;
	background-color: #555555;
}

#sidebar {
	padding: 0px 0px 10px 0px;
	margin-left: 580px;
	width: 195px;
}

#postings {
	margin: 20px 0px 0px 0px;
}

.post {
	margin-top: 30px;
}

.journaltitle {
	padding: 5px 3px 5px 3px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;	
	text-align: justify;
	margin-bottom: 11px;
	background-color: #333333;
}
.journaltitle a {
	color: #ffffff;
	text-decoration: none;
}

.journaltitle a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

.journalentry {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
}

.journalentry blockquote { 
	border-left: 5px solid #777; 
	margin-left: 1.5em; 
	padding-left: 5px;
}

.categorytitle {
	font-size: 11px;
	font-style: italic;
}

.postmetadata {
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
}


#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 95%;
    padding: 2px;
}

#sidebar {
	font-size: 10px;
}

/* widgets archives */

#sidebar .widget {
	border: 1px solid #333333;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: left;
	list-style-type: none;
}

#sidebar .widget ul {
	list-style-type: none;
	padding: 5px 0px 5px 5px;
}

#sidebar .widgettitle {
	fonts-size: 10px;
	border-bottom: 1px solid #333333;
	font-weight: normal;
	background-color: #555555;
	text-align: center;
}

/* rss photo css  */
#photo_sb-312538121 {
	border: none !important;
}
#photo_sb-312538121 .widgettitle {
	border-bottom: none;
}
#photo_sb_wrapper-312538121 a img {
	border: none;
}

/* facebook */
#text-321095131 {
	border: none !important;
}

/* end of archives */

/* calender css */
#calendar .widgettitle {
	display: none;
}
#calendar_wrap {
	margin-top: 5px;
}


/* journalrss */
#journalrss {
	font-size: 10px;
	text-align: left;
}
#journalrss img {
	border: none;
	margin: 0 3px 0 0;
}

#footer {
	font-size: 9px;
	clear: both;
	text-align: right;
	margin-top: 60px;
}

#powered {
	margin-top: 5px;
	text-align: left;
}

/* search css */
#wp_searchform {
	margin: 5px 0 5px 0;
}
#wp_searchform form {
	margin: 0;  /* for IE, Opera, ... */
}
#wp_searchform .equal { 
	vertical-align: middle; /* for IE */
}
#wp_searchform #txt2 {
	background-color: white;
	border: none;
}
* html #wp_searchform #txt2 { /* for IE only */
	padding: 2px 0;
}
#wp_searchform #btn2 {
	paddimg: 0 1px 0 1px;
	color: #ffffff;
	background-color: #282828;
	border: none;
}

/* share this CSS */

#akst_form {
	font-size: 12px;
}

#akst_form ul.tabs li.selected {
	background: #cccccc !important;
}
#akst_form ul.tabs li {
	background: #aaaaaa !important;
}

/* end of share this */

#contact {
	background-color: #666666;
	padding: 10px 10px 0px 10px;
	margin-top: 30px;
	overflow: none;
}
#contact .contactdesc {
	background-color: #666666;
	font-size: 13px;
}
#contact .contactdesc img {
	border: 1px solid white;
	margin: 0 20px 150px 0;
}
#contact .post {
	margin: 0;
}
#contact p {
	padding: 0;
	margin: 0 0 10px 0;
}
.contactedit {
	font-size: 9px;
	text-align: right;
}

#emailform {
	text-align: left;
}

#guestbook {
	margin-top:60px;
	float: right;
	width:240px;
	text-align:center;
	font-size:0.7em;
}
#guestbook a {
	text-decoration: underline;
	font-weight:bold;
	color: #ffffff;
}
#guestbook ul {
	margin-left: 60px;
	text-align: left;
}
#guestbook ul li {
	margin-bottom: 10px;
}

#projects {
    background-color: #666666;
    padding: 10px 10px 0px 10px;
    margin-top: 30px;
    overflow: none;
}
#projects .contactdesc {
    background-color: #666666;
    font-size: 13px;
}
#projects ul {
	font-size: 13px;
    text-align: left;
    list-style-type: decimal;
    list-style-position: inside;
}

#projects .projects_potw {
    float: left;
    padding: 10px 10px 10px 0px;
}
#projects .projects_potw_padding {
   margin-top: 20px;
}
#projects .post {
    margin: 0;
}

#projects table {
	width: 90%;
	margin-top: 50px;
	background-color: #cccccc;
	border: 1px solid #ffffff;
}
#projects table th {
	background-color: #aaaaaa;
}
#projects table td {
	background-color: #999999;
}

.imageleft {
	float: left;
	margin-right: 15px;
}

.imageright {
  float: right;
  margin-left: 15px;
}

.roundcube-plugin {
  border: none !important;
  text-align: left;
}
.roundcube-plugin tr td {
  padding-left: 5px;
}

  
.roundcube-link {
    font-size: 11px;
}

#ancient {
  font-size: 11px;
  text-align: justify;
}

.aligncenter {
  text-align: center;
}
