
/*
Theme Name: Graylagoon
Theme URI: http://www.sureshjain.wordpress.com
Description: theundisputed...
Version: 0.1
Author: Suresh kumar
Author URI:
*/


*{
	font-family: Courier, "Courier New", monospace;
 	font-size:12px;
	margin:0;
	padding:0;
 }
body {
	background:#000 repeat;
}
#outline {
	position:relative;
	z-index:1;
	width:1060px;
	height:auto;
	margin:200px auto;
	}


/*a, a:visited { 
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
*/

#container {
	position:relative;
	z-index:10;
	background: #ffffff;
	margin-top:-80px;
	height:auto;
	}
#header {
	position:relative;
	z-index:13;
	background-color:#223546;
	height:88px;
	width:511px;
	}
#subheader {
	position:relative;
	z-index:12;
	background:url(images/content_blau.png) no-repeat;
	width:1060px;
	height:20px;
	margin-top:-15px;
}
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Courier, "Courier New", monospace;
	font-weight: bold;
	margin: 0px;
	}
h1 span {
	display:none;
}
h1 a {
	text-decoration:none;
	height:88px;
	width:511px;
	display:block;
}
h1 {
	height:88px;
	background:url(images/logo_blau.png) no-repeat;
}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

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

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
	}
/* ################################### CONTENT ################################### */

#content { 
	background: #fff;
	width: 600px; 
	margin:50px;
	margin-top:50px;
	float: left; 
	height:auto;
}

#content p{
	font-family: Courier, "Courier New", monospace;
	margin:0px;
	line-height: 18px;
	padding: 0px 0px 20px 0px;
}

#content p a {
	color:#611f80;
	text-decoration:none;
}
#content p a:hover {
	color:#e1017a;
	text-decoration:underline;
}
/*
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
}
*/
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Courier, "Courier New", monospace;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
}
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
}
#content h1 a:hover {
	color: #999999;
	text-decoration: none;
}

#content h2 {
	color:#000;
	font-size:20px;	
	font-family: Courier, "Courier New", monospace;
	color: #e1017a;
	margin-bottom:20px;
}

#content h2 a  {
	color: #611f80;
	font-size:20px;
	text-decoration: none;
}

#content h2 a:hover {
	color: #e1017a;
	background: none;
	text-decoration: underline;
}

#content h3 {
	color: #000;
	font-size: 14px;
	font-family: Courier, "Courier New", monospace;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #999999;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

.alt a {
	color: #e1017a;
	text-decoration: none;
}
.alt a:hover {
	color: #611f80;
	background: none;
	text-decoration: underline;
}

/* ################################### SIDEBAR ################################### */

#sidebar {
	color: #000000;
	width: 250px;
	float: left;
	margin: 50px 20px 20px 20px;
	padding:0px 30px 20px 30px;
	text-align: left;
}

#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
    text-align:justify;
}

.widgettitle {  /* war vorher sidebar h2, aber in function.php umgeändert */
	color: #019cdf; /*blau*/
	font-size:15px;
	font-weight:bold;
	font-family:Courier, "Courier New", monospace;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color:#e1017a; /*pink*/
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #611f80;	/*lila*/
	text-decoration: underline;
	}

#searchform {
	padding: 0 0 20px;
}
.searchform {
	color: #019cdf; /*blau*/
	font-size:15px;
	font-weight:bold;
	font-family:Courier, "Courier New", monospace;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

#sidebar_image {
	margin-left:30px;
	margin-bottom:30px;
}

/* ################################### FOOTER ################################### */
	
#footer { 
	color:#000;
 	font-size:12px;
	padding: 20px 20px 20px 20px;
	height:5px;
	clear:both;
	background-color:#fff;
	/*border-top: 3px solid #019cdf;*/
}
#footer_text {
	display:block;
	text-align:center;
	margin-top:-13px;
}
#footer a {
	color:#FFF; 
	background-color:#019cdf; 
	}
#footer a:hover {
	color:#019cdf;
	background:none;
}
#footer a:link, a:visited, a:active {
	text-decoration:none;	
}

#nach_oben {
	display:block;
	text-align:right;
}

/* ################################### NAVIGATION ################################### */
	
#navcontainer {
	position:relative;
	z-index:-1;
	margin-left:600px;
	margin-top:-195px;
	width:500px;
	height:287px;
}
#navcontainer li {
	float:left;
}

#navlist {
	list-style:none;
}
#navlist a {
	font-family: Courier, "Courier New", monospace;
	text-decoration:none;
}
#navlist a span {
	visibility:hidden;
	} 
/*#navlist a:hover {
	background-image:url(images/about-mouse_over.png);
}*/

/* Navigations_Bilder */
#about {
	display:block;
	height:272px;
	width:121px;
	background:url(images/about_link_frau.png) no-repeat;
	
}
#portfolio {
	display:block;
	height:272px;
	width:163px;
	background:url(images/portfolio_link_kreis.png) no-repeat;
	margin-left:20px;
}
#blog {
	display:block;
	height:272px;
	width:79px;
	background:url(images/blog_link_wolke.png) no-repeat;
	margin-left:10px;
}
#links {
	display:block;
	height:272px;
	width:66px;
	background:url(images/links_link_pfeil.png) no-repeat;
	margin-left:5px;
}
