/* @override 
	http://localhost:8888/wp3/wp-content/themes/pjvolders_be/style.css
	http://www.pjvolders.be/wp/wp-content/themes/pjvolders_be/style.css */

/*   
Theme Name: PJVolders
Theme URI: www.pjvolders.be
Description: Coolest website ever
Author: PJVolders
Author URI: www.pjvolders.be
*/

body {
	background: transparent url(img/back_pat.jpg) repeat-x 0 0 fixed;
	color: #264037;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

a {
	color: #264037;
}

#page {
	display: block;
	width: 850px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	position: relative;
	top: 25px;
}

/* @group header */

#header {
	display: block;
	height: 100px;
	width: 850px;
	position: relative;
/*	background-color: red;*/
}

#logo {
	display: block;
	width: 98px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(img/logo.png);
}

#loading {
	margin: 0px;
	padding: 0px;
	background-color: #AEBDC1;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	top: 10px;
	left: 10px;
	width: 66px;
	height: 66px;
	padding: 7px;
	display: none;
}

#title {
	display: block;
	width: 417px;
	height: 72px;
	position: absolute;
	top: -3px;
	left: 114px;
	background-image: url(img/pjvolders.png);
	text-indent: -999px;
	overflow: hidden;

}

#navigation {
	display: block;
	height: 24px;
	width: 734px;
	position: absolute;
	left: 116px;
	top: 76px;
	z-index: 3;
/*	background-color: yellow;*/
}

.menu-item {
	display: block;
	height: 19px;
	float: left;
	background: rgb(180, 195, 199); /* The Fallback */
	background: rgba(255, 255, 255, 0.65);
	filter: alpha(opacity=65);
	margin-right: 9px;
	padding: 1px 5px 0 5px;
	position: relative;
}

.current-menu-item, .menu-item:hover {
	height: 23px;
} 

.menu-item a {
	text-decoration: none;
	font-size: 13pt;
	color: #224a62;
}
/* Submenus */

.sub-menu {
	position: absolute;
	top: 24px;
	left: 0px;
	/* width: 500px; FIXME */
}

.sub-menu .menu-item {
	display: none;
	background-color: #264037;
	background-color: #224a62;
	opacity: 1;
	/* float: left; */
	height: 20px;
	padding: 2px 5px 0 5px;
	margin: 5px 0 0 0;
}

.sub-menu .menu-item a {
	color: rgb(180, 195, 199);
}

.menu-item:hover .sub-menu .menu-item {
	display: block;
}


/* @end */

#content #category_description {
	text-align: center;
	font-style: italic;
	margin: 10px 0 10px 0;
}

#content {
	float: left;
	width: 590px;
	min-height: 500px;
	padding: 15px 15px 0 15px;
	background: rgb(180, 195, 199); /* The Fallback */
	background: rgba(255, 255, 255, 0.65);
	overflow: hidden;
}

#content h2 {
	font-size: 18pt;
	margin: 10pt 0 18pt 0;
	font-weight: normal;
}

#content h3 {
	font-size: 16pt;
	margin: 10pt 0 14pt 0;
	font-weight: normal;
}

#content h2 a, #content h3 {
	color: #224a62;
	text-decoration: none;
}


#content .post {
	display: block;
	overflow: hidden;
	font-size: 12pt;
	line-height: 20pt;
}

#content .post p {
	margin-bottom: 10px;
}

#content img:not(.wp-smiley) {
	border: 2px solid;
}

#content img.size-large, #content img.size-full {
	border: none;
	max-width: 590px;
}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

img.aligncenter {
	margin: 15px auto;
}

.postmetadata, .postmetadata a {
	font-style: italic;
	color: #566d62;
}

.post ul {
	margin: 1.2em 0;
}

.post li {
	margin-left: 50px;
	list-style-type: disc;
}

/* Comments */

img.avatar {
	float: left;
	margin: 7px 10px 0px 0px;
	vertical-align: text-top;
}

.commentlist li {
	margin-bottom: 10px;
	list-style-type: none;
}

/* @group sidebar */

#sidebar {
	float: left;
	margin-left: 10px;
	background: rgb(180, 195, 199); /* The Fallback */
	background: rgba(255, 255, 255, 0.65);
	width: 200px;
	padding: 10px;
	line-height: 16pt;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul.widgets {
}

#sidebar ul.widgets li.widget {
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom: 1px dashed;
}

#sidebar ul.widgets li.widget:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar ul.widgets li.widget h2 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 15pt;
	color: #224a62;
	
}

li.widget ul li:before {
	content: '» ';
}


/* @end */

/* @group footer */
#footer {
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top: 15px;
	color: #0F1A25;
	text-shadow: #437b65 0px 1px 1px;
}

#footer a {
	text-decoration: none;
	color: #0F1A25;
}

#footer a:hover {
	text-decoration: underline;
}


/* @end */

/* @group homepage */

#content.home {
	background: transparent;
	text-indent: 40px;
}

