/*
Theme Name: ux++.red
Theme URI: http://www.splash.de/wordpress/
Description: ux.design...
Version: 0.1 plusplus (deutsch)
Author: proog
Author URI: http://www.splash.de
*/

.phighlight {
	display: block;
	padding: 10px 10px 0px 10px;
	border: #F80001 dotted 1px;
	margin-bottom: 25px;
}

#nmore {
	width: 200px;
	margin-bottom: 20px;
	float: left;
}

#nmore h1 {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #ACACAC;
	border-bottom: 1px solid #343434;
}

#nmore ul {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}

#nmore li {
	border-bottom: 1px solid #F80001;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 10px;
}

.ndate {
	border-bottom: 1px solid #ACACAC !important;
	margin: 0px !important;
	padding: 2px 44px !important;
	display: block;
	font-size: 10px !important;
	font-weight: bold;
}

#nmore li a {
	display: block;
	background-color: transparent;
	color: #545454;
	padding: 0px !important;
	text-decoration: none;
	border-bottom: 0;
}

#nmore li a:hover {
	color: #ACACAC;
	background-color: #DAD9D4;
	text-decoration: none;
}

.pagenavigation2 {
	display: block;
}

#wp-calendar {
	width: 220px;
	vertical-align: middle;
	text-align: center;
}
#wp-calendar a {
	display: block;
	width: 24px;
	height: 22px;
	color: #ACACAC;
	border: #FFFFFF solid 1px;
}

#wp-calendar a:hover {
	color: #FFFFFF;
	border: #ACACAC solid 1px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	display: block;
	width: 100%;
	color: #ACACAC;
	border: none;
	/* border: #990000 solid 1px; */
}

#wp-calendar #today {
	width: 24px;
	height: 22px;
	background: #767676;
	color: #FFFFFF;
}

#wp-calendar #today a {
	background: #ACACAC;
	color: #FFFFFF;
}

.g_ads {
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	color: #ACACAC;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #F80001;
	font-size: 10px;
}

ul .children li {
	display: none !important;
}

.post {
	display: block;
	margin-bottom: 25px;
}

.entry, .xpost {
	display: block;
}

.entry2 {
	display: block;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
}

.entry2 > p {
	line-height: 1.0em;
}

.quelle {
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 5px 0px 0px 0px;
	color: #ACACAC;
	border-bottom: 1px solid #F80001;
}

.quelle2 {
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 2px 0;
	color: #ACACAC;
	border-bottom: 1px solid #F80001;
	font-size: 10px;
}

.postdata, .postmetadata {
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	color: #ACACAC;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #F80001;
	font-size: 10px;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #151515;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
}


blockquote {
	border-left: 1px solid #ACACAC;
    color: #767676;
	font-size: 1.00em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #F80007;
	text-decoration: none;
	outline: none;
}

code {
	background: #f5f5f5;
	border: 1px solid #F80001;
	color: #555555;
	font: 11px Verdana, Arial, 'Helvetica', sans-serif;
	padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1 a {
	color: #F80000;
    font-weight: 100;
	font: 20px Arial, 'Helvetica', Verdana, sans-serif;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
    display: block;
}

h1 {
	color: #F80000;
    font-weight: 100;
	font: 20px Arial, 'Helvetica', Verdana, sans-serif;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	display: block;
}

h2, h2 a {
	color: #ACACAC;
    font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #ACACAC;
    font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #ACACAC;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	text-align: justify;
	display: block;
	overflow: hidden;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 0px;
}

small {
	font-size: 10px;
}

#fullpage {
	margin: 0px;
	width:100%;
	text-align: left;
	overflow: hidden;
}

#page {
	background: transparent;
    margin: 0px;
	padding: 0px 0px 0px 16px;
	text-align: left;
	width: 980px;
}

/*################*/
/*### Basic    ###*/
/*################*/

#header_top, #top, #nav {
	margin: 0px;
	width:100%;
	text-align: left;
	overflow: hidden;
}

#header, #topbar, #navbar {
    overflow: hidden;
    width: 980px;
    margin: 0px;
    padding: 0px 0px 0px 16px;
}

#newsbar {
	width: 200px;
	text-align: left;
	float: left;
	margin: 20px 20px 20px 0px;
	padding: 0px;
	line-height: 1.6em;
	color: #545454;
}

/*################*/
/*### Header   ###*/
/*################*/

#header_top {
	background: #4b4e52 url(images/logo_bgnd.png) 0 0 repeat-x;
	height: 87px;
}

