/*
Theme Name: Madkittie Version 1
Theme URI: http://me.madkittie.com
Description: Madkittie.com layout
Version: 1.0
Author: Panny
Author URI: http://me.madkittie.com
Tags: porfolio, cartoons, kai, kittie, cuddles

*/


/* -------------------------------------------------------------------------- GENERAL */

* {
	padding:0;
	margin:0;
}


body{
	background:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

a{
	color:#999;
}

a:hover{
	color:#715080;
	text-decoration:none;
}

.clear{
	clear:both;
}

/* -------------------------------------------------------------------------- LOGO */

.logo{
	padding:49px 0 0 52px;
}

/* -------------------------------------------------------------------------- SIDEBAR */

.sb-header{
	height:21px;
	padding:7px 0 0 10px;
	width:166px;
	font-weight:bold;
	background:url(../images/sb-header.jpg) no-repeat;
}

#sidebar li{
	list-style-type:none;
	margin:0 0 0 5px;
}

#sidebar a{
	text-decoration:none;
	color:#999;
}

#sidebar a:hover{
	color:#715080;
}
	
#sidebar p{
	margin:20px 0 10px 0;
}

#sidebar img{
	margin:0 10px 0 5px;
}

#sidebar .subtext{
	height:84px;
	margin:0 0 10px 0;
	font-size:11px;
}

/* -------------------------------------------------------------------------- MENU */

#menu li{
	display:inline;
}

#menu a{
	float:left;
	display:block;
	margin:7px 0 0 0;
	padding:0px 35px 0 0;
	color:#c5abd1;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover, #menu .active a{
	color:#715080;
}

/* -------------------------------------------------------------------------- CONTENT */

#content p{
	margin:20px 0 0 0;
}

.aff{
	float:left;
	padding:0 25px 0 25px;
}

#content textarea{
	width:120px;
	height:40px;
	overflow:hidden;
	border:1px solid #c5abd1;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

/* -------------------------------------------------------------------------- POST */

.post-left{
	float:left;
	height:61px;
	width:61px;
	text-align:center;
	background:url(../images/date.jpg) no-repeat;
	margin:40px 0 0 0;
	padding:10px 0 0 0;
	font-style:italic;
}

#content h4{
	font-size:22px;
}

.post-right{
	float:left;
	width:472px;
	padding:0 0 0 10px;
	margin:40px 0 0 0;
}

#content h1{
	font-size:22px;
	font-weight:normal;
	color:#c5abd1;
}

.post-content{
	margin:8px 0 0 0;
}



/* -------------------------------------------------------------------------- CONTAINERS */

#container{
	width:888px;
	margin:0 auto;
	background:url(../images/container.jpg) repeat-y;
}

#header{
	height:179px;
	width:888px;
	background:#fff url(../images/header.jpg) no-repeat;
}

#menu{
	height:29px;
	width:808px;
	padding:0 0 0 80px;
	background:url(../images/menu.jpg) no-repeat;
}

#content{
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:543px;
	padding:10px 20px 20px 65px;
	background:url(../images/content.jpg) no-repeat top left;
}

#sidebar{
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:166px;
	padding:10px 79px 20px 15px;
	background:url(../images/content.jpg) no-repeat top right;
}

#footer{
	clear:both;
	height:73px;
	width:888px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
	padding:20px 0 0 0;
}


