/*
Theme Name: iWork
Description: This is a Premium theme for WordPress, just for premium blogs! With a very sophisticated style
Version: 1.0
Author: Nicola Di Trento
*/

/*** General Format ***/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/body_bg1.jpg) repeat; background-attachment: fixed;
	font-size: 14px;
	color: #000;
	font-family: Trebuchet MS;
}

img {
	border: 0;
}

a {
	color: #A2A29B;
	text-decoration: none;
	
}

a:hover {
	color: #A2A29B;
	text-decoration: underline;
}

a:visited {
	color: #A2A29B;
}

/*** Structure Format ***/

#wrapper {
	display: block;
	margin: 0 auto;
        width: 1000px;
	position: relative;
}

#header {
	background: url(images/header_bg.png) no-repeat; 
        background-position: bottom;
        width: 1000px;
	height: 60px;
	margin: 0 0 0 -101px;
	color: #fff;
}

.title {
	padding: 0 0 0 100px;
}

.title h2{
	color: #fff;
	text-align: left;
        padding: 0 0 0 0;
        font-size: 13px;
        text-decoration: none;
}

#content {
	width: 556px;
	float: left;
	color: #111;
        padding: 0 0 0 145px;
        margin: 0 0 0 0;
	font-family: Trebuchet MS;
        font-size: 14px;
        background: url(images/content_bg.png) repeat-y;
}

#content p {
        margin: 15px 40px 15px 0;
}

#content h1 a {
        color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0;
}

#sidebarRight {
	width: 274px;
	float: left;
	color: #fff;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
}

* html #sidebarRight {
	width: 274px;
}
.shadow {
	box-shadow: 0 0 1px black; /* Параметры тени */
	box-shadow: 0 0 3px rgba(0,0,0,0.5); /* Параметры тени */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	padding: 10px 10px 10px 10px;
	margin: 0 45px 0 0;
	background-image: url(http://eddycoach.ru/images/bg-testimonial.jpg);
}

/*** NavBar Format ***/

ul#Nav {
	margin-top: 0 0 0 0;
        padding: 1px 0 0 201px;
	list-style: none;
	float: left;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
}

ul#Nav li {
	float: left;
}

ul#Nav li.current a{
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 0 0 0;
	line-height: 0;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #777;
}

ul#Nav a:hover {
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #777;
	text-decoration: none;
}

/*** Text Format ***/

.post {
	margin: 30px 0 0 0;
}

blockquote {
	color: #000; 
	padding: 0px 0px 0px 7px; 
	border-left: 1px solid #ccc;
	margin: 0px 0 0px 15px;
	font-size: 14px;
	font-family: Trebuchet MS;
	background: none;
}

p {
	margin: 0 15px 0 15px;
	line-height: 1.4em;
}

.post a {
	text-decoration: underline;
        color: #0000ff;
}

.post a:hover {
	text-decoration: none;
        color: #0000ff;
        background: #ffff66;
}

p.center {
	text-align: center;
}

.postmeta {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 14px;
        color: #000;
}

.postmeta a {
	border-bottom: none;
	color: #A2A29B;
}

.postmeta a:hover {
	border-bottom: none;
        text-decoration: underline;
        color: #A2A29B;
}

.entry_counter {
	margin-top: 10px;
	margin-left: -37px;
        padding-top: 6px;
	float: left;
	height: 32px;
	width: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: url(images/count.gif) no-repeat;
        font-family: Georgia;

}

.entry_counter a{
        color: #333;
}

.small {
	font-size: 10px;
}

code {
	font-size: 12px;
}

h1 {
        margin: 10px 40px 25px 0;
	font-size: 18px;
        font-family: Tahoma;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 10px 0;
        border-bottom: 1px solid #E3E3DE;
}

.title h1 {
	font-size: 12px;
	padding: 0 0 0 300px;
        font-family: Trebuchet MS;
        color: #fff;
	text-align: left;
	font-weight: normal;
        border-bottom: none;
}

.title h1 a {
	color: #fff;
}

.title h1 a:hover {
	text-decoration: none;
}

h3 {
	margin: 0 40px 8px 0px;
        padding: 3px;
        font-size: 16px;
	color: #4D4D4B;
	border-bottom: 1px solid #E3E3DE;
}


h4 {
	margin: 25px 40px 45px 0;
        font-weight: normal;
	font-size: 12px;
        text-align: left;
	color: #A2A29B;
	border-top: 1px solid #E3E3E0;
        padding: 5px 0 0 5px;
}

.post h4 a {
	border-bottom: none;
        text-decoration: none;
	color: #A2A29B;
}

