/*   
Theme Name: wainet2010
Theme URI: www.wai-net.de
Description: simple theme for wai-net.de 2010
Author: Yat Wai Au
Author URI: www.wai-net.de
Version: 1.0
*/

/* base */
body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #999;
	background-color: #333;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #161616;
	border: 1px solid #333;
	font-size: 11px
}

del {
	color: #333;
}

hr {
	border-top: 1px solid #333;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: 0 0 10px;
	height: 1px;
}

/* structure */
#frame {
	width: 1020px;
	background: #333 url(images/background.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	color: #fff;	
}

#wrapper {
	width: 960px;	
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 243px;
	padding: 0;
	margin: 0;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	float: left;
	padding: 0;
	margin: 0;
}

#content #right {
	width: 260px;
	float: left;
	margin: 0;
	padding: 0 50px 0;
}

#content #middle {
	width: 500px;
	float: left;
	margin: -30px 0 0 0;
	padding: 0 50px 0;	
}

#navi {
	width: 960px;
	height: 25px;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
}

#menu {
	width: 960px;
	height: 25px;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul {
	height: 25px;
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

#menu a:hover img, #menu a img {
	border: 0;
}

#bodytop {
	width: 960px;
	height: 31px;
	background-image: url(images/body_top.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

#footer {
	text-align: right;
	font-size: 10px;
	padding: 0 15px 5px 0;
}

/* menu */
a.homeb {
	width: 59px;
	height: 25px;
	padding: 0;
	margin: 0 0 0 0px;
	background: url(images/home.gif) no-repeat;
	float: left;
}

a.mysportive {
	width: 103px;
	height: 25px;
	padding: 0;	
	background: url(images/mysportive.gif) no-repeat;
	float:left;
}

a.mod {
	width: 103px;
	height: 25px;
	padding: 0;	
	background: url(images/mod.gif) no-repeat;
	float:left;
}

a.cargalleries {
	width: 104px;
	height: 25px;
	padding: 0;	
	background: url(images/galleries.gif) no-repeat;
	float:left;
}

a.aboutb {
	width: 64px;
	height: 25px;
	padding: 0;	
	background: url(images/about.gif) no-repeat;
	float:left;
}

a.waikon {
	width: 80px;
	height: 25px;
	margin: 0 0 0 397px;
	padding: 0 24px 0 0;	
	background: url(images/wkde.gif) no-repeat;
	float:left;
}

a.rss {
	width: 16px;
	height: 25px;
	padding: 0 10px 0 0;	
	background: url(images/rss.gif) no-repeat;
	float:left;
}

a:hover.homeb, a:hover.mysportive, a:hover.mod, a:hover.cargalleries, a:hover.aboutb, a:hover.waikon, a:hover.rss {
	background-position: 0 -25px;
}

/* posts */
.entrypost .box, .gallerypost .box, .photography_post .box {
	width: 500px;
	margin: 0;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #333;
}

.posthead {
	width: 500px;
}

.title {
	font-size: 24px;
	padding: 0 0 10px 0;
	vertical-align: bottom;
}

.title a {
	color: #999;
	text-decoration: none;
}

.title a:hover {
	color: #bf0d18;
}

.postmeta {
	width: 500px;
	height: 20px;
	border: 1px solid #101010;
	background-color: #161616;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.postmeta1 {
	width: 500px;
	height: 20px;
	border: 1px solid #101010;
	background-color: #161616;
	padding: 0;
	margin: 0 0 30px -20px;
	font-size: 10px;
}

.postdate, .postcomments {
	text-align: right;
	padding: 0 4px 0 0;
	margin: -12px 0 0 0;
}

.postcat, .posttags {
	text-align: left;
	padding: 4px 0 0 4px;
	margin: 0;
}

.postcomments a, .postcat a, .posttags a {
	color: #bf0d18;
	text-decoration: none;
}

.postcomments a:hover, .postcat a:hover, .posttags a:hover {
	color: #999;
}

.postcontent {
	padding: 20px;
	margin: 0;
}

.postcontent p {
	padding: 0 0 10px;
	margin: 0;
}

.postcontent a {
	color: #bf0d18;
	text-decoration: none;
	font-style: italic;
}

.gallerypost .box .postcontent a, .photography_post .box .postcontent a {
	font-style: normal;
}

.postcontent a:hover {
	color: #fff;
}

.photography_post .box .postcontent a {
	color: #bf0d18;
	text-decoration: none;
	font-style: normal;
}

a img {
	border: 3px solid #fff;
	margin: 0 0 20px;
}

a:hover img {
	border: 3px solid #bf0d18;
}

.postfoot {
	width: 500px;
	margin: -10px 0 0;
}

.postsnavigation {
	width: 500px;
	height: 20px;
	border: 1px solid #101010;
	background-color: #161616;
	margin: 30px 0 20px;
	font-size: 14px;	
}

.postsnavigation .oldposts {
	text-align: left;
	padding: 2px 0 0 4px;
	margin: 0;
}

.postsnavigation .newposts {
	text-align: right;
	padding: 0 4px 0 0;
	margin: -17px 0 0 0;
}

