/* 
Theme Name: 2C Left - Default
Theme URI: http://www.easywebtutorials.com/blogging-tutorial/themes.php
Description: A basic, clean, easily customizable layout, sidebar on the left side.
Author: Guido W. Stiehle
Author URI: http://www.easywebtutorials.com/
*/

body {
  	background-color: #000;
  	font-family: Verdana, Tahoma, sans-serif;
  	font-size: 12px;
  	color: #FFFFFD;
  	margin: 10px;
  	padding: 0;
}

#wrapper {
  	width: 100%;
  	margin: 0 auto;
 	border: 1px solid #CDCDCD;
 	padding: 0;
}


/* - - -   HEADER STYLES  - - - */


#header {
	background-color: #000000;
	border-bottom: 1px solid #CDCDCD;
	padding: 0;
	height:100%;
}

#header p {
	margin: 15px 30px;
	padding: 5px;
}

.blogname {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 26px;
	color: #CDCDCD;
}

.blogslogan {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #FFFFFD;
}


/* - -  Hyperlinks inside Header - - */


#header a:link, #header a:active, #header a:visited {
	color: #CDCDCD;
	text-decoration: none;
}

#header a:hover {
	color: #CDCDCD;
	text-decoration: none;
}

#header a img {
	border: none
}


/* - - - - - - - - - - - - - - -
	GENERAL TEXT STYLES 
   - - - - - - - - - - - - - - - */

/* - - Hyperlinks - - */

a:link	{ 
	text-decoration: underline; 
	color: #FFFFFD;
}

a:active { 
	text-decoration: underline; 
	color: #0000CC; 
}

a:visited { 
	text-decoration: underline; 
	color: #CDCDCD;
}

a:hover { 
	text-decoration: underline; 
	color: #0066FF; 
}

a img {
	border: none;
}


/* - -  Headings  - - */


h1 {
  	font-size: 20px;
  	font-family: Verdana, Tahoma, sans-serif;
  	color: #333333;
  	margin: 5px 0;
  	padding: 0;
}

h2 {
  	font-size: 18px;
  	font-family: Verdana, Tahoma, sans-serif;
  	color: #CDCDCD;	
  	margin: 5px 0;
  	padding: 0;
}

h3 {
  	font-size: 16px;
  	font-family: Verdana, Tahoma, sans-serif;
  	color: #CDCDCD;
  	margin: 5px 0;
  	padding: 0;
}

h4 {
	font-size: 14px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #FFFFFD;
	margin: 3px 0;
  	padding: 0;
}


/* - -  Paragraphs and List Items - - */


p, li, {
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	color: #FFFFFD;
}


/* - -  Misc. Elements - - */


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

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
}

blockquote {
	border-left: 2px solid #99CCFF;
	background: #000000;
	margin-left: 10px;
	padding: 2px;
}

cite {
	font-size: 90%;
}


/* - - - - - - - - - - - - - - - - - -
	MAIN TABLE STYLES
   - - - - - - - - - - - - - - - - - -

/* - -  The Table - - */

#main {
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}


/* - - - -  The CONTENT Table Data Cell - - - - */

.content {
  	vertical-align: top;
  	background-color: #000000;
  	padding: 10px;
  	margin: 0;
}


/* - -  Everything inside the Content Table Cell - - */

.content p {
}

.post, .comments-post {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
}

.storytitle a:link, .storytitle a:active, .storytitle a:visited {
	color: #CDCDCD;
	text-decoration: none;
}

.storytitle a:hover {
	color: #999999;
	text-decoration: underline;
}

.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: #FFFFFD;
	font-weight: normal;
	letter-spacing: 0;
}


.storycontent {
}

.storycontent p {
}

.feedback {
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: 12px;
}

ul.post-meta {
	list-style: none;
}

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


/* - -  The Comments - - */

#comments h3 {
	font-size: 14px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #CDCDCD;
}

#comments p {
}



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


/* - -  The Comment Form - - */

#commentform  #comment{
  width: 95%;
  height: 90px;
  background-color:#FFFFFD;
  margin:0;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #000000;
	border: 1px solid #CDCDCD;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
}


/* - - - - - - - - - - - - - - - - 
	SIDEBAR STYLES
   - - - - - - - - - - - - - - - - */
   
.menu {
  	width: 261px;
  	vertical-align: top;
  	background-color: #000000;
  	border-right: 1px solid #CDCDCD;
  	padding: 0;
}


.nav {
  	padding: 0;
}

#hmenu {
  	margin: 0;
  	padding: 0;
}

#hnav {
  	margin: 0;
  	padding: 0;
}


/* - - Search Form - - */

.nav form {
	margin: 0;
}

.nav input#s {
	width: 90%;
	background: #000000;
	border: 1px solid #CDCDCD;
	color: #FFFFFD;
}


/* - - Subheadings - - */

.nav h2, .nav h3, .nav h4 { 
	color:#FFFFFD;
	font-size: 14px;
        font-family: Verdana, Tahoma, sans-serif;
	margin: 10px 5px 5px 0;
	padding-bottom: 2px;
        text-decoration: underline;
}


/* - - List Styles - - */

.nav ul {
	color: #FFFFFD;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
	text-transform: none;
}	
  
.nav ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* - - List Items (Text) - - */

.nav ul ul li {
	border: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Tahoma, sans-serif;
	margin-bottom: 3px;
	padding: 0;
}


/* - - Sidebar Hyperlinks - - */

.nav ul ul li a:link, .nav ul ul li a:active {
	color: #FFFFFD;
	text-decoration: underline;
}

.nav ul ul li a:visited {
	color: #CDCDCD;
	text-decoration: underline;
}

.nav ul ul li a:hover {
        color: #0066FF;
	text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - 
	FOOTER STYLES
   - - - - - - - - - - - - - - - - */

#footer {
  	border-top: 1px solid #CDCDCD;
  	margin-bottom: 0;
  	background: #000000;
  	text-align: center;
  	padding: 2px;
}

#footer p {
  	margin: 3px;
  	padding: 1px;
}

.credit {
  	font-size: 11px;
  	color: #CDCDCD;
  	text-align: right;
  	margin-bottom: 0;
}

.credit a {
	color: #CDCDCD;
	text-decoration: none;
}


/* - - - - - - - - - - - - - - - - 
	THE CALENDAR
   - - - - - - - - - - - - - - - - */

#wp-calendar {
	border: 1px solid #DDDDDD;
	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: #3399EE;
	color: #333333;
}

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

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

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

#wp-calendar td:hover, #wp-calendar #today {
	background: #999999;
	color: #FFFFFD;
}

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

body{margin:20px auto; padding:0; color:#CDCDCD; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px}
.main-table{border:1px solid #CDCDCD; border-width:1px 1px 0px 0px; background:#000000}
.td-brd{border:1px solid #CDCDCD; border-width:0px 0px 1px 1px; }
a{color:#3366CC; text-decoration:none}
a:hover{color:#cdcdcd; text-decoration:none}
ul.news{padding:0; margin:0}
ul.news li{padding:0; margin:0; list-style:none}

.textbox{border:1px solid #fff; height:16px; font-size:11px; padding:0px 3px; width:242px; }
.btn{background:#4664BE; border:none; padding:2px 18px; margin:0px; color:#FFFFFF; font-size:11px; text-align:center}

.titleHeader{
	color:#B9B2DB;
	font-size:20px;
}