/* HIGHSNOBETTE STYLESHEET ////////////////////////////////////////////// */
/* 2009 by www.markuslerner.com                                           */



html {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: white;
	color: black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	
	text-align: center;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #6330a9;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a:hover {
	color: #6330a9;
}

a:link {
	color: #6330a9;
}

a:link:hover {
	color: #6330a9;
}

a:visited {
	color: #6330a9;
}

a:visited:hover {
	color: #6330a9;
}

img {
	border: none;
}

table {
	font-size: 12px;
}

td {
	font-size: 12px;
	vertical-align: top;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-weight: normal;
	margin-top: 0px;
}


p {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 1px;
	border: 1px solid black;
	background: white;
	height: 15px;
	padding: 2px;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 1px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 8px;
	color: white;
	background: black;
	height: 21px;
	border: 1px solid black;
}

.submit_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 8px;
	color: white;
	background: black;
	height: 21px;
	border: 1px solid black;
}

.submit_inverted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 8px;
	color: black;
	background: white;
	height: 21px;
	border: 1px solid black;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* individual ids /////////////////////////////////////////////////////// */

#container {
	width: 984px;
	min-height: 100%;
	height: 100%;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	
	text-align: left;
	
	background-color: white;
}

#tms {
	background-color: #969696;
	height: 25px;
}


#content {
	float: left;
	width: 984px;
}


#page {
	float: left;
	background-color: white;
	text-align: left;
	margin-bottom: 23px;
}

#header {
	width: 984px;
}

#header #logo {
	height: 80px;
}

#header #rss {
	float: left;
	width: 129px;
	height: 58px;
	margin-right: 0px;
	background-color: white;
}

#header #rss .text {
	margin-top: 10px;
	margin-left: 0px;
}

#header #wide {
	float: left;
	width: 397px;
	height: 58px;
	background-color: white;
}

#header #wide .text {
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 0px;
}

#navigation {
	height: 35px;
	float: left;
}

#navigation .spacer {
	float: left;
	width: 5px;
}

#navigation .item {
	float: left;
	padding: 0px;
}

#teasers {
	margin-top: 9px;
	height: 320px;
	background: url('../gfx/teasers_gradient.png') #ffffff repeat-x left;
}

#headline_feature {
	margin-top: 12px;
	height: 109px;
	background: url('../gfx/feature_headline_gradient.png') #ffffff repeat-x left;
}

#headline_feature .headline {
	color: #6330a9;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

#headline_feature .subheadline {
	color: #6330a9;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-top: 6px;
	margin-left: 10px;
	float: left;
	width: 964px;
}

#headline_feature .authorline {
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 964px;
}


.recent_entries {

}

.recent_entries .date {
	font-size: 10px;
	height: 20px;
	margin-top: 5px;
}

.recent_entries .first {
	margin-top: 0px;
}

.recent_entries .entry {
	height: 17px;
}

.recent_entries .entry .author {
	display: inline;
	font-size: 10px;
}

#footer {
	width: 984px;
	float: left;
	margin-top: 0px;
}

#footer .item {
	float: left;
}

#footer .right {
	float: right;
}

#rss_stoerer {
	position: absolute;
	top: 159px;
	left: 209px;
}

#sidebar {
	margin-top: 10px;
	float: left;
	width: 324px;
}

#sidebar .item {
	margin-bottom: 15px;
}

#sidebar .item .headline {
	line-height: 25px;
	padding: 0;
	border-bottom: 1px solid #b2b2b2;
}

#sidebar .item .inside, .textwidget {
	margin: 11px;
}

.commentbox {
	margin: 11px;
}

#commentform input {
}

#commentform textarea {
	width: 505px;
}

#commentform #submit {
}

#login {
	float: left;
}

#login .login_field {
	float: left;
	width: 130px;
	height: 30px;
}

#banner {
	width: 150px;
	float: left;
}

#banner #image {
}


/* search /////////////////////////////////////////////////////////////// */

.search {
	width: 180px;
	display: block;
}

.search .input {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 0px;
	width: 165px;
	height: 17px;
	font-size: 12px;
	line-height: 15px;
	color: black;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

#searchform {
	margin: 0;
	padding: 0;
}

.masthead .masthead_title {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #dddddd;
}

.masthead .masthead_content {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-bottom: 15px;
	
	background: url('../gfx/masthead_gradient.png') #ffffff repeat-x left;
}


/* individual classes /////////////////////////////////////////////////// */

.pageheadline {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
}

.separator {
	color: #b2b2b2;
	background-color: #b2b2b2;
	width: 984px;
	height: 1px;
	padding: 0;
	border: none;
	margin: 0;
	float: left;
}

.teasers {
	width: 322px;
}

.content {
	width: 645px;
	display: block;
	float: none;
}

.sidebar {
	width: 324px;
}

.black {
	color: #000000;
	background-color: #000000;
}

.top_gradient {
	background: url('../gfx/top_gradient.png') #ffffff repeat-x;
}
 
.paragraph {
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-top: 15px;
}

.paragraph h2 {
	font-size: 18px;
}

.paragraph .text_show {
	float: left;
}

.images {
	margin-top: 3px;
}

