/* header */
@import "header.css";



/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 75%;
	background: #fafafa; //url(/static/images/kyweb_tausta.png) repeat-x bottom;
}

* body > html {
	background-image: none;
}

h1,h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
}

/* linkit */

a {
	text-decoration: none;
	color: green;
}


a:hover {
	text-decoration: underline;
}

a:active
{
  outline: none;
}

a:visited {
	color: #888;
}

:focus
{
  -moz-outline-style: none;
}


p a {
	text-decoration: none;
	margin: 2px;
}

p a:hover {
	text-decoration: underline;
}



/* tekstit */

h1, h2, h3 {
	margin: 20px 0 20px 0;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 140%;
	font-weight: normal;
}

h3 {
	font-size: 130%;
	font-weight: normal;
}


.box h2 {
	margin: 0;
}





/* rakenteet */

#main {
	width: 1002px;
	margin: 0 auto;
	display: block;
}


#popper {
	width: 1000px;
	margin: 0;
}

#left-column {
	width: 700px;
	float: left;
	clear: left;
	margin: 0 20px 0 0;
}


#right-column {
	width: 260px;
	float: left;
}	



.intro {
}


/* KAHDEN palstan sis�lt� */


.left-div {
	float:left;
	width: 400px;

}

.right-div {
	width: 300px;
	float: left;
}








.text {
	padding: 0;
}

.text dl {
	margin: 20px 0;
	clear: both;
}

.text dt {
	float:left;
	font-weight: bold;
}

.text dd {
	margin-left: 200px;
}


p {
	margin: 20px 0 0px 0;
	line-height: 140%;
}


/* giantbox */

.giantbox {
	margin: 0;
	background: url(/static/images/giantbox_header.png) no-repeat;
	padding-top: 10px;
}

.giantbox_header {
	display: none;
	width: 1000px;
	height: 10px;
}

h2.blog_title {
	padding: 20px 0 20px 0;
	border-bottom: 5px solid green;
	color: #fff;
	margin-bottom: 10px;
}

h2.blog_title a {
	font-size: 18px;
	color: #000;
}

h2.blog_title a:hover {
	color: #666;
	text-decoration: none;
}

.giantbox_content {
	background: url(/static/images/giantbox_back.png) repeat-y;
	padding: 1px 20px 10px 20px;
	line-height: 1.5em;
}

.giantbox_content p, .giantbox_content h3 {
	margin-top: 4px;
}

.giantbox_content ul, .giantbox_content li {
	margin: 5px;
	padding: 5px;
}

.giantbox_content p {
	line-height: 1.7em;
}

.giantbox_footer {
	background: url(/static/images/giantbox_footer.png) no-repeat;
	display: block;
	width: 1000px;
	height: 10px;
}




/* storbox */

.storbox {
	margin: 0 0 0 0;
	background: url(/static/images/storbox_header.png) no-repeat;
	padding-top: 10px;
}

.storbox_header {
	display: none;
	width: 700px;
	height: 10px;
	margin: 0;
	padding: 0;
}

h2.blog_title {
	padding: 20px 0 20px 0;
	border-bottom: 5px solid green;
	color: #fff;
	margin-bottom: 10px;
}

h2.blog_title a {
	font-size: 18px;
	color: #000;
}

h2.blog_title a:hover {
	color: #666;
	text-decoration: none;
}

.storbox_content {
	background: url(/static/images/storbox_back.png) repeat-y;
	padding: 1px 20px 20px 20px;
	line-height: 1.5em;
	margin: 0;
}

.storbox_content p, .storbox_content h3 {
	margin-top: 0px;
}

.storbox_content ul, .storbox_content li {
	margin: 2px;
	padding: 2px;
}

.storbox_content p {
	line-height: 1.7em;
}

.storbox_footer {
	background: url(/static/images/storbox_footer.png) no-repeat;
	display: block;
	width: 700px;
	height: 10px;
}




/* kydgetit */

.kydget {
	margin: 0 0 20px 0;
}

.kydget_header {
	background: url(/static/images/kydget_header.png) no-repeat;
	display: block;
	width: 280px;
	height: 42px;
}

.kydget_ky .kydget_header {
	background: url(/static/images/kydget_etusivu_uusi2.png) no-repeat;
}


body#opiskelu .kydget_ky .kydget_header {
	background: url(/static/images/kydget_opiskelu_uusi.png) no-repeat;
}

body#viihde .kydget_ky .kydget_header {
	background: url(/static/images/kydget_vapaa_aika_uusi.png) no-repeat;
}

body#arki .kydget_ky .kydget_header {
	background: url(/static/images/kydget_hyvinvointi_uusi.png) no-repeat;
}

body#ylioppilaskunta .kydget_ky .kydget_header {
	background: url(/static/images/kydget_ky_uusi.png) no-repeat;
}

.kydget_ky .blog_list li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	list-style-image: url(/static/images/icons/bullet_go.png);

}

.tj_red li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	list-style-image: url(/static/images/icons/bullet_go_red.png);
}

.kydget_ky .blogs {
	margin: 3px 0 0 20px;
	padding: 0 0 0 10px;
	list-style-image: url(/static/images/icons/tag_green.png);
}

