/*  
Theme Name: Missing Loved One
Theme URI: http://www.wpskins.org/
Description: Designed By: <a href="http://www.wpskins.org" target="_blank">Free Wordpress Themes</a> and <a href="http://www.preventdelinquency.org" target="_blank">Delinquency Prevention</a>
Author: WPSkins.org
Author URI: http://www.wpskins.org/

	This theme was designed and built by WPskins.org,
	whose blog you will find at http://www.wpskins.org/

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence:
	http://creativecommons.org/licenses/by-sa/2.5/

*/
/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #9a9999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #a7dde3;
    color: #676767;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
    position: relative;
    height: 300px;
    background: url(images/header.jpg) no-repeat;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background-color: #FFF;
    padding: 10px;
}

#content {
	float: left;
	width: 540px;
}

#sidebar {
	float: right;
    width: 230px;
}

#footer {
	clear: both;
    background-color: #ebf2f3;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 230px;
}

#headerimg a {
	color: #12294a;
}

.description {
    font-size: 12px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 12px;
    position: absolute;
    top: 85px;
    right: 10px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

#navi-bar a:visited, #navi-bar a:hover {

}

.header-profile {
    position: absolute;
    top: 70px;
    left: 41px;
}

.header-profile img {
    width: 175px;
    height: 174px;
}

.profile {
    position: absolute;
    top: 130px;
    left: 250px;
}

.profile h2.big-title {
    font-size: 25px;
    color: #12294a;
}

.profile h3.name-title {
    color: #4d87a3;
    margin: 3px 0;
}

.profile p.description-title {
    font-size: 10px;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 10px;
    font-weight: bold;
}

#sidebar ul h2 {
    font-size: 16px;
    color: #0f2c44;
    border-bottom: 3px solid #c0bfab;
    margin-bottom: 3px;
}

#sidebar ul li {
    margin-bottom: 10px;
    border: 4px solid #e8e9ce;
    background-color: #f4f7d9;
    padding: 5px 10px;
}

#sidebar ul ul {
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    border: none;
    background-color: transparent;
    padding: 0;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    display: block;
}

#sidebar a:hover {
    background: url(images/bullet.png) no-repeat;
    padding-left: 14px;
}

#sidebar a:visited {

}

#sidebar .side-profile {
    line-height: 15px;
    font-weight: normal;
}

#sidebar .side-profile img {
    display: block;
    margin: auto;
    width: 175px;
    height: 175px;
    border: 2px solid #333131;
    margin-bottom: 10px;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #51b8dd;
}

.post h2 {
    background: url(images/post-title.png) no-repeat;
    padding: 10px 30px;
}

.post h2.page-title {
    background: url(images/page-title.png) no-repeat;
}

.post {
    margin-bottom: 10px;
	font-size: 11px;
}

.post .posted {
	font-size: 10px;
    float: left;
    width: 48px;
    height: 62px;
    background: url(images/calendar.png);
}
.post .posted em {
    display: block;
    text-align: center;
}

.post .posted em.day {
    font-size: 20px;
    padding-top: 4px;
}

.post .posted em.month {
    font-size: 14px;
    color: #FFF;
    padding-top: 5px;
}

.post .post-entry {
    float: left;
    width: 483px;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    padding: 0 6px;
}

.postmetadata {
    margin: 5px 6px;
    font-size: 10px;
    text-align: right;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {
    margin-bottom: 10px;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li .postnumber {
    float: right;
    font-size: 18px;
    font-style: italic;
}

ol.commentlist li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #826767;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
    border: ;
    background-color: ;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {
    width: 70%;
}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
    padding: 10px;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
