/*

Theme Name: CMS theme	

Theme URI: http://www.bos89.nl/1088/

Description: Demonstration of CMS capabilities of Wordpress

Version: 1.0

Author: Martijn Stegink

Remarks: navigation styling is in separate files

*/



/* GENERAL ELEMENTS */



* {

	margin: 0;

	padding: 0;

}



body {

	

	font-family: Courier New, Times, Verdana, Helvetica, sans-serif;

	font-size: 17px;

	font-weight: none;

        color: #000;

        line-height: 130%;

	background: #ffffff 

        url(http://streetparty.tv/artwork/collage.jpg)

        repeat fixed top;



/* 

url(http://i29.photobucket.com/albums/c285/whitegirllust/WGLWallpaper.jpg)  */



}





H1 {

        font-family: Courier New, Times, "Lucida Grande";

	font-weight: bold;

	font-size: 150%;

        letter-spacing: 6px;

}



H2 {

        font-family: Courier New, Times, "Lucida Grande";

	font-weight: bold;

	font-size: 120%;

        letter-spacing: 2px;        

}



H3 {

        font-family: Courier New, Times, "Lucida Grande";

	font-weight: bold;

	font-size: 110%;

}



p, ul {

	margin: 4px 0 10px 0;

}



ul, ol {

	margin-left: 17px;

}



a {

	color: #ff0099;

}



a:hover {

	text-decoration: none;

	color: #ff0099

}



code {

	font-family: "Courier New";

	font-size: 130%;

	display: block;

}



/* STRUCTURE */



#container {

	width: 925px;

	margin: 20px auto;

	background: #fff;

	border: 10px #fff solid;

	text-align: left;

}

#page{

       width:680px;

       align: left;

}



#weblog, #search, #archive, #sidebar {

	padding: 0 20px;

        

}



br.clear {

	clear: both;

}



/* HEADER */



#header {

	height: 145px;

}



#header h1 {

	padding: 30px 0 10px 20px;

	font-size: 55px;

        letter-spacing: 3px;

}



#header h1 a {

	color: #000;

	text-decoration: none;
	
	background:white;

}

#header h1 a:hover{
	color:white;
	background:black;
}



#header p {

	padding: 0px 20px 10px;

	margin: 0;

	font-size: 130%;

}



#topsearch {

	width:  105px;

	float: right;

	margin: 0 35px 0 0;

	padding: 10px;

}



#searchsubmit {

	display: none;

}



#s {

	width: 120px;

}



#searchform label {

	color: #fff;

	display: block;

}



/* SIDEBAR */



#sidebar {

	width: 200px;

	padding: 10px 10px 0 20px ;

	float: right;

}



#sidebar ul {

        font-size: 12px;

	margin-left: 0;

	margin-top:  0;

}



#sidebar li {

	list-style: none;

}



/* SIDEMENU */



#sidemenu {

	width: 140px;

	padding: 3px 10px 0 20px ;

	float: right;

}



#sidemenu ul {

	margin-left: 0;

	margin-top:  0;

}



#sidemenu li {

	list-style: none;

}



/* SPECIAL PAGE STYLING */



img {

	padding: 5px;

	border: 1px #ccc solid;

}



img.right {

	float: right;

	margin: 2px 0 10px 10px;

}



img.left {

	float: left;

	margin: 2px 10px 10px 0;

}



/* NEWS */



#news {

	width:  200px;

	float: right;

	margin: 0 10px 0 20px;

}



#news h1 {

	font-size: 120%;

	margin-bottom: 5px;

}



/* WEBLOG */



.post {

	margin-bottom: 45px;

}



.edit {

	float: right;

}



#weblog {

    margin-top: 12px;

	width: 600px;


}



#weblog h1 {

        font-size:110%;

	margin-bottom: 9px;

	font-weight: bold;

}



#weblog h1 a {

	text-decoration: none;

}



/* COMMENTS */



#comment {

	width: 420px;

}



#commentlist {

	margin: 0;

}



#commentlist li {

	list-style-type: none;

}



.commenttext {

	background: #e5f5fd;

	border-top: #D3ECF9 2px solid;

	padding: 8px;

	margin-top: 10px;

	color: #333;

}



/* ARCHIVE */



#archive li {

	list-style-type: none;

}



/* FOOTER */

#footer {

	width: 640px;

	margin: 0px auto;

	font-size: smaller;

	color: #fff;

}



ul#footer {

	list-style: none;

}



#footer li { 

	float: left;	

	list-style: none;

}



#footer a { 

	display: block;

	text-decoration: none;

	padding: 3px 10px;

	color: #0000FF;

}



#footer a:hover {

	color: #000;

}

