/*
Theme Name: RunawayParents
Theme URI: http://www.bloggingexpertise.com/
Description: 
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff url(images/body-bg.png) repeat;
	behavior: url('includes/csshover.htc'); /* Workaround to make IE use :hover properly */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6, .heading {
	color: #FF6600;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol,
table {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #FF6600;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left,
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right,
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.no-hover {
	backround: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.	Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0;
	overflow: hidden;
	text-align: left;
}

#container {
	width: 954px;
}

#header {
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#main {
	background: transparent url(images/main-bg.png) repeat-y;
	float: left;
	left: 18px;
	position: relative;
	top: -89px;
	width: 936px;
}

.main-top {
	background: url(images/main-top.png) no-repeat;
	float: left;
	height: 6px;
	left: 18px;
	position: relative;
	top: -89px;
	width: 936px;
}

.main-bottom {
	background: url(images/main-bottom.png) no-repeat;
	float: left;
	height: 6px;
	left: 18px;
	position: relative;
	top: -89px;
	width: 936px;
}

#left_box {
	float: left;
	width: 723px; 
}

#content {
	/*background: #fff;*/
	float: right;
	overflow: hidden;
	width: 511px;
}

#sidebar-primary {
	/*background: #fff;*/
	float: left;
	overflow: hidden;
	width: 210px;
}

#sidebar-secondary {
	/*background: #fff;*/
	float: left;
	margin-left: 3px;
	overflow: hidden;
	width: 210px;
}

#footer {
	background: url(images/footer-bg.png) repeat-y;
	clear: both;
	font-size: 90%;
	margin-left: 18px;
	padding: 12px 0 1px 0;
	position: relative;
	top: -87px;
	text-align: center;
	width: 936px;
}

.footer-top {
	background: url(images/footer-top.png) no-repeat;
	float: left;
	height: 6px;
	margin-left: 18px;
	margin-top: 2px;
	position: relative;
	top: -87px;
	width: 936px;
}

.footer-bottom {
	background: url(images/footer-bottom.png) no-repeat;
	float: left;
	height: 6px;
	margin-left: 18px;
	position: relative;
	top: -87px;
	width: 936px;
}


/* Page elements */

#page {
	background: transparent url(images/background.jpg) left top no-repeat;
}


/* Header elements */

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/header.jpg') left center no-repeat;
	display: block;
	line-height: 415px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}


/* Navigation elements */

#navigation {
	left: 170px;
	position: absolute;
	top: 285px;
}

#navigation ul li {
	float: left;
	list-style-type: none;
}

#navigation ul li a {
	display: block;	
}

#navigation ul li #home {
	background: url(images/nav-home.png) no-repeat;
	height: 18px;
	width: 49px;
}

#navigation ul li #started {
	background: url(images/nav-started.png) no-repeat;
	height: 18px;
	margin-left: 5px;
	width: 115px;
}

#navigation ul li #photos {
	background: url(images/nav-photos.png) no-repeat;
	height: 25px;
	width: 54px;
}


/* Tag element */

#tag {
	border: 0;
	height: 129px;
	left: 12px;
	position: absolute;
	top: 210px;
	width: 150px;
	z-index: 100;
}


/* Advert element */

/*
#advert {
	left: 745px;
	position: absolute;
	top: 15px;	
	z-index: 100;
}
*/

#advert {
	float: right;
	margin-top: 15px;
}

#advert-inner {
	background: url(images/sidebar-bg.png) repeat-y;
	height: 250px;
	padding: 5px 10px;
	width: 190px; /*210px;*/
}

.advert-top {
	background: url(images/sidebar-top.png) no-repeat;
	height: 7px;
	width: 210px;
}

.advert-bottom {
	background: url(images/sidebar-bottom.png) no-repeat;
	height: 7px;
	width: 210px;
}


/* Sidebar elements */
.sidebar {
	font-size: 85%;	
}

.sidebar .widget {
	padding: 15px 10px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #FF6600;
	font-size: 100%;
	text-decoration: none;
}

.sidebar .widget ul {
	border-bottom: 1px solid #EA70A2;
	border-top: 1px solid #EA70A2;
	margin: 5px 0 0 0;
	padding: 5px;
	list-style-type: none;	
}

.sidebar .widget ul li {
	background: url(images/bullet.png) left 3px no-repeat; 
	line-height: 120%;
	margin-bottom: 7px;
	padding-left: 9px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: #000;
	text-decoration: none;
}

.sidebar .widget a:hover {
	text-decoration: underline;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform label {
	display: none;
}


/* hentry elements */
.hentry {
	background: url(images/content-bg.png) repeat-y;
	padding: 15px;
	position: relative;
	top: -7px;
	width: 481px; /*511px;*/
}

.post-top {
	background: url(images/content-top.png) no-repeat;
	height: 7px;
	position: relative;
	top: -7px;
	width: 511px;
}

.post-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 7px;
	margin-bottom: 5px;
	position: relative;
	top: -7px;
	width: 511px;
}

/* Post elements */
.post-head {
	background: url(images/flower.png) left top no-repeat;	
}

.post .post-header {
	padding-left: 65px;
} 

.post-header h1,
.post-header h2,
.pagetitle {
	color: #FF6600;
	font-size: 180%;
	line-height: 1em;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #FF6600;
	text-decoration: none;
}

.locationmap {
	height: 450px;
	overflow: hidden;
	width: 480px;
}


.interpost-nav {
	background: url(images/content-bg.png) repeat-y;
	font-size: 95%;
	position: relative;
	top: -7px;
	text-align: center;
	padding: 5px 15px 0 15px;
	width: 481px; /*511px;*/
}

.interpost-nav.head {
	padding-bottom: 5px;
}

.interpost-nav.foot {
	
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	margin-bottom: 20px;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata.head { 
	border-bottom: 1px solid #EA70A2;
	font-size: 85%;
	padding: 3px 0 10px 65px;
}

.post-metadata.foot { 
	border-top: 1px solid #EA70A2;
	color: #FF6600;
	font-size: 85%;
	padding-top: 10px;
}

.post-metadata a {
	color: #FF6600;
}

.post-metadata span {
	
}

.post-metadata .post-categories {
	
}

.post-metadata .post-date {
	color: #FF6600;	
}

.post-metadata .post-comments {
	
}

.post-body {
	padding: 10px 5px;
}


/* Comment elements */

#comments {
	background: url(images/content-bg.png) repeat-y;
	padding: 1px 15px;
	position: relative;
	top: -7px;
	width: 481px; /*511px;*/
}

#comments .heading {
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}

#comments .comment-list {
	border-top: 1px solid #555;
}

#comments .comment {
	border-bottom: 1px solid #555;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt {
	background: #f4f4f4;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: #fffeee;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	margin-left: 15px;
	margin-top: 5px;
}

#comments .trackback-list {
	margin-left: 20px;
}

#commentform #comment {
	width: 400px;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.wwsgd {

}

.fbbusinessads-small-ad h2 {
	font-size: 100%;
	margin-bottom: 1em;
}

.fbbusinessads-small-ad h2 a {
	text-decoration: none;
}

.fbbusiness-gallery {
	margin-bottom: 1.5em;
}

.fbbusiness-gallery a img {
	background: #ffffff;
	border: 1px solid #EEC9C8;
	margin-right: 3px;
	padding: 1px;
}