/* 

 
Theme Name: Green
Theme URI: 
Description: .
Version: 
Author: Leo
Author 
Tags:

*/


/* Default text */  body, td, p {}

/* Elements */
blockquote {}
ol {}
ol li {}

input, textarea {}
input:focus, textarea:focus {}

table {}
table th {}
table th, td {}

/* Typography */

h1 {}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  margin-top: 20px;
}
h2 {}

h2.updates {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: -1px;
    padding-bottom: 25px;
}


h3 {}
h4 {}

h4.updates {
    border-bottom: none;
    margin-bottom: -1px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-top: 20px;
}

h5 {}
h6 {}

dl {}
dt {}

/* ! HEADER
============================================================================================= */

#header {}
#header .container {}
/* Если используете логотип другого размера, поправьте эту сроку */ #header .logo img {
	margin-bottom: -25px;
	}
/* Текстовый логотип настраивается в этой строке */ #header h1.logo {}


/* ! Главная навигация */
#main-nav ul {}
#main-nav li {}
#main-nav li a {}

/* Dropdowns */

/* Level 1 */
#main-nav li>ul {}
#main-nav li>ul li {}
#main-nav li>ul li a{}
	/* Level 2 */ #main-nav li>ul li ul {}

/* ! Search */
#header #searchform {}
#header #searchform #s {}
#header #searchform #searchsubmit {}

/* ! Слайдшоу */

/* Container */ #slideshow {}
#slideshow .slide {}
#slideshow .slide-caption {}

/* Навигация по слайдам - используется CSS Sprites */
#slide-nav {}
#slide-nav a {}

#slide-nav {
    border-bottom: none;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
}

/* Homepage blurb */ #intro-text {}
/* Social Icons */ #social .social img {}

/* ! Виджеты на главной */
#homepage-widgets .widget {}

#sidebar .widget {
  border-bottom: none;
  border-top: none;
  margin: 0 0 -1px;
  padding: 30px 20px;
}


/* ! CONTENT
============================================================================================= */

#main-content {
  border-right: none;
}

#main-content img {
	height: none;
    max-width: 100%;
    width: none;
}

#wrapper {
    background: none repeat scroll 0 0 white;
    margin: auto;
    width: 940px;
}

.single-105 #main-content {
	padding: 0;
	}

html {
	background: #73ADD7 url(images/gradient.gif) repeat-x;
}
body {
	padding: 0;
	margin: 0;
	background: url(images/sky.jpg) no-repeat center top;
	color: #666;
	width: 100%;
	display: table;
}


.two-col #main-content {
    float: left;
    margin-left: 20px;
    margin-right: -1px;
    padding-right: 10px;
    width: 620px;
}

table {
  border-right: none;
}

table th, td {
  border-left: none;
  padding: none;
}


#intro-text {
	margin-left: 20px;
	line-height: 100%;
}

#footer {
    background: none repeat scroll 0 0 #FFFFFF; 
    background: url("http://troparevo-park.ru/wp-content/uploads/main/trava.png") repeat-x scroll bottom;
    border-bottom: none;
    margin-top: -30px;
    }
   

/* ! Sidebar */
#sidebar {}

.two-col #sidebar {
  border-left: none;
  float: left;
  margin-right: -1px;
  width: 280px;
}

/* Sidebar Widgets */
/* 3 column */ .three-col #sidebar .widget, .three-col #sidebar .widget p, .three-col #sidebar .widget li {}
/* Everything else */ #sidebar .widget, #sidebar .widget li, #sidebar .widget p {}


/* ! POSTS */ 
.post {
	border-bottom: none;
	padding: 40px 0 0;
	}
.post .date {}
.post-content {}
.post-meta .keep-reading {}

.post-text blockquote, .post-text blockquote p {}

.post-meta {
  border-top: none;
  margin: 20px 0 0;
  padding: 15px 0;
}


/* ! Comments */
#comments-area {}
#comments-area textarea {}
#comments-area .commentlist {}
#comments-area .commentlist li {}
#comments-area .avatar {}
#comments-area .reply {}
.comment-body p {}

.single #main-content, .page #main-content {
  border-top: none;
  padding: 0px 0;
}

#blog-nav {
  border-bottom: none;
  border-top: none;
  margin: -1px 0 30px;
}

#blog-nav .prev {
  border-right: none;
  text-align: left;
}

/* ! FOOTER
============================================================================================= */
#footer {
	border-top: none;
}
#footer .copyright {
	margin-left: 20px;
	float: none;
}

#footer-widgets {}
#footer-widgets .widget {}

.powered-by-salesforce {
    display: block;
    float: left;
    margin-top: 0px;
    color: white;
    font-size: 18px;
}

.social-footer {
	display: block;
    float: left;
    margin-top: 0px;
    color: white;
    font-size: 18px;
    float: right;
    padding-bottom: 0px;
    }
    
.social-footer a {}


