/* -----------------------------------------------------------------------

   Legal IT Blog CSS
   http://www.legalitblog.com (.nl)
   
   * Copyright (c) 2010
   * Made by Bram Braakman
   * http://www.legalsense.nl
   * Developed using the Blueprint CSS Framework

----------------------------------------------------------------------- */


/* importing the blueprint buttons plugin */
@import 'http://www.findingdutchland.com/css/blueprint/plugins/buttons/screen.css';

body {
	font-size: 100%;
	margin: 0;
	color: #424242;
	vertical-align: none;
}

body, h1, h2, h3 {
	font-size: 0.9em;
	color: #424242;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

acronym {
	border-style: dashed;
	border-width: 0 0 1px 0;
	cursor: help;
}

#search_button {
  margin-top: -6px;
}

/* Header */

#header {
	background-color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #aeaeae;
}

#logo {
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}

#logo {
	background:url(/images/legalITblog.png) no-repeat 0 0;
	height: 70px;
	margin-bottom: 8px;
}

#logo a {
	margin-left: -3px;
	height: 60px;
	width: 436px;
	display: block;
}


/* Navigation */

#navbar {
	line-height: 26px;
	padding: 3px 0px;
	height: 24px;
	background-color: #f0f0f0;
}

#search {
	padding-left: 20px;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	display:inline;
}

#navigation a.active {
	color:  #b2b2b2;
}

#navigation li a {
	font-family: verdana;
	margin-right: 20px;
	color: #424242;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	float:left;
}

#navigation li a:hover {
	color: #fff;
}


/* Main */

#main {
	background-color: #fff;
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-top: 10px;
}

#main #breadcrumbs {
	font-size: 90%;
	font-family: verdana;
	margin-bottom: 12px;
	color: #5e5e5e;
	padding-bottom: 3px;
	margin-top: 0px;
}

#main #breadcrumbs a {
	font-size: 90%;
	font-family: verdana;
	margin-bottom: 12px;
	color: #5e5e5e;
	padding-bottom: 3px;
	margin-top: 0px;
}

#main h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 3px;
}

#main h1 a {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #424242;
}

#main h1 a:hover {
	text-decoration: none;
	color: #aeaeae;
}

#main h2 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight: bold;
}

#main h3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#main a {
	font-weight: normal;
}

#main h2.heading {
	background-color: #1e5397;
	color: #fff;
	padding: 0px 5px;
	font-variant: normal;
	font-size: 1.1em;
	font-family: verdana;
	font-weight: bold;
	text-transform: uppercase;
}

#main .entry {
	background-color:#FFFFFF;
	margin-bottom: 25px;
}

.main-box {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 8px;
}

.main-innerbox {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 8px;
}

#recent-entries {
	margin: 0px;
}

#recent-entries h3.date a {
	text-align: right;
	font-size: 1.3em;
	color: #aeaeae;	
}

#recent-entries li {
	list-style: none;
	float: left;
	margin-right: 10px;
	width: 128px;
	height: 180px;
	padding: 0px 8px;
}

#recent-entries li:hover {
	background-color: #ddecfe;
}

#recent-entries a.title {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 4px;
}

#recent-entries a {
	font-variant: normal;
	font-size: 0.9em;
	color: #1e5397;
	display: block;
}

#recent-entries a:hover {
	font-variant: normal;
	font-size: 0.9em;
	text-decoration: none;
}

#blog .post-body h1, #blog .post-body h2, #blog .post-body h3 {
	color: #222;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 8px;	
}

#blog .post-body ul {
	list-style-type: square;
}

#blog .entry img {
	float:  left;
	margin-right: 8px;
	margin-bottom: 10px;
}

#blog .posted {
	font-size: 0.8em;
	margin-bottom: 30px;
	padding:  10px;
	background-color: #f8f8f8;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
}

#blog .posted ul#social_bookmarks {
	margin: 0;
	padding: 0;
}

#blog .posted ul#social_bookmarks li {
	padding-left: 0px;
    list-style: none;
    float: left;
    margin-right: 3px;
}

#blog .posted ul#social_bookmarks li.first {
    margin-right: 10px;
}

.comment {
	height: 80px;
	border-bottom: 1px dotted #aeaeae;
}

.comment .avatar {
	width: 50px;
	float: left;
	padding: 5px;
}

.comment .avatar img {
	margin: 0px 0px 0px 0px;
}


.comment .comment-text {
	float: left;
	width: 350px;
	min-height: 40px;
	margin-left: 10px;
}


#sidebar {
	list-style: none;
	font-size: 0.8em;
}

#sidebar .main-box {
	background-color: #fff;
	border: 1px solid #aeaeae;
	padding: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#sidebar #about {
	background-color: #f0f0f0;
}

#sidebar .section{
	padding: 10px 10px;
	border-bottom: 1px dotted #aeaeae;
}

#sidebar .last {
	padding: 10px 10px;
	border-bottom: none;
}

#sidebar h2 {
	font-weight: bold;
	font-family: verdana, arial, serif;
	font-variant: normal;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

#sidebar #about img {
	float:  left;
	border: 1px solid #aeaeae;
	margin-right: 8px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Links */
a {
	color: #2263b7;
	text-decoration: none;

}

a:hover {
	color: #ababab;
	text-decoration: underline;
}

/* Lists */

ol {
	margin: 25px 35px;
	line-height: 2.0em;
}

/* Other Html Elements */

abbr, acronym, cite, kbd, dfn {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted #333333;
}

.strike {
	text-decoration: line-through;
}



/* Footer */


#footer {
	margin-top: 20px;
	padding-top: 3px;
	margin-bottom: 20px;
	border-top: 1px dotted #aeaeae;
}

#footer #copyright {
	color: #6e6e6e;
	float: right;
	padding: 2px;
	margin-bottom: 8px;
	font-size: 0.7em;
	text-align: right;
}

#footer #copyright a {
	color: #6e6e6e;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}
