/*
Theme: Wordpress Theme JAMMIN*INC 2008
Description: Theme für JAMMIN*INC-Homepage auf Wordpressbasis, Design 2008
Author: Markus Schmidt / boomhop.net
URI: http://jammin-inc.de


##############
### COLORS ###
##############

Content beige: E6E8D5
Body dunkelgrün: 545338
Text normal (dunkelgrün): 2D2D1F
Text footer/small (mittel): 939175
Schmutz (light): C8CAB6
Links: DD6600
*/

/* dirty IE hack for PNG-support */
div.block, div.block_footer, div.block_header, div.roundbox div, th, .pngfix, #header a { behavior:url('/addons/iepngfix.htc'); }

/* ### LAYOUT ### */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #545338;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
body.mceContentBody{
  background: #E6E8D5;
  width:528px;
  padding:0px 60px 0px 60px;
  border-right:1px dotted #939175;
}
#page {
	background-color: #E6E8D5;
	background-image: url("images/bg_page.jpg");
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-attachment: fixed;
	position:absolute;
	top: 0;
	left: 50%;
	width: 848px;
	margin-left: -424px;
	text-align: left;
}
.topimages {
	position:absolute;
	top: 35px;
	right: 80px;
}
#header {
	background-image: url("images/bg_header.jpg");
	background-repeat: no-repeat;
	min-height: 51px;
	padding:140px 60px 0px 60px;
}
* html #header {
	height: 51px;
}

#center {
	background-image: url("images/bg_content.gif");
	background-repeat: no-repeat;
	padding:0px 60px 0px 60px;
	min-height: 253px;
	height: 100%;
}
#content {
	float: left;
	width: 528px;
	padding-top:10px;
}
#sidebar {
	float: right;
	width: 190px;
}

#footer {
	background-image: url("images/bg_footer.gif");
	background-repeat: no-repeat;
	height: 100px;
	padding:0px 60px 0px 60px;
	clear: both;
	text-align: center;
	color:#939175;
	font-size:75%;
}
#footer a {
	
}
#footer p {
	padding-top:20px;
}

/* ### STANDARDS ### */
body {
	font-family: sans-serif;
	font-size: 80%;
	color: #2D2D1F;
	scrollbar-3dlight-color:#FDFDFA;
	scrollbar-arrow-color:#545338;
	scrollbar-darkshadow-color:#545338;
	scrollbar-face-color:#D3D1B8;
	scrollbar-highlight-color:#D3D1B8;
	scrollbar-shadow-color:#D3D1B8;
	scrollbar-track-color:#EBEADE;
}
* {
	font-family: sans-serif;
}
p {
	padding: 8px 12px 8px 30px;
	margin:0px;
}
h1 {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color:#545338;
	clear: both;
}

h2 {
	background-image: url("images/h2.png");
	background-repeat: no-repeat;
	min-height: 44px;
	margin:0px 0px 0px -40px;
	padding:10px 0px 0px 70px;
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color:#545338;
	clear: both;
}
h2 a {
	color:#545338;

}
/*
* html h2 {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/h2.png');
}*/
h2.widgettitle, #sidebar h2, h3 {
	background-image:url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 12px -22px;
	font-size: 14pt;
	min-height: 0px;
	color:#545338;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 12px -5px;
	font-family: sans-serif;
	
}
h4 {
	background-image: url("images/h2.png");
	background-repeat: no-repeat;
	min-height: 44px;
	margin: 0px 0px 0px -40px;
	padding: 10px 0px 0px 70px;
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color:#545338;
	clear: both;
	display: block;
}
* html h2, * html h4 {
	background-image:url(images/arrow_right.gif);
	background-position: 35px 10px;
}
h5 {
	
}
img {
	border:none;
	margin:0;
	padding:0;
}
a {
	outline:none;
	text-decoration: none;
	color:#DD6600;
}
a:hover {
	text-decoration: none;
	color:#FF9900;
}
a img {
	vertical-align: middle;
	margin: auto 2px auto auto;
}
.small, small, .gensmall, .gallery_thumb_comments {
	font-size:0.82em;
	color: #939175;
}
input, button, textarea {
	color: black;
}

input.button, #searchform input, #commentform input {
	padding:1px 2px 1px 2px;
	background-image:url(images/bg_button.jpg);
	background-repeat:repeat-x;
	border:1px solid #939175;
}
input.input, #searchform input#s {
	padding:1px 2px 1px 2px;
	background-image:url(images/bg_input.jpg);
	background-repeat:repeat-x;
	border:1px solid #939175;
}
textarea {
	background:#f4f8e4;
	border: 1px solid #939175;
}
input, textarea {
	margin: 2px;
	font-size: 100%;
}

