/*  
Theme Name: Being a Mom
Theme URI: http://spot-design.net
Description: Mother's blog theme.
Version: 1
Author: Spot Design
Author URI: http://spot-design.net
*/

/* COLORS */
/* Pink							#f04155 */
/* Purple 					#420943 */
/* Golden Orange 		#df8006 */	
/* Golden						#e7bd2d */
/* Deep Sea					#035b6b */
/* Light Deep Sea		#79bd9a */
/* Pencil Grey			#716f6c */

body {
		 background: #420943 url('images/bkg.jpg') top left;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 color: #464646;
		 margin: 0;
}

a:link, a:visited {
		 color: #df8006;
		 text-decoration:none;
		 font-weight: bold;
}

a:hover {
		color: #e7bd2d;
		text-decoration: none;
		border-bottom: 1px solid #df8006;
}

label {
			font-weight: bold;
			color: #035b6b;
}

img {
		border: none;
}

.clear {
			 clear:both;
}

.clearright {
				clear: right;
}

.clearleft {
				clear: left;
}

.alignright {
						float:right;
}

.alignleft {
					 float: left;
}

/* HEADER */

#wrapper {
		width: 1000px;
		background: url('images/middle.png') left top repeat-y; 
}

#header {
  	background: url('images/header.jpg') no-repeat top left;
		height: 344px;
		margin: 0;
}

.rss {
		 width: 50px;
		 height: 50px;
		 position: relative;
		 top: 150px;
		 left: 860px;
}

.time {
			position: relative;
			top: 210px;
			left: 600px;
			font-size: 14px;
			text-align: right;
			width: 335px;
}

/* MAINPAGE */

#main {
			 height: 100%;
}

#content {
}

/* POSTS */

.posts {
			 width: 650px;
			 float: right;
			 padding-right: 60px;
}

.posts h2 a {
			 font-size: 30px;
			 color: #035b6b;
}

.posts img {
			 max-width: 640px;
			 height: auto;
			 padding: 5px;
}

.meta {
			position: relative;
			text-align: right;
			top: -20px;
			
}

.author {
				
}

.calendar {
					float: left;
					width: 44px;
					height: 40px;
					background-color: #716f6c;
					margin-right: 10px;
					margin-bottom: 3px;
}

.calendar .date {
					text-align: center;
					color: #f7f5ef;
					font-size: 14px;
					font-weight: bold;
					border-bottom: #f7f5ef 1px dashed;
					height: 20px;
					padding-top: 2px;
}

.calendar .month {
					text-align: center;
					font-variant: small-caps;
					color: #f7f5ef;
					font-size: 12px;
}

.posttext {
}

.posttags {
				 padding-top: 5px;
}

.post-comment-counter {
											text-align: right;
											text-transform:uppercase;
											border-bottom: 2px #363636 solid;
}

/* COMMENTS */

.postmetadata {
			 width: 650px;
			 float: right;
			 padding-right: 60px;
}

#comments {
			 width: 650px !important;
			 float: right;
			 padding-right: 60px;
}

h3#commenttitle {

}

.alt {
		 margin: 0;
		 padding: 10px;
}

#comments ol {
					list-style-type: none;
					line-height: 18px;
					margin: 0px;
					padding: 0 0 10px 5px;
					width: 600px;
}

#comments ul li {
				 list-style:none;
				 padding: 15px 0 5px;
				 clear: both;
}

.commentlist {
						 padding: 0;
						 text-align: justify;
}

.commentlist li {
						 margin: 15px 0 10px;
						 padding: 5px 5px 10px 5px;
						 list-style: none;
}

.commentlist li ul li { 
						 margin-right: -5px;
						 margin-left: 10px;
						 list-style: none;
}

.commentlist li li {
						 list-style:none;
						 margin:3px 0 3px 20px;
						 padding:3px 0;
}

.commentlist li .avatar {
						 border:1px solid #ccc;
						 margin: 0 10px 0 10px;
						 float: right;
						 padding:2px;
						 width: 100px;
						 height: 100px;
}

.commentlist cite, .commentlist cite a {
			 font-weight: bold;
			 font-style:italic;
}

.commentlist p {
						 margin: 10px 5px 10px 0;
}

.commentmetadata {
					 text-transform:uppercase;
					 font-size: 10px;
}

.commentmetadata a, .commentmetadata a:visited {
								 color: #fa7703;
}

.commentmetadata a:hover{ 
								 color: #333333;
}

.thread-alt{
						border-bottom: 3px solid #562C5E;
}

.thread-even {
						 border-bottom: 3px solid #E0416A;
}

#respond {
			 width: 650px;
			 float: right;
			 padding-right: 60px;
}

/* SIDEBAR */

#sidebar {
				 float: left;
				 width: 220px;
}

.box {
		 background: url('images/scrap-bkg.png') top left repeat-y;
}

.box-head {
		 background: url('images/scrap-top.jpg') top left no-repeat;
		 height: 102px;
}

.box-head h2 {
			padding-left: 65px;
			padding-top: 20px;
			font-size: 18px;
			color: #f04155;
			width: 150px;
}

.box-middle {
		 height: 100%;
		 margin-left: 25px;
		 width: 190px;
}

.box-middle ul {
		margin-left: -20px;
}

.box-foot {
		 background: url('images/scrap-bot.jpg') top left no-repeat;
		 height: 80px;
}

/* FOOTER */

#footer {			
				width: 1000px;
				background: url('images/bottom.jpg') left bottom no-repeat; 
				height: 500px;
				clear: both;
				position: relative;
				left: -5px;
}

.footertext {
			 width: 650px;
			 float: right;
			 padding-right: 60px;
			 text-align: center;
			 padding: 5px;
}

.pagenav {
			 width: 650px;
			 float: right;
			 padding-right: 60px;
			 padding: 5px;
}


.copyright {
				position: relative;
  			top: 177px;
				left: 748px;
				width: 90px;
				height: 28px;
}

.recentposts {
				float: left;
				position: relative;
				top: 245px;
				left: 15px;
				height: 150px;
				width: 500px;
				font-weight: bold;
				font-size: 14px;
}

.recentposts a {
						 color: #ffffff;
						 text-transform:uppercase;
}

.recentposts ul {
						  list-style-type:none;
}

.recentposts li {
						  list-style-type:none;
							padding: 2px;
}

.tags {
			  float: left;
				position: relative;
				top: 220px;
				left: 30px;
				height: 150px;
				width: 440px;
}
