/* main structure */ 

body {
margin: 0;
padding: 0;
background: url(images/bg.gif) repeat-x;
}

#header {
margin: 0 auto;
width: 940px;
height: 180px;
position: relative;
}

#container {
margin: 25px auto 20px auto;
width: 940px;
padding: 0px;
background: url(images/contentbg.gif) repeat-y;
}


#individual #container,
#subscribe #container,
#category #container,
#archives #container,
#login #container,
#search #container,
#date #container {
background: url(images/contentbg2.gif) repeat-y;
}

#content,
#home #content {
margin: 0;
width: 690px;
padding: 5px 20px 0 0;
position: relative;
float: right;
background: url(images/contentmargin.gif) top right no-repeat;
}

#individual #content,
#subscribe #content,
#category #content,
#archives #content,
#search #content,
#login #content,
#date #content {
width:640px;
padding: 10px 40px 0 10px;
}

#sidebar {
margin: 0;
padding: 0 0 0 20px;
position: relative;
float: left;
background: url(images/sbmargin.gif) no-repeat;
}

body#individual #sidebar,
body#subscribe #sidebar,
.noresource #sidebar {
width: 209px;
}

#ccontainer {
padding: 0 0 20px 0;
margin: 0;
background: url(images/ccbg.gif) bottom no-repeat;
}

#individual #ccontainer,
#subscribe #ccontainer,
#category #ccontainer,
#archives #ccontainer,
#search #ccontainer,
#login #ccontainer,
#date #ccontainer {
background: url(images/ccbg2.gif) bottom no-repeat;
}

/* html default overrides/fixes */

h2, h3, h4, h5, h6 {
margin: 5px 0px 5px 0px;
padding: 0px;
}

img {
border: 0px;
}

.clr {
overflow: hidden;
clear: both;
margin: 0px;
padding: 0px;
display: block;
}

/* header */

#header h1 {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
background: url(images/logo.jpg) no-repeat;
width: 690px;
height: 273px;
}

#header h1 a {
display: block;
text-decoration: none;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 80px 0 0 20px;
margin: 70px 0 0 20px;
}

#header h2 {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 690px;
background: url(images/firmlogo.jpg) no-repeat;
width: 250px;
height: 273px;
}

#header h2 a {
display: block;
text-decoration: none;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 50px 0 0 0;
}

#header h3 {
margin: 0;
padding: 0;
display: block;
position: absolute;
}

#header h3 a {
display: block;
padding: 0;
margin: 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
}

h3 a span {
display: block;
margin: 2px 0 0 0;
}

#topnav {
margin: 0;
padding: 0;
left: 35px;
top: 11px;
position: absolute;
z-index: 10;
background: url(images/topnavbg.gif) no-repeat;
height: 35px;
width: 47em;
}

#topnav ul {
list-style: none;
margin: 0;
padding: 3px 10px 0 6px;
position: relative;
height: 34px;
background: url(images/topnavright.gif) top right no-repeat;
}

#topnav ul li {
margin: 0;
padding: 0;
display: block;
float: left;
position: relative;
}

#topnav ul li a {
display: block;
float: left;
height: 34px;
}

#topnav ul li a span {
display: block;
float: left;
height: 27px;
padding: 8px 15px 0 15px;
}

#topnav ul li a:hover {
background: url(images/topnavover.gif) no-repeat;
}

#topnav ul li a:hover span {
background: url(images/topnavoverright.gif) right no-repeat;
}

/* sidebar */

.sbhead  {
display: block;
margin: 0;
padding: 0;
}

.sbhead strong {
padding: 30px 0 10px 10px;
display: block;
}

.sbheadtop,
.sbheadsearch,
.sbheadlogin,
#sidebar .sbheadsub,
#sidebar .sbheadcontact,
#sidebar .sbheadlinks,
.sbheadsites {
display: block;
padding: 0;
margin: 0;
height: 35px;
}

.sbheadtop strong,
.sbheadlogin strong,
.sbheadsearch strong,
#sidebar .sbheadsub strong,
#sidebar .sbheadcontact strong,
#sidebar .sbheadlinks strong,
.sbheadsites strong {
display: block;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 0;
margin: 0;
}

