/*
Theme Name: Waling Advocaten
Description: Waling Advocaten
Version: 1.0
Author: Melissa Cheung
Tags: waling advocaten
*/
html {
	overflow-y: scroll;
}

body {
	margin: 0em;
	padding: 0em;
	text-align: center;
	color: #444;
	font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
	font-size: 0.85em; /*14px*/
}

#page {
	margin: 0em auto;
	text-align: justify;
	/*background:transparent url("images/header.png") no-repeat top center;*/
	width: 61.75em;
	padding-top: 0em;
}

/*Header*/
#header {	
	height: 2.3em;
	width: 8em;
	text-align: center;
	font-weight: normal;
	font-family: 'Georgia';
	font-size: 2.2em;
	margin-top: 0em;
	padding: 0.25em 0em 0.4em -1em;
}

#header:first-letter{
font-size: 38px;
	}

#header-image {
	position: relative;
	left: 7.8em;
	top: -2.83em;
	background: url(images/header7.JPG) no-repeat top left;
	height: 3.4em;
	width: 20.2em;
	border: solid 1px lightgray;
	z-index: -1;
}

#header a {
	color: #B00000;
	text-decoration: none;
}

#header a:hover {
	color: #B00000;
}

#description {
	font-family: Georgia;
	font-weight: normal;
	color: #666;
	font-size: 0.75em;
	padding: 0em;
}

/*END HEADER*/ /*navigation bar*/
#navbar {
	font: bold 1.05em Calibri, Georgia, Cambria, 'Trebuchet MS';
	text-align: left;
	border-bottom: solid 1px lightgray;
	padding: 1.5em 0em 0.72em 15.5em;
display:block;
}

#navbar li {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	display: inline;
}

#navbar a {
	color: #666;
	font-weight: normal;
	height: 1.4em;
	padding: 0.2em 0.95em;
}

#navbar a:hover {
	color: black;
	text-decoration: none;
}

#navbar .current_page_item a,#navbar .current_page_ancestor a {
	color: #B00000;
}

/*end navigation bar*/ /*SIDEBAR*/
#sidebar {
	float: left;
	width: 14.8em;
	padding-left: 1.3em;
	border-top: solid 1px lightgray;
text-align:left;
}

#sidebar h2 {
	color: #800;
	font-weight: normal;
	font-family: Candara, 'Arial';
	font-size: 2em;
}

#sidebar ul,#sidebar   ul   li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar  ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 1.05em Cambria, 'Trebuchet MS';
}

#sidebar>ul {
	padding-bottom: 0.2em;
	margin-bottom: 1.1em;
}

#sidebar>ul>li>ul>li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0.05em !important;
	padding-left: 0.5em;
	font-size: 1em;
}

#sidebar ul li ul li {
	padding: 0.2em;
	padding-left: 0.1em;
}

#sidebar>ul>li>ul>li>ul>li {
	padding: 0.5em;
	padding-left: 0.5em;
	border: none;
}

#sidebar>ul>li>ul>li { /*border-bottom: 1px dashed #ccc;*/
	color:#666;
}

#sidebar>ul>li ul {
	margin-left: 0.2em;
}

/** suppress the hover shift by adding to each a	margin-left: 0 !important;*/
#sidebar a {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover {
	color: black;
}

#sidebar .current_page_item a,#sidebar .current_page_parent a{
	color: #B00000;
}

#sidebar .current_page_item>ul>li a, #sidebar>ul>li>ul>li{
	color: #666666;
}

/*SIDEBAR END*/ /*contact*/
#contact {
	margin: 2em -0.1em 0.5em -0.3em;
	padding-left: 0.8em;
	font: 0.9em Georgia;
	/*border-top: solid 1px lightgray;*/
}

#contact h1 {
	color: #800; //05 B6C7;
	font-weight: normal;
	font-family: Cambria, 'Arial';
	font-size: 1.5em;
}

/*contact end*/ /*core*/
#content {
	margin-left: 14.5em;
margin-top:0.2em;
	padding: 0em 1em 0em 3.1em;
	min-height: 20em;
	border-top: solid 1px lightgray;
}

#content .post {
	padding: 0.1em;
	margin-left: 0.5em;
	color: black;
	float: left;
	width: 44em;
}

#content .post a:hover {
	padding-right: 0em;
}

#content h2,#content h3 a {
	font-weight: normal;
	font-family: 'Trebuchet MS', Calibri, Arial;
	border-bottom: 1px solid #eee;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content h2 a {
	color: #343434; //03 B6C7;
	text-decoration: none;
}

#content h2 a:hover {
	color: #c00;
}

#content .entry {
	padding: 0.2em;
	padding-left: 0.4em;
}

p.postmetadata {
	background: #ddd;
	border: 1px solid #eee;
	padding: 5px;
	font-size: 14px;
}

