/*
	template: Lawyer&Attorney
	author:   Luka Cvrk (www.solucija.com)
*/

* { margin: 0; padding: 0; }
body { font: 1em Calibri, Tahoma, Verdana, Sans-Serif, Arial; background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/body.gif) repeat; color: #fafafa; }
h1 { font: normal 3.4em Calibri, "Trebuchet MS", Helvetica, Arial; }
h2 { font: normal 1.8em Calibri, "Trebuchet MS", Helvetica, Arial; color: #dfdfdf; margin: 0 0 15px; }
h3 { font: normal 1.4em Calibri, "Trebuchet MS", Helvetica, Arial; margin: 0 0 20px; }
h4 { font: normal 1.2em Calibri, "Trebuchet MS", Helvetica, Arial; color: #dfdfdf; margin: 0 0 4px; }
p { margin: 0 0 15px; /*line-height: 1.6em;*/ }
a { outline: 0; color: /*#304D6F*/ #AECEE8; text-decoration: none; }
li { /*list-style: none;*/ }
/*li a, img { display: block; }*/
img { outline: 0; border: 0; vertical-align: middle; }
#wrapper { width: 984px; margin: auto; }
.clr { clear: both; }
#logo { float: left; padding: 30px 15px; }
	#logo h1 a { color: #fff; text-shadow: 2px 2px 2px rgb(10,10,10); background-color: rgb(10,10,10); -webkit-border-radius: 10px; padding: 10px; padding-bottom: 30px; padding-right: 100px; }
		#logo h1 a span { color: #808080; }
#menu { /*height: 44px;*/ padding: 5px 0 0 4px; text-shadow: 2px 2px 2px rgb(50,50,50); }
	#menu li { float: left; font-size: 1.3em; text-transform: uppercase; list-style: none; }
		#menu li a { color: #888; margin: 0 50px 0 0; }
			#menu li a.current, #menu li a:hover { color: #fff; }	
			#menu li a img { vertical-align: middle; display: inline; margin-top: -2px; }
	#pitch { clear: both; background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/johncoder_pitch.jpg) no-repeat; height: 228px; margin: 0 0 30px; padding: 60px 360px 0 30px; }
		#pitch h1 { font-size: 2.4em; color: #304D6F; margin: 0 0 20px; }
		#pitch em { font-size: 1.3em; font-weight: bold; line-height: 1.6em; }
.content { background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/content.gif) repeat; padding: 20px; border-bottom: 1px solid #494949; }
.link { background: #304D6F; color: #fff; padding: 5px 10px; font-size: .9em; }
#main { margin-top: 20px; }
.col { float: left; width: 292px; margin: 0 30px 15px 0; }
	.col.last { float: right; margin-right: 0; }
	.case img { float: left; clear: left; margin: 0 20px 20px 0; background: #121212; padding: 3px; }
	.short { padding: 0 0 15px 0; background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/line.gif) repeat-x left bottom; }
	.case a, .article a { color: #ddd; font-weight: bold; }
	.date { font-size: .84em; margin: 0 0 3px; }
#footer-wrapper { background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/content.gif) repeat; padding: 20px 20px 10px; font-size: .9em; }
#footer { clear: both; width: 984px; margin: auto; }
	#footer a { color: #ccc; margin: 0 10px 0 0; border-bottom: 1px dotted #444; padding: 0 0 1px; }
	#links { float: right; }
		#links a { margin: 0 0 0 10px; }
	#footer p { margin: 0 0 8px; }
	#footer img { dislpay: inline; float: none; }

#search
{
	padding: 50px 15px;
	float: right;
}

#search input[type=text]
{
	background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/magnifier.png) no-repeat 0% 50%;
	height: 2em;
	padding-left: 20px;
	background-color: lightyellow;
	font-family: consolas, calibri;
	color: rgb(49,49,49);
	border: 1px solid #afafaf;
}
	
/* Custom */
.blue { color: #304D6F !important; text-shadow: 1px 1px 1px #444444; font-weight: bold; }
.rss
{
	float: right;
}

.rss-img
{
	float: none !important;
	display: inline;
	vertical-align: middle !important;
}

.itemBoxStyle
{
	border-bottom: 2px dashed #ddd;
	padding: 10px;
	width: 650px;
}

.itemBoxStyle ul, .itemBoxStyle ol
{
	margin-left: 20px;
}

.itemBoxStyle img
{
	display: inline;
	/*float: none;*/
}

.itemBodyStyle a
{
	color: #AECEE8;
}

.searchword
{
	background-color: LightGreen !important;
	color: rgb(49,49,49);
}

.itemFooterStyle
{
	background-color: #222;
	padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #333333;
}

.TitleLinkStyle { color: #F8FFC6; font-size: 1.5em; text-shadow: 2px 2px 2px rgb(10,10,10); }
.top
{
	background: url(http://www.johncoder.com/dasblog/themes/johncoder/images/content.gif) repeat;
	height: 10px;
}

.mugshot
{
	padding: 4px;
	background-color: #304D6F;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 80px;
	width: 80px;
}

.subtitle
{
	font-style: italic;
	padding-left: 10px;
}

blockquote
{
	background-color: #222;
}
.adminNavbarStyle
{
	text-align: center;
	width: 150px;
	line-height: 1.5em;
	position: fixed;
	right: 0;
	top: 300px;
}
.adminNavbarStyle ul li
{
	list-style: none;
	padding: 5px;
	background-color: rgb(100,100,100);
	margin: 2px;
	
}
.adminNavbarStyle ul li:hover
{
	background-color: rgb(49,49,49);
}

.adminNavbarStyle ul li a
{
	color: white;
	margin: 13px;
}
.adminNavbarStyle ul li a:hover
{
	text-decoration: underline;
}

.bodyContentStyle
{
	width: 650px !important;
}

.commentBoxStyle
{
	margin-top: 1em;
	background: rgb(49,49,49);
	padding: 15px;
}

.commentDateStyle
{
	font-style: italic;
}

.commentBodyStyle
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentBoxFooterStyle
{
	text-align: right;
}

.commentGravatarBlock
{
	margin-right: 10px;
}

.commentPermalinkStyle
{
	font-size: 1.15em;
	font-style: italic;
}

.commentPermalinkStyle img
{
	margin-right: 10px;
}

#commentViewEntry
{
	border-top: 1px dashed #ccc;
	margin-top: 1em;
	padding-top: 1em;
}

.commentViewLabelStyle
{
	/*margin-left: 75px;*/
	width: 100px !important;
}

.commentViewControlStyle
{
	width: 250px !important;
	height: 1.25em;
	font-family: Calibri;
	padding: 2px;
}

textarea.commentViewControlStyle
{
	width: 100% !important;
	height: 4em;
	margin-top: 0.5em;
}

input[type=submit].commentViewControlStyle
{
	height: auto !important;
}

td div.commentBodyStyle
{
	background: rgb(49,49,49);
	padding: 15px;
}

#cocomment-minibar
{
	display: none !important;
}

.commentViewTableStyle tr
{
	height: 2em;
	vertical-align: top;
	margin-bottom: 5px;
}