.sbheadtop {
background: url(images/sbheadtop.gif) no-repeat;
width:208px;
}

.sbheadsearch{
background: url(images/sbheadsearch.gif) no-repeat;
}

.sbheadlogin{
background: url(images/sbheadlogin.gif) no-repeat;
}

#sidebar .sbheadsub {
background: url(images/sbheadsub.gif) no-repeat;
}

#sidebar .sbheadcontact {
background: url(images/sbheadrequest.gif) no-repeat;
}

#sidebar .sbheadlinks {
background: url(images/sbheadlinks.gif) no-repeat;
}

.sbheadsites {
background: url(images/sbheadsites.gif) no-repeat;
height: 56px;
}

#sidebar ul {
list-style: none;
margin: 0 0 0 15px;
padding:  0 0 10px 0;
display: block;
}

#sidebar li {
margin: 0;
padding: 0;
}

#sidebar p {
margin:0 10px;
padding:0;
}

#sidebar #search input.search {
background: #fff;
border: 1px solid #666;
height: 17px;
width: 200px;
position: relative;
float: left;
display: block;
padding: 0;
}

#sidebar #search input.gobtn {
position:relative;
border: none;
background: none;
height: 19px;
display: block;
margin: 0 0 0 5px;
width: 26px;
float: left;
}

/* sidebar modules */

#sidebar .archives {
display: block;
position: relative;
margin: 5px 0 0 20px;
}

#sidebar #resources {
width: 165px;
margin: 10px 0 0 0;
float: left;
padding: 0 5px 0 0;
}

body#subscribe #sidebar #resources,
body#individual #sidebar #resources,
body.noresource #sidebar #resources {
margin-top:30px;
float: none;
}

body#subscribe #sidebar #search input.search,
body#individual #sidebar #search input.search,
body.noresource #sidebar #search input.search {
width: 137px;
margin: 0 0 0 3px;
}

body#subscribe #sidebar #search #searchmsg,
body#individual #sidebar #search #searchmsg,
body.noresource #sidebar #search #searchmsg {
margin:0 0 20px 0px;
}

/*novy leftnav dle .links*/
#sidebar #leftnav {
margin: 0 0 0 0;
padding: 0 0 0 0;
position: relative;
}

#sidebar #leftnav ul {
margin: 0;
padding: 0 20px;
line-height:normal;
}

#sidebar #leftnav li {
display: block;
margin: 0;
height: 100%;
}

#sidebar #leftnav li a {
padding: 5px 0 6px 0;
position: relative;
display: block;
background: url(images/dots_thin.gif) bottom repeat-x;
}

#sidebar #leftnav .sbhead strong {
margin:0;
padding:0;
}

#sidebar #search {
clear:both;
position: relative;
top: 20px;
padding: 0 0 45px 0;
background: #d1d4c5;
}

#sidebar #login {
clear:both;
position: relative;
}

#sidebar .login .logsend {
background: none;
border: none;
width: auto;
}

#search .sbhead strong {
padding: 0 0 10px 0;
top: 10px;
display: block;
position: relative;
}

#search #searchmsg {
position: relative;
top: 5px;
left: 20px;
margin: 0;
}

#sidebar #search form {
position: absolute;
top: 35px;
right: 0;
padding: 0;
margin: 0;
}

body#subscribe #sidebar #search form,
body#individual #sidebar #search form,
body.noresource #sidebar #search form {
position: absolute;
top: 65px;
left: 17px;
}

#sidebar .subscribe {
padding: 0;
margin: 0 0 10px 0;
}

#sidebar .subscribe p {
clear:left;
position:relative;
margin: 10px 20px;
padding: 0px 0 10px 0;
display: block;
background: url(images/dots_thin.gif) bottom repeat-x;
}

#sidebar .subscribe .sbhead strong {
margin: 0;
padding: 0 0 5px 0;
position: relative;
float: left;
}

#sidebar #resourceBox {
margin:20px 0 0 0;
border: 1px solid #ccc;
border-top: none;
position: relative;
}

