/*
Theme Name: Default Theme
Theme URI: http://kalkadoon.net/
Description: Theme based on Koosh Design
Author: Cem Meric
*/

/*-------------Global Layout Structure-------------
div#page{}

	div#header{}
	
	div#wrapper{}
		div#content{}
		div#main{}
			div#mainwrap{}
				div#mainwrap2{}
		
	div#sidebar{}
		div#navigation{}
	
	div#footer{}
	
*/


/*-------------Globals-------------*/
* {list-style: none;margin:0;padding:0}
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif; background-color: #541800; }
div#header{position:relative; height: 120px; background: url(/wp-content/themes/default/images/pattern.png) no-repeat 0 0;}
div#header h1{ display: none;}
div#content p{line-height:1.4; padding-bottom: 1em;}
div#sidebar{color:#E7E0D2}
div#footer{color: #B9AC97}
div#footer p{margin:0 0 0 190px;padding:5px 00;font-size: 90%}
div#footer a{display:inline;padding:0;color: #E7E0D2}
img { border: 0 none;}
img .imgleft { float: left; }
a { color: #C60651; text-decoration: none; }
a:hover { text-decoration: underline; }

/*-------------Layout-------------*/
div#page{}
div#header{}
div#wrapper{float:left;width:100%;}
div#content{margin: 0 180px}
div#mainwrap2{padding: 0 0 0 20px; min-height: 600px;}
/*\*/
* html div#mainwrap2{height: 600px;}
/**/

div.post{padding: 0 25px 20px 0;}
div#sidebar{float:left;width:180px;margin-left:-100%; overflow: hidden;}
div#navigation{}
div#footer{clear:left;width:100%; padding: 20px 0 50px 0;}
hr {display: none;}
div#extra-wrap{float:left;width:180px;margin-left:-180px}
div#extra{margin-top:300px}

/*-------------Header-------------*/
.logo {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.logo span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.description {
	width: 225px;
	overflow: hidden;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:absolute;right:0;top:0;
}
.description a {
	display: block;
	float: right;
	width: 225px;
	height: 120px;
	color: #fff
}
.description a span {
	background: #541800 url(/wp-content/themes/default/images/logo.png) no-repeat 0 0;
}
/*-------------Navigation-------------*/
div#navigation {
	margin-top: 35px;
}
div#navigation .page_item a {
	color: #E7E0D2; 
	text-decoration: none; 
	text-transform: uppercase; 
	font: bold 1.2em/1.1em Arial, Helvetica, sans-serif;
}
div#navigation .page_item a:hover, div#navigation .current_page_item a { color: #C60651; }

div#navigation {
	padding-left: 20px;	
	
}
div#navigation ul {  }
div#navigation li { margin-bottom: 10px; }

/*-------------Headings-------------*/
h2 { color: #C60651; font-size: 160%; padding-top: 20px; }
h3 { color: #C60651; font-size: 140%; padding-bottom: 10px; }
img.replacement { padding-bottom: 15px; }

/*-------------Style General-------------*/
div#wrapper{ background: #fff url(/wp-content/themes/default/images/wrapper-bg.png) repeat-y top left; }
div#content{
	color: #541800; 
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	background: url(/wp-content/themes/default/images/content-side-r.png) right repeat-y ; 
}
div#main{ background:  url(/wp-content/themes/default/images/content-corner-t-l.png) top left no-repeat; }
div#mainwrap { background: url(/wp-content/themes/default/images/content-corner-b-l.png) bottom left no-repeat; }
div#mainwrap2{ background:  url(/wp-content/themes/default/images/content-corner-t-r.png) top right no-repeat; }

div#extra-wrap{ background:url(/wp-content/themes/default/images/extra-bg.png) top no-repeat; }

em.short { font-family: "Times New Roman", Times, serif; font-size: 130%; font-style:normal;}
div#extra p { margin: 0 0 0 5px; color: #541800; font-size: 100%; }
div#extra p strong { line-height: 30px;}
div#extra .title{ color: #C60651; font-weight: bold; margin-bottom: 10px; font-size: 120%; }


div#content ul { padding: 20px;} 
div#content ul li { padding-bottom: 5px;} 


/*-------------Product Lists-------------*/
.clear { clear: both;}
div#content ul.collections { padding: 1em 0 0 0; }
div#content ul.collections li { padding: 0; }
ul.collections li { float: left; margin: 0 10px 0 0; text-align: center; width: 128px; }
ul.silk li { width: 156px; }
ul.couches li { width: 200px; }

ul.collections li a { text-decoration: none; font-size: 90%; color: #541800 }
ul.collections li a img { float: left; }

/*-------------Translator-------------*/
div#translation_bar{ height: 11px; margin:0 0 0 190px;}
div#translation_bar a img { padding: 0 2px;}

/*-------------Form Values-------------*/
textarea { width: 50%;}

