/*  
Theme Name: Alternative cake
Theme URI: http://alternativecake.com/
Description: Alternative cake, black and pink style.
Version: 1.0
Author: Alex Markham and Eloise Veale
Author URI: http://www.markabey.com/ http://www.art-tek-ltd.co.uk/
	
	Based on the K2 wordpress Theme
	
*/


/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background: #4d4d4d none repeat scroll 0 0;
	color: #ffcad2;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;	
	}
	
a {
	color: #ff6482;
	}	

strong {
	color:#848484;
	}
	

#page {
	/* The entire design is contained within the 'page' id */
	background: #1a1a1a none no-repeat scroll left bottom;
	border-style: none;
	width:980px !important;
	
	}
	
#header {
	/* Contains the H1 and menu */
	background: #333333 url(header.png) no-repeat scroll right top !important;
	height:213px;
	position:relative;
	}

#header .blog-tile a, #header .description {
	color: #ff6482;
	}
#logolink {
	top:15px;
	display:block;
	height:150px;
	position:absolute;
	left:50px;
	width:430px;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	color: #ff6482;
	background: white none repeat scroll 0 0;
	}
	

	
ul.menu li a {
	color: #ffffff;
	font-size: 18px;
	padding: 3px 15px;
	}

ul.menu li a:hover {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	}
#primary {
	/* Contains the main column */
	width: 700px;
	}

div.content{
	background: transparent url(twirl-trans.png) no-repeat scroll top right;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	
.entry-title {
	margin-right: 0px; /* centres heading */
	}	

.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited  {
	color: #848484;

	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #ffcad2;
	text-align:left;
	}
	
.entry-edit a, .comment-reply a {
	color: #ffcad2;
	}
	
.entry-edit a:hover, .comment-reply a:hover{
	background-color: #ff6482;
	color: #ffffff;
	}
	
.entry-content a:visited {
	color: #ffcad2;
	}
	
.entry-content div{
	margin: 5px 0;	/* stops images being spaced miles apart (default 13px 0 ) */
	}

.entry-foot .entry-meta { /*post separator */
	padding-bottom:57px;	
	background: transparent url(bug2.png) no-repeat scroll bottom left;
	text-align: right;
	}
#sidebar-1 {
	/* The first sidebar */
	}

/* searchbar */	
label.overlabel-apply {
	color: #ffcad2;
	top:2px; 
	
	}
	
.livesearch #s {
	background: #4d4d4d none repeat scroll 0 0;
	color: #ffcad2;
	} /* end searchbar */

#searchload {
	background: #333 url(../../images/spinner.gif) no-repeat scroll center center;	
	}
	
#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
	
/* Tables */

.cakemenu{
}

.tblrow{
}

.tblcol1{
font-weight:bold;
padding-right:10px;
width:135px;
}

.tblcol2{
}	
	
	
/* Next Gen Gallery */
/* Gallery pages*/	
.ngg-gallery-thumbnail img:hover , .ngg-singlepic:hover, .ngg-album-cakethumb:hover, .ngg-widget img:hover {
	background-color: #ffcad2;
	}
.ngg-gallery-thumbnail img, .ngg-singlepic , .ngg-widget img{
	border: none;
	background-color: #4f4f4f;
	}
	
	
/* Album Pages */

.ngg-album-cake {
	width: 160px;
	float:left;
	height:200px;
	text-align:left;
	margin: 0 !important;
	padding-right: 6px !important;
	}
	
.ngg-album-cakebox {
	margin:0 0 6px !important;

	}

.ngg-album-cakethumb{
	border: none;
	background-color: #4f4f4f;
	display:block;
	padding: 4px;
	width: 150px;
	height: 150px;
	}	
	
/* Widget */



#ngg-webslice h2 {
	display:block;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
	padding:0;
	text-align:left;
	}

.ngg-widget {
	text-align:left;
	}

.ngg-widget img{
	text-align:left;
	padding: 2px;
	}
	

	
/* Comments */

.comments h4 {
	display:none;

	}

#respond a h4{
	display: inline;
	font-size: 1.5em;	
	color: #ff6482;
	padding-right:20px;
	background: transparent url(pinkdownarrow.gif) no-repeat scroll center right;
	}

.metalinks{
	display:none;
	}
	
.comment-login, .comment-welcomeback {
	color: #848484;
}	
.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #848484;
	}
	
.byuser {
	background: #4d4d4d;
	}

.bypostauthor {
	background: #333333;
	}	
	
.bypostauthor blockquote {
	color: #fff;
	}

.comment-author {
	float:left;
	}

.comment-meta {
	float:left;
	margin: 0 15px 0 30px;
	}
	
.comment-content{
	clear:both;
	}
	
#commentlist #respond {
	background-color: #4d4d4d;
	}

#pinglist {
	background-color: #4d4d4d;
	}

#leavecomment, .comments #loading, #comments-closed-msg {
	color: #848484;
	font-size:1.5em;
	text-align: left;
	}

	
.comments input[id=url], .comments label[for=url]{
	display:none;
	}
	
.comments input[type=text], .comments textarea{
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,Monaco, "Courier New", Courier, monospace;
	}

.comments textarea{
	height:100px;	
	}
	
	
/*footer*/
	
#footer {
	color:#666666;
	position: relative;
	width:980px;
	padding:0;
	}		
	
#footer  p{
	position: absolute;
	right:0;
	}		
	
#footer a {
	border:none;
	color:#3f3f3f;
	}	
	
#footer a:hover {
	border:none;
	color:#ff6482;
	}	
	
.footerspacer {
	color:#848484;
	}

.footerfeedlinks{
	display:none;
	}

