/*
	Client: Mr. Doricar
	Client URI: http://doricar.jp
	Theme name: Doricar
	Author: Fredrik Sørlie
	Author URI: http://fredriksoerlie.com
	Version: 1.0
*/

/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
} 

body {
	width: 100%;
	height: 100%;
	background: #000 url("/images/background.jpg") top center no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A1A7AC;
	padding-bottom: 20px;
}

table, tr, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

hr {
	height: 1px;
	font-size: 0;
	line-height: 0;
	color: #556C80;
	background-color: #556C80;
	border-width: 0;
	border-top: 1px solid #556C80;
	margin: 10px 0 10px 0;
	padding: 0;
	display: block;
	clear: both;
}

img {
	border: 0px;
	vertical-align: bottom;
}

p {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.date {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin-bottom: 16px;
}

.box {
	border-bottom: 1px solid #556C80;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.icon {
	background: url("/images/icon.gif") no-repeat left 55%;
	padding-left: 20px; 
}

.pdf-link {
	line-height: 24px;
	background: url("/images/pdf_icon.gif") left 50% no-repeat;
	padding-left: 24px;
	display: table;
}

div.cars {
	width: 100%;
	background: url("/images/bg_menu.gif");
	font-weight: normal;
	border-top: 1px solid #556C80;
	border-bottom: 1px solid #556C80;
	clear: both;
	display: table;
	margin-bottom: 40px;
	padding: 10px 0;
}

div.cars p {
	padding: 0 20px;
}

div.carthumb {
	float: left; margin-left: 20px;
}

div.carinfo {
	float: left; margin-right: 20px;
}

/* -------------------------------- Form fields -------------------------------- */

input {
	font-family: Arial, Helvetica, Sans-Serif;
	height: 24px;
	line-height: 20px;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #556C80;
	background: url("/images/bg_menu.gif");
	margin-top: 4px;
}

textarea {
	width: 400px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #556C80;
	background: url("/images/bg_menu.gif");
	overflow: auto;
	margin-top: 4px;
}

/* Headings and text */

h1 {
	float: left;
	display: inline;
}

h2 {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC33;
	text-transform: uppercase;
	border-bottom: 1px solid #556C80;
	margin-bottom: 20px;
	clear: both;
	display: table;
}

#maincontent .post h3 {
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	/*border-top: 1px solid #556C80;*/
}

#maincontent .latest h3 {
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin-bottom: 4px;
	/*border-top: 1px solid #556C80;*/
}

#sidebar h3 {
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin-bottom: 4px;
	/*border-top: 1px solid #556C80;*/
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #B10020;
}

/* Links */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #FC3;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F63;
	text-decoration: underline;
}

h3 a {
	color: white;
}



ul#menu li a {
	color: #FFF;
	display: inline;
	float: left;
	margin: 0 20px;
}

ul#menu li a:hover {
	color: #F63;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
}

/* List styles */

ul,
ol,
li {
	list-style: none;
	text-indent: 0;
	padding: 0;
}

ul#menu {
	width: 900px;
	background: url("/images/bg_menu.gif");
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	/*font-style: italic;*/
	border-top: 1px solid #556C80;
	border-bottom: 1px solid #556C80;
	clear: both;
	display: table;
	margin-bottom: 40px;
	padding: 10px 0;
}

ul#menu li {
	display: inline;
}

ul#menu li.current_page_item a,
ul#menu li.current_page_item a:visited,
ul#menu li.current_page_item a,
ul#menu li#rss a,
ul#menu li#rss a:visited,
ul#menu li#rss a:hover {
	color: #F63;
}

ul#archive {
	width: 100%;
	margin-bottom: 20px;
}

/* Posts */

.time {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;	
	/*border-bottom: 1px solid #899198;*/
	margin-bottom: 20px;
	display: table;
	clear: both;
}

.latest .time {
	font-size: 10px;
	font-weight: normal;
	/*border-bottom: 1px solid #899198;*/
	margin-top: 10px;
	display: table;
	clear: both;
}

div.post,
div.excerpt,
div.edit,
div.tags {
	width: 100%;
	display: table;
	clear: both;
	margin-bottom: 20px;
}

div.excerpt {
	margin:0 0 20px 0;
}

.meta,
.navigation {
	width: 100%;
	background: url("/images/bg_menu.gif");
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	/*font-style: italic;*/
	border-top: 1px solid #556C80;
	border-bottom: 1px solid #556C80;
	clear: both;
	display: table;
	margin-bottom: 40px;
	padding: 5px 0;
}

.meta .left,
.meta .right,
.navigation .left,
.navigation .right {
	display: inline;
	margin: 0 20px;
}

.latest {
	width: 240px;
	height: 200px;
}

div#picturegrid {
	width: 330px;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
}

div#picturegrid img {
	border: 1px solid #FFF;
	margin: 1px 4px 3px 0;
	display: table;
	float: left;
}

div#picturegrid a:hover img {
	filter: alpha(opacity=90);
	opacity:.90;
	border: 1px solid #F63;
	text-decoration: none;
}

/* Layout */

div#site {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}

div#header {
	width: 900px;
	height: 100px;
	text-align: left;
	clear: both;
	display: table;
}

div#maincontent {
	width: 502px;
	display: inline;
	float: left;
	text-align: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.post img {
	display: block;
	border: 1px solid white;
	clear: both;
	margin-bottom: 20px;
}

.post object {
	width: 500px;
	background: url("/images/bg_menu.gif");
	text-align: center;
	display: block;
	border: 1px solid white;
	clear: both;
	margin-bottom: 20px;
}

div.carthumb img {
	display: block;
	border: 1px solid white;
	float: left;
	margin: 3px 16px 10px 0;
}

div#sidebar {
	width: 322px;
	display: inline;
	float: right;
	text-align: left;
	overflow: hidden;
	margin-bottom: 40px;
}

div#sidebar .post img {
	display: block;
	border: 1px solid white;
	float: left;
	margin: 3px 16px 10px 0;
}

div#subcontent {
	width: 900px;
	text-align: left;
	clear: both;
	display: table;
	margin-bottom: 40px;
}

div#footer {
	width: 900px;
	background: url("/images/bg_menu.png");
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	border-top: 1px solid #556C80;
	border-bottom: 1px solid #556C80;
	clear: both;
	display: table;
	margin-bottom: 40px;
	padding: 10px 0;
}

div#footer span {
	margin: 0 20px;
}

.flickr-photos {
	width: 520px;
}

.flickr-photos img {
	border: 1px solid #FFF;
	margin: 7px 7px 0 0;
	display: table;
	float: left;
}

.flickr-photos a {
	float: left;
}