p.postmetadata a {
	color: #800; //2 FE7F1;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}

p.postmetadata a:hover {
	border-bottom: none;
}

a.post-edit-link {
	padding-left: 16px;
	background: transparent url("images/edit.png") no-repeat center left;
}

a[title~=Comment] {
	padding-left: 16px;
	background: transparent url("images/comment.png") no-repeat center left;
}

a {
	color: black;;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a img {
	border: none;
}

h2,h3 {
	color: #343434;
	font-weight: normal;
	font-family: Candara;
}

/*footer*/
hr {
	display: none;
}

#footer {
	clear: both;
	/*	background:#F4F4F4 url("images//footer.png") no-repeat top center;*/
	border-top: solid 2px lightgray;
	padding: 0em;
	margin: 0em;
	text-align: center;
	height: 5em;
	font-size: 0.8em;
}

#footer p {
	padding: 0.1em;
}

.note,.warning,.caution,.highlight {
	background: #FFFFCC;
	padding: 5px;
	font-size: 14px;
	color: #666;
	border: 1px solid #CCCC99;
	border-width: 1px 0em;
}

a.download {
	background: #777;
	padding: 5px;
	color: #ddd;
	border: 1px solid #977;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	border: solid 1px lightgray;
	margin: 5px 0px 5px 15px;
}

/* End Images */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}
/* comments
div.comment_part {
	margin-left: 15px;
	padding-left: 15px;
}

h3#comments {
	padding: 18px 48px 18px 0em;
	background: transparent url("images/comment_big.png") no-repeat center
		right;
}

ol.commentlist li {
	background: #eee;
	border-top: 1px solid #ddd;
	border-left: 5px solid #ddd;
	padding: 10px;
}

ol.commentlist li.alt {
	background: #ebebeb;
	border-top: 1px solid #ddd;
	border-left: 5px solid #ddd;
	padding: 10px;
}

ol.commentlist img.avatar {
	border: 2px solid #ccc;
	width: 32px;
	height: 32px;
	background: transparent url("images/user.png");
	display: block;
}

cite.comment_author {
	color: #c00;
	font-family: Candara, 'Arial';
	text-transform: capitalize;
	font-style: normal;
}

em.awaiting_moderation {
	color: #c00;
	display: block;
	background: #ccc;
	padding: 3px;
	font-size: 10px;
	border: 1px solid orange;
	margin: 0em;
}

small.commentmetadata,small.commentmetadata a {
	color: #666;
	background: #eee;
	padding: 3px;
}

#commentform input[type="text"] {
	background: #ddd;
	border: 1px solid #eee;
	color: #444;
	padding: 3px;
	font-family: Arial;
}

#commentform textarea {
	background: #ddd;
	border: 1px solid #eee;
	color: #444;
	padding: 3px;
	font-family: Candara, Arial;
	overflow: auto;
	width: 500px;
	height: 350px;
}

#commentform input[type="submit"] {
	background: #ddd;
	padding: 6px;
	border: 1px solid #eee;
	color: #444;
	cursor: pointer;
}

#commentform input[type="submit"]:hover {
	background: #eee;
	padding: 6px;
	border: 1px solid #fff;
	color: #666;
	cursor: pointer;
}
*/ /* Begin Calendar
#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 0em auto 0;
	width: 240px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight: normal;
	color: #800;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
}

End Calendar */ /*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/ /*Single posts Navigation
div.single_navigation {
	font-size: 18px;
	font-family: 'Arial Narrow';
}

div.single_navigation table {
	width: 650px;
	margin-top: 20px;
	padding: 5px;
	border-bottom: 1px solid #eee;
}

div.single_navigation table a {
	color: #666;
}

div.single_navigation table a:hover {
	color: #c00;
}

td.single_alignleft,td.single_alignright {
	width: 325px;
}

td.single_alignright {
	text-align: right;
	border-left: 1px solid #ddd;
}

td.single_alignleft a {
	padding: 24px;
	background: transparent url("images/previouspost.png") no-repeat center
		left;
}

td.single_alignright a {
	padding: 24px;
	background: transparent url("images/next_post.png") no-repeat center
		right;
}


div.navigation>div.alignleft a {
	padding: 24px;
	background: transparent url("images/previouspost.png") no-repeat center
		left;
}

div.navigation>div.alignright a {
	padding: 24px;
	background: transparent url("images/next_post.png") no-repeat center
		right;
}
*/ /*gallery begin
.gallery {
	line-height: 10px !important;
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.gallery-icon {
	
}
gallery end*/ /*

#searchform input {
	background: #eee;
	padding: 3px;
	margin-top: 10px;
	border: 1px dashed #eee;
	color: #555;
	font-family: 'Arial Narrow', Arial;
	font-size: 1em;
}

#searchform input[type="submit"] {
	cursor: pointer;
}

#searchform input[type="submit"]:hover {
	background: #ccc;
	border-color: #eee;
}*/
