/*
Theme Name: Goin' to Grandma's
Description: A custom, widget-ready theme created for Goin' to Grandma's by PixelGeek Designs.
Version: 2.0
Author: Pixel Geek Designs
*/

 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { 
margin: 0; 
padding: 0; 
	font: 12px 'Verdana', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	line-height: 15px; 
	color: #6B6B6B; 
}

body {
	background: #e0dcc3 url(images/paws_bg.png) repeat;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	line-height: 15px; 
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #8a1d55;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #a0a348;
	background: inherit;
	text-decoration: underline;
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#page {
	width: 1024px;
	background: transparent;
	margin: 20px auto 0;
	text-align: left;
}

#header {
	width: 1024px;
	height: 117px;
	padding: 0;	
	margin: 0;	
}

#contentr {
	background: transparent url(images/content_bg_r.png) repeat-y top left;
}


#content {
	float: left;
	width: 700px;
	padding: 0;
	margin: 0;
	background: transparent url(images/content_bg.png) no-repeat top left;
}

#sidebar {
	float: left;
	width: 300px;
	padding: 0; 
	margin: 0;
	background: transparent url(images/side_bg.png) no-repeat top left;	
}

#footer {
	clear: both;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 30px 0 25px 0;		
}

#footer p {
	text-align: center;
	font-size: 10px;
}

#footer p a {
	font-size: 10px;
}


.ccontent {
margin: 30px 0 0 0;
padding: 0;
}


.scontent {
margin: 350px 0 0 100px;
padding: 0;
}


.entry {
margin: 10px 0;
padding: 0 0 0 50px;
}

.imgtitle {
float: right;
margin: 0 0 5px 0;
padding: 0;
}

p {
padding: 0 0 10px;
}

#sidebar ul {
list-style: none;
}

h3.widgettitle {
padding: 0;
margin: 0;
}

.back {
margin: 25px 0 0 0;
padding: 0;
}

#photoAlbum {
margin: 0 0 0 -10px;
padding: 0;
}

h1 {
font-size: 15px;
font-weight: bold;
}

strong {
font-weight: bold;
}

b {
font-weight: bold;
}