.post h4 a:hover {
	border-bottom: none;
        text-decoration: underline;
        color: #A2A29B;
}

/*** Lists Format ***/

html>body .post ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image: none;
} 

html>body .post li {
	margin: 7px 0 7px 30px;
}

.post ol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.post ol li {
	margin: 0 0 0 0;
        padding: 0 40px 0 0;
}

.post ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.post ul li {
	margin: 0 0 0 0;
        padding: 0 40px 0 0;
}

/*** Search Format ***/

#searchform {
	display: inline;
	float: right;
	padding: 5px 0 0;
	text-align: left;
}

#searchform #s {
	width: 140px;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #A2A295;
	color: #6A6A6A;
	font-size: 12px;
	font-family: Trebuchet MS;
}

#searchIcon {
    height: 24px;
	width: 60px;
	background: #941200 url(images/searchIcon.gif) repeat-x;
	border: 2px solid #941200;
	padding: 0px 2px;	
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

/*** Sidebar Format ***/

h2 {
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 0;
	text-transform: none;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
        margin: 50px 0 10px 5px;
}

h5 {
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 0;
	text-transform: none;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
        margin: 30px 0 15px 0;
}

#sidebarRight {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
        margin: -62px 0 0 0;
}

#sidebarRight a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
        margin: 0 0 0 0;
}

#sidebarRight a:hover {
	background: none;
	color:  #fff;
	text-decoration: underline;
	font-size: 14px;
        margin: 0 0 0 0;
}

#tag_cloud-2 {
        margin: 0 0 0 15px;
}

h6 {
        margin: 0 0 10px 15px;
       	text-align: left;
       	font-weight: normal;
	padding: 0 0 0 0;
	color: #fff;
	text-decoration: none;
}

/*** Sidebar Elements Fromat ***/

.sidebarIcon ul, .sidebarIcon ol { 
	font-size: 14px;
}

.sidebarIcon ul { 
	list-style-image: none;
	list-style-position: outside;

}

.sidebarIcon li {
        list-style-image: none;
	list-style-position: outside; 

}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol {  
        margin: 0 0 0 0;

}

.sidebar ul, .sidebar ol {
	font-size: 14px;
}

.sidebar ul { 
	list-style-type: none;

}

.sidebar li { 
	margin: 0 0 8px 0;
        list-style-image: url(images/invisiblemark.png);
}

.sidebar li a { 
        margin: 0 0 0 0;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0 0 0 0;
}

/*** Footer Format ***/

#footer {
	width: 1000px;
	height: 50px;
	background: url(images/footer_bg.png) no-repeat;
	text-align: center;
	margin: 0 0 0 92px;
	position: relative;
	}
	
#footer p {
        font-size: 11px;
	color: #fff;
	padding-top: 7px;
	list-style-type: none;
        margin: 0 390px 0 0;
	line-height: 1.2em;	
	}
	
#footer h2 {
	color: #fff;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
        border-bottom: 4px solid #838381;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	}
	
#footer h3 {
	color: #fff;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 5px 0px 3px 0px;
	 border-bottom: 4px solid #838381;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

#footer ul li a:hover {
	color: #FFFFFF;
	}
	
#footerleft {
	float: center;
	width: 1000px;
	padding: 0px;
	}
	
#footer #s {
	width: 130px;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #505050;
	color: #9B9B9B;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-style: italic;
}

#footer #searchIcon {
    height: 22px;
	width: 60px;
	background: #6B9006 url(images/searchIcon.gif) repeat-x;
	border: 2px solid #6B9006;
	padding: 0px 2px;	
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

/*** Images Format ***/

img.post {
	padding: 0;
	border: none;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
}

img.alignright {
	padding: 0;
	border: none;
	background: #fff;
	margin: 0;
	display: inline;
}

img.alignleft {
	padding: 0;
	display: inline;
	border: none;
}
	
/*** Additional Format ***/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.float-left  { float: left; }

.float-right { float: right; }

.navigation {
	display: block;
	text-align: left;
	margin: 10px 0 30px 0;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/*** Comments Format ***/

#commentform input {
	width: 120px;
	padding: 0px;
	margin: 5px 5px 1px 0px;
	color: #484848;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #7C7E6F;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#commentform #submit {
	margin-left: 370px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #787966;
	font-family: Trebuchet MS;
	color: #fff;
	background: url(images/input.gif) repeat-x;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
        font-size: 14px;
}

#commentform p {
	font-family: Trebuchet MS;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Trebuchet MS;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 15px 0 0 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