.caption {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.caption .text {
	float: left;
}

.spacer {
	float: left;
	width: 1px;
	height: 1px;
}

.blog_list {
	margin-left: 11px;
}

.overview_blog {
	float: left;
	width: 145px;
	height: 145px;
	margin-right: 17px;
	margin-bottom: 22px;
}

.overview_blog .author {
	float: left;
	width: 145px;
	height: 15px;
	margin-top: 0px;
	background-color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}

.overview_blog .author a, .overview_blog .author a:visited {
	color: black;
}

.overview_blog .image {
	float: left;
	background-color: white;
	margin-top: 7px;
	margin-left: 0px;
}

.overview_blog .date {
	float: left;
	width: 145px;
	margin-top: 9px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}

.overview_blog .new_post {
	color: white;
	background-color: #6330a9;
}

.box_mini_thumb {
	float: left;
	width: 23px;
	height: 23px;
	margin-bottom: 4px;
	margin-right: 5px;
	padding: 0px;
}

.box_mini_thumb .inside {
	background-color: white;
	border: 1px solid white;
	margin: 1px;
}

.box_mini_thumb .inside_tight {
	background-color: white;
	border: 0px solid white;
	margin: 1px;
}

.blog_entries {
	float: left;
	width: 655px;
	margin-top: 10px;
}

.blog_entries p {
	margin-bottom: 15px;
}

.blog_entries .navigation {
	font-weight: bold;
	height: 15px;
	margin: 11px;
}

.blog_entries .most_recent_thumbs {
	margin-left: 11px;
}

.blog_entries .most_recent_thumbs img {
	margin-right: 7px;
}

.blog_entries .navigation a {
	color: black;
}

.blog_entries .navigation a:hover {
	color: #6330a9;
}

.blog_entries .navigation .alignright {
	float: right;
}

.blog_entries .navigation .alignleft {
	float: left;
}

.box_blog_entry {
	float: left;
	width: 655px;
	margin-bottom: 20px;
}

.box_blog_entry .post {
	width: 633px;
	margin: 11px;
}

.box_blog_entry .post img {
	margin: 0;
	margin-bottom: 8px;
}

.alignleft {
	float: left;
	vertical-align: top;
}

.alignright {
	float: right;
	vertical-align: top;
}

.alignnone {
}

.box_blog_entry .headline {
	font-size: 18px;
}

.metadata_single {
	width: 630px;
	border-top: 1px solid #b2b2b2;
	padding: 5px;
	padding-left: 11px;
	clear: left;
}

.tags {
	width: 630px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 5px;
	padding-left: 11px;
	float: left;
	clear: left;
}

.tags a {
	color: black;
}

.headline {
	font-size: 18px;
	font-weight: bold;
}

.headline a {
	color: black;
}

.headline a:hover {
	color: black;
}

.headline a:visited {
	color: black;
}

.headline a:visited:hover {
	color: black;
}

.box_blog_entry .date {
	margin-top: 7px;
}

.box_blog_entry .post_content {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 540px;
	text-align: justify;
}

.box_blog_entry .postmetadata {
	font-size: 10px;
}

.profile_image {
	float: left;
	width: 129px;
	height: 129px;
	background: url('../gfx/box_border.gif') #ffffff repeat;
	margin-bottom: 15px;
	margin-top: 2px;
}

.profile_image .profile_image_inside {
	margin: 1px;
	height: 127px;
}

.profile_headline {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.commentlist .commentmetadata {
	font-size: 10px;
}

.commentlist .commentcontent {
	margin-top: 10px;
	margin-bottom: 15px;
}

.list {
	line-height: 17px;
}

.link_email a {
	white-space: nowrap;
	padding: 0px 0px 0px 14px;
	background-image:url(../images/icon_email.gif);
	background-repeat:no-repeat;
	background-position: 1px 4px;
}

.error {
	color: #DD0000;
}

.success {
	color: #88cc00;
}

.right {
	float: right;
}

.feature_image {
	margin-left: -8px;
}

.delete {
	float: right;
	width: 16px;
	height: 16px;
	margin-right: -3px;
	margin-left: 10px;
	margin-top: 1px;
	background-image: url('../gfx/cms/delete.gif');
	background-repeat: no-repeat;
}

.small_info {
	color: #555555;
	font-size: 10px;
}

.hiddenbox {
	display: none;
	margin: 0;
	margin-top: -5px;
	padding: 4px 5px 0px 5px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 768px;
}

.spacer_right {
	float: right;
	width: 15px;
}

.button {
	text-transform: uppercase;
}

.news_inline {
	float: left;
	width: 646px;
	background-color: #DDDDDD;
	margin-bottom: 10px;
}

.ad_image {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar .ad_image {
	float: left;
	margin-left: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_inline .ad_image {
	float: left;
	margin-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* CAPTCHA-Styles */
p.captcha_1,
p.captcha_2,
p.captcha_notvalid
{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 20px;
	background: transparent;
}
p.captcha_2
{
}
p.captcha_notvalid
{
	font-weight: bold;
	color: #FF0000;
}
		
.captchapict
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-style: solid;*/
}


/* news_footer ////////////////////////////////////////////////////////// */

.news_footer {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: 15px;
	
	float: left;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

.news_footer .title {
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
	float: left;
}

.news_footer .title .line {
	display: block;
	float: left;
	border-top: 1px solid #b2b2b2;
	margin-top: 0px;
	width: 389px;
}

.news_footer .title .text {
	float: left;
	text-align: center;
	margin-top: -7px;
	width: 180px;
}

.news_footer .logo_image {
	float: left;
	width: 231px;
	height: 25px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.news_footer .item {
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin-left: 9px;
	margin-bottom: 8px;
	width: 230px;
}

.news_footer .item img {
	display: none;
}

.news_footer .item h4 {
	display: none;
	font-size: 12px;
	margin: 0;
	margin-bottom: 6px;
}

.news_footer .item h4 a {
	color: black;
}

.news_footer .item ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.news_footer .item ul li {
	color: #555555;
	margin: 0;
	margin-bottom: 6px;
	list-style-image: none;
	list-style-type: disc;
	margin-left: 0px;
}

.news_footer .item ul li a {
	color: #555555;
}

.news_footer .item ul li a:hover {
	color: #6330a9;
}

.copyright {
	font-size: 11px;
	margin-left: 12px;
	margin-bottom: 15px;
}


