﻿/*
        Name:  Atwork
        Date:  2008.12.10
      Author:  Ulrich Lehner
 Description:  2 column light layout.
     License:  Originally released under the Creative Commons Attribution 2.5 by Erwin Aligam.
               Enhancements released by GravityCube.net under the BSD license - Copyright (c) 2008, http://www.gravitycube.net/.
               See License.txt for full license.
     Credits:  Original theme based on Envision by Erwin Aligam (http://www.styleshout.com/) under the Creative Commons Attribution 2.5 license.
*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	color: #313131;
	font-size: 12px;
	text-align: left;
	background-color:#E5E5E5;
	background-image:url(images/hg-body.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	/*background: inherit;*/
}
a:hover {
	color: #88ac0b;
	/*background: inherit;*/
	text-decoration: underline;
}

/* headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #92b001;
	line-height: 22px;
	margin-top: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9fbe00;
	line-height: 18px;
	margin: 5px 0px 3px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9fbe00;
	line-height: 16px;
	margin: 5px 0px 0px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

li { /*list-style: none;*/ margin: 0; /*list-style: 0;*/ }

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#searchbutton, #btnSave { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 


/*
div#container{width:900px;margin:0 auto}
div#content{float:left;width:700px}
div#sidebarOne{float:right;width:200px}
div#sidebarTwo{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}
*/
#sidepanel {
	float: right;
	width: 220px;
	margin-right: 5px;
}

#wrap {
	background-image:url(images/hg-contentwrap.gif);
	background-repeat:repeat-y;
	left:50%;
	margin:0 0 30px -368px;
	padding:0;
	position:absolute;
	top:73px;
	width:736px;
}

#container {
	background-image:url(images/hg-wrap2.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding: 30px 0 0 0;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 290px;
	background-image: url(images/hg-wrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1#sitename a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header div#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

#header div#layoutSelection { float: right; margin-top: 30px; margin-right: 50px; }

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu,
#adminmenu {
	clear: both;	
	margin: 0;
	padding: 0;
	width: 100%;	
}

#menu a.apmlfilter
{
	/*float: right;
	margin-top: 8px;
	margin-right: 18px;*/
	background: url(../../pics/apml.png) no-repeat left 8px;
	margin-left: 5px;
	padding-left: 16px;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
}

/* override standard-hover */
#menu a.apmlfilter:hover {
	background-position: left 8px;
}


#menu ul {
	background-image: url(images/hg-mainnav.gif);
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	list-style-type: none;
	margin: 0 0 0 7px;
	overflow: hidden;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	width: 708px;
}


#menu li {
	margin: 0px;
	float: left;
}

#menu li a {
	display: block;
	height: 30px;
	width: auto;
	margin: 1px 0px 0px 0px;
	padding: 6px 19px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/hg-mainnav-item.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

/*TODO*/
#menu li a.active, #menu li a:hover {
	color: #FFFFFF;
	background-position: right -50px;
}

/*TODO*/
#menu li a.active {
	color: #0b5ea4;
}

#adminmenu ul { 
	background-image: url(images/hg-subnav.gif);
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 26px;
	list-style-type: none;
	margin: 0 0 0 7px;
	overflow: hidden;
	padding: 0;
	width: 720px;
}


#adminmenu li
{
	margin: 0px;
	float: left;
}

#adminmenu li a
{
	display: block;
	height: 14px;
	width: auto;
	margin: 7px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #3380d0;
	text-decoration: none;
	border-left: 2px solid #CCCCCC;
}

/*TODO*/
#adminmenu li a.item0 {
	border: none;
}

/*TODO*/
#adminmenu li:first-child a {
	border: none;
}

/*TODO*/
#adminmenu li a.active {
	color: #b0cd1e;
}

/* Main Column */
#content {
	float: left;
	width: 500px;
	padding: 0;
	margin: 5px 0 0 10px;
	display: inline;
}
#content h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: url(images/square-green.png) no-repeat 3px 50%;
	text-transform: none;
}
#content h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#content ul li {
	list-style-image: url(images/bullet.gif);
}

