/*
Theme Name: Wedding House 2010 Theme
Theme URI: http://www.weddinghouse.com.au/
Description: Wedding House Blog Design.
Version: 1.0
Author: Ben Sinclair & Daniel Dyson
Author URI: http://www.oe-design.com/
*/

	
/* Sidebar
--------------------------------------------- */
#blogcontainer{
	height: 100%;
}

#blog-left-content {
	float: left;
	width: 645px;
}

#blog-right-content {
	float: right;
	width: 230px;
}
.sidebar .widget ul li.twitter-item {
	border-bottom:1px solid #CCCCCC;
	display:block;
	padding:8px 7px;
}
.sidebar .widget ul li.twitter-item:hover {
	background: #f0f0f0;
}
.sidebar .widget ul li.twitter-item a {
	display: inline;
	border-bottom: 0 none;
}
.sidebar .widget ul li.twitter-item a:hover {
	background: none;
}


#sidebar {
	color: #222;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	* html #sidebar { 
		overflow: hidden; 
		}
	#sidebar ul { 
		list-style: none; 
		margin: 0;
		padding: 0;
		}
	#sidebar ul li { 
		margin-bottom: 10px; 
		float: left; 
		width: 210px;
		background: none;
		padding-left: 10px;
		}
	h2.widgettitle {
		margin-bottom: 8px;
		padding: 3px 0;
		color: #000;
		}
	h2.stats {
		margin-top: 0;
		padding-top: 5px;
		color: #000;
		font-size: 20px;
		}
		h2.excerpt {
		margin: none;
		padding: none;
		font-size: 20px;
		}
	.widget { 
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 0px; 
		float: left; 
		}	
	.widget p { 
		padding: 0 10px; 
		margin-bottom: 10px; 
		}
	.widget p.center {
		text-align: center; 
		}
	#sidebar ul li ul, 
	#sidebar ul li ol {
		list-style: none;
		padding-left: 0px;
		margin: 0 0 15px 0;
		border-top: 1px solid #f0f0f0;
		width: 100%;
		}
	#sidebar ul li ul li ul { 
		margin: 0; 
		}
	#sidebar ul li ul li, 
	#sidebar ul li ol li {
		border: 0;
		padding: 0;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 2px;
		padding: 5px 0;
		border-bottom: 1px solid #f0f0f0;
		font-weight: normal;
		font-size: 12px;
		text-indent: 0;
		}
		#sidebar ul li ul li a, 
		#sidebar ul li ol li a {			
			text-decoration: none;
			}
		#sidebar ul li ul li:hover, 
		#sidebar ul li ol li:hover {
			background: #efefef;
			}
	#sidebar ul li ol li {
		}
	#sidebar ul li ul li ul li { 
		padding-left: 15px; 
		margin: 6px 0 0 0; 
		}
		
/* Posts
--------------------------------------------- */
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: #000;
	float: left;
	}
.post h2 {
	margin-bottom: 5px;
	}
	.post h2 a,
	.post h2 a:visited{ 
		color: #000; 
		text-decoration: none;
		border:0; 
		}
	.post h2 a:hover { 
		color: #000;
		text-decoration: underline; 
		border:0; 
		background: #fff; 
		}
h2.home {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 30px;
	}
	
.entry h2 {
	margin: 15px 0 30px;
	}
	