#header {
    background: transparent url(images/logo_bgnd.png) 0 0 repeat-x;
    color: #545454;
	font-size: 13px;
    height: 87px;
}

#header a {
	color: #545454;
}

#header a:hover {
	color: #686868;
}

#blogname {
	padding-top: 0px;
}
#blogname p {
	color: #FEFEFE;
}

#header h2 {
    float: left;
    font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
/*	border-right:1px solid #F80001; */
}

#header h2 a {
	text-decoration:none;
}

#header p {
    padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Oberes Menü ###*/
/*###################*/

.top_div {
	background: url(images/top_div.png) 0 0 repeat-x;
	/* border-bottom: 2px solid #686868; */
	height: 11px;
	margin: 0 auto;
	width:100%;
	text-align: center;
	overflow: hidden;
}

#top {
	background: url(images/top_rbgnd.png) 0 0 repeat-x;
	/* border-bottom: 2px solid #686868; */
	height: 30px;
}

#topbar {
	background: url(images/top_bgnd.png) 0 0 repeat-x;
	height: 30px;
}

ul.topmenu {
    background: transparent;
    float: left;
    margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
    height: 30px;
	padding: 9px 8px 0px 8px;
	color: #767676;
}

ul.topmenu li a:hover,  ul.topmenu li a.hilite {
	color: #EFEFEF;
	background: url(images/top_hbgnd.png) 0 0 repeat-x;
    text-decoration: none;
}

/* Navbar */

#nav {
	background: #4b4e52 url(images/nav_bgnd.png) 0 0 repeat-x;
	/* border-bottom: 2px solid #686868; */
	height: 33px;
}

#navbar {
	background: url(images/nav_bgnd.png) 0 0 repeat-x;
	height: 33px;
}

ul.navmenu {
    background: transparent;
    float: left;
    margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.navmenu li {
	float: left;
}

ul.navmenu li a {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 8px 0px 8px;
	color: #767676;
}

ul.navmenu li a:hover {
	color: #EFEFEF;
	background: url(images/nav_hbgnd.png) 0 0 repeat-x;
    text-decoration: none;
}

#nav_div {
	background: #4b4e52 url(images/nav_div.png) 0 0 repeat-x;
	height: 30px;
	margin: 0px 0px -10px 0px;
	width:100%;
}

/*################*/
/*### Content  ###*/
/*################*/

#pagecontent {
	background: transparent;
	border: none;
	color: #CACACA;
	float: left;
	margin: 20px 0px;
	padding: 0px 20px 0px 0px;
	text-align: left;
	width: 740px;
}

#content {
	background: transparent;
	border: none;
	color: #CACACA;
	float: left;
	margin: 20px 0px;
	padding: 0px 20px 0px 0px;
	text-align: left;
	width: 520px;
}


#content a:hover {
	color: #ACACAC;
	background: transparent;
	text-decoration: none;
}

#content img {
	float: right;
	margin: 3px 0px 5px 10px;
	border: 1px solid #F80001;
	padding: 5px;
	background-color: transparent;
}

#content a:hover img {
	border: 1px solid #777777;
	background: transparent;
}

#content h1 a:hover {
	color: #686868;
	background: transparent;
	text-decoration: none;
}

#content h2 a:hover {
	color: #686868;
	background: transparent;
	text-decoration: none;
}

#content h3 a {
	text-decoration: none;
}

#content h3 a:hover {
	color: #686868;
	background: transparent;
	text-decoration: none;
}

#content ul {
	list-style-type: circle;
	margin: 0 0 0 25px;
	padding:  0 0 0 0;
}

#content ul li {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

h3.lsum {
    font-weight: 100;
	font: 11px Arial, 'Helvetica', Verdana, sans-serif;
	color: #686868;
	/* text-decoration: underline; */

}

ul.lsum {
	font: 11px Arial, 'Helvetica', Verdana, sans-serif;
	list-style-type: square !important;
	margin: 0 0 0 25px !important;
	padding:  0 0 0 0 !important;
}

ul.lsum li {
	font: 11px Arial, 'Helvetica', Verdana, sans-serif;
	line-height: 1.5em !important;
	margin: 0px !important;
	padding: 0px !important;
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
	background: #323232;
	border: 1px solid #F80001;
	color: #767676;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 420px;
}

.commentbody {
	background: transparent;
	border: 1px solid #323232;
	color: #545454;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
}

