/*  

Theme Name: Beautiful World

Theme URI: http://www.mybloglive.com

Description: A beautiful blue  wordpress theme. 

Version: 1.0

Author: Ankur Savai

Author URI: http://www.aksinfo.com



	



*/
body {
	margin:0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
}

h2, h3, p, ul, li, form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
}

ul, li {
	list-style: none;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* --- Wrap --- */

#wrap {
	width: 780px;
	margin: 0 auto;
}

/* --- Top --- */

#top {
	width: 780px;
	height: 99px;
	background: url('img/top_bg.jpg');
	position: relative
}

#top h2 {
	width:213px;
	height:44px;
	position: absolute;
	top: 25px;
	left: 25px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 24px;
}

#top h2 a {
	color: #fff;
}

#top p.subtitle {
	position: absolute;
	top: 55px;
	left:28px;
	color: #087EAE;
}

#menu {
	width: 284px;
	position: absolute;
	left: 460px;
	top: 65px;
	text-align: right;
}

#menu a {
	color: #fff;
}

#menu p {
	display: inline;
	white-space: nowrap;
	background: url('img/menu_spacer.gif') no-repeat right 5px;
	padding-right:10px;
	padding-left:5px
}

#menu p.last {
	background: none;
}

/* --- Search --- */

#search {
	position: absolute;
	position: relative;
	width:250px;
	height: 30px;
	left: 480px;
	top: 0;
}

#search p {
	padding: 0;
	line-height: 15px;
}

#search label {
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 80px;
	color: #fff;
}

#search input {
	width: 167px;
	position: absolute;
	top:28px;
	left: 80px;
	padding: 0;
}

#search .subbuton {
	color: #000;
	width: 26px;
	height:26px;
	top:25px;
	left: 258px;
}

/* --- Content Wrap --- */

#content_wrap {
	background: url('img/content_wrap_bg.gif');
	width: 100%
}

/* --- Photo --- */

#photo {
	width: 606px;
	height: 178px;
	background: url('img/photo.jpg');
}

/* --- Left --- */

#left {
	width: 173px;
	float: left;
}

#left h2 {
	color: #fff;
	line-height: 34px;
	background: url('img/h2_cat_bg.jpg');
	padding-left: 22px
}

#left ul {
	padding-left: 33px;
	padding-top: 10px;
}

#left ul ul {
	padding: 0;
}

#left ul li {
	background: url('img/icon_li.gif') no-repeat 0 5px;
	padding-left: 14px;
	line-height: 18px
}

#left a {
	color: #333333;
}


/* --- Right --- */

#right {
	width: 606px;
	float: right;
}

/* --- Content --- */

#content {
	width: 413px;
	float: left;
	background: url('img/content_bg_top.gif') no-repeat 10px 6px;; padding-left:10px; padding-right:10px; padding-top:6px; padding-bottom:20px
}

#content img {
	padding: 5px 1px 15px 1px;
}

.post {
	width: 100%;
	border-top: #7CC15B 2px solid;
	padding-top: 10px;
	padding-bottom: 20px;
}

.title, .date {
	padding: 0 20px 2px 20px;
}

.date {
	padding-bottom: 15px;
	font-size: 10px;
	color: #4B4A4A;
}

.title a {
	color: #363636;
}

.comments {
	width: 100%;
	padding-top: 5px;
	text-align: right;
}

.comments a {
	color: #00A2C0;
	font-weight: bold;
	margin-right: 20px;
}

.txt {
	color: #707070;
	text-align: justify;
	padding: 5px 20px 10px 5px;
}

.txt ul {
padding: 20px;
}

.txt p {
	padding-bottom: 10px;
}

.txt blockquote p {
	padding: 0;
}

/* --- Comments --- */

.comment {
	width: 380px;
	background: #F0F0F0;
	margin: 10px auto;
	padding: 10px;
	border: #E0E0E0 1px solid;
}

.comment p {
	padding-bottom: 5px;
}

.ctxt label {
	padding-left: 10px;
}

.ctxt form p {
	padding-bottom:5px;
}

/* --- Sidebar --- */

#sidebar {
	width: 173px;
	float: left;
}

#sidebar h2 {
	line-height: 30px;
	font-size: 11px;
	color: #404040;
	padding-left: 30px;
	margin-top: 6px;
}

#sidebar a {
	color: #404040;
}

#sidebar ul {
	padding: 10px 15px 20px 15px;
	margin-bottom: 10px;
}

#sidebar ul li {
	padding-left: 15px;
	line-height: 18px;
}

#sidebar h2.archives {
	background: #7CC15B url('img/icon_li_archive.gif') no-repeat 15px 12px;
}

#sidebar ul.archives {
	background: #7CC15B url('img/dots.gif') no-repeat top;
	
}

#sidebar ul.archives li {
	background: url('img/icon_li_archive.gif') no-repeat 0 5px;
}

#sidebar h2.meta {
	background: #00A2C0;
}

#sidebar ul.meta {
	background: #00A2C0 url('img/dots.gif') no-repeat top;
}

#sidebar ul.meta li {
	background: url('img/icon_li_meta.gif') no-repeat 0 5px;
}

#sidebar h2.blogroll {
	background: #C09400;
}

#sidebar ul.blogroll {
	background: #C09400 url('img/dots.gif') no-repeat top;
}

#sidebar ul.blogroll li {
	background: url('img/icon_li_blogrol.gif') no-repeat 0 5px;
}

/* --- Right --- */

#footer {
	width: 100%;
	height: 73px;
	background: url('img/footer_bg.jpg');
	clear: both
}

#footer p {
	padding-left: 30px;
	padding-top: 36px;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
}


/* --- Fix --- */

#content_wrap:after {
    content: "."; 
    display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
}