#sidebar #resourceBox #boxhead {
background:#ccc;
padding: 10px;
}

#sidebar #resourceBox #boxhead p {
padding: 0;
margin: 0;
}

#sidebar #resourceBox h3 {
display: block;
position: relative;
padding: 0;
margin: 0;
}

#sidebar #resourceBox #resourceFooter {
padding: 5px 20px;
text-align: left;
background: #ccc;
}

#sidebar #resourceBox .contd a {
padding: 0 0 0 5px;
}

#sidebar #resourceBox .resourceBody {
margin:4px 10px 15px 20px;
}

#sidebar #resourceBox h4 {
margin: 10px 20px 0 20px;
}

#sidebar .blogroll_nav a.first,
#sidebar .blogroll_nav a.last {
display:none;
}

#sidebar .links {
margin: 20px 0 0 0;
padding: 0 0 20px 0;
position: relative;
background: #d1d4c5;
}

#sidebar .links ul {
margin: 0;
padding: 0 20px;
line-height:normal;
}

#sidebar .links li {
display: block;
margin: 0;
height: 100%;
}

#sidebar .links li a {
padding: 5px 0 6px 0;
position: relative;
display: block;
background: url(images/dots_thin.gif) bottom repeat-x;
}

#sidebar .links .sbhead strong {
margin:0;
padding:0;
}

#sidebar #links, #sidebar #recentupdate {
float:right;
clear:right;
}

body.noresource #sidebar #links,
body#individual #sidebar #links,
body#subscribe #sidebar #links,
body#individual #sidebar #recentupdate,
body#subscribe #sidebar #recentupdate,
body.noresource #sidebar #recentupdate {
float:none;
}

#sidebar .contact {
background: #d1d4c5;
margin: 20px 0 0 0;
padding: 0 0 10px 0;
}

#sidebar .contact p {
clear:left;
position:relative;
margin: 10px 20px;
padding: 0px 0 10px 0;
display: block;
background: url(images/dots_thin.gif) bottom repeat-x;
}

#sidebar .login input {
margin: 5px 0px 0px 20px;
background: #f6f7f4;
border: 1px solid #000;
color: #7a7d67;
width: 160px;
padding: 3px;
}

#sidebar .login .send {
background: none;
border: none;
width: auto;
}


/* main content elements */

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

#archives #content ul li {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

#archives #content ul li a {
display: block;
padding: 2px 0;
}

#archives #content ul li ul {
list-style: none;
margin: 0 0 0 40px;
}

#archives #content ul li ul li {
list-style: none;
margin: 0;
}

#archives #content .date a {
padding: 0 3px;
}

#featured {
background: #f6f7f4 url(images/featuredbg.gif) bottom repeat-x;
padding: 10px 20px;
}

#featured .title {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article.gif) no-repeat;
}

#featured .title1 {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article_section1.gif) no-repeat;
}

#featured .title2 {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article_section2.gif) no-repeat;
}

#featured .title3 {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article_section3.gif) no-repeat;
}

#featured .title4 {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article_section4.gif) no-repeat;
}

#featured .title5 {
margin: 0 0 10px 0;
height: 0px !important;
overflow: hidden;
text-indent: -5000px;
padding: 21px 0 0 0;
background: #7a7d67 url(images/head_article_section5.gif) no-repeat;
}

.entryinfo {
display: block;
padding: 0;
margin: 0 0 10px 0;
}

.entryinfo span.date {
margin: 0 10px 0 0;
}

.entryinfo span.author {
margin: 0 10px 0 0;
}

#content .login {
background: #EFEFEF;
padding: 15px 15px 5px 15px;
}

#content .login form input {
margin: top 20px 0;
width: 50%;
background: #f6f7f4;
border: 1px solid black;
height: auto;
}

#content .contact {
background: #EFEFEF;
padding: 15px 15px 5px 15px;
}

#content .contact .sbheadcontact strong {
padding: 0;
display: block;
}

#content .contact form input {
margin: top 200px 0;
width: 50%;
background: #fff;
border: 1px solid black;
height: auto;
}