hr {
	border-top: 1px solid #C4C5B5;
	border-bottom: 1px solid #EFEFEB;
	height: 0px;
	margin: 10px;
}
ul {

}
li {

}
object {
	outline:none;
}
/* ### WORDPRESS ### */
.post {
	
}
.entry {
	padding-left: 0px;
	padding-bottom: 10px;
}
.postmetadata {
	text-align:center;
	padding:10px 10px 0px 10px;
	clear:both;
}
#sidebar {
	margin-top:20px;
}
#sidebar li {
	padding: 0;
	margin: 0px 0px 10px 0px;
	list-style: none;
}
#sidebar ul {
	padding:0;
	margin: 5px 0px 5px 20px;
}
#sidebar ul ul {
	margin: 5px 0px 5px 10px;
}
.widget {
}
.widget small a {
	color: #939175;
}

.menu1 {
	
}
.navigation div {
	margin: 5px 5px 5px 5px;
}


/* block */
.block {
	background-image: url("images/bg_block.png");
	background-repeat: repeat-y;
	background-position: top right;
}	
.block_header {
	background-image: url("images/bg_block-top.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 17px;
	text-align: right;
	padding-right: 17px;
	clear:both;
}
.block_footer {
	background-image: url("images/bg_block-bottom.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 17px;
	padding-bottom: 17px;
	text-align: right;	
	clear:both;
}
/*
* html .block {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg_block.png');
}
* html .block_header {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg_block-top.png');
}
* html .block_footer {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg_block-bottom.png');
}
*/


/* other */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
#searchform {
	text-align:center;
}
#comment {
	width:100%;
}
.uni_background {
	background: #E6E8D5;
	width:100%;
	padding: 12px 0px 12px 0;
	clear:both;
}

.thumbnail, a.thickbox img {
	background: #E6E8D5;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-left: 1px solid #C0C1B3;
	border-right: 1px solid #EEEFD8;
	border-top: 1px solid #C0C1B3;
	border-bottom: 1px solid #EEEFD8;
	clear: both;
}
.booking .thumbnail {
	margin-left: 6px;
	padding: 6px;
	margin-bottom: 8px;
}
.thickbox {
	
}
div.download {
	margin: 5px 20px 10px 50px;
	clear: left;
}

/* ### MENU ### */
#header {
	text-align:center;
}
#header a {
	color: #2D2D1F;
	padding: 1px 8px 0 3px;
	font-weight:normal;
	letter-spacing:0.0em;
	display: block;
	height: 42px;
	float: left;
	background: url(images/bg_headerbutton.png) repeat-x;
}
#header a:hover {
	color: #000;
	background: url(images/bg_headerbutton_over.png) repeat-x;
	padding-top: 0px;
}
#header a img {
	vertical-align: middle;
}

/* ### ROUND BOX ### */
.roundbox, .roundbox a {
 	color: white;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}
.roundbox a {
	font-weight: bold;
}
.nw, .n, .ne, .w, .e, .sw, .s, .se {
	line-height: 1px;
	font-size: 0px;
	overflow:hidden;
}

* html .roundbox a {
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/a.png');
	*/
}

/* top */
.nw {
	width: 10px;
	height: 10px;
	background-image: url(images/roundbox_nw.png);
	background-repeat: no-repeat;
	float: left;
}

* html .roundbox .nw {
	margin-right: -3px;
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/roundbox_nw.png');
	*/
}

.n {
	height: 10px;
	background-image: url(images/roundbox_c.png);
	background-repeat: repeat-x;
}

* html .roundbox .n {
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/roundbox_c.png');
	*/
}

.ne {
	width: 10px;
	height: 10px;
	background-image: url(images/roundbox_ne.png);
	background-repeat: no-repeat;
	float: right;
	
}

* html .roundbox .ne {
	margin-left: -3px;
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/roundbox_ne.png');
	*/
}

/* middle */
.c {
	padding: 0 0px;
	background-image: url(images/roundbox_c.png);
	background-repeat: repeat;
}

* html .roundbox .c {
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/roundbox_c.png');
	*/
}


/* bottom */
.sw {
	width: 10px;
	height: 10px;
	background-image: url(images/roundbox_sw.png);
	background-repeat: no-repeat;
	float: left;
}

* html .roundbox .sw {
	margin-right: -3px;
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/roundbox_sw.png');
	*/
}

.s {
	height: 10px;
	background-image: url(images/roundbox_c.png);
	background-repeat: repeat-x
}

* html .roundbox .s {
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/roundbox_c.png');
	*/
}

.se {
	width: 10px;
	height: 10px;
	background-image: url(images/roundbox_se.png);
	background-repeat: no-repeat;
	float: right;
}

* html .roundbox .se {
	margin-left: -3px;
	/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/roundbox_se.png');
	*/
}

