body{
	margin: 20px;
	background-color: #cbd3d8;	/*#415F71;*/
	background-image:-moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2) 400px);
	background-image:-webkit-gradient(linear, 0 0, 300 400, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
	background-attachment: fixed;
}

/* 	for a custom page width, divide your desired 
	pixel width by 13 to find em width. Multiply 
	that value by 0.9759 for IE via *width. For 
	example, this is a 800px page-width:		*/


#doc {
	margin: auto;
	text-align:left;
	/*width:61.55em;/* !IE */*width:60.05em;/*IE*/
	width: 860px; *width:858px;
	min-width:860px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-moz-box-shadow: 1px 1px 10px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0, 0.5);	
}


a {
	color: #415F71;
}

.post-abstract a, .post-body a{ 
	text-decoration: underline;
}

.post h1{
	background: none;
	border: none;
}

.post h1.post-headline{
	background-image:url(nav_button_bg_normal.gif);
	padding: 0 3px 0 2px;
	line-height: 1.3em !important;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.post *{
	line-height: 1.4em !important;
}

.post h1, .post h1 *{
	font-size: 24px;
}

.post .code{
	font: 90% comic Sans MS;
	white-space: pre-wrap;
}

.header, .post{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}


.post-tags a {
	background: url(../../../plugin-wga-app-framework/file/icons/bullet_go.png) no-repeat;
	padding: 0 3px 0 16px;
	border: dotted 1px;	
}

.header{
	background: url(ws.jpg) -100px -40px;
	border-bottom: solid silver 1px;
	height:140px;
	padding: 0px;
}
.header h1{
	padding: 10px;
	text-shadow: 5px 5px 10px black;
	font-family: comic Sans MS;
}
.header h2{
	padding: 0 10px;
	text-shadow: 5px 5px 10px black;
	font-family: comic Sans MS;
}

.post blockquote{
	border-left: solid #415F71 2px;
	padding-left: 25px;
}

button{
	margin-top: 5px;
	border: solid silver 1px;
	color: white;
	background-image:url(nav_button_bg_over.gif);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sidebar ul {
	padding: 3px;
	/*
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	*/
	border: none;
	border-top: solid #dbdbdb 1px;
}

.sidebar .photos li{
	background-image: url(../../../plugin-wga-app-framework/file/icons/pictures.png);
}

.sidebar h1{
	/*-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 4px 4px 0 0;*/
	border: none;
	background-image:url(nav_button_bg_normal.gif);
	font-weight: normal;
	/*padding: 2px 5px 2px 5px;*/
}

.module-nav{
	margin-top: 38px;
	height: 20px;
	background: rgba(255, 255, 255, .3);
	/*opacity: .5;*/
	padding: 2px 0 1px 10px;
}
.module-nav a{
	color: #efefef !important;
	padding: 5px 15px 2px 15px;
	border: solid transparent 1px;
}
.module-nav a:hover{
	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

a.module-selected{
	border: solid white 1px;
	font-weight: bold;
	color: black !important;
	background: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-box-shadow: 1px -4px 8px black;
	-webkit-box-shadow: 1px -4px 8px black;
}

.box{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 5px gray;
	-webkit-box-shadow: 1px 1px 5px gray;
	margin-bottom: 20px;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	
}

.footer{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

