/*  
Theme Name: CSS Marvels
Modified to the site needs by Raphael Haefeli
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #191919 url(images/bg.gif);
	font: 11px "Lucida Sans", Verdana, Arial, Sans-Serif;
	color: #555;
	text-align: left;
	}
.hide{
     display: none;
}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 16px;
	}
h2 {
	font-size: 15px;
	}
h3, h4, h5, h6 {
	font-size: 12px;
	}

a:link {
	color: #666;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
a:active {
	color: #333;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}
.simplecode{
        background: #f0f0f0;
	cursor: text;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size: 12px;
        }
        
code {
	padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
	display:block;
	width: 500px;
	background: #f0f0f0;
	cursor: text;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size: 12px;
	
 }

small {
	font-size: 8px;
	}

input, textarea, select { 
	font-family: "Lucida Sans", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 1px 0 0 3px;
}

.post li{
	list-style-image:url(images/bullet.jpg);
}

form { }

img { 
	border: 1px solid #CCC;
	padding: 2px;
	margin: 5px;
}

.imgleft { 
	margin: 5px 10px 5px 0;
	clear: both;
	float: left;
}

.imgright { 
	margin: 5px 0 5px 10px;
	clear: both;
	float: right;
}

.noborder {
	border: none;
	}

img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 11px;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 118px;
	background: transparent url(images/banners/rotator.php) repeat-x left top;
	}

#header .blogtitle {
	display: none;
	}
	
#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #ccc;
	}


	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #ccc;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #ccc;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #f0f0f0;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 290px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 290px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 265px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* for IE */
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15px 0 0 0; /* for IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 555px;
	height: 100%;
	background: #fff;
	min-height: 200px;
	}

.pages {
	float: left;
	width: 530px;

	}
.pages-border {
	clear: both;
	width: 92%;
	height: 3px;
	border-top: 1px solid #666;
	margin-left: 25px;
	margin-top: 8px;
	
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* for IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* for IE */
	}

.page-title {
	width: 92%;
	margin: 20px 0 0 25px;
	text-align: center;
	border-bottom: 1px #666 solid;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	font-size: 18px;
	line-height: 48px;
	color: #555;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	margin-top: 10px;
	padding: 10px 30px 5px 30px;
	background: #fff;
	}

.postentry {
	text-align: left;
	}
.postentry a{
	color: #cc3333;
	text-decoration: none;
	}
.postentry a:hover {
        color: #333;
        text-decoration: underline;
}

.postentry a:visited {
        color: #cc3333;
}

.postentry a:active {
        color: #cc3333;
        text-decoration: underline;
}

.postentry .post-comment a{
	color:#666;
	text-decoration: none;
}

.postentry .post-comment a:hover {
        color: #333;
        text-decoration: underline;
}

.postentry .post-comment a:visited {
        color: #666;
}

.postentry .post-comment a:active {
        color: #666;
        text-decoration: underline;
}


.postentry img {
	border: 1px solid #ccc;
	}

.postentry .noborder {
	border: none;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #333;
	}

.postmeta,
.postmeta a {
	padding-top: 5px;
	height: 20px;
	margin: 5px 0 ;
	font-size: 10px;
	color: #666;
	}
.post-date {
	height: 20px;
	padding: 2px 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	height: 20px;
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat;
	}

.post-filed {
	padding: 0 0 0 15px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

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

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
#commentlist li {
	padding: 15px 25px 0 0;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
	list-style-image: none;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		list-style-image: none;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 10px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #666;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #333;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	padding: 5px;
	background: #fff;

	}
	
.postcomment #submit{
	float: right;
	clear: both;
	border: none;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #ccc;
	}
/*	
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #777;
	}
*/	
	
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* For IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* for IE */
	height: 200px;
	}

.postcomment input#submit {
	
	}
.postcomment input#submit:hover {
	
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 285px;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#sidebar .rssfeeds {
	height: 140px;
	margin: 0;
	padding: 0;
	background: transparent url(images/feeds.jpg) no-repeat right bottom;
	}
	
#sidebar .socialtools {
	height: 140px;
	margin: 0;
	padding: 0;
	background: transparent;
	}
	
#sidebar h2.feed-title {
	color: #555;
	margin: 0;
	padding: 20px 0 0 3px;
	background: none !important;
	font-size: 13px;
	position: relative;
	top: 15px;
	}
	
#sidebar h2.social-title {
	color: #555;
	margin: 0;
	padding: 20px 0 10px 3px;
	background: none !important;
	font-size: 13px;
	}
.rssfeeds a.rss  {
	background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
	position: relative;
	top: 15px;
	padding: 3px 0 5px 25px;
	margin-top: 40px;
	}
	
.socialtools img  {
	border: 1px solid #ccc;
	padding:1px;
	}
#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 13px;
	color: #555;
	}
	
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}
	
#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 140px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 145px;
	}
	
ul.splittedlists li {
	background: transparent url(images/bullet.jpg) no-repeat 5px 5px;
	padding: 0 0 0 16px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -16px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #666;
	}
	
	
/**********************
*   Bottom            *
***********************/

#bottom {
        min-height: 200px;
	clear: both;
	float: left;
	width: 855px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #292929 url(images/separator_green.gif) repeat-x 0 0;
	border-top: 20px solid #fff;
	font-size: 10px;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 16px;
	color: #ccc;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #f0f0f0;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #191919;
	color: #9ad202;
	}
#bottom-sep {
	clear: both;
}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 78px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	}

#footer .validate {
	margin: 10px 0 0 0px;
	background: url(images/icon_valid.gif) no-repeat;
	padding: 2px 5px 0 20px;
	}

#footer .contact {
	background: url(images/icon_contact.gif) no-repeat;
	padding: 5px 20px 0 20px;
	position: relative;
	top: -15px;
	}

#footer .credits {
	text-align: right;
	float: right;
	margin: 12px 20px 0 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 10px;
	line-height: 14px;
	}
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #9ad202;
	}
#footer p a:active {
	color: #9ad202;
	}
	
/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 9px;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