#content.home img {
	border: none;
	position: absolute;
	top: 170px;
	opacity: 0;
}

#content.home h1 {
	color: #12232a;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 34px;
	text-shadow: #34767e 0 0 5px;
	margin: 17px 0 28px 0;
}

#content.home h2 {
	color: #b4c5cb;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-shadow: #34767e 0 0 5px;
	margin: 0;
}

#content.home .post {
	margin: 30px 0 0 0;
}

/* @end */


/* @group webdesign */

img.webdesign-img {
	box-shadow: 0px 0px 8px #838e8f;
	-webkit-box-shadow: 0px 0px 8px #838e8f;
	-moz-box-shadow: 0px 0px 8px #838e8f;
	margin-left: 8px;
}

/* @group latest_work */

#webdesign #latest_work #frame_work {
	display: block;
	width: 505px;
	height: 435px;
	overflow: hidden;
	position: relative;
}

#webdesign #latest_work #frame_slide {
	position: absolute;
	top: 0;
}

#webdesign #latest_work .item {
	display: block;
	width: 505px;
	height: 435px;
	font-size: 12pt;
	line-height: 14pt;
}

#webdesign #latest_work .naam {
	display: block;
	font-weight: bold;
	margin: 10px 0;
}

#webdesign #latest_work a {
	display: block;
	margin: 10px 0;
	color: #264037;
	text-indent: 17px;
	background: transparent url('img/icon_external_link.png') no-repeat 2px 4px;
}

/* @end */
/* @group overview */

#webdesign #overview {
	display: block;
	border-left: 1px solid;
	height: 473px;
	width: 297px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
}

#webdesign #overview .item {
	display: block;
	margin: 6px 7px;
	font-size: 12pt;
	line-height: 14pt;
}

#webdesign #overview .nr {
	display: inline-block;
	background-color: #264037;
	color: #aebdc1;
	width: 13px;
	height: 12pt;
	padding: 1px;
	text-align: center;
}


#webdesign #overview a {
	color: #264037;
}

/* @end */

/* @end */

/* @group blog */

#blog_page {
	display: block;
	padding: 15px;
	position: relative;
}

#blog_page h2 {
	font-size: 18pt;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#blog_page h2 .smaller {
	font-size: 12pt;
}

/* @group latest_work */

#blog_page #post {
	display: block;
	height: 466px;
	padding: 2px;
	width: 497px;
	overflow-y: auto;
	line-height: 14pt;
	font-size: 12pt;
}

#blog_page #post a.title {
	text-decoration: underline;
	color: #264037;
	font-style: italic;
	display: block;
	margin: 10px 0;
	font-size: 14pt;
}

#blog_page #post a {
	text-decoration: underline;
	color: #264037;
}

/* @end */
/* @group overview */

#blog_page #overview {
	display: block;
	border-left: 1px solid;
	height: 470px;
	width: 297px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
}

#blog_page #overview .item {
	display: block;
	width: 297px;
	padding: 5px 0px;
	font-size: 12pt;
	line-height: 14pt;
	border-bottom: 1px dashed;
}

#blog_page #overview a {
	color: #264037;
	text-decoration: none;
}

#blog_page #overview a .arrow {
	display: none;
}

#blog_page #overview a:hover .arrow {
	display: inline;
}

/* @end */

/* @end */


/* @group contact */

#contact_page {
	display: block;
	position: absolute;
	left: 200px;
	top: 80px;
	width: 450px;
}

#contact_page h2 {
	font-size: 17pt;
	margin-bottom: 14px;
}

#form {
	font-size: 13pt;
	line-height: 19pt;
}

#form .field {
	float: right;
	border: #777 1px solid;
	width: 300px;
	height: 15px;
	margin-top: 4px;
}

#form input.fout {
	border: red 1px solid;
}

#form .fout {
	color: red;
	font-weight: bold;
}

#form textarea {
	float: left;
	width: 450px;
	margin-top: 8px;
	margin-bottom: 5px;
	height: 125px;
	border: #777 1px solid;
}

#thanks {
	display: none;
	position: absolute;
	top: 80px;
	width: 450px;
	text-align: center;
	font-size: 19pt;
	line-height: 22pt;
}


/* @end */


/* @group photography */

#photo_page h2 {
	font-size: 17pt;
	margin-top: 45px;
	text-align: center;
}

#photo_page #wrapper a {
	display: block;
	text-align: center;
	width: 100%;
	color: #264037;
	text-decoration: none;
}

.quickr_box {
	display: block;
	width: 100px;
	height: 100px;
	overflow: visible;
	margin: 5px;
	float: left;
	z-index: 0;
	position: relative;
}

.quickr_box span {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	z-index: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0 solid #000;
}

.quickr_box span img {
	border: none;
}

.quickr_box span:hover img {
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}

#grid {
	display: block;
	width: 550px;
	margin: 0 auto;
}

/* @end */


