/*
Theme Name: Ad Express sahkoinen toimisto
Theme URI: http://www.adexpress.fi/
Description: Ad Express template
Version: 1.0
Author: Jukka Kuittinen & Anne Jokisaari
Author URI: http://www.adexpress.fi/
Tags: --

*/


			/* MUUTETTAVAT TYYLIT: ÄLÄ MUOKKAA MUUALTA, ÄLÄ VAIHDA TIEDOSTOJEN NIMIÄ */

body {
color: #333333;
background-color : #EDEAE3;
background: url('images/body_bg.gif') repeat-y;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
background-color: #e1d1c2;
border-bottom: 4px solid #FFFFFF;
font-size: 25pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
background: url('images/wrapperbg.jpg') repeat-y;
border: 4px solid #FFFFFF;
}

#sidebar a {
color: #085A08;
text-decoration: none;
        font-weight: bold ;
}

#sidebar a:hover {
color: #448B2B;
text-decoration: underline;
}

#footer {
background-color: #085A08; 
color: #E1E0DB;
text-align: left;
}
	#footer a {
	color: #E1E0DB;
	text-decoration: underline;
	}

	#footer a:hover {
	color: #73A873;
	}

a, h2 , h3 {
	color: #085A08;
	text-decoration: underline;
	}
a:hover {
	color: #448B2B;
	text-decoration: underline;
	}
	
	h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #085A08;
	font-weight: normal;
	}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	text-align: left;
	}

h2 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a,  #headerimg .description {
	text-decoration: none;
	color: #085A08;
	}
h1 a:hover {
color: #448B2B;
text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #085A08;
	text-decoration: none;
	}
h2 a:hover {
color: #448B2B;
text-decoration: none;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	
	
	
			/* MUUTETTAVAT TYYLIT LOPPUU! */




body {
padding: 0px;
margin: 20px 0px 0px 0px;
text-align: justify;
}

#wrapper {
margin: 0px auto;
width: 924px;
overflow: hidden;
}


#header {
padding: 0px;
margin: 0px;
width: 924px;
float: left;
text-align: left;
}

	#logo {
	background: url('images/logo.gif') no-repeat top left;
	background-position: 20px 5px;
	width: 245px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	text-align: left;
	}
	#slogan {
	padding-top: 30px;
	padding-left: 12px;
	width: 580px;
	float: left;
	text-align: left;
	}
		

#sidebar {
width: 191px;
float: left;
overflow:hidden;
margin: 0px 5px 0px 0px;
text-align: left;
}

	#sidebar ul {
	padding: 10px 0px 20px 30px;
	margin: 0px;
	list-style:none;
	}
	
	#sidebar li {
	padding: 10px 5px 0px 0px;
	margin: 0px;
	list-style: none;
	}


#content {
margin: 0px 20px 0px 80px;
padding: 0px;
width: 580px;
float: left;
text-align: left;

}

.post {
overflow: hidden;
margin: 20px 0px 30px 0px;
padding: 0px;
line-height: 18px;
text-align: left;
}

#footer {
float: left;
width: 924px;
height: 21px;
}
#footer p {
font-size: 9px;
text-align: left;
padding: 3px 0px 0px 0px;
margin: 0px;
}


/* 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;
	}

/* End Entry Lists */

/* 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-top: 0px;
	margin-bottom: 0px;
	}

/* End Various Tags & Classes*/

