/*-------------------------------------------
project: Mikan
version: 2008/07
update: 2010/10
author: Mika Kiviranta
site: www.mikan.fi
---------------------------------------------
Code blocks: General, Clearing, Header, 
Main_nav, Tortilla, Sub_tortilla, Footer, 
About, Design, Contact
------------------------------------------ */

/* General ------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	color: #7B9747;	
}
a:link, a:active {
	border-bottom: #830e14 1px dotted;
	color: #830e14;
	text-decoration: none;
}
a:visited {
	border-bottom: #830e14 1px dotted;
	color: #830e14;
	text-decoration: none;
}
a:hover {
	border-bottom: #830e14 1px dotted;
	color: #830e14;
	text-decoration: none;
}
.arrow {
	font-size: 16px;
	font-family: Lucida Console;
}

/* Clearing ------------------------------- */

#header:after,
#content:after,
#fresh_design:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Header ------------------------------- */

#header_tortilla {
	/* background: #d4d4d4 url(image/header_grey.jpg) no-repeat top left;*/
	background: #bad6eb url(image/header_bg_blue.gif) repeat top left;
	width: 100%;
	overflow: hidden;
	border-bottom: #fff 5px solid;
}
#header {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#logo {
	width: 700px;
	margin: 0 auto;
}
#logo img, #logo a {
	width: 140px;
	height: 128px;
	border: none;
	margin-left: 15px;
}

/* Main_nav ------------------------------- */

#main_nav {
	width: 700px;
}
#main_nav ul {
	text-align: right;
	list-style: none;
	border-bottom: none;
	background: none;
	margin: 20px 0 5px 0;
}
#main_nav li {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#main_nav li a {
	padding: 8px 12px;
	text-decoration: none;
	color: #fff; /* 84cfdb */
	border: none;
	background: #c83838; /*bbd7ec  c83636 6daa33 af292c*/
}
#main_nav li a:hover {
	color: #919191;
	background: #fff;
}
#main_nav li a.active {
	font-weight: bold;
	color: #000;
	background: #fff;
}
#home #main_nav .mikan a,
#about #main_nav .about a,
#design #main_nav .design a,
#contact #main_nav .contact a {
	color: #fff; /* 84cfdb */
	background: #638dad;
	cursor: default; 
}

/* Tortilla ------------------------------- */

#tortilla {
	border-bottom: #bbd7eb 2px solid;
	background: #fff url(image/bg_pattern_beige2.png) repeat left top; 
}
#tortilla.whiteborder {
	border-bottom: #fff 10px solid;
}
#content {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#content #teaser_box {
	float: left;
	width: 700px;
	border: #fff 10px solid;
	border-top: none;
	border-bottom: none;
}
#content #teaser_box h3 {
	padding: 8px 0px 10px 25px;
	font-size: 10px;
	text-transform: uppercase;
	color: #4e4e4e;			
	border-bottom: #919191 1px dashed; 
}
#mikan_box {
	float: left;
	width: 350px;
	margin: 0 20px 3px 10px;	
}
#mikan_box h1 {
	margin: 10px 0 10px 10px;
	padding: 5px 0 0 23px;
	color: #000000;  
	font-size: 15px;
	background: url(image/ballstar_blue17.png) no-repeat 0 80%; 
}
#mikan_box p, #about_box p, #design_box p {
	margin: 0;
	padding: 0px 10px 10px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #000000;  /*7D7D7D */
}
#mikan_box #coupon img {
	border: #749930 1px dashed;
}
#mikan_box .coupon_read {
	font-size: 11px;
}
#mikan_box a {
	border-bottom: #830e14 1px dotted;
	color: #830e14;
	text-decoration: none;
}
#mikan_ad_pic {
	float: left;
	width: 310px;
	margin: 20px 0 20px 0;
 }
#mikan_ad_pic img {
	width: 300px;
	height: 239px;
}

/* Sub_Tortilla ------------------------------- */

#sub_tortilla {
	background: #fff url(image/bg_pattern_beige2.png) repeat left top;
	border-bottom: #fff 10px solid;
}
#sub_content {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#fresh_design {
	width: 700px;
	padding: 0 0 20px 0;
	border: #fff 10px solid;
	border-bottom: none;
}
#fresh_design h2 {
	padding: 8px 0 8px 20px;
}
#portofolio_thumb {
	margin-left: 25px;
}
* html #portofolio_thumb {
	margin-left: 15px;
}
#portofolio_thumb ul {
	float: left;
	margin: 0; 
	padding: 15px 10px 0 15px;
	list-style: none;
	background: none;
}
#portofolio_thumb li {
	float: left;
	margin: 4px;
	padding: 4px 4px 0 4px;
	border: #d9e0e6 1px solid;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}