.postsnavigation a {
	color: #bf0d18;
	text-decoration: none;
}

.postsnavigation a:hover {
	color: #999;
}

.box p img.imgborder {
	margin: 0 0 0;
	border: 3px solid #fff;
}

.discl {
	width: 125px;
	height: 42px;
	padding: 0 0 10px;
	margin: 0 0 0 -10px;
	background: url(images/ad28.gif) no-repeat top left;
}

/* sidebar */
.sidebar {
	font-size: 11px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebartitle {
	height: 35px;
	border: 1px solid #101010;
	background-color: #161616;
	margin: 0;
	padding: 0;
}

.sidebartitle h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 18px;
	margin: 0;
}

#wp-calendar {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
}

#wp-calendar  caption {
	padding: 10px 0 0;
}

#wp-calendar tbody td {
	text-align: center;
	width: 20px;
	border: 1px solid #101010;	
	background-color: #161616;
}

#wp-calendar tbody td:hover {
	border: 1px solid #161616;	
	background-color: #999;
	color: #161616;
}

#wp-calendar tbody td#today {
	background-color: #fff;
	color: #222;
}

#wp-calendar tbody td a, #wp-calendar tfoot a {
	color: #bf0d18;
	text-decoration: none;
}

#wp-calendar tbody td a:hover, #wp-calendar tfoot a:hover {
	color: #161616;
	text-decoration: none;
}

.lastposts ul, .pagenav ul, .categories ul, .archiv ul, .linkcat ul  {
	padding: 2px 20px 10px;
}

.tagcloud  {
	padding: 10px 20px 10px;
	text-align: center;
}

#wp_wall {
	padding: 5px 30px;
}

.lastposts ul li, .pagenav ul li, .categories ul li, .archiv ul li, .linkcat ul li {
	border-bottom: 1px solid #333;
	padding: 7px 0 7px 10px;
}

.lastposts ul li:hover, .pagenav ul li:hover, .categories ul li:hover, .archiv ul li:hover, .linkcat ul li:hover {
	background-color: #1e1e1e;
}

.lastposts ul li a, .pagenav ul li a, .categories ul li a, .archiv ul li a, .linkcat ul li a {
	padding: 10px 0 10px 0;
	color: #999;
	text-decoration: none;
}

.lastposts ul li a:hover, .pagenav ul li a:hover, .categories ul li a:hover, .archiv ul li a:hover, .linkcat ul li a:hover {
	color: #bf0d18;
	text-decoration: none;
}

.tags a {
	color: #bf0d18;
	text-decoration: none;
}

.tags a:hover {
	color: #fff;
	text-decoration: none;
}

/* comments template */
.comments-template {
	margin: 30px 0 0;
}

.comments-template #commentform {
	padding: 0 20px 0;
}

.comments-template #commentform  textarea {
	width: 400px;
	padding: 0 20px 0;
}

.comment-body {
	padding: 0;
	margin: 20px 0 0;
	border-bottom: 1px solid #333;	
}

.commentmetadata  a {
	color: #bf0d18;
	text-decoration: none;
}

.commentmetadata  a:hover {
	color: #999;
}

.comment-body  a {
	color: #bf0d18;
	text-decoration: none;
	font-style: italic;
}

.comment-body a:hover {
	color: #fff
}


/* table */
.pagetablemod {
	width: 460px;
	padding: 20px 0 30px;
	margin: 0;
	font-size: 11px;	
}

.pagetablemod1 {
	width: 460px;
	padding: 20px 0 10px;
	margin: 0;
	font-size: 11px;	
}

.pagetablemod table, .pagetablemod1 table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #333;	
}

.td1l {
	width: 89px;
	height: 15px;
	text-align: right;
	padding: 5px;
	margin: 0;
	background-color: #222;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	vertical-align: top;
}

.td1m {
	width: 390px;
	height: 15px;
	text-align: left;
	padding: 5px;
	margin: 0;
	background-color: #222;
	border-bottom: 1px #333 solid;
	vertical-align: top;	
}


.td2l {
	width: 89px;
	height: 15px;
	text-align: right;
	padding: 5px;
	margin: 0;
	background-color: #222;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	vertical-align: top;
}

.td2m {
	width: 390px;
	height: 15px;
	text-align: left;
	padding: 5px;
	margin: 0;
	background-color: #222;
	border-bottom: 1px #333 solid;
	vertical-align: top;	
}


.td3l {
	width: 89px;
	height: 15px;
	text-align: right;
	padding: 5px;
	margin: 0;
	background-color: #222;
	border-right: 1px #333 solid;
	vertical-align: top;
}

.td3m {
	width: 390px;
	height: 15px;
	text-align: left;
	padding: 5px;
	margin: 0;
	background-color: #222;
	vertical-align: top;	
}

.textnote {
	text-align: right;
	padding: 5px 0 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
	color: #aaa;
}

/* form */
#commentform a {
	color: #bf0d18;
	text-decoration: none;
}

#commentform a:hover {
	color: #999;
}