/*  
Theme Name: children's bedroom
Theme URI: http: http://www.allegiancehomes.info/
Description: children's bedroom
Author: Zach Wright
Author URI: http://www.allegiancehomes.info/
*/



/* General */

body {
	margin: 0;
    width:auto;
    height:auto;			background-color:#56ACDD;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1056px;
        background-color:#56ACDD;
}


/* Header */

#header {
	background:transparent url(images/img/header.jpg) no-repeat scroll 0 0;
	float:left;
	height:234px;
	width:1056px;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 220px;
		left: 185px;
	}	

	#jsddm li{	
	list-style-type:none;	
	}		
	
	
	#jsddm li ul{	 
    visibility:hidden;	
	list-style-type:none;	
	margin-left:410px;
 	top:65px;
	position:absolute;
	padding:0;	
	}	
	
	
	
	#jsddm li ul li{	
	background-color:#C8E19D;
	border:2px solid;		
	font-family:Trebuchet MS;	
	height:32px;		
	list-style-type:none;	
	margin:5px;			
	text-align:center;		
	width:100px;	
	}
	
	
	#jsddm li ul li a{
           color:black;
           font-weight:bold;
           text-decoration:none;		   
	
	}
	
	
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header-menu {
	background:transparent url(images/img/nav.png) no-repeat scroll 0 0;
	float:right;
	height:118px;
	width:556px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 35px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 35px;
		font: normal 10px/35px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu.png") no-repeat;
		width: 99px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	background-image:url(images/img/content_bg.jpg);
	background-repeat:repeat-y;
	float: right;	
	/*margin-left:51px;	padding-left:8px;*/	
	width:1005px;
	}

#main_bg{   
 background-image:url(images/img/content_top.jpg);
 background-repeat:no-repeat;  
 float:right;  
 width:1005px;
 }
 
 #content_bottom{
 background:transparent url(images/img/content_footer.jpg) no-repeat;	
 height:96px;	
 width:1005px;
 float:right;
 margin-top:-60px;
 *margin-top:-35px;
 }

	/* Main - Sidebar */
	
	#sidebar {
			float:left;
			/*font-family:Verdana;		
			font-size:12px;		
			font-size-adjust:none;	
			font-stretch:normal;	
			font-style:normal;	
			font-variant:normal;
			font-weight:normal;
			margin-bottom:-112px;
			*/	
			line-height:normal;	
			margin-left:64px;	
			margin-top:112px;	
			width:247px;		
	}
	
	#sidebar a {
		color: #9F010F;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 169px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 245px;
	}
	
	#sidebar .sidebar-box {
		margin: 0 0 30px;	
		width: 247px;
		font-family:verdana;
        font-size:13px;
		float:left;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			background-image:url(images/img/menu_top.png);			background-repeat:no-repeat;			color:#FFFFFF;			font-family:Verdana;			font-size:18px;			font-weight:bold;			height:28px;			line-height:normal;			margin-left:0;			padding-left:0;			padding-top:4px;			text-align:center;			width:246px;
                        
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			background:#FFFFFF;				
			width:244px;
			border: 1px solid #FE4263;
			float:left;
		}
		
		#sidebar ul li {
			color: #000;
			font: strong 12px/29px Verdana;
			padding-left: 0px;
		}
		
		#sidebar ul li a {
			color: #000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			background: #96999c;
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 130px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			background: #96999c;
			padding: 10px 0;
			text-align: center;
			margin: 0;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			background: #96999c;
			padding: 5px 10px;
		}
	
	/* Main - Content */
	
	#content {
		float:right;	
		margin-right:25px;		
		margin-top:98px;	
		width:646px;
		/*padding-left: 7px;*/
	}
	
	/* Main - Content - Post */
	
	#content .post {
	
		background:transparent;	
		color:#FFFFFF;	
		float:left;	
		margin-bottom:0;
		margin-top:0;	
		min-height:120px;	
		padding-bottom:0;	
		padding-left:0;	
		padding-top:0;	
		width:646px;
	}
	
		/* Post - Title */
		
		
		#page_title{			
		color:#9A224F;		
		float:left;		
		font-family:Trebuchet MS;	
		font-size:12px;		
		margin-left:84px;	
		margin-top:32px; 
		width:100%; 
		}
		
		
		#content .post .post-title {
			width: 629px;
			font: normal 12px "Trebuchet MS", Verdana;
			color: #941a16;
			height: 0px;
		}
               
                .post-title h1 {
                color:#941a16;
                font-size:20px;
		}

		#content .post .post-title a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #941a16;
			text-align: center;
			text-transform: lowercase;
			height: 44px;
			width: 78px;
			font: bold 12px "Trebuchet MS", Verdana;
			background: url("images/post_date.png") no-repeat;
			margin-right: 5px;
		}
		
		#content .post .post-title .post-date span {
			font: bold 15px "Trebuchet MS", Verdana;
			margin-top: 2px;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding-top: 3px;
			color: #941a16;
			font: normal 18px Verdana;
		}
		
		#content .post .post-title h2.not-found-title {
			padding-top: 0;
			line-height: 44px;
			padding-left: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-family: Verdana;
			color: #9A224F;
			padding: 0 10px;
			font-size: 13px;
			float:left;
		}
		
		#content .post .post-entry a {
			color: #941a16;
			text-decoration: none;
            font-weight:bold;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
font-weight:bold;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #941a16;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			padding: 0 15px;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #941a16;
		}
		
		#content .post .post-info a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #941a16;
			font: bold 14px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding: 0 10px;
		}
		
		#content .post .comments {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #5f6265;
		}
		
		#content .post .comments ol li cite {
			color: #941a16;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 10px;
		}


/* Footer */

#footer {
	width: 1005px;
	color: #94120D;
	font: bold 12px/20px Tahoma;
	text-align: center;	
	background-image:url(images/img/footer.jpg);	
	float:right;	
	background-repeat:no-repeat;
	font-size:15px;
	
	}
	
	
	#ads{	
	background-image:url(images/img/ads.jpg);	
	float:right;
	height:214px;
	width:537px;
	margin-right:45px;
	}
	
	#social_bm{  
	background-image:url(images/img/social_bg.jpg);	
	float:right;	
	height:213px;	
	margin-right:19px;
	width:344px;
	}
	
	#footer_main{  
	float:right;	
	margin-top:80px;	
	width:1005px;
	font-family:verdana;
	font-size:13px;
	
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.img-txt p{
 margin-left:5px;
 margin-right:5px;

}

.read-more{
margin-left:5px;
}