/* Footer */	
#footer {
	clear: both;
	width: 736px;
	height: 30px;
	margin: 0px -12px;
	padding: 20px 12px 0px 12px;
	position: relative;
	top: 40px;
	left: 0px;
	background-image: url(images/hg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #969696;

}

#footer a {
	color: #969696;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*----------------------------
					 Widgets
----------------------------*/
.mywidgetzone {
	padding: 5px;
	background: none;
}


div#widgetzone{
	padding: 5px;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	border: 1px solid silver;
	padding: 10px 10px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
	font-size: 15px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #999999;
	letter-spacing: 1px;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	/*border: none;*/
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



















.logo {
	height:58px;
	left:50%;
	margin:0 0 0 -360px;
	padding:0;
	position:absolute;
	text-align:left;
	top:8px;
	width:380px;
	text-indent: -3000px;
}

.logo img {
	border: none;
}

.logo .gcp {
	margin: 0px 0px 4px 44px;
}






/* search */
#searchbox { font-size: 11px; }
#searchbox input[type=text] { width: 90px; margin-right: 5px; }
#searchbox label { display: inline; padding-left: 5px; }
#searchbutton { height: 21px; font-size: 12px; }
#searchfield { width: 110px; }
#searchcomments { }

/* tag cloud */
#tagcloud { margin-bottom: 10px; white-space: normal; }
#tagcloud li { display: inline; }
#tagcloud a { margin-right: 4px; display: inline; text-decoration: none; }
#tagcloud a:hover { }
#tagcloud a.biggest { font-size: 16px; }
#tagcloud a.big { font-size: 14px; }
#tagcloud a.medium { font-size: 12px; }
#tagcloud a.small { font-size: 10px; }
#tagcloud a.smallest { font-size: 9px; }

/* archive */
#archive { padding: 10px; }
#archive h1 { margin: 0; padding-bottom: 9px; }
#archive h2 { background: none; padding: 5px 5px 0px 5px; font-size: 12px; margin-bottom: 0px; }
#archive h2 img { margin-right: 3px; }
#archive ul { list-style-type: square; margin: 0 10px; padding: 10px; }
#archive ul li { margin-right: 20px; }
#archive table { width: 100%; border-collapse: collapse; margin-bottom: 20px;}
#archive table td, #archive table th { text-align: left; }
#archive table td { text-align: left; padding: 2px 0; }
#archive .date { width: 90px; }
#archive .comments { width: 70px; text-align: center; }
#archive .rating { width: 70px; text-align: center; }

/* related posts */
#relatedPosts a { display: block; margin-top: 5px; margin-left: 15px; margin-bottom: 5px; font-size: 1.2em; }

/* comments */
.comment { border: 1px solid silver; padding: 5px; margin: 0 0 5px 0; }
.comment .date { text-align: right; margin: 0; padding: 3px 0px; border-bottom:1px dashed silver;}
.comment .author { margin: 0; text-align: left; padding: 3px 5px 0 5px; margin: 5px 0px 3px 0px; clear: both; border-top:1px dashed silver;}
.self { }
.comment .gravatar { float: right; width: 80px; margin: 5px 15px 5px 5px; padding-left: 5px; }
.comment .gravatar img { height: 80px; width: 80px; }
.comment .content { float:left; min-height: 85px; width: 390px; margin: 0; }
.commentForm { padding: 5px; }

#commentMenu{
	padding: 0;
	margin: 0;
	clear: both;
}

#commentMenu li{
	float: left;
	border: 1px solid silver;
	border-bottom: transparent;
	margin: 0;
	list-style: none;
	list-style-image: none !important;
	list-style-position: outside;
	list-style-type: none;
	padding: 3px 8px;	
	cursor: pointer;
	position: relative;
	top: 2px;
	background: #d8d8d8;
	margin: 0 5px 0 0;
}

