body {
	margin-top: 10px;
	padding: 0;
	background: #787878 url(images/img01.jpg) repeat left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	text-transform: uppercase;
	color: #936307;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


ul {
}

a {
	text-decoration: none;
	color: #936307;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 150px;
}

/* Header */

#logo {
	width: 960px;
	height: 115px;
	margin: 10px auto;
	padding: 0;
	background: url(images/logo.gif) no-repeat left top;	
}

#logo h1, #logo h4, #logo p {
	float: left;
	margin: 50px 0 0 120px;
	color: #936307;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: normal;
	font-size: 3em;
}

#logo h4 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #936307;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 52px;
	background: url(images/img02.jpg) no-repeat left top;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 33px;
	margin: 0px;
	padding: 19px 30px 0px 130px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin: 30px auto;
	background: url(images/img05.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img04.jpg) no-repeat left top;
}

#page-bgbtm {
	background: url(images/img06.jpg) no-repeat left bottom;
}


/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 500px;
	height:auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 50px;
	margin: 0px 10px;
	padding: 11px 0px 0px 10px;
	text-transform: none;
	font-weight: normal;
	background: url(images/img12.jpg) no-repeat left top;
}

.title a {
	border-bottom: none;
	color: #936307;
}

.title a:hover {
}

.byline {
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

#sidebar2 {
	float: right;
}

#sidebar1 ul {
	padding-bottom: 20px;
}

#sidebar1 li {
	background: url(images/img11.jpg) no-repeat left bottom;
}

#sidebar1 li ul {
	background: url(images/img10.jpg) repeat-y left top;
}

#sidebar1 li li {
	background: url(images/img08.gif) no-repeat 0 13px;
}

#sidebar1 li h2 {
	height: 25px;
	padding-top: 15px;
	background: url(images/img09.jpg) no-repeat left top;
	color: #333333;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 10px 0 0 0;
	font-size: 14px;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 10px 0 15px;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px #B5B5B5 dashed;
	background: url(images/img08.gif) no-repeat 0 13px;
	text-align: left;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 8px 15px 0px 35px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #949494;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding-left: 20px;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: left;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

#korektura a:hover {
   background-position: -500px 0%;
}

#korektura1 a:hover {
   background-position: -500px 0%;
}

#verstka a:hover {
   background-position: -500px 0%;
}

#perevod a:hover {
   background-position: -500px 0%;
}

#prepress a:hover {
   background-position: -500px 0%;
}

#nabor  {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 82px;
	background-position: -500px 0%;
}

#nabor a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
   background-image: url(images/nabor.png);
}

#nabor a:hover {
   background-position: -500px 0%;
}


#korektura  {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 82px;
}

#korektura a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
   background-image: url(images/korektura.png);
}

#korektura a:hover {
   background-position: -500px 0%;
}

#korektura1  {
	visibility: visible;
	position: absolute; 
	z-index: 2;
	width: 500px;
	height: 82px;
}

#korektura1 a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
}


#korektura1 a  {
   background-image: url(images/korektura.png);
}

#korektura1 a:hover {
   background-position: -500px 0%;
}


#verstka  {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 82px;
}

#verstka1  {
	visibility: visible;
	position: absolute; 
	z-index: 2;
	width: 500px;
	height: 82px;
}

#perevod  {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 82px;
}

#prepress  {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 82px;
}

#prepress1  {
	visibility: visible;
	position: absolute; 
	z-index: 2;
	width: 500px;
	height: 82px;
}

#verstka a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
} 

#verstka1 a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
}  

#perevod a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
}

#prepress a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
}

#prepress1 a {
   background-repeat: no-repeat;
   display: block;
   height: 82px;
   width: 500px;
   background-position: 0% 0px;
   font-size: 289px;
   line-height: 289px;
}
  

#verstka a  {
   background-image: url(images/verstka.png);
}
#verstka1 a  {
   background-image: url(images/verstka.png);
}

#perevod a  {
   background-image: url(images/perevod.png);
}

#prepress a  {
   background-image: url(images/prepress.png);
}
#prepress1 a  {
   background-image: url(images/prepress.png);
}

#verstka a:hover {
   background-position: -500px 0%;
}

#prepress a:hover {
   background-position: -500px 0%;
}

#perevod a:hover {
   background-position: -500px 0%;
}
