/*
Theme Name: Kreeaytiv Theme
Theme URI: http://kreeaytiv.com
Description: The default WordPress theme for Kreeaytiv.
Version: 2.0
Author: Kristian H
Author URI: http://kristianh.com/
*/

body, html{
margin:0;
padding:0;
background:url(images/big_k.png) no-repeat top left fixed;
}

img{
border:none;
}

a{
color:#0099CC;
}

a:hover{
color:#FF6600;
}

p.gray a{
color:#999;
}

p.gray a:hover{
color:#000;
}

h3 a{
color:#000;
}

h3 a:hover{
color:#fff;
}

#topline{
width:100%;
height:7px;
background-color:#0e0e0e;
}

#wrap{
width:940px;
height:auto;
margin:0 auto;
}
	#header{
	width:940px;
	height:137px;
	}
		#navi{
		padding-left:0;
		}
		#navi li{
		font-weight:bold;
		list-style-type:none;
		}
		#nav{
		padding-left:0;
		margin:18px 0;
		}
		#nav li{
		font-weight:bold;
		list-style-type:none;
		display:inline;
		padding-right:20px;
		}
		#nav a{
		color:#000;
		text-decoration:none;
		}
		#nav a:hover{
		color:#0099CC;
		text-decoration:none;
		}
	
	#content{
	width:720px;
	height:auto;
	float:left;
	}
		.row{
		width:720px;
		height:288px;
		margin-bottom:36px;
		}
			.item{
			width:208px;
			height:286px;
			background:#f1f1f1;
			float:left;
			margin-right:20px;
			padding:5px;
			border:1px solid #CCCCCC;
			}
			.itemhov{
			width:208px;
			height:286px;
			background:#0099CC;
			float:left;
			margin-right:20px;
			padding:5px;
			border:1px solid #CCCCCC;
			}
			.itemwhite{
			width:208px;
			height:286px;
			background:#fff;
			float:left;
			margin-right:20px;
			padding:5px;
			border:1px solid #f1f1f1;
			}
			.imagehov{
			border:1px solid #00CCCC;
			}
			.onepost{
			width:700px;
			height:auto;
			margin-bottom:36px;
			}
			.postnav{
			width:700px;
			height:auto;
			margin-top:18px;
			}
			
	#sidebar{
	width:220px;
	height:auto;
	float:right;
	}
	#sidebar p{
	font-size:0.75em;
	}
#footer{
height:26px;
width:100%;
margin-top:180px;
border-bottom:5px solid #0e0e0e;
text-align:center;
}

.lft{
float:left;
}
.rgt{
float:right;
}
.clr{
clear:both;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

p img.alignnone{
width:688px;
padding:5px 5px 54px;
background:#f1f1f1;
border:1px solid #CCCCCC;
margin-bottom:18px;
}