/**
Theme Name: Starcad
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine theme
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	font:normal 13px Helvetica,Arial;
	color:#666666;
        background:url("images/bodyhg.gif") repeat-x scroll left top #9a9999;
        position:relative;
}

a {
	text-decoration:none;
	color:#e1dd00;
}

a:hover { color:#666666; }

.cornertop {
	background:url(images/cornertop.png) no-repeat 0 0;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
        padding-left: 50px;
        height:30px;
}

.cornerbottom {
	background:url(images/cornerbottom.png) no-repeat 0 0;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
        padding-left: 50px;
        height:30px;
}

.wrappertop {
	background:url(images/background.png) no-repeat 0 0;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
        padding-left: 50px;
}

.wrapper {
	background:url(images/wrapper_bg.png) repeat-y 0 0;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
        padding-left: 50px;
}

.wrapperdown {
	background:url(images/cornerbottom.png) repeat-y 0 0;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
        padding-left: 50px;
}

.entry {
        line-height:30px;
        padding-left:50px;
}

.entry li {
        line-height:30px;
        height: auto;
}

#page-menu {
	height:45px;
	overflow:hidden;
	line-height:45px;
	float:right;
        padding-right: 100px;
}

#page-menu ul li {
	display:inline;
	font-size:14px;
	margin-left:40px;
        margin-right:15px;
}

#page-menu a { color:#666666; }

#page-menu a:hover, #page-menu .current_page_item a { color:#e2dd00; }

#header-content { 
        clear:right;
        width: 1000px;
}

#branding {
	float:left;
	width:760px;
	font-size:30px;
	font-style:italic;
	height:68px;
	padding-top:10px;
        padding-left:10px;
	overflow:hidden;
}

#branding a { color:#d88330; }

#branding a:hover { color:#666666; }

#blog-description {
	font-size:17px;
	font-weight:normal;
	color:#000000;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:214px;
	position:relative;
	height:24px;
	position:relative;
	margin-top:28px;
        margin-right:15px;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Helvetica, Arial;
	color:#666;
	width:180px;
	top:6px;
	left:10px;
}

#top-search-submit {
	width:18px;
	height:18px;
	cursor:pointer;
	top:3px;
	right:3px;
}

#rss-button {
	background:transparent url(images/icon-rss.png) no-repeat 0 0;
	display:block;
	float:right;
	margin:14px 12px 0 0;
	width:22px;
	height:22px;
	text-indent:-9999px;
}

/* container */
#container-top { padding:9px 9px 0; }

.block {
	float:left;
	width:320px;
	margin-right:10px;
}

.last { margin:0 !important; }

.block h2 {
	font-size:17px;
	font-weight:normal;
	color:#1d1d1d;
	padding-bottom:3px;
	border-bottom:6px solid #1d1d1d;
	margin-bottom:3px;
}

.block ul li {
	overflow:hidden;
	line-height:29px;
}

.block ul li a { color:#595959; }

.block ul li a:hover { color:#e49c30; }

/* content */
#content {
	float:left;
	width:652px;
	padding:35px 0 0 9px;
}

.pagetitle {
	font-weight:normal;
	font-size:16px;
	color:#000000;
	margin-bottom:-19px;
        visibility:hidden;
}

.title-404 { padding-top:6px !important; }

#content .post {
	background:#171717 url(images/post-bg.gif) repeat-y 0 0;
	float:left;
	position:relative;
	width:652px;
	overflow:hidden;
	margin-bottom:9px;
}

.top, .bottom { float:left; }

#content .post .top {
	background:transparent url(images/post-bg.gif) no-repeat -652px 0;
	width:652px;
	padding-top:0;
}

#content .post .bottom {
	background:transparent url(images/post-bg.gif) no-repeat 100% 100%;
	width:652px;
	padding-bottom:6px;
}

#content .post .date-post {
	background:#e68c29 url(images/date-bg.gif) no-repeat 0 0;
	display:block;
	height:26px;
	text-align:center;
	font:normal 12px 'Myriad Pro',Tahoma,Verdana,Arial;
	color:#3a430d;
	text-transform:uppercase;
	float:right;
	margin-top:-6px;
	padding-left:5px;
}

