/*
Theme Name: Yummie Tummie Custom WP CMS Theme
Theme URI: http://www.LRKaneCreative.com.au/
Description: Custom WP CMS theme by LRKane Creative
Version: 1.0
Author: Laura Kane
Author URI: http://www.LRKane.com/
Tags: pink, blue, cms, catering, food

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	and Blank 2 bottom
	 http://annalinnea.net/

*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
.post {
	background-image : url(img/contentbg.png);
	background-repeat: repeat-y;
	padding-top:30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	}

span.lrkane {
	padding-left: 600px;
	font-size: 10px;
	font-weight: bold;
}

/* - BASIC STUFF - */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background-color : #cceaee;
	color : #333333	;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	margin:0 auto;
}

a {
	text-decoration : underline;
	color : #bc315c;
	font-weight : bold;
}

a:hover {
	text-decoration: none;
	color: #bc315c;
	font-weight : bold;	
}


p.logomenu {
	padding-left : 20px;
	padding-top : 40px;
}
span.menu {
	padding-left : 5px;
}

/* -- LISTS -- */

li {list-style-image : url(img/ul.png);  line-height : 23px;  }


/* -- HEADINGS -- */
h1 {
	font-size : 14pt;
	font-weight : bold;
}

H2 {
	font-size : 12pt;
	font-weight : bold;
}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	width: 858px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image : url(img/headerbg.png);
	background-repeat: no-repeat;
	height : 159px;
}

#footer {
	background-image : url(img/footerbg.png);
	background-repeat : no-repeat;
	height : 27px;
	padding-top: 10px;
	clear:both;
	float:none;
}

/* -- POSTS -- */
.post-index {margin:10px auto 0px;}
#post-single {margin:0 0 20px;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em;border: 6px solid #fceff2}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0;border: 6px solid #fceff2}
img.aligncenter {display: block; margin:1em auto; text-align:center;border: 6px solid #fceff2}
img.alignnone {margin:0 0.5em 0 0;border: 6px solid #fceff2}