/* Post lists */
.entry ul, .entry ol { margin: 0 0 15px 40px; color: #000; }
.entry ul { list-style-type: square; }
.entry li { padding: 3px 0; }
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 30px; }
.entry dl { margin-bottom: 15px; }
.entry dt { font-weight: bold; color: #000; }
.entry dd { margin: 0 0 0 20px; font-style: italic; }

/* Post images */
.entry img.alignleft { margin: 0 10px 10px 0; float: left; border: 3px solid #ddd; padding: 3px; }
.entry img.alignright { margin: 0 0 10px 10px; float: right; border: 3px solid #ddd; padding: 3px; }
.entry img.aligncenter { display: block; margin: 0 auto 15px auto;border: 3px solid #ddd; padding: 3px; }

/* Post categories */
.post_cat { font-size: 0.9em; text-align: left; font-weight: bold; text-transform: uppercase; }
.post_cat a, .post_cat a:visited { color: #993333; text-decoration: none; border: none; }
.post_cat a:hover { color: #993333; text-decoration: underline; }

/* Post meta data */
.post_meta {
	font-size: 0.9em;
	width: 100%;
	padding: 4px 0px;
	margin-bottom: 5px;
	border-top: 1px dotted #ccc;
	line-height: normal;
	float: left;
	}
p.author, 
p.date { 
	color: #666; 
	margin-bottom: 0; 
	line-height: 1.6em; 
	float: left; 
	}
p.tagged { 
	margin-bottom: 0; 
	line-height: 1.6em; 
	float: right; 
	}
p.tagged span, 
p.date span { 
	padding-left: 15px;
	}
p.tagged span { 
	background: url(images/category.gif) no-repeat 0 2px; 
	}
p.date span { 
	background: url(images/date.gif) no-repeat 0 2px; 
	}
.post_meta p span.comments { 
	margin-left: 20px; 
	background: url(images/comment.gif) no-repeat 0 2px; 
	}

/* Related posts */
.related_posts ol { 
	list-style: none; 
	}
.related_posts li { 
	margin-bottom: 10px;
	}

/* Single post print, email, subscribe box */
.post_extra {
	font-size: 0.9em;
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	border: dotted 1px #ccc;
	padding: 5px 10px;
	}
.post_extra ul { list-style: none; padding: 0; margin: 0; }
.post_extra li { padding-left: 15px; }
.post_extra li.print { background: url(images/print.gif) no-repeat 0 5px; }
.post_extra li.email { background: url(images/email.gif) no-repeat 0 5px; }
.post_extra li.share { background: url(images/share.gif) no-repeat 0 5px; }
.post_extra li.delicious { background: url(images/delicious.png) no-repeat 0 5px; }
.post_extra a, .post_extra a:visited { color: #993333; text-decoration: none; border: none; }
.post_extra a:hover { color: #fff; text-decoration: underline; }

/* Previous and next posts navigation */
.navigation { 
	width: 100%; 
	padding: 10px 0;
	margin-bottom: 0px; 
	font-size: 0.9em; 
	float: left; 
	}
	* html .navigation { 
		line-height: normal; 
		}
.previous { 
	width: 300px; 
	margin-bottom: 0;
	float: left; 
	}
.next { 
	text-align: right; 
	width: 300px;
	margin-bottom: 0; 
	float: right; 
	}


#content div.sociable ul li {
	background: none;
	padding-left: 0;
	}

/* Comments
--------------------------------------------- */
#comments { 
	width: 100%; 
	line-height: 1.5em; 
	color:#000000;
	font-size:1.4em;
	margin-bottom:15px;
	text-align:left;
	float: left; 
	clear: both; 
	}
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f0f0f0;
	border:1px solid #c7c7c7;
	}

.commentlist .alt {
	background:#f8f8f8;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #333;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:79px;
	height:20px;
}

/* Forms
--------------------------------------------- */
textarea {
	height: 100px;
	width: 500px;
	}

/*=== Post Author ===*/

.author_bg {
	width: 645px;
	height: 200px;
	float: left;
	padding: 10px 20px 0;
	margin: 0px;
	background:url("images/author_bg.jpg") no-repeat;
	font-size: 11px;
}
.authorpic {
	float: left;
	margin-right: 23px;
}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
	margin-right: 35px;
}
.little_icon {
	padding: 0 5px 0 0;
}
/*=== Related & Popular Posts ===*/

.more_left {
	float: left;
	width: 300px;
	padding: 0 20px 0 0;
	margin: 0;
	border-right: 1px solid #ccc;
}

.more_right {
	float:right;
	width: 300px;
	padding: 0 0 0 20px;
	margin: 0;
}

/*=== Social Media Links ===*/
.facebook{
	padding: 0px 0px;
	margin: 5px;
}

.facebook .iframe img{
	padding: 10px;
}

#socialnetwork{
	position: absolute;
	left: -86px;
	border: 1px solid #ccc; 
	border-right: 0px;
	padding: 10px 5px 10px 10px;
	background-color: #FFF;
	margin: 0 auto;
}

#socialnetwork div{
	padding: 5px 0;
	clear: both;
}

.FBConnectButton {
width: 50px;
}
.FBConnectButton_Text {
font-size: 8px ;
height: 10px;
margin: 0px;
}
.fb_share_count_inner {
height: 27px;
font-size: 17px;
font-weight: bold;
padding-top: 8px;
}
.fb_share_count_nub_top {
	margin-top: 0;
	padding: 0;
	top: 40px;
}
.sharetext {
	position: relative;
	top: -10px;
	right: 7px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

/* Custom Blog CSS
--------------------------------------------- */
#blog-content {
	margin : 30px 0px 30px 20px;
	position: relative;
}
#blog-left-content {
	float: left;
	width: 636px;
}
#blog-right-content {
	float: right;
	width: 264px;
}
.sidebar_bg {
	background: url(images/sidebar_bg.jpg) repeat-y;
	margin: 0;
	padding: 0px 20px 0 20px;
}
.sidebar_bg_popular {
	background: url(images/sidebar_bg.jpg) repeat-y;
	margin: 0;
	padding: 0px 20px 0 0;
}
.latest_tweets_bg {
	background: url(images/sidebar_bg.jpg) repeat-y;
	margin: 0;
	padding: 10px 30px 50px 20px;
	height: 100%;
}
ul#popular_posts {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#popular_posts li {
		background: none;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	ul#popular_posts li a {
		display: block;
		margin-left: 1px;
		padding: 12px 10px 12px 20px;
		border-top: 1px dashed #d6d6d6; 
		color: #000;
		text-decoration: none;
		font-size: 12px;
		}
		
	ul#popular_posts li:first-child a {
			border-top: none; 
		}
		
	ul#popular_posts li a:hover,
	ul#popular_posts li a.current {
		text-decoration: none;
		background-color: #DFDFDF;
	}
	ul#popular_posts li ul li a.current {
		text-decoration: underline;
		background-color: transparent;
	}
	ul#popular_posts li.first a {
		border: 0 none;
		}
	ul#popular_posts li ul {
		margin: 0;
		padding: 0;
		}
		ul#popular_posts li ul li a {
			padding-left: 0;
			color: #a54363;
			}
			
