/*
Theme Name: Sennen
Theme URI: http://sennenkoirat.net/site/

Description: 

Version: 0.1
Author: Tuuli Yrjonen
Author URI: http://www.tuuls.net
*/

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Geneva, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #5e5e5e;
    background: #bab9b6;
}
div, p, img, a, td, ul, ol {
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 0 .3em;
    list-style: decimal;
}
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-weight: bold;
}
h1 { 
	font-size: 200%; 
	text-transform: uppercase;
	font-style: oblique;
	letter-spacing: .06em;
	margin: .9em 0 .5em 0;
	line-height: 110%;
	}
	
h2 { font-size: 160%; letter-spacing: .07em; margin: .5em 0 .5em 0; text-transform: uppercase; line-height: 130%; }
h3 { font-size: 140%; letter-spacing: .08em; margin: .5em 0 .5em 0; font-style: oblique; line-height: 130%; }
h4 { font-size: 115%; letter-spacing: .08em; margin: .5em 0 .5em 0; font-style: oblique; line-height: 130%; }
h5 { font-size: 100%; letter-spacing: .10em; font-style: oblique; }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #5e5e5e;
    border-bottom: 1px dotted #827d7b; 
}
a:visited { color: #5e5e5e; border-color: #827d7b; }
a:hover { color: #0b659e; border-color: #0b659e; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }



a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    background: url(images/bg_content.png) repeat-y;
}

#content {
	position:relative;
	top:0px;
    text-align: left;
    width: 890px;
    margin: 20px 0 0 17px;
    padding: 0;
    line-height: 1.5em;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    background: url(images/bg_header.png) no-repeat top left;
    height: 52px;
    position: relative;

}

#bg-menu {
	position: relative;
	top: 5px;
	left: 72px;
	width: 881px;
	height: 33px;
	background-color: #e8e9ec;

}


#bg_menudivider {
	position:relative;
	width: 1024px;
	height: 10px;
	top: 10px;
	background-color:#B9B8B5;
	background-image:url(images/menudivider.png);

}


/* Post (SIVUN P€€SIS€LT…)
------------------------------------------------------------------------- */
.post {
	position:relative;
	top: 0px;
	width: 380px;
    margin: 0 0 0.5em 360px;
    padding: 10px 0 1.5em 14px;
    min-height: 700px;
    height:auto !important;
  	height:700px;

}

.postwide {
	position:relative;
	top: 0px;
	width: 540px;
    margin: 0 0 0.5em 360px;
    padding: 10px 0 1.5em 14px;
    min-height: 550px;
    height:auto !important;
  	height:550px;

}

.postlong {
	position:relative;
	top: 0px;
	width: 540px;
    margin: 0 0 0.5em 360px;
    padding: 10px 0 1.5em 14px;
    min-height: 650px;
    height:auto !important;
    height:650px;

}

.post h1, h1 a, h1 a:visited {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #aca6a3;
}
.post ul li {
	list-style-type: circle;
	margin-left: 1.5em;
}

.postwide h1, h1 a, h1 a:visited {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #aca6a3;
}
.postwide ul li {
	list-style-type: circle;
	margin-left: 1.5em;
}


/* Vasen laita 
-------------------------------------------------------------------------- */
#pic {
	position: absolute;
	float: left;
	left: 50px;
	top: -15px;
	width: 274px;	
	margin: -40px 30px 0 15px;
	z-index: 30;
}

/* Vasemman ylakulman vaihtuva kuva: */
img.topleftpic {
	border-style: solid;
	border-width: 7px;
	border-color: white;
}

/* Sidebar - laatikko kuvan alla 
---------------------------------- */

#sidebar {
	position: relative;
	width: 248px;
	top: 20px;
	left: 20px;
    padding: 10px 3px 1px 0px;
    font-size: 100%;
    line-height: 1.4em;
    color: #999;
    border-right: dotted 3px #787876;
    clear:both;
}

#sidebar2_ {
	position: relative;
	width: 263px;
	top: 20px;
	left: 5px;
    padding: 10px 3px 1px 0px;
    font-size: 100%;
    line-height: 1.4em;
    color: #999;
    border-right: dotted 3px #787876;
    clear:both;
}


#sidebar h2, #sidebar2_ h2 {
    padding: 0px 0 0 15px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p, #sidebar2_ ul, #sidebar2_ p {
    padding: 0px 10px 10px 0px;
    margin-left: 0px;
}

#sidebar li, #sidebar2_ li {
	list-style: square outside url('images/nelio.gif');
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }

