body{
	font-size: 14px;
	margin: 0;
	background-color: #efefef;
}

a{
	color: brown;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#wga-blog-page{
	width: 850px;
	margin: 20px auto;
	background: white;
	border: solid silver 1px;
}

#wga-blog-header{
	border-bottom: solid silver 1px;
	background-color: #333333;
	padding: 10px;
	height: 80px;
	color: white;
}
#wga-blog-header h1{
	margin: 0;
}
#wga-blog-header h2{
	margin: 0;
}

#wga-blog-header a{
	color: white;
	text-decoration: none;
}

/***/

#wga-blog-content{
	float: left;
	width: 600px;
	padding: 10px;
	overflow: hidden;
}

#wga-blog-sidebar{
	float: right;
	width: 220px;
	padding: 10px 10px 10px 0px;
}

#wga-blog-sidebar h1{
	margin: 0;
	font-size: 100%;
	background-color:#efefef;
	color: black;
	padding: 3px;
	font-weight:bold;
	border-bottom: solid silver 1px;
}

#wga-blog-footer{
	clear: both;
	border-top: solid silver 1px;
	padding: 10px;
	background-color: #efefef;
}

/***/
#wga-blog-sidebar .box{
	border: 1px solid silver;
}


/**
* default styles
*/

#wga-blog-sidebar .box{
	margin-bottom: 10px;
	overflow: hidden;
}
h1.post-headline{
	margin: 0;
}

.post-collection{
}
.post-collection .post{
	margin-bottom: 50px;
}

.post-footer{
	margin-top: 10px;
	text-align: right;
	padding: 5px;
}
.post-footer .comments{
	background: url(../../plugin-wga-app-framework/file/icons/comments.png) no-repeat;
	padding-left: 20px;
}
.date{
	background: url(../../plugin-wga-app-framework/file/icons/date.png) no-repeat;
	padding-left: 20px;
}
.update-date{
	background: url(../../plugin-wga-app-framework/file/icons/clock_red.png) no-repeat;
	color: brown;
	padding-left: 20px;
}
.post-footer .readmore{
	background: url(../../plugin-wga-app-framework/file/icons/page.png) no-repeat;
	padding-left: 20px;
}
.post-footer .post-trackback{
	background: url(../../plugin-wga-app-framework/file/icons/link.png) no-repeat 0 0;
	padding-left: 20px;
	margin-top: 5px;
	
}
.post-footer .post-rss-comments{
	background: url(../../plugin-wga-app-framework/file/icons/feed.png) no-repeat 0 0;
	padding-left: 20px;
	margin-top: 5px;
}

.post-metas{
	margin: 5px 0 5px 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.post .page-navigation{
	margin:5px 0 5px 0;
	text-align: right;
	border-top: solid silver 1px;
}

.post .post-trackback-to{
	margin-bottom: 10px;
	color: red;
}
.post .post-abstract, .post .post-body{
	padding-right: 5px;
}
.post .post-body{
	margin-top: 10px;
}

.post blockquote, .post-comment-body{
	margin: 5px 0 5px 0;
	padding: 2px 2px 2px 10px;
	border-left: solid silver 2px;
	font-style:italic;
}

.post .post-tags{
	padding-top: 10px;
	border-top: solid silver 1px;
	/*text-align: right;*/
}

.post .post-comments{
	padding-top: 20px;
}
.post .post-comment{
	margin: 20px 0 20px 0;
	border-bottom: solid silver 1px;
	background-color: #efefef;
}
.post .post-comment h1{
	border:none 0px;
}
.post .post-comment strong{
	font-weight: bold;
}

/**
* sidebar
*/
#wga-blog-sidebar ul{
	padding: 3px;
	margin: 0px;
	list-style-type: none;
}
#wga-blog-sidebar li{
	padding: 1px 2px 1px 20px;
	margin: 2px 0 2px 0;
	background-repeat: no-repeat;
}
#wga-blog-sidebar #feed-links li{
	background-image: url(../../plugin-wga-app-framework/file/icons/feed.png);
}
#wga-blog-sidebar #evergreens li{
	background-image: url(../../plugin-wga-app-framework/file/icons/award_star_silver_3.png);
}
#wga-blog-sidebar .about li{
	background-image: url(../../plugin-wga-app-framework/file/icons/vcard.png);
}
#wga-blog-sidebar #archive li{
	background-image: url(../../plugin-wga-app-framework/file/icons/database.png);
}
#wga-blog-sidebar #other-blogs li{
	background-image: url(../../plugin-wga-app-framework/file/icons/book.png);
}

#wga-blog-sidebar .login li.admin{
	background-image: url(../../plugin-wga-app-framework/file/icons/application_cascade.png);
}
#wga-blog-sidebar .login li.cms{
	background-image: url(../../plugin-wga-app-framework/file/icons/application_form_edit.png);
}
#wga-blog-sidebar .login li.logout{
	background-image: url(../../plugin-wga-app-framework/file/icons/door_out.png);
}
#wga-blog-sidebar .login li.login{
	background-image: url(../../plugin-wga-app-framework/file/icons/door_in.png);
}

#wga-blog-sidebar #powered-by li, #wga-blog-sidebar #search li, #wga-blog-sidebar #tag-cloud li{
	padding: 0;
}

/**
* login
**/

li#login-form{
	display: none;
	padding: 0 5px 0 0;
}

.login-error{
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#login input{
	border: solid silver 1px;
	padding: 0px;
	width: 100%;
}

#search form {
	padding-right: 25px;
}

#search input{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:url("../../../plugin-wga-app-framework/file/icons/zoom.png") no-repeat scroll 2px 2px white;
	border:1px inset silver;
	padding:2px 2px 2px 20px;
	width: 100%;
}


/**
* comments
**/
.form-comment-body{
	background-color: #efefef;
	padding: 5px;
	margin-top: 40px;
	border: solid silver 1px;
	margin: 20px 0 0 0;
}
.form-comment-body h2{
	margin: 0;
}

.form-comment-body {
	padding-right: 12px;
}

#form-comment input, #form-comment textarea{
	width: 100%;
	border: solid silver 1px;
	padding: 2px;
}
#form-comment textarea{
	height: 200px;
}
#form-comment .preview{
	background-color: white;
	border: solid silver 1px;
	padding: 2px;
}
#form-comment label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

.lucene-highlight{
	background-color: yellow;
}

div.flashplayer_main {
	border: solid 1px silver; 
	position: absolute; 
	visibility: hidden; 
	background-color: #fff; 
	padding: 10px;
}

div.flashplayer_head {
	text-align: right; 
	padding: 5px; 
	font-weight:bold;
}


.WGA-Item{
	border: solid transparent 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

.WGA-Item-hover{
	border-color: red !important;
}

.WGA-Item td{
	border: dotted silver 1px;
}
