/*
Theme Name: Cupcake	
Theme URI: http://thecupcake.com.au/
Description: Custom Wordpress template.
Version: 1.0
Author: Stuart Shearing	
Author URI: http://seja-design.com.au/

*/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a47292;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#333;
}

#container { 
	width: 920px;
	background-image:url(images/cupcake-contentbg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background-image:url(images/cupcake-header.jpg);
	background-repeat:no-repeat;
	height:200px;
} 
#menuBar {
	background-image:url(images/cupcake-menu-bg.gif);
	background-repeat:no-repeat;
	height:24px;
	margin:0;
	padding: 9px 20px 0;
	font-size:12px;
	color:#FFF;
}
#menuBar a:active, #menuBar a:visited, #menuBar a:link {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
#menuBar a:hover {
	color:#bc0000;
}
#mainContent {
	float: left;
	width: 480px;
	padding: 0 0 15px 25px; 
}
#sidebar2 {
	float: right;
	width: 264px; 
	padding: 0; 
}
#menuSidebar { 
	margin: 0 270px 0 510px;
	border:1px solid #94a3c4;
} 
#menuSidebar li {
	list-style:none;
	font-size:11px;
}
#menuSidebar li h2 {
	margin:8px 0;
	color:#bc0000;
	font-weight:bold;
	font-size:12px;
}
#menuSidebar li ul {
	position:relative;
	right:60px;
	margin:0;
	white-space:nowrap;
}
#menuSidebar a:active, #menuSidebar a:visited, #menuSidebar a:link {
	color:#3b5998;
	text-decoration:none;
	line-height:14px;
}
#menuSidebar a:hover {
	color:#bc0000;
	text-decoration:underline;}
.copyright p {
	font-size:9px;
	color:#999;
}
.copyright p a:active, .copyright p a:visited, .copyright p a:link {
	color:#666;
}
.copyright p a:hover {color:#F60;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p, .entry li {font-size:12px;}
img{
	border:none;
}
/* wordpress formatting from here down */

.post {
	border:1px solid #94a3c4;
	padding:0 0 0 5px;
	margin:0 0 10px 0;
}
.post h2 a:active, .post h2 a:visited, .post h2 a:link {
	color:#4a171a;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin:0 0 5px 0;
}
.post h2 a:hover {color:#bc0000;}
.post small {
	color:#999;
	font-size:9px;
}
h3.red {color:#F00; font-size:14px;}
.small {color:#999; font-size:10px;}
.small a:active, .small a:visited, .small a:link { color:#666; text-decoration:none;}
.small a:hover { color:#F00; }
.entry h1, .entry h2 {font-size:16px;}

