﻿/*
THEME NAME: Little Hugs Big Hearts
DESCRIPTION: Custom theme designed for Little Hugs Big Hearts
VERSION: 0.7
AUTHOR: Custom theme design by Morten Rand-Hendriksen of <a href="http://www.pinkandyellow.com/">Pink &amp; Yellow Media</a>
AUTHOR URI: <a href="http://www.pinkandyellow.com/">www.pinkandyellow.com</a>
*/


/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */


/* LAYOUT */

.clear {
	clear: both;
	height: 2px;
}

body {
	background-color: #064d7a;
	background-image: url('img/gradient.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background-image: url('img/swirls.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 0px;
}
#area {
	width: 852px;
	background-image: url('img/paper.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
}
.sidebar {
	float: left;
	width: 230px;
	overflow: hidden;
	margin-left: 15px;
	padding-right: 10px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-top: 165px;
	margin-top: 15px;
}

#secondary {
	clear: left;
}

#footer {
	clear: both;
	width: 100%;
}

/* END LAYOUT */

/* COMMON */

.alignright {
	float: right;
}

.alignleft {
	float: left;	
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
img.alignleft {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* END COMMON */


/* HEADER */
#header {
	height: 108px;
}
#access {
	right: 0px;
	top: 0px;
	position: absolute;
	width: 852px;
}
h1 {
	padding-top: 10px;
	position: absolute;
}


#menu {
	font-size: 0.9em;
	right: 26px;
	position: absolute;
	top: 0px;
	height: 108px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;

}

#menu li {
	position: relative;
	float: left;
	list-style: none;
	width: auto;
	line-height: 12.5em;
	max-height: 108px;
}
.page_item a {
	display: block;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #fff;
	height: 108px;
	background-image: url('img/clear.gif');
	background-repeat: repeat;
}
.page_item a:hover {
	background-image: url('img/trans.png');
	background-repeat: repeat;
}

.current_page_item a, .current_page_item a:hover {
	background-color: #C60000;
	background-image: none;
}

/* END HEADER */

#pageContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	z-index: 1;
}
#container {
	margin: 15px 17px 15px 12px;
	float: right;
	width: 511px;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #C60000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C60000;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bolder;
}

#pageContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	color: #064D7A;
}

#pageContent h6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #C60000;
	padding: 6px 10px 6px 10px;
	margin-bottom: 10px;
	text-align: center;
}

#pageContent blockquote {
	background-color: #FFFFFF;
	border: 3px dashed #BEE3FC;
	padding: 8px 10px 6px 10px;
	margin-bottom: 10px;
	color: #064D7A;
}

#pageContent p {
	font-size: 1em;
	margin-bottom: 10px;
	text-align: justify;
}

#pageContent a {
	color: #C60000;
	text-decoration: none;
}

#pageContent a:hover {
	text-decoration: underline;
}

#pageContent a:visited {
	color: #808080;
}

#nav-above, #nav-below {
	width:100%;
	height:1em;
}

#nav-above {
	margin-bottom:1em;
}

#nav-below {
	margin-top:1em;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#commentform .form-label {
	margin:1em 0 0;
}

#commentform span.required {
	background:#fff;
	color:red;
}

#commentform, #commentform p {
	padding:0;
}

#author, #email, #url {
	width:50%;
}

#author, #email, #url, #comment {
	padding:0.2em;
}

.comments ol li {
	margin:0 0 3.5em;
}

#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.sidebar div, .sidebar h3, .sidebar ul, .sidebar li {
	margin:0;
	padding:0;
}

.sidebar h3 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #064D7A;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.sidebar input#s {
	width:7em;
}

.sidebar li {
	list-style:none;
	margin:0 0 1em;
}

.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

.sidebar ul ul {
	margin:0 0 0 1em;
}

.sidebar ul ul li {
	list-style: none;
	margin: 0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 5px;
	font-size: 0.8em;
}

.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

.sidebar ul ul ul li {
	list-style:circle;
	}
.textwidget {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
}

#footer {
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 0.7em;
	color: #FFFFFF;
	background-image: url('img/paperShadow.jpg');
	height: 36px;
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
