/*-------------------------
Theme Name: Sweet Blossoms
Theme URI: http://www.talkxhtml.com/
Description: A narrow two column design primarily using pink. Flowers and butterflies :).
Version: 1.0.01
Author: TalkXHTML.com & PhoenixRealm.com
Author URI: http://www.talkxhtml.com/
-------------------------*/

/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */

body {
	background-image:url(images/bgstrip.gif);
	background-repeat:repeat-x;
	background-color:#da4a74;

	margin:0px;
	padding:0px;
	text-align:center;
}

h2 {
	color:#da4a74;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:0px;
	margin:10px 0px 0px 0px;
	font-weight:bold;
}

a:link, a:visited{
	color:#dc2b8f;
}

a:hover, a:active{
	color:#ca32b7;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------- */

#container {
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-y;
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:760px;
	height:230px;
	text-align:left;
}

		#title{
			background-image:url(images/jesuslever2.gif);
			background-repeat:no-repeat;
			width:250px;
			height:65px;
			margin:-10px 0px 0px 135px;

			color:#FFCC33;
			font-family:Garamond, Arial, Helvetica, sans-serif;
			font-size:200%;
			font-weight:bold;
		}
		#title a {
			color:#A71758;
		}
		#title a:hover {
			color:#ffffff;
		}

		#subtitle{
			margin:0px 0px 0px 0px;
			padding:0px 10px 2px 210px;
			width:240px;
			visibility:visible;

			color:#c953a5;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			font-weight:bold;
		}
	#cross {
		background: url(images/guldkors_150.gif) no-repeat center center;
		width: 63px;
		height: 150px;
		position: relative ;
		left: 240px;
		top: 8px;
	}

#main {
	float:left;
	width:360px;
	text-align:left;

	padding:0px 0px 0px 80px;
	display:block;

	color:#330000;
	font-family:Garamond, Arial, Helvetica, sans-serif;
	font-size:11px;
}

	#main p {
		text-align:justify;
		text-indent: 10px;
	}

#main .post h2
{
	font-size: 1.4em;
	margin: 1em 0px 0px;
	letter-spacing:1px;
	font-weight:normal;
}

.post-info , .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
}
.main {
	background: transparent url(images/list.gif) no-repeat;
}
.main h2{padding-left:10px;
	padding-top:5px;
}
.main p {
		text-align:justify;
		text-indent: 10px;
	font-size: 1.1em;
	font-weight:bold;
	}

.titleimage {
	width: 10px; height: 10px;
}
.date {
	color: #a93255;
}
.author {
	color: #a93255;
}
#filedunder {
	background-color: inherit;
	color: #a93255;
}
#divider {
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:360px;
	height:15px;
}

#side {
	float: right;
	width:276px;
	text-align:left;

	padding:0px 0px 0px 0px;
	display:block;

	color:#a93255;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

		#side p {
			text-align:justify;
		}
		#side center {
			position: relative;
			left: -70px;
			top: 0px;
		}

		#side h3 {
			color:#9a2375;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:0px;
			margin-bottom:10px;
			margin-top: 20px;
		}

		#side ul{
			width: 125px;
			list-style-image:url(images/list.gif);
			padding: 0px 0px 0px 15px;
			margin: 0px;
			color:#a93255;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
		}

		#side a {
			color:#ca32b7;
			font-weight: bold;
			text-decoration:underline;
		}
		#side a:visited{
			color:#dc2b8f;
			text-decoration:underline;
		}

		#side a:hover {
			color:#330000;
			text-decoration:underline;
		}
		#side a:active{
			color:#000000;
			text-decoration:underline;
		}

.search {
		background-color:#FFFFCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		width:115px;

}

.alt {
	background-color:#f8dbe3;
}

/* ----- COPYRIGHT ------------------------------------------------------------------------------------------------- */
/* 		Please be fair and respect our Copyright.

		Thank You,

		TalkXHTML.com, PhoenixRealm.com, and LaZe, Inc. 																									 */
/* ----- COPYRIGHT ------------------------------------------------------------------------------------------------- */

#copyright {
	float:left;
	width:300px;
	bottom:25px;
	text-align:center;

	padding:10px 10px 10px 140px;
	display:block;

	color:#27364b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

		#copyright a:link, a:visited, a:active{
			color:#dc2b8f;
		}

		#copyright a:hover{
			color:#ca32b7;
			text-decoration:underline;
		}