.commentbody a {
	color: #686868;
	text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;
	text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentauthor {
	border-bottom: 1px solid #343434;
    font-weight: bold;
	font-size: 14px;
	color: #ACACAC;
}
.commentnr {
	border-bottom: 1px solid #F80001;
	border-left: 1px solid #F80001;
	border-right: 1px solid #F80001;
    font-weight: bold;
	font-size: 14px;
	width: 25px;
	text-align: right;
	padding: 2px 5px 2px 5px;
	color: #686868;
	float: right;
}

.commentlink {
	font-size: 11px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #323232;
	border: 1px solid #F80001;
	color: #767676;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;
}

#url {
	background: #323232;
	border: 1px solid #F80001;
	color: #767676;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #323232;
	border: 1px solid #F80001;
	color: #767676;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;
}

textarea {
	overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
	background: #4b4e52 url(images/bottom_rbgnd.png) 0 0 repeat-x;
	/* border-top: 2px solid #F80001; */
	height: 46px;
	clear: both;
	color: #767676;
	margin: 0;
	padding: 4px 0px 0px 0px;;
	text-align: center;
	overflow:hidden;
}

#footer a {
	color: #979797;
	text-decoration: none;
}

#footer a:hover {
	color: #F80009;
	text-decoration: none;
}

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	background: transparent;
	border: 0px solid #c7c7c7;
	color: #545454;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 15px;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
	width: 220px;
	text-align: left;
	float: right;
	margin: 20px 0px;
	padding: 0px;
	line-height: 1.6em;
	color: #545454;
}

.sidelist {
	background: transparent;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
	border-bottom: 1px solid #343434;
	margin: 0;
	padding: 0;
	display: block;
}

#sidebar li a {
	display: block;
	background-color: transparent;
	color: #545454;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border-bottom: 0;
}

#sidebar li small a,#sidebar li small {
	display: inline;
	background-color: transparent;
	color: #545454;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border-bottom: 0;
}

/* @group Brian's Latest Comments SBM */
.sidelist li > a[title="Go to the comments of this entry"] {
	display: inline;
	color: #545454;
	font-size: 0.9em;
	word-spacing: -1px;
}
/* @end */

#sidebar li a:hover {
	color: #F80009;
	background-color: #323232;
	text-decoration: none;
}

#sidebar h2{
	background: inherit;
	color: #F80009;
	font: 18px Arial, 'Helvetica', Verdana, sans-serif;
	font-weight: 100;
	padding: 5px 3px 3px 5px;
	margin: 0px;
	border-top: 1px solid #343434 !important;
	border-bottom: 1px dotted #767676 !important;
}

#wrapper {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/unrealextreme_wrapper.png) no-repeat bottom right;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.date {
	background: transparent;
	color: #636363;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
	background: transparent;
	font-style: italic;
	color: #636363;
	line-height: 1.5em;
	text-align: right;
	clear: both;
}

.postmetadata a {
	background: transparent;
	color: #636363;
	text-decoration: none;
}

.postmetadata2 {
	background: transparent;
	color: #CACACA;
	border: 1px solid #F80001;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
	clear:both;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #686868;
	text-decoration: none;
}

.commentheader {
	background: inherit;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #F80009;
	padding: 0;
	line-height: 1.5em;
}

.clear {clear:both;}

/* ### Menue im Footer ### */

#bottom {
	clear: both;
	width: 980px;
	height: 100%;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #545454;
}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 25px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
	margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
}

#bottom h2 {
	background: inherit;
	color: #F80009;
	font: 18px Arial, 'Helvetica', Verdana, sans-serif;
	font-weight: 100;
	padding: 5px 3px 3px 5px;
	margin: 25px 10px 5px 0px;
	border-top: 1px solid #343434 !important;
	border-bottom: 1px dotted #686868 !important;

}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#bottom li {
    border-bottom: 1px solid #F80001;
    margin: 0;
    padding: 0;
    display: block;
}

#bottom li a {
	display: block;
	background-color: transparent;
	color: #545454;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border-bottom: 0;
}

#bottom li a:hover {
	color: #686868;
	background-color: #e6e3d7;
	text-decoration: none;
}

/* ### Ajax-Login ### */
.al_nodisplay {
	display: none;
}

#al_loading, #al_login, #al_register, #al_lostPassword {
	height: 175px;
}
#al_loginMessage, #al_registerMessage, #al_lostPasswordMessage {

}
#al_loadingImage {
	margin-top: 35px;
}