#portofolio_thumb li img {
	border: none;
}
#portofolio_thumb .link {
	padding: 12px 0 15px 20px;
	clear: both;
}
#portofolio_thumb a, .stones a, .widestone a {
	font-size: 12px;
	font-weight: normal;
	color: #830e14;	
	text-decoration: none;
	border-bottom: #830e14 1px dotted;
}
.stones {
	float: left;
	width: 206px;
	margin: 20px 0 5px 15px;
	background: url(image/stones_bg_bottom.gif) no-repeat bottom left;
}
.stones h2 {
	padding: 10px 0 8px 20px;
	font-size: 15px;
	font-weight: normal;
	color: #638dad;
	border-bottom: #D8D8D8 1px solid;
	background: url(image/stones_bg_top2.gif) no-repeat top left;
}
.stones ul {
	padding: 10px 10px 15px 20px;
	list-style: none;
}
.stones ul li {
	margin: 0 0 6px;
	padding: 0;
}
.widestone {
	float: left;
	width: 648px;
	margin: 20px 0 5px 25px;
	background: url(image/widestone_bg_bottom.gif) no-repeat bottom left;
}
* html .widestone {
	margin: 20px 0 5px 15px;
}
.widestone h2 {
	padding: 10px 0 8px 30px;
	font-size: 15px;
	font-weight: normal;
	color: #638dad;
	border-bottom: #C0C0C0 1px solid;
	background: url(image/widestone_bg_top3.gif) no-repeat top left;
}
.widestone ul {
	padding: 10px 10px 15px 10px;
	list-style: none;
}
.widestone ul li {
	margin: 0 0 3px;
	padding: 0;
}
.widestone #topfivetlist {
	margin-left: 30px;
}
* html .widestone #topfivetlist {
	margin-left: 15px;
}
.widestone .featured-list {
	float: left;
	width: 130px;
}

/* Footer ------------------------------- */

#footer {
	background: #eee url(image/fabric_beige.gif) repeat top left;
	border-top: #E1E0E0 1px dashed;
}
#footer_content {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#board {
	margin: 15px;
	padding: 0;
}
#bottom_line {
	padding: 5px 0 8px 0;
	background: #eee url(image/bg_pattern_blue.gif) repeat top left;
	border-top: #E1E0E0 1px dashed;
}
#bottom_line_content {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#bottom_line li {
	display: inline;
	font-size: 11px;
	color: #eee;
}
#bottom_line li a {
	color: #fff;
	border-bottom: none;
}
#bottom_line li a:hover {
	border-bottom: #fff 1px dotted;
}
#since, #links {
	padding: 0 40px 0 30px;
}

/* About ------------------------------- */

#about_box {
	float: left;
	width: 500px;
}
#teaser_box.author h1, #teaser_box.contact h1, #teaser_box.design h1 {
	margin: 5px 0 10px 20px;
	padding: 20px 0px 5px 23px;
	color: #676767;  
	font-size: 16px;
	border-bottom: #919191 1px dashed;
	background: url(image/ballstar_blue17.png) no-repeat 0 80%; 
}
#about_box h2, #design_box h2 {
	font-size: 13px;
	font-weight: normal;
	color: #515151;  
	margin: 0 20px 0 40px;
	padding: 12px 0 6px 0;
}

/* Design ------------------------------- */

#design_box {
	float: left;
	width: 600px;
}
#design_box p, #about_box p {
	color: #666666;
	margin: 0 20px 0 40px;
}
p.line {
	border-bottom: #808680 1px dashed;
}
.company_wrap {
	float: left;
	width: 700px;
	padding: 10px 0;
	border-bottom: #808680 1px dashed;
}
#noline {
	border: none;
}
.info {
	float: left;
	width: 400px;
}
.pic {
	float: left;
	width: 120px;
	margin-left: 20px;	
}
.pic img {
	padding: 6px;
	border: #d9e0e6 1px solid;
	background: #fff;
}
/* Contact ------------------------------- */

#contact_form {
	float: left;
	width: 600px;
	margin: 0 20px 0 70px;
}
* html #contact_form {
	margin: 0 20px 0 40px;
}
#contact_form input.button {
	float: left;
	width: 120px;
	padding: 3px 8px;
	margin: 15px 0 20px 90px;
	border: 1px solid #A1A0A0;
	background-color: #f8f8f8;
	cursor: pointer;
}
#contact_form label {
	float: left;
	margin: 17px 10px 5px 0px;
	width: 80px;
	font-size: 13px;
	font-weight: normal;
	color: #515151;
} 
#contact_form input, textarea{
	width: 300px;
	font-size: 13px;
	padding: 3px;
}
#contact_form textarea {
	height: 200px;
	width: 380px;
	font-size: 13px;
}
p.note {
	margin: 5px 0 10px 90px;
	font-size: 12px;
}
.star {
	font-weight: bold;
	font-size: 13px;
}
#form-div p.success, #form-div p.error {
	margin: 20px 0 10px 160px;
	font-size: 13px;
}


