/*******
Theme Name: HubBy and HunNy
Theme URI: http://menikah.alixwijaya.com/
Description: Suer, <a href='http://alixwijaya.com'>I'm</a> not designer,  <a href='http://alix.wijaya.web.id'>I'm</a> just editing from the other themes  ^^v.  And this 'Hunny aNd HubBy' themes maybe can help your blog style ^^b Yeah, <a href='http://alixwijaya.info'>I'm</a> just an <a href='http://wordpress.org'>wordpress</a> addict,,.
Version: 1.17
Author: aLix wiJaya
Author URI: http://alixwijaya.com/
Tags: fixed width, aLe, Vivi, Hunny, Hubby

	DON'T DELETE THIS DESCRIPTION PLEASE
	DONATE US$11 TO MY PAYPAL (ALE@ALIXWIJAYA.INFO) FOR FREE EDITING
	
	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License :
	http://creativecommons.org/licenses/by/3.0/
*/
/******* Body */
		BODY {
			font-family: Verdana, Arial;
			font-size: 12px;
			color: #000000;
			background: #FFFFFF;
		}
		P {
			padding-left: 10px;
		}
		BLOCKQUOTE {
			margin: 10px 20px 0px 20px;
			padding: 10px;
			border: 1px solid #8d8d8d;
			background-color: #f5f5f5;
		}
		LI {
			margin-top: 20px;
		}
		UL LI UL LI {
			margin-top: 10px;
		}
		A, A:active, A:link, A:visited {
			color: #ef2f8f;
			text-decoration: none;
		}
		A:hover {
			color: #ef2f8f;
			font-weight: bold;
			text-decoration: underline;
		}

/******* Place Holder Style */
		#Container {
			width: 850px;
			margin-left: auto;
			margin-right: auto; 
		}
		#Content {
			background-color: #e2f4fe;
			border: 1px solid #5fdff2;
			padding: 10px;
			margin-top: -13px;
		}
		.content-left {
			width:380px;
		}
		.content-right {
			width:440px;
			float:right;
			height:350px;
			overflow:auto;
		}

/******* Title Style */
		#Title a {
			color: #ef2f8f;
			letter-spacing: 5px;
		}
		#Title a:hover {
			letter-spacing: 10px;
			text-decoration: none;
		}
		#Title {
			font-family: Verdana, Arial;
			font-size: 22px;
			font-weight: bold;
			color: #389aff;
			border-bottom: double #5fdff2;
			margin-bottom: 10px;
		}
		.SubTitle {
			font-family: Verdana, Arial;
			font-size: 18px;
			font-weight: bold;
			color: #ef2f8f;
		}
		.SubSubTitle {
			font-family: Verdana, Arial;
			font-size: 14px;
			font-weight: bold;
			color: #73a4d6;
		}

/******* Tabs */
		UL#Tabs {
			font-family: Verdana, Arial;
			font-size: 12px;
			font-weight: bold;
			list-style-type: none;
			padding-bottom: 28px;
			border-bottom: 1px solid #5fdff2;
			margin-bottom: 12px;
			z-index: 1;
		}
		#Tabs LI.Tab {
			float: right;
			height: 25px;
			background-color: #deedfb;
			margin: 2px 0px 0px 5px;
			border: 1px solid #5fdff2;
		}
		#Tabs LI.Tab A {
			float: left;
			display: block;
			color: #666666;
			text-decoration: none;
			padding: 5px;
		}
		#Tabs LI.Tab A:hover {
			background-color: #bfe0fe;
			border-bottom: 1px solid #bfe0fe;
		}

/******* Selected Tab */
		#Tabs LI.SelectedTab {
			float: right;
			height: 25px;
			background-color: #e2f4fe;
			margin: 2px 0px 0px 5px;
			border-top: 1px solid #5fdff2;
			border-right: 1px solid #5fdff2;
			border-bottom: 1px solid #e2f4fe;
			border-left: 1px solid #5fdff2;
		}
		#Tabs LI.SelectedTab A {
			float: left;
			display: block;
			color: #666666;
			text-decoration: none;
			padding: 5px;
			cursor: default;
		}

/******* Comment */
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	background-color: white;
	width:360px; 
	border: 1px solid #5fdff2;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #ef2f8f;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentboxform {
	background-color: white;
	width:360px; 
	border: 1px solid #5fdff2;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#commentform textarea {
	width: 310px;
	padding: 2px;
	}
	
/*******  Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/*******  Begin Various Tags & Classes */
		acronym, abbr, span.caps {
			cursor: help;
		}

		acronym, abbr {
			border-bottom: 1px dashed #999;
		}

		blockquote {
			margin: 15px 30px 0 10px;
			padding-left: 20px;
			border-left: 5px solid #ddd;
		}

		blockquote cite {
			margin: 5px 0 0;
			display: block;
		}

		.center { text-align: center; }

		.hidden { display: none; }

		hr {	display: none;}

		a img { border: none; }



/*******  Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/******* Footer */
		.footer {
			float:left;
			text-align: center;
			width: 850px;
			margin-left: auto;
			margin-right: auto; 
		}