/*
Theme Name: Adept-Press Theme
Theme URI: http://adept-press.com/
Description: The Adept-Press theme.
Version: 0.0
Author: Jasper Flick
Author URI: http://catlikecoding.com/
*/

body, div, ul, li, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

body{
	background-color: rgb(80,90,100);
	color: black;
	font: 13px Verdana, Trebuchet, Arial, sans-serif;
}

a, a:visited{
	color: rgb(252,194,0);
	text-decoration: none;
}

#page-body a, #page-body a:visited{
	color: rgb(146,0,10);
	text-decoration: underline;
}

a:hover, #page-body a:hover{
	color: rgb(220,20,60);
}

a img{
	border: none;
}

.heading, .menu{
	background-color: rgb(80,90,100);
	color: white;
}

#website-logo{
	background: url("logo-adept-press.png") no-repeat right;
	display: block;
	height: 100px;
	margin: 5px auto;
	width: 107px;
}

#page-header{
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	left: 0;
	margin-left: 200px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 600px;
	z-index: 10;
}

#page-header h1{
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#page-header blockquote{
	color: yellow;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#page-body{
	background-color: white;
	color: black;
	margin: 0px 0px 0px 200px;
	padding: 45px 5px 5px 5px;
	width: 590px;
}

#page-footer{
	font-size: 11px;
	margin: 0 0 0 200px;
	padding: 5px;
	text-align: center;
	width: 590px;
}

#side-image{
	position: fixed;
	top: 40px;
	left: 805px;
}

#page-sidebar{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 200px;
	z-index: 50;
}

#page-menu{
	font-weight: bold;
	list-style-type: none;
	margin: 5px;
}

#page-menu ul{
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	margin-left: 25px;
}

#page-menu li{
	margin: 5px 0;
}

/* style for two-column layout of product page */

.product-column{
	float: left;
	margin: 0 2px;
	width: 290px;
}

.product{
	font-size: 12px;
	float: left;
	margin: 2px 0;
	width: 290px;
}


.product a{
	font-size: 13px;
	font-weight: bold;
}

/* style for Wordpress */

.alignleft{
	float: left;
}

img.alignleft{
	margin: 0 5px 5px 0;
}

.alignright{
	float: right;
}

img.alignright{
	margin: 0 0 5px 5px;
}

.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text{
	font-size: 11px;
	margin: 5px;
	padding: 0;
	text-align: center;
}
