﻿/*
	template: Lawyer&Attorney
	author:   Luka Cvrk (www.solucija.com)
*/

* { margin: 0; padding: 0; }
body { font: .74em Tahoma, Verdana, Sans-Serif, Arial; background: url(../images/all_bg.jpg) repeat; color: #7f7f7f; }
h1 { font: normal 3.4em "Trebuchet MS", Helvetica, Arial; }
h2 { font: normal 1.7em "Trebuchet MS", Helvetica, Arial; color: #dfdfdf; margin: 0 0 15px; }
h2.line{border-bottom: 1px solid #333;}
h3 { font: normal 1.4em "Trebuchet MS", Helvetica, Arial; margin: 0 0 5px; }
h4 { font: normal 1.2em "Trebuchet MS", Helvetica, Arial; color: #dfdfdf; margin: 0 0 4px; }
p { margin: 0 0 15px; line-height: 1.5em; }
a { outline: 0; color: #304D6F; text-decoration: none; }
li { list-style: none; }
li a, img { display: block; }
img { outline: 0; border: 0; }
#wrapper { width: 984px; margin: auto; padding-top: 30px; }
.clr { clear: both; }
#logo { float: left; padding: 30px 15px; }
	#logo h1 a { color: #fff; }
		#logo h1 a span { color: #808080; }
#menu { height: 44px; padding: 5px 0 0 4px; }
	#menu li { float: left; font-size: 1.3em; text-transform: uppercase; }
		#menu li a { color: #888; margin: 0 50px 0 0; }
			#menu li a.current, #menu li a:hover { color: #fff; }			
	#pitch { clear: both; background: url(../images/pitch.jpg) no-repeat; height: 60px; margin: 0 0 20px; padding: 208px 360px 20px 120px; }
		#pitch h1 { font-size: 2.4em; color: #304D6F; margin: 0 0 10px; }
		#pitch em { font-size: 1.3em; font-weight: bold; line-height: 1em; }
.content { background-color: #000;/* url(../images/body.gif) repeat;*/ padding: 20px; 
-webkit-box-shadow: 3px 3px 5px #292929;
-moz-box-shadow: 3px 3px 5px #292929;
box-shadow: 3px 3px 5px #292929; 
}
.link { background: #304D6F; color: #fff; padding: 5px 10px; font-size: .9em; }
#main { 
    padding: 20px 20px 0px 20px; 
    background: url(../images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;    

}
.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(../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 { clear: both; padding: 10px 20px 10px; font-size: .9em; text-align: center;}
	#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 li {margin-bottom: 5px;}
    
.mycontent{
    padding: 0 60px 40px 60px;
    
}

blockquote {
background:#353535;
border-left:10px solid #ccc;
margin-top: 20px;
padding: 10px 0 10px 10px;
color: ##7F7F7F; 
font-size: 14px;
font-style: oblique;
}

blockquote span{
    font-weight: bold;
}

ul.myul{
    margin-bottom: 15px;
}

li.mylist{
    list-style-type: square;
    margin-left: 20px;
    margin-bottom: 5px;
}
