/* standard elements */
html {min-height: 100%;}

* body {
	margin: 0;
	padding: 0;
}

img {
	margin: 7px;	
}

a {color: #048;}
a:hover {color: #06C;}



body {
	background: #E7E7E2 url('../../img/layouts/9/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

h1,h2,h3,h4,h5,h6,#ParkedArticleTitle,#ParkedDomainContentFourth {
	font-weight: normal;
	font-family: Tahoma,sans-serif;
	margin-bottom: 4px;
	padding-top: 6px;
	color: #553;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

.post h2 a {
	text-decoration: none;
	color: #553;
}

#ParkedArticleTitle {
	font-size: 24px;	
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}


form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../../img/layouts/9/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('../../img/layouts/9/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('../../img/layouts/9/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* main */
.main {
	background: url(../../img/layouts/9/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	margin-top: 20px;
	float: right;
	width: 538px;
	font-size: 12px;
}
body.content {
	margin: 0;
	float: none;
	width: auto;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../../img/layouts/9/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}

.navigation h3, #ParkedDomainContentFourth {
	color: #5A5A43;
	font: bold 13px Tahoma,sans-serif;
	padding: 0;
	margin: 0;
}

.navigation h3 {
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.navigation .content {
	width: 190px;
	margin: 0 10px 0 0;
	padding: 0 !important;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}