#content .contact form textarea {
display: block;
margin: 2px 0 5px 0;
width: 90%;
height: 180px;
background: #fff;
border: 1px solid black;
}

#content .contact form input.send {
width: 83px;
height: 23px;
}

#content .contact form label {
display: block;
}

.blogbody .tags {
padding:15px 0 15px 0;
background: url(images/dots_wide.gif) bottom repeat-x;
clear: both;
}

.post ul.links {
margin:15px 0 20px 0;
padding:0;
height:16px;
}

#individual .post ul.links {
float: right;
margin: 5px 10px 75px 20px;
width: 125px;
}

.post ul.links li {
list-style-type:none;
display: block;
float:left;
padding:0 4px 0 0;
}

#individual .post ul.links li {
float: none;
display: inline;
margin: 0;
padding: 0;
}

#individual .post ul.links li.comments a {
margin: 2px 4px 0 0;
}


.post ul.links li a {
display: block;
position: relative;
padding: 0;
margin: 0;
}

.post ul.links li a span,
.post ul.links li a span {
display: block;
position: relative;
height: 0px !important;
padding: 16px 0 0 0;
width: 16px;
overflow: hidden;
text-indent: -5000px;
}

.post ul.links li.comments a {
margin: -1px 4px 0 0;
padding: 0;
}

.post ul.links li.comments a span,
.post ul.links li.pings a span {
display: block;
position: relative;
float: left;
margin: 1px 4px 0 0;
}

#individual .post ul.links li.comments a span {
display: block;
position: relative;
float: left;
margin: 2px 4px 0 0;
}

.post ul.links li a:hover {
text-decoration: none;
}

.post ul.links li.comments a span {
background: #c5c8b8 url(Images/comment.gif) no-repeat;
}

.searchresults,
.blogbody {
display: block;
clear: both;
padding: 0 0 10px 0;
}

.searchresults p,
.blogbody p {
margin: 10px 0 5px 0;
}

.blogtitle {
margin: 5px 0 10px 0;
padding: 0;
display: block;
clear:both;
}

.hr {
border-bottom: 1px solid #2f2f2f;
height: 0px;
margin: 10px 0 10px 0;
}

.contd {
padding: 0 2px;
display:inline;
}

/* footer */

#footer {
margin: 0 auto;
padding: 0;
display: block;
position: relative;
width: 940px;
background: url(images/footerbg.gif) top repeat-y;
}

#footer .sbheadrecent,
#footer .sbheadlinks {
padding:10px 0 0 30px;
}

#footer .sbheadsub {

}

#footer .footnotes {
float:left;
width:225px;
height:100%;
padding: 3px 0 0 0;
}

#footer ul#legal {
margin:0;
padding:0;
text-align: center;
width:210px;
clear: left;
}

#footer ul#legal li {
margin:0 5px;
display:inline;
line-height:30px;
}

#footer address {
font-style:normal;
margin: -3px 0 0 40px;
}

#footer address a{
display: block;
}

#footer .keywords {
margin:20px 20px 40px 40px;
}

#footer #links, #footer .subscribe, #footer #recentupdate {
float:left;
width:225px;
}

#footer #links ul, #footer #recentupdate ul {
list-style-type:none;
margin:5px 20px 10px 30px;
padding:0;
}

#footer #recentupdate li, #footer #links li {
padding:0;
margin: 0;
display: inline;
height: 100%;
}

#footer #recentupdate p,
#footer #links p {
margin: 0 0 10px 25px;
}

#footer .subscribe {
position: relative;
margin: 0 0 0 10px;
}

#footer .subscribe a.subscribe {
position: absolute;
display: block;
left: 100px;
top: 0;
width: 16px;
z-index: 20;
}


#footer #bar {
clear:both;
width:100%;
background: url(images/bar.gif) no-repeat;
height:35px;
}

#footer #bar div {
margin:0 0 0 10px;
}

#footer #bar .copyright {
float: right;
position: absolute;
bottom: 10px;
right: 30px;
color: White;
}
