/*
Theme Name: Go2start
Theme URI: http://www.kscreen.de
Description: Go2Stats Theme
Version: 1.0
Author: KScreen
Author URI: http://www.kscreen.de
*/

body, p { 
	margin:0px; 
	padding:0px;	
}
ul {
	padding:0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 15px;
}

ol {
	padding:0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 20px;
}


/* 
	Moves elements out of the viewport and preserves no space for them. 
	Use this class rather than "display: none"!
*/
.hidden { 
	height:0;
	overflow:hidden;
	position:absolute;
	left:-9000px;
	max-width:8000px;
}

.none {
	display:none;
}

.clear {
	clear:both;
}

body {
	color:#333;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	height:100%;
	width:100%;
	background-color: #242d5d;
}

hr {
	height:1px;
	display:block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #3a4996;
	border-bottom-color: #ffffff;
}

p {
	margin:5px 0px;
}

h1 {
	color:#3a4996;
	font-size:18px;
	margin-top:0px;
	border-bottom:1px solid #f99b07;
	margin-bottom: 3px;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#f99b07;
	text-decoration:underline;
}

a:active, a:focus { outline:none }

span.MarkText-1 {
	color:#3a4996;
	font-weight:bold;
}

span.required {
	color:#ff0000;
	font-weight:bold;
}

.w50 {
	float:left;
	width:40%;
	margion-right:5%;
}

p.SmallDescription, span.SmallDescription {
	font-size:10px;
}

#Header, #MainNavigation {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#MainWrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4996;
	border-left-color: #3a4996;
	background-color: #FFF;
}

#Header {
	padding-top:5px;
	background-image: url(./../../images/go2/back_head.png);
	background-repeat: no-repeat;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4996;
	border-left-color: #3a4996;
}

#HeaderNavigationDiv {
	width: 1008px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3a4996;
}

#MainNavigationDiv {
	height:33px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4996;
	border-left-color: #3a4996;
}

#MainNavigation {
	font-family:Arial,Tahoma;
	font-size:12px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:block;
	height:33px;
	position:relative;
}

#MainNavigation li {
	float:left;
	display:block;
}

#MainNavigation li a {
	color:#ffffff;
	float:left;
	height:24px;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#MainNavigation li a:hover {
	background:transparent url(./../../images/go2/BackgroundNaviHover.gif) repeat-x scroll left top;
	color:#f99b07;
}

#FooterNavigationDiv {
	margin-bottom:0px;
	height:9px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4996;
	border-left-color: #3a4996;
	background-color: #FFF;
}

#TopNavigation ul, #DirectoryList ul.SubCatList {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#TopNavigation ul {
	float:right;
	margin-right: 20px;
}

#TopNavigation ul li {
	display:inline;
}

#TopNavigation ul li a, #TopNavigation ul li a:active, #TopNavigation ul li a:visited {
	color:#3a4996;
	text-decoration:none;
}

#TopNavigation ul li a:hover {
	color:#f99b07;
	text-decoration:underline;
}

#ColumnLeft {
	float:left;
	width:675px;
	padding-left: 10px;
}

#ColumnRight {
	float:left;
	postition:relative;
	margin-left:15px;
	width:290px;
	padding-right: 10px;
}

.success, .warning, .error, .info {
	background-position:10px center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding:7px 10px 7px 45px;
}

.success {
	background-color:#FFF;
	background-image:url('./../../images/icon/successMedium.png');
	border:1px dashed #009900;
	color:#009900;
}

.error {
	color:#cc0000;
	background-color:#FFF;
	background-image:url('./../../images/icon/errorMedium.png');
	border:1px solid #cc0000;
}

.error a {
	color:#3a4996;
	text-decoration:underline;
}

.error a:hover { text-decoration:none; }