#content ul.twitter {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
#content ul li.twitter-item {
		background:url("images/twitter_icon.jpg") no-repeat scroll 0 5px transparent;
		margin-bottom: 16px;
		padding: 0 0 10px 30px;
		line-height: 22px;
	}
.post_bg_top {
		background:url("images/post_bg_top.jpg") no-repeat transparent;
		padding: 0;
		margin: 0;
	}
.post_bg_bottom {
		background:url("images/post_bg_bottom.jpg") no-repeat transparent;
		padding: 0 20px;
		margin: 10px 0 0 0;
		height: 60px;
	}
.post_bg {
		background:url("images/post_bg.jpg") repeat-y transparent;
		padding: 10px 20px 0 20px;
		margin: 0;
	}
.post_image {
	margin: 0 20px 20px 0;
	}
.post_heading {
		font-size: 20px;
		padding: 0 0 10px 0;
		margin: 0;
		line-height: 22px;
	}
	.post_heading a:link, a:visited {
		text-decoration: none;
		color: #595959;
	}
	.post_heading a:hover {
		color: #E74F98;
	}
.continue {
		text-align: right;
		color: #E74F98;
	}
	.continue a {
		text-decoration: none;
		color: #E74F98;
	}
	.continue a:hover {
		text-decoration: underline;
	}
.comment_link {
	padding: 0;
	margin: 0 0 0 -13px;
	}
	.comment_link a {
		text-decoration: none;
		color: #E74F98;
	}
	.comment_link a:hover {
		text-decoration: underline;
	}
.comment_count {
		text-align: center;
		background:url("images/comment_count_bg.gif") no-repeat transparent;
		height: 32px;
		width: 32px;
		font-weight: bold;
		font-size: 15px;
		padding-top: 2px;
		margin-top: 5px;
	}
	.comment_count a {
		text-decoration: none;
		color: #595959;
	}
	.comment_count a:hover {
		text-decoration: none;
		color: #E74F98;
	}
.date_position {
		position: relative;
		margin: 0 auto;
		width: 661px;
	}
.entry_date {
		position: absolute;
		left: -80px;
		top: 20px;
		background:url("images/date_bg.png") no-repeat transparent;
		width: 81px;
		height: 109px;
	}
.entry_date_text {
		padding: 35px 0 0 38px;
		margin: 0;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
	
/* Related Posts */
ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}
ol.related-posts li{width:120px; float:left; display:inline; margin-right:15px;; padding:0;}
	ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
	ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
	ol.related-posts li{font-size:12px;}

