/*
Theme Name: parisnewyork
Theme URI: http://www.offroad-blogs.de
Description: Theme fuer parisnewyork
Author: INblau
Author URI: http://www.inblau.de
Version: 1.0
*/

@import url(import/navi.css);
@import url(import/content.css);
@import url(import/foot.css);

* {
	font-family:Verdana;
}

html,
body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background:url(images/browser_bg.jpg) left top repeat-x;
}

center {
	margin:0;
	padding:0;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
}

#col1 h2 {
	display:block;
	width:206px;
	height:15px;
	margin:0 0 10px 0;
	padding-top:3px;
	background:url(images/content_title_bg.gif) left top repeat-x;
	border:solid 1px #bfa158;
	font-size:10px;
	font-weight:bold;
	color:#3b3b3b;
	text-transform:uppercase;
	text-align:center;
}

#col2 h2 {
	font-size:13px;
	font-weight:bold;
	color:#3b3b3b;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#3b3b3b;
}
h3 a {
	color:#3b3b3b;
}

h3#respond,
h3#comments {
	display:block;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:solid 2px #D4A138;
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
}

div#content, p {
	font-size:12px;
	color:#3b3b3b;
}

a {
	font-weight:bold;
	color:#D4A138;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

ol.commentlist {
	margin:20px 10px 0 10px;
	padding:0;
	list-style-position:inside;
}

ol.commentlist li {
	padding:15px 0 5px 10px;
	background-color:#FDFAF1;
	/*border-bottom:solid 1px #D4A138;*/
	font-size:12px;
	color:#3b3b3b;
}

ol.commentlist li.alt {
	background-color:#F8EACE;
}

ol.commentlist li:nth-of-type(odd) {
	background-color:#F8EACE;
}

ol.commentlist li:nth-of-type(even) {
	background-color:#FDFAF1;
}

form#commentform input,
form#commentform textarea {
	border:solid 1px #88832F;
}

form#commentform input#submit {
	background-color:#DEB863;
}


div.navigation {
	margin: 20px 0;
}
div.navigation div.alignright {
	text-align: right;
}

div#space {
	width:100%;
	height:100%;
}

div#container {
	width:830px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto -62px;
	/*padding:15px;*/
	background:url(images/space_bg.gif) left top repeat-y #fff;
}

div#body {
	overflow:hidden;
	padding-bottom:124px;
}

div#google {
	width:120px;
	height:200px;
	position:absolute;
	top:182px;
	margin:-120px 0 0 860px;
	padding:0;
	background-color:#fff;
}

div#content {
	width:586px;
	margin:0 0 0 15px;
	/*background-color:#ccffcc;*/
}

* html div#google {
	margin:-120px 0 0 40px;
}

*:first-child+html div#google {
	margin:-120px 0 0 860px;
}

div#head {
	width:830px;
	height:214px;
	background:url(images/head_banner.jpg) left top no-repeat;
	/*border:solid 15px #fff;*/
}

div#headername {
	position:relative;
	top:110px;
	right:30px;
	/*margin:20px;*/
	font-size: 16px;
	text-align:right;
}
div#headername a {
	color: #3B3B3B;
}
div#headerdescription {
	position:relative;
	top:120px;
	right:30px;
	/*margin: 20px;*/
	font-size: 14px;
	color: #3B3B3B;
	text-align:right;
}
div#col1,
div#col2 {
	float:left;
	height:100%;
}

div#col1 {
	margin:0;
}

div#col1 a {
	margin:0 0 0 21px;
}