.kydget_tapahtumat .kydget_header {
	background: url(/static/images/kydget_tapahtumat_header.png) no-repeat;
}

.kydget_tj .kydget_header {
	background: url(/static/images/kydget_tj_header.png) no-repeat;
}

#tapahtumat .kydget_header {
	background: url(/static/images/kydget_tapahtumat_header.png) no-repeat;
}


.kydget_header h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 34px;
	margin: 0;
	color: #fff;
	line-height: 1em;
}

.kydget_content {
	background: url(/static/images/kydget_back.png) repeat-y;
	padding: 15px;
	line-height: 150%;
	font-size: 11px;
}

.kydget_content ul {
	list-style-type: none;
}


.kydget_content p, .kydget_content h3 {
	margin-top: 4px;
}

.kydget_footer {
	background: url(/static/images/kydget_footer.png) no-repeat;
	display: block;
	width: 280px;
	height: 14px;
}




/* box model */

.box {
	padding: 10px;
}


ul.widgets {
	list-style-type: none;
}

ul.widgets li {
	list-style-type: none;
}



/* listat */

ul.links {
	list-style: none;
}

ul.links li {
	margin: 4px 0;
}

ul.links a {
	font-size: 110%;
	color: green;
	text-decoration: none;
}

.small {
	font-size: 100%;
	color: #666;
	margin-bottom: 20px;
}

li .small a {
	font-size: 100%;
	color: #666;
	font-weight: bold;
}

ul.links a:hover {
	text-decoration: underline;
}


li.widget {
	margin-bottom: 20px;
}


/* footer */

#footer {
	padding: 0px;
	margin-left: auto;
	margin-bottom: 40px;
	margin-right: auto;
	margin-top: 20px;
	width: 1000px;
	clear: both;
	display: block;
}

#footer .giantbox_content {
	margin: 0;
	padding: 0;
}

#footer-contents {
	line-height: 140%;
	width: 1000px;
	margin: 0 auto;
	color: #666;
}

#footer dt {
	font-weight: bold;
	margin: 0;
}

#footer dl {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 85%;
	float:left;
	width: 120px;
	border-left: 1px solid #eee;
}

#footer dd {
	margin: 0;
	padding: 0;
}

#footer dl.wide {
	width: 300px;
	border: 0;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
}  


#footer dl.last {
	width: 1%;
}


#footer .links li {
	margin: 1px 0;
}



#footer a {
	font-size: 100%;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}







/* wiki */

.path {
	margin: 0 0 12px 0;
}





/* blog list */

ul.blog_list {
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}

.blog_list li {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
}

.blog_list li a {
	font-size: 11px;
}

.blog_info {
	margin-bottom: 10px;
	display: block;
	color: #666;
	font-size: 11px;
}

.blog_info a, .blog_info a:visited {
	color: #666;
	
}



/* kirjoitus */

.kyweb-entry {
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-bottom-width: 0px;
	padding: 20px 0 20px 0;
}

.kyweb-entry h1 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 18px;
}

.kyweb-entry h1 a {
	color: #2f2f2f;
}

.kyweb-entry h1 a:hover {
	text-decoration: none;
	color: white;
	background-color: #333333;
}




.kyweb-entry-single img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.kyweb-entry-single a img:hover {
	background: #eee;
}

.kyweb-entry-info {
	margin-bottom: 20px;
}

.kyweb-entry-lead {
	margin-bottom: 10px;
}

.kyweb-entry p {
	line-height: 170%;
	margin-bottom: 20px;
}



/* random */

.clear {
	clear: both;
}

a.zapatec {
	color: #fff;	
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}


p.catcloud a {
	line-height: 1em;
}

.yritys_banneri {
	background: url(/static/images/kuukauden_yritys_banneri3.png) no-repeat;
	width: 281px;
	height: 125px;
	margin: 0px;	
	padding: 0px;
	top: 0px;
	text-align: center;
	line-height:100%;
	font-size: 11px;
}

.yritys_logo {
	margin:0px;
	padding:6px 0 0 0;
}


.mainokset {
	margin: 0px;	
	padding: 0px;	
}

/* kommentit */


ol#commentlist {
	list-style-type: none;
}

ol#commentlist li {
	border-top-color: #dbdbdb;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}

.metalinks {
	margin-bottom: 20px;
}

.counter {
	display: none;
}

.commentauthor {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.comment-meta {
}

.comment-content {
}

textarea#comment {
	width: 600px;
}

blockquote {
	margin: 10px 10px 10px 30px;
	color: #666;
}


ol {
	margin: 15px;
}



/* Kylteri-menu */


#kylteri_menu {
	background-color: #222;
	height: 25px;
	text-align: center;
	margin-bottom: 20px;
	border-top:1px solid #777;
}

#kylteri_menu_items {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

#kylteri_menu_items p a {
	color: #fff;
}

#kylteri_menu_items li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}

#kylteri_menu_items li a {
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

#kylteri_menu_items a:hover {
	text-decoration: none;
	color: #717171;
	background-color: #ccc;
}

#kylteri_menu_items .rss a:hover {
	text-decoration: none;
	color: #fff;
	background-color: orange;
}


#kylteri_menu_items .current_page_item a {
	font-style: normal;
	background-color: #fafafa;
	font-weight: normal;
	color: #1c1c1c;
}