a.sidebarotsikko:link { 
	font-size: 110%; 
	letter-spacing: .13em; 
	font-weight: bold;  
	text-decoration: none; 
	color: #aca6a3; 
	border: none; 
}
a.sidebarotsikko:visited { 	
	font-size: 110%; 
	letter-spacing: .13em; 
	font-weight: bold;  
	text-decoration: none; 
	color: #aca6a3; 
	border: none; 
}
a.sidebarotsikko:hover 	{ text-decoration: none; color: #6c5b52; border: none; }


a.sidebarlinkki:link 	{ font-size: 90%; text-decoration: none; color: #6c5b52; border: none; }
a.sidebarlinkki:visited { font-size: 90%; text-decoration: none; color: #6c5b52; border: none; }
a.sidebarlinkki:hover 	{ font-size: 90%; text-decoration: none; color: #0b659e; border: none; }

a.sidebarvalikko:link 		{ text-transform: uppercase; font-size: 105%; text-decoration: none; color: #6c5b52; border: none; }
a.sidebarvalikko:visited 	{ text-transform: uppercase; font-size: 105%; text-decoration: none; color: #6c5b52; border: none; }
a.sidebarvalikko:hover 		{ text-transform: uppercase; font-size: 105%; text-decoration: none; color: #0b659e; border: none; }


/* MAINONTA / OIKEA REUNA - oikean reunan mainokset / linkit 
------------------------------------------------------------------------- */

#oikealaita {
position: absolute;
	float: right;
	width: 140px;
	top: 0px;
	left: 790px;
}

#pikavalikko {
    position: relative;
    border: thin solid #939393;
    font-size: 90%;
    line-height: 1.4em;
    background-color: #e3e4e7;
    text-align: center;
	padding: 0;
}

p.pikalinkit {
	text-transform: uppercase;
}

h3.pikalinkkiotsikko { 
	background-color: #d4d4d4;
	width: 138px;
	text-align: center;
	letter-spacing: .10em;
 }
 
a.pikalinkki:link 		{ text-decoration: none; color: #0b659e; border: none; }
a.pikalinkki:visited 	{ text-decoration: none; color: #0b659e; border: none; }
a.pikalinkki:hover 		{ text-decoration: none; color: #666666; border: none; }

a.sennenfoorumi:link 	{ font-style: normal; text-transform: none; text-decoration: none; color: black; border: none; }
a.sennenfoorumi:visited { font-style: normal; text-transform: none; text-decoration: none; color: black; border: none; }
a.sennenfoorumi:hover 	{ font-style: normal; text-transform: none; text-decoration: none; color: #666666; border: none; }


/* Search Form - ETSI
--------------------- */
#search {
    position: relative;
    top: 10px;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}

/* P€IVITYKSET
------------------------- */
#updates {
    position: relative;
    top: 10px; 
    border: 2px solid white;
    font-size: 95%;
    line-height: 1.4em;
    background-color: #9c9c9c;
	padding: 0 2px 2px 4px;
	color: white;
}
h3.paivitysotsikko {
	color: white;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}

a.paivitys:link 	{ font-size: 80%; text-decoration: none; color: white; border: none; }
a.paivitys:visited 	{ font-size: 80%; text-decoration: none; color: white; border: none; }
a.paivitys:hover 	{ font-size: 80%; text-decoration: none; color: #0b659e; border: none;}


/* SPONSORIT
------------------------- */
#sponsors {
    position: relative;
    top: 10px; 
    border: none;
    font-size: 95%;
    line-height: 1.4em;

}

/* Tekstien erikoistyylit 
------------------------------------------------------------------------------- */
h1, h1 a, h1 a:visited  {
	color: #aca6a3;
}
h2, h2 a, h2 a:visited  {
	color: #666666;
}
h3, h3 a, h3 a:visited {
	color: #666666;
}
h4, h4 a, h4 a:visited  {
	color: #666666;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}



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

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { border-top: 1px solid white; 
border-left: none;
border-right: none;
border-bottom: none;
}


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}



.blogheading {
   font-family: helvetica, arial, verdana, sans-serif;
	font-style: oblique;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
	font-size: 180%;
}


.blogtext {
   font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    color: #777777;
}


.blogdate {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    color: #333;
    font-style: oblique;
}





/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments - kŠyttŠjŠkommentit
------------------------------------------------------------------------- */                        
.comment {
    background-color: #e8ebf1;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}







/* Menu 
------------------------------------------------------------------------- */

#menu {
	margin: 0 0 0 300px;
	padding: 0;
	z-index:100;
}


ul#menu {
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;	
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
	font-family: Arial, 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	letter-spacing: .06em;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	float: left;
	color: #777777;
	text-decoration: none;
	padding: 11px 10px 0 10px;
	height: 22px;
	border-bottom: 0;
}

ul#menu li a:hover { 
	background-color: #d0d1d7;
	text-decoration: none;
}
	
	


/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    height:118px;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    background: url(images/footer.png) no-repeat bottom left;
}

#footer p {
    padding: 20px 320px 20px 95px;
}

#footer a {border-bottom: none;}


/* Forms 
------------------------------------------------------------------------------- */




/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

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

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}