/*
Theme Name: RV Profi blog theme
Description: Made for RV Profi blog
Version: 0.2.2
Author: Misha Karpenko
Author URI: http://karpenkoismy.name/
*/


/* Begin Typography & Colors */
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/background.png');
	color: #313131;
	text-align: center;
	}

#top-bar {
    color: white;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1.2em;
    }
    
#top-bar a, #top-bar a:visited {
    color: white;
    text-decoration: none;
    }
    
#top-bar a:hover {
    color: white;
    text-decoration: underline;
    }

#enter {
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1.0em;
    }

#container {
    }

#page {
	background-color: #fdf2c7;
	min-height: 370px;
	}

#header {
	color: white;
	background: url('images/header.png') no-repeat bottom;
	font-family: Georgia, 'Times New Roman', Sans-Serif;
	text-align: left;	
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#blog-description {
	font-size: 2.7em;
	font-style: italic;
	}

#banners {
	color: white;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;	
	font-size: 1em;
	text-align: left;
	}

#banners a, #banners a:hover, #banners a:visited {
	color: white;	
	text-decoration: none;
	}

#content {
	font-size: 1.4em;
	background-color: #fdf2c7;
	}

.post h2 {
	margin: 0px 0px 18px 18px;
	padding: 18px 18px 0px 0px;
	}

.post small {
	margin-left: 18px;
	}

.entry {
	margin: 18px;
}

.widecolumn .entry p {
	font-size: 1.0em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	font-style: italic;
	padding-right: 18px;
	text-align: right;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

#footer {
	background: url('images/footer.png') no-repeat top left;
	color: white;
	font-size: 1.2em;
	position: relative;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em 'Tahoma', Verdana, Arial, Sans-Serif;
	}

#sidebar a, #sidebar a:visited {
	color: #eb6d0e;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #eb6d0e; 
	text-decoration: underline;
	}

#place-our-button {
	color: white;	
	font-family: Georgia, 'Times New Roman', Sans-Serif;	
	font-size: 1.7em;
	font-style: italic;
	}

#place-our-button a, #place-our-button a:visited, #place-our-button a:hover {
    color: white;
    text-decoration: none;
    }

#place-our-button p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #a43434;
	text-decoration: underline;
	}

h2 a:hover, h3 a:hover {
	color: #a43434;
	text-decoration: none;
	}

a:hover {
	color: #e90606;
	text-decoration: underline;
	}
	
div.arrow-left {
    color: white;
    }

div.arrow-left a, div.arrow-left a:visited {
    color: white;
    text-decoration: none;
    }

div.arrow-left a:hover {
    color: white;
    text-decoration: underline;
    }
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#top-bar {
	background-color: black;
	height: 32px;	
	margin: 0px 0px 27px 0px;
	padding: 8px 0px 0px 0px;
	position: relative;
	width: 100%;
	}

#top-bar-inner {
    margin: 0px auto 0px auto;
    width: 961px;
    }

#top-bar-left {
    float: left;
    margin: 4px 0px 0px 0px;
    }
    
#top-bar-right {
    float: right;
    margin: 0px 160px 0px 0px;
    }

#top-bar-right-loggedin {
    float: right;
    margin: 4px 160px 0px 0px;
    }

#login {
    margin: 0px 10px 0px 3px;
    width: 100px;
    }    

#password {
    margin: 0px 10px 0px 3px;
    width: 100px;
    }
    
#enter {
    }
    
#container {
	border: none;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 961px;
	z-index: 1;
	}

#page {
	border: none;
	margin: 0px 149px 0px 12px;
	overflow: auto;
	padding: 0px;
	width: 800px;
	}

#header {
	height: 225px;
	margin: 0 160px 0 1px;
	padding: 0;
	width: 811px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#title-rvprofi {
	float: left;
	margin: 66px 0px 0px 60px;
	}

#blog-description {
	float: left;
	margin: 94px 0px 0px 90px;
	width: 380px; 
	}

#portals-banner {
	background:	url('images/ehrport-banner.jpg');
	height: 168px;
	margin: -10px 0px 0px 49px;
	width: 723px;
	z-index: 1;
	}
	
#portals-banner p {
	padding: 64px 0px 0px 146px;
	}