.info {
	background-color:#feb07b;
	background-image:url('./../../images/icon/infoM.png');
	border:1px solid #dddddd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

.innerError {
	background-image:url('./../../images/icon/errorSmall.png');
	background-position:1px center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:5px 5px 5px 25px;
	color:#cc0000;
}

.SocialBookmark {
	padding:5px;
	margin-right:5px;
	border-bottom:1px solid #3a4996;
}

.SocialBookmark:hover {
	border-bottom:1px solid #f99b07;
}

div.RSS img { float:left; margin-right:5px; margin-left:5px; }
div.RSS p, a, a:hover {
	padding-top:5px;
	font-size:11px;
}

div.RSS a, a:hover {
	color: #f99b07;
	text-decoration: underline;
}

img.Tag {
	margin-right:5px;
	vertical-align:middle;
}

img.Icon {
	margin-right:4px;
	vertical-align:bottom;
}

#GoogleMapsDivBig {
	margin:10px 0px 25px 0px;
	width:100%;
	height:500px;
	border:1px solid #dddddd;
	background-color:#efefef;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

/* Media Uploader */
.Progress {
	margin-top:10px;
	border:1px solid #cccccc;
	width:450px;
	height:16px;
}

.Bar {
	width:0px;
	height:100%;
	background-color:#006699;
}

.media-item {
	min-height:16px;
	width:100%;
}

.Crunching { 
	display:block;
	line-height:32px;
	text-align:right;
	margin-right:5px;
}

.Filename.Original {
	float:left;
}

.listTable {
	margin:0px 0px 15px;
	border-collapse:collapse;
	border:1px solid #999999;
	clear:both;
	width:100%;
}

.listTable thead, .listTable tr.tableHeader {
	background-color:#f1f2f8;
	color:#333333;
}

.listTable th {
	line-height:1.3em;
	border-bottom:1px solid #999999;
	font-size:11px;
	vertical-align:text-top;
	padding:9px 15px 6px 10px;
	text-align:left;
}

.listTable td {
	border-bottom:1px solid #999999;
	padding:7px 15px 9px 10px;
	vertical-align:top;
}

.listTable th.ActionLinks { text-align:right; }
.listTable td.ActionLinks { text-align:right; }

tr.CycleColor-1 {
	background-color:#f1f2f8;
}
tr.CycleColor-2 {
	background-color:#f9e9cf;
}

.Highlight {
	background-color:#ffff00;
	color:#0000ff;
	padding:0px 2px;
}

.w50 h3 {
	margin-bottom:0.5em;
}

ul.ArchivList {
	border-top:1px solid #cccccc;
	margin-bottom:1.5em;
}

ul.ArchivList li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
}

ul.ArchivList li a {
	background-image:url('./../../images/icon/arrow-9-Small.gif');
	background-position:5px 50%;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	display:block;
	padding:0.5em 1em 0.5em 20px;
	text-decoration:none;
}

div.ArchivRow {
	margin-bottom:30px;
}

div.ArchivRow h2 {
	font-size:15px;
	margin-bottom:3px;
}

/* Footer */
div.footWrap {
	width:1000px;
	margin:auto;
	border-top:1px solid #3a4996;
	margin:30px auto 25px auto;
}

div.footWrap p {
	text-align:right;
	font-size:11px;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* Useroffice */
p.UserActionLinks {
	text-align:right;
	font-size:11px;
}

div.UserItemInfobox {
	font-size:11px;
}

div.UserItemInfobox img.RatingIcon, div.UserItemInfobox img.PagerankIcon {
	vertical-align:middle;
}

div.UserItemErrorDiv {
	padding:7px 10px 7px 10px;
	color:#cc0000;
	background-color:#ffeeee;
	border:1px solid #cc0000;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

div.UserItemErrorDiv h3 { 
	font-weight:normal; 
	font-size:13px;
	padding-bottom:3px;
	border-bottom:1px solid #cc0000;
}

div.UserItemErrorDiv label {
	cursor:pointer;
}

div.UserItemErrorDiv div {
	color:#444444;
	font-size:11px;
}

#UserPostAddForm label {
	font-weight:bold;
	display:block;
	margin-top:10px;
}

#UserPostAddForm .mceEditor #Content_tbl {
	border:1px solid #cccccc;
}
#headgrabber {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 41px;
	width: 600px;
}
#Logo {
	height: 41px;
	width: 191px;
	float: left;
}
#headlinetop {
	padding: 0px;
	float: right;
}
#headlinetop h1 {
	font-size: 14px;
	color: #3a4996;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.date {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.followme {
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#videoad {
	text-align: center;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
#eintragen {
	width: 670px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	height: 45px;
}
