/*  
Theme Name: Kerry Tiger
Theme URI: http://kerrykatonaonline.co.uk
Description: Exclusive theme for Kerry Katona Online
Version: 1.0
Author: Connie
*/


/* BASIC */

body{
	margin:0;
	padding:0;
	background: #e6e6e6 url(img/background.jpg) repeat-x left top;
	font-size: 11px;
	font-family : georgia; 
	color: #121212;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	position: relative;
}

a img{
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 8px;
}

a { font-weight: bold; text-decoration:none; }
a:link {color: #f68fbf; }
a:visited, a:active {color: #f68fbf; }
a:hover {color: #121212; font-weight: bold;}




input, select, textarea {
	font-family: georgia; 
	font-size:10px; 
	color: #3b3b3b; 
	background: #e6e6e6; 
	border:1px solid #fecfdd;
	-moz-border-radius: 8px;
	padding: 5px;
}

/* NEWS */

#content_all{
	float: left;
	width: 590px;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 30px;
}

#content{

}

.content{
	background: url(img/content_mid.jpg) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #7c6d72;
	padding: 20px;
	border: 0px;
}

.content img {
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 8px;
}

.comments{
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #353837;
	padding: 10px;
}

.title {
	margin: 0px;
	color: #f774ac;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}


.title a{
	padding: 3px;
	margin: 0px;
	color: #f774ac;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

.category { 
	font-family: georgia;
	font-size: 11px;
	padding: 5px;
	text-transform: capitalize; 
	text-align: center;
	color:#c6c6c6;
	background: #fff; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.category a { 
	text-decoration:none;
	color: #c6c6c6;
}

.category a:hover { 
	text-decoration:none;
	color: #f6c3e3;
}



/* SIDEBAR */

.sidebar-content img {
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 8px;
}

#sidebar_all{
	float: right;
	width: 335px;
	background: url(img/kerrytiger.jpg) no-repeat top right;
	margin-right: 30px;
}

#sidebar{

}

.sidebar-content{
	background: url(img/sidebar_mid.jpg) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #434343;
	padding: 15px;
}

h1 {
	margin: 0px;
	color: #f774ac;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}


h2 {
	margin: 0px;
	color: #f774ac;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}



/* OTHERS */


.navigation {
	position: absolute; left: 140px; top:10px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #f774ac;
	font-style: italic;
	font-weight: bold;
}

.navigation a{
	color: #f774ac;
}