#commentMenu li.selected{
	background: white;
	border-bottom: 1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
	clear: both;
}

.commentForm input {
	width: 300px;
	margin-top: 4px;
}

.commentForm textarea {
	clear: both;
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

div.level {
	width: 8px;
	height: 12px;
	text-indent: -3000px;
	background-image: url(images/arrow.png);
	float: left;
	margin-top: 5px;
}


/* posts */
/*.post .entry { border-bottom:1px solid #EFF0F1; padding-bottom: 5px; }*/
.post .info { background: #f6f6f6; border: solid 1px #cccccc; }
.post .info table tr td a img { padding: 0; }

/* star rating */
.rating p { display: inline; position: relative; top: 14px; left: 55px; }
.star-rating { position: relative; width: 125px; height: 25px; overflow: hidden; list-style: none; margin: 0 0 20px 0; padding: 0; background-position: left top; }
.star-rating li { display: inline; }
.star-rating a, .star-rating .current-rating { position: absolute; top: 0; left: 0; text-indent: -1000em; height: 25px; line-height: 25px; outline: none; overflow: hidden; border: none; }
.star-rating a:hover, .star-rating a:active, .star-rating a:focus { background-position: left bottom; }
.star-rating a.one-star { width: 20%; z-index: 6; }
.star-rating a.two-stars { width: 40%; z-index: 5; }
.star-rating a.three-stars { width: 60%; z-index: 4; }
.star-rating a.four-stars { width: 80%; z-index: 3; }
.star-rating a.five-stars { width: 100%; z-index: 2; }
.star-rating .current-rating { z-index: 1; background-position: left center; margin: 0px; }

/* smaller star */
.small-star { width: 50px; height: 10px; }
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating { background-image: url(../../pics/star_small.gif); line-height: 10px; height: 10px; }

/* Search page */
.searchresult { margin-bottom: 20px; }
.searchresult a { font-weight: bold; }
.searchresult span.text { clear: both; display: block; margin: 3px 0; }
.searchresult span.type { display: block; }
.searchresult span.url { }
.searchpage { padding: 2px; }
.searchpage ul.paging { list-style-type: none; margin:0px; margin-bottom: 20px; padding:0px; }
.searchpage ul.paging li { display: inline; margin-right: 5px; }
.searchpage ul.paging li a { padding: 5px 8px; }
.searchpage ul.paging li.active { }

/* contact */
#contact { padding: 10px; }
#contact h1 { margin-top: 0; }
#contact label { display: block; padding-top: 5px; }
#contact input.field { width: 200px; }
#contact textarea { display: block; overflow: auto; width: 75%; height: 150px; margin: 0; }

/* page */
#page { padding: 10px; }
#page h1 { margin-top: 0; }

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre { background-color: #ffffff; /*white-space: pre;*/ }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; }
.csharpcode .lnum { color: #606060; }

/* syntax highlighter */
.code { color: black; background-color: #F1F1F1; }
.code .rem { color: #008000; }
.code .kwrd { color: #0000ff; }
.code .str { color: #006080; }
.code .op { color: #0000c0; }
.code .preproc { color: #0000ff; }
.code .asp { background-color: #ffff00; }
.code .html { color: #800000; }
.code .attr { color: #ff0000; }
.code .alt { background-color: #f4f4f4; }
.code .lnum { color: #606060;}

div#footer { padding-top: 15px; }

div#boxCategories img, 
div#boxBlogroll img { margin-right: 2px; padding: 2px; }

div#boxTags ul li { border: none; }

div#boxArchive ul li, 
div#boxBlogroll ul li { border: none; }

div#boxArchive ul li ul li, 
div#boxBlogroll ul li ul li { border-bottom: dashed 1px #728D26; }





/* Fit Twitter Footer for Layout */
.wlWriterHeaderFooter 
{
  margin-bottom: 10px !important;
}

.posts .entry 
{
  padding: 10px;
}