#content .post .date-post span {
	background:transparent url(images/date-bg.gif) no-repeat 100% 100%;
	display:block;
	height:26px;
	line-height:26px;
	float:left;
	padding-right:5px;
}

#content .post .title {
	clear:both;
	padding:10px 30px 25px;
	font-size:21px;
	font-weight:bold;
	color:#e2dd00;
        margin-top:20px;
        margin-bottom:20px;
}

#content .post .meta {
	padding:6px 0 6px 6px;
}

#content .categories-post, #content .comment-post {
	font-size:12px;
	color:#8c8c8c;
}

#content .categories-post a { color:#8c8c8c; }

#content .categories-post a:hover { color:#e49c30; }

#content .entry, #post-pages {
	clear:both;
	padding:0 30px;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#171717 url(images/pagenavi-bg.gif) repeat-x 0 0;
	clear:both;
	height:53px;
	position:relative;
	padding:0 9px;
	margin-bottom:28px;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-bg.gif) no-repeat;
	position:absolute;
	top:0;
	width:6px;
	height:53px;
}

#wp-pagenavi-left {
	background-position:0 -53px;
	left:0;
}

#wp-pagenavi-right {
	background-position:0 -106px;
	right:0;
}

.wp-pagenavi {
	padding-top:20px;
	font-size:12px;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#ffffff !important;
	color:#585858 !important;
	padding:7px 9px !important;
	border:1px solid #e6e1e1 !important;
}

.wp-pagenavi span.pages {
	background-color:#e68c29 !important;
	border:1px solid #e68c29 !important;
	color:#ffffff !important;
}

.wp-pagenavi a:hover {
	background-color:#e68c29 !important;
	border:1px solid #e68c29 !important;
	color:#ffffff !important;
}

#respond-wrapper, .navigation-page { margin-bottom:9px; }

/* sidebar */
#sidebar {
	width:321px;
	margin-left:665px;
	overflow:hidden;
	padding:34px 9px 30px 0;
}

.widget {
	color:#535353;
}

#primary .widget, .widget-top, .widget-bottom {
	display:block;
	float:left;
	width:321px;
}

#primary .widget {
	background:#fbfbfb url(images/widget-bg.gif) repeat-y;
	margin-bottom:9px;
}

.widget-top {
	background:transparent url(images/widget-bg.gif) no-repeat -321px 0;
	padding:6px 6px 0;
	width:309px;
	overflow:hidden;
}

.widget-bottom {
	background:#ffffff url(images/widget-bg.gif) no-repeat 100% 0;
	height:6px;
	overflow:hidden;
}

.widget-title {
	font-size:22px;
	font-weight:normal;
	margin-bottom:2px;
	color:#e2dd00;
}

#primary .widget-title {
	font-size:16px;
	padding-bottom:3px;
	border-bottom:4px solid #ebebeb;
	margin-bottom:3px;
}

#primary .widget {
	clear:both;
}

.widget a { color:#585858; }

.widget a:hover { color:#e2dd00; }

.widget ul li {
	line-height:28px;
	border-bottom:1px solid #e6e1e1;
}

#primary .widget ul li {
	border-color:#e6e1e1;
}


.widget ul li li {
	border-bottom:0;
	border-top:1px solid #e6e1e1;
}

.widget ul li ul {
	padding-left:15px;
}

#secondary .widget { margin-bottom:5px; }

#secondary .widget ul li { border:none; }

.small-sidebar {
	width:156px;
	overflow:hidden;
}

#sidebar-left { float:left; }

#sidebar-right { float:right; }

/* footer */
#footer {
/*	background-color:#1d1d1d;*/
	border-top:4px;
	font-size:12px;
	font-style:italic;
	color:#9c9c9c;
	margin:0 auto;
	overflow:hidden;
        width:1000px;
        padding-top:20px;
        text-align:center;
        height:50px;
}


h1 {
        font-size:16px;
        color:#666;
        border-bottom: 1px solid #E2DD00;
}


.work {
        float:left;
}

.formrow {
        width:500px;
        height:35px;
}

.message {
        width:500px;
        height:120px;
}

.formtext {
        float:left;
        width:180px;
}

.formeingabe {

}

.clearer {
        clear:both;
}




