/*
Theme Name: T-Shirt-Drucker.com Theme
Theme URI: http://www.t-shirt-drucker.com
Description: T-Shirt-Drucker Theme (Dec 2009)
Version: 1.0
Author: Marvin Siefke
Author URI: http://www.siefke.info
License: GPL
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
}
body {
	background-color: #FABA0A;
	margin:0;
	padding:0;
}
#wrapper {
	width:980px;
	max-width:980px;
	margin-top:20px;
}
#header_wrapper {
	margin-right:100px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:3px solid #000;
	background-color:#FFFFFF;
	height:230px;
	width:100%;
	padding:0;
}
#header {
	min-height:100%;
	border:5px dotted #000;
	border-top:none;
	border-bottom:none;
	margin:0;
	margin-left:40px;
	margin-right:40px;
}
#header_round {
	margin-top:-3px;
	margin-bottom:15px;
}
#header h1 {
	font-size:48px;
	color:#000;
	margin:0;
	text-shadow: #B7B7B7 2px 2px 5px;
}
#header h2 {
	color:#1A1A1A;
	margin:0;
}
#sidebar_left {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border:3px dashed #000;
	width:140px;
	margin-top:20px;
	float:left;
	padding:10px;
}
#sidebar_right {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border:3px dashed #000;
	width:140px;
	margin:0;
	margin-top:20px;
	float:right;
	padding:10px;
}
#content_wrapper {
	text-align:left;
}
#content {
	margin-top:-3px;
	width:615px;
	background-color:#FFFFFF;
	border:3px solid #000;
	border-top:none;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-khtml-border-radius-bottomleft:15px;
	-khtml-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	position:absolute;
	margin-left:180px;
	margin-right:180px;
}
#content_text {
	padding:15px;
	line-height:1.5em;
}
#footer {
	margin:0;
	border-top:5px dotted #000;
	padding:15px;
	text-align:center;
}
#sidebar_left ul, #sidebar_right ul {
	background-color:#FFFFFF;
	padding:10px;
	padding-left:20px;
	line-height:1.5em;
	list-style-type:square;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
#sidebar_left h2, #sidebar_right h2 {
	margin:0;
	padding:0;
}
a:link {
	color: #6C6600;
	outline:none;
}
a:visited {
	color: #6C6600;
	outline:none;
}
a:hover {
	color: #fff;
	background-color:#ADA300;
	outline:none;
}
a:active {
	color: #fff;
	background-color:#ADA300;
	outline:none;
}
.headline h1 {
	border-bottom:3px solid #E1A500;
	padding-bottom:7px;
}
.headline a:link, #header a:link {
	text-decoration:none;
	color: #000;
	background:none;
}
.headline a:visited, #header a:visited {
	text-decoration:none;
	color: #000;
	background:none;
}
.headline a:hover, #header a:hover {
	text-decoration:none;
	color: #000;
	background:none;
}
.headline a:active, #header a:active {
	text-decoration:none;
	color: #000;
	background:none;
}
.box a:link {
	color:#232323;
	text-decoration:underline;
}
.box a:visited {
	color:#232323;
	text-decoration:underline;
}
.box a:hover {
	color:#FFFFFF;
	background-color:#232323;
	text-decoration:underline;
}
.box a:active {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#232323;
}
.box {
	background-image:url(raquo.gif);
	background-repeat:no-repeat;
	height:38px;
	padding-left:50px;
	line-height:19px;
	vertical-align:middle;
	color:#434343;
}
#searchform input[type=text] {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	border:none;
	padding:5px;
	max-width:130px;
	margin:3px;
}
#searchform input[type=submit] {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	border:none;
	padding:5px;
	max-width:130px;
	margin:3px;
	font-weight:bold;
	outline:none;
}
#commentform input[type=text] {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	border:1px solid #3A3A3A;
	padding:5px;
	width:50%;
	margin:3px;
	outline:none;
}
#commentform textarea {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	border:1px solid #3A3A3A;
	padding:5px;
	width:80%;
	margin:3px;
	outline:none;
}
#commentform input[type=submit] {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background-color:#FABA0A;
	border:none;
	padding:5px;
	max-width:130px;
	margin:3px;
	font-weight:bold;
	color:#FFF;
	outline:none;
}