#ehrle-banner {
	background:	url('images/ehrle-banner.png');
	height: 104px;
	margin: -10px 0px 0px 49px;
	width: 700px;
	z-index: 0;
	}

#ehrle-banner p {
	padding: 30px 0px 0px 115px;
	}

.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 720px;
	}

.post {
	background: white;
	margin: 0px 0px 0px 15px;
	text-align: justify;
	}

.post-page {
	background: white;
	margin: 15px 0px 0px 15px;
	text-align: justify;
	}

#vertical-spacer {
    clear: both;
    height: 10px;
    margin: auto;
    width: 100px;
    }

img.post-corner-lt {
	float: left;
	left: 0px;
	top: 0px;
	}

img.post-corner-rt {
	float: right;
	right: 0px;
	top: 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {

	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	padding-bottom: 18px;
}

.clear {
	clear: both;
}

#sidebar {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	width: 200px;
	}

#rss {
	background:	url('images/rss-icon.png') top center no-repeat;
	height: 74px;
	margin: 0px 54px 0px 54px;	
	padding: 0px;
	width: 92px;
	}

#rss p {
	padding: 40px 0px 0px 0px;
	}

#tagcloud {
	padding: 40px 0px 0px 0px;
	}

#friends {
    margin: 18px auto 0px auto;
	padding: 0px 0px 20px 0px;
	width: 160px;
	}

#friends img {
	}
	
a.friend:link, a.friend:visited, a.friend:hover {
    border: none;
    display: block;
    margin-top: 15px;
}

#place-our-button {
    background: url('images/place-our-button-block-bg.png') top left no-repeat;
    height: 94px;
	margin: 40px auto 0px auto;
	padding: 8px 0px 0px 0px;
	width: 157px;	
	text-align: left;	
	}

#footer {
	clear: both;
	height: 77px;
	margin: 0px 133px 0px 3px;
	padding: 0;
	width: 825px;
	}

#footer p {
	margin: 0;
	padding: 26px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {    
    margin: 40px auto 20px ;
	padding: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto 16px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 0px 0 0;
	width: 640px;
	text-align: left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 0 0;
	}

#commentform textarea {
    height: 100px;
	width: 100%;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 5px 0 0 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
    margin: 0px 30px 0px 45px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#respond {
    margin: 0px 0px 0px 45px;
    height: 220px;
    width: 645px;
    }
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0px 60px 15px;
	}
	
.navigation-single {
	display: block;
	height: 40px;
    margin: 15px 0px 15px 15px;
	}
	
.navigation-single a, .navigation-single a:visited {
    color: #a43434;
    text-decoration: none;
    }

.navigation-single a:hover {
    color: #e90606;
    text-decoration: underline;
    }
	
.alignleft-single {
    float: left;
    }

.alignright-single {
    float: right;
    }

div.arrow-left {
	background: url('images/arrow-left-start.png') top right no-repeat;
    height: 31px;
    min-width: 104px;
	}
	
div.arrow-left-end {
    background: url('images/arrow-left-end.png') top left no-repeat;
    height: 31px;
    min-width: 100px;
    padding: 6px 6px 0px 22px;	
    }	

div.arrow-right {
	background: url('images/arrow-right-start.png') top left no-repeat;
    height: 31px;
    min-width: 104px;
	}
	
div.arrow-right-end {
    background: url('images/arrow-right-end.png') top right no-repeat;
    height: 31px;
    min-width: 100px;
    padding: 6px 22px 0px 6px;	
    }	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Bookmarks */
img.bookmark {
	border: none;
	position: absolute;
	}

img.home {
	height: 202px;
	top: 24px;
	left: 812px;
	width: 94px;
	}

img.contacts {
	height: 241px;
	top: 38px;
	left: 812px;
	width: 116px;
	}

img.our-carwashes {
	height: 244px;
	top: 98px;
	left: 812px;f
	width: 118px;
	}

img.our-techstations {
	height: 242px;
	top: 155px;
	left: 812px;
	width: 108px;
	}

img.our-tirestations {
	height: 277px;
	top: 175px;
	left: 812px;
	width: 152px;
	}

img.frescura {
	height: 245px;
	top: 275px;
	left: 812px;
	width: 117px;
	}

img.advrtsmnt {
	height: 249px;
	top: 334px;
	left: 812px;
	width: 123px;
	}
/* End bookmarks */

