/* ---------------------
 * generic page elements
 * ---------------------
 */

BODY {
	/* use margin-left and margin-top to position the whole page relative to 
	 * the topleft 0,0 position. 
	 */
	background-color : #aed0e3;/* light-blue */
 	margin-left: 20;
 	margin-top: 20; 	
}

TABLE {
	border: 0px solid black;
 	border-spacing: 0px;
 	padding: 0px;
}

TR {
	vertical-align: top;	
}

TD {
	vertical-align: top;	
	padding: 0px;
}

.separator {
	height : 10; /* for the horizontal separator size */
	width: 10;/* for the vertical separator size */
	background-color : #aed0e3; /* light-blue */
}

.img-filler {
	border: 1;
	width: 1;
	height: 1;
}

/* this table cel is used for all main blocks (red, blue, green and orange)
 * it creates a white border around the blocks
 */
.table-cel {
	border: 7px solid white; /* border size */
	width: 100%;
	height: 100%;
 	border-spacing: 0px;
 	padding: 0px;	
}

/* -------------------------------
 * COLUMN 1: red above blue block. 
 * red:
 * blue: alternating pictures with pre-defined size
 * -------------------------------
 */
 
 .table-col1 {
	border: 0px solid black;
	width: 100%;
 	border-spacing: 0px;
 	padding: 0px;
}

.column1 {
	 width: 279;/* width for column 1 */
	 vertical-align: top;
}

.mainmenu {
	font: 20px Arial, Verdana;
	text-transform: uppercase;
	font-weight:900;
	color: white;
	text-align: right;	
	padding:  15px 25px 5px 5px; /* top right bottom left */
}

.mainmenu A:link { 
	color: white;
	text-decoration: none;
 }

.mainmenu A:visited { 
	color: white;
	text-decoration: none;
 }

.mainmenu A:active { 
	color: white;
	text-decoration: none;
 }

.mainmenu A:hover {
	color: #c3c3c3;/* gray */
	text-decoration: none;
}


.cell1 {
	background-color : #8e1d0f;/* red */
	height: 175;/* height for column 1 top cel 1 */
	width: 100%;
}

.cell2 {
	background-color : #7190d0;/* blue */
	height: 367;/* height for column 1 bottom cel 2 */
	width: 100%;
}

/* --------------------------
 * COLUMN 2: green block
 * green: navigation, sidebar
 * --------------------------
 */
.table-col2 {
	border: 0px solid black;
	width: 100%;
 	border-spacing: 0px;
 	padding: 0px;
}

.column2 {
	 width: 249;/* width for column 2 */
	 vertical-align: top;
}

.cell3 {
	background-color : #17600f;/* green */
	height: 600;/* default height for column 2 navigation cel 3 */
	width: 100%;	
}

.menunavigation {
	padding:  15px 5px 5px 5px; /* top right bottom left */
}


/* ----------------------
 * COLUMN 3: orange block.
 * orange: posts, content
 * height is minimum but stretches, depending on posts height
 * ---------------------- 
 */
.table-col3 {
	border: 0px solid black;
	width: 100%;
 	border-spacing: 0px;
 	padding: 0px;	
}
.column3 {
	 width: 500; /* width for column 3 */
	 vertical-align: top;
}

.cell4 {
	background-color : #c09000;/* orange */
	width: 100%;
	padding: 0px 5px 0px 5px;
}

/* -------------------------------
 * copied from original xslide.css
 * -------------------------------
 */

#content a:hover, a {
	color: #fff;
    text-decoration:none;
}

A img {
	border: none;
}

A:visited {
	color: #999;
    text-decoration:none;
}



#content a, a:hover {
	color: #000;
    text-decoration:none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}


acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #aed0e3; //#ccc;
	margin-left: 20px;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	
	font: 11px Trebuchet ms, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	font-weight:bold;
	color:#333;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h1 {
	border-bottom: dotted 1px #000;
	font-family: Trebuchet ms, Times, serif;
	font-size:16px;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 12px verdana,'Lucida Sans Unicode', Verdana, sans-serif;
	
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #aed0e3; //#ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 11px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 98%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}


#menu {
text-align:center;
color:#666;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu h2 { 
	color: #fff;
	margin: 0;
	padding: 2px;
text-transform:uppercase;

}

#menu {
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 2px;
    text-transform:uppercase;
}

#menu li {
	font: 16px trebuchet ms, Arial;
	letter-spacing:1px;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #aed0e3; //#ccc;*/
}

#menu ul {
text-transform:none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	border: 0;
	font: 12px Verdana, sans-serif;
	color:#aed0e3; //#ccc;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul li a {
	color: #aed0e3; //#ccc;
	text-decoration: none;
}

#menu ul li a:hover {
	border-bottom: 1px solid #fff;
}

#menu ul ul.children {
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #aed0e3; //#ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

