/*
Theme Name: bellemedia
Theme URI: http://codinggeek.com/
Description: The WordPress theme created for the web design company.
Version: 0.1
Author: N. Venkat Raj
Author URI: http://codinggeek.com/
Tags: custom header, fixed width, two columns, widgets
*/

* {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em; 
	font-weight: bold;
} 
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
h3 { 
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
} 
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.clear {
	clear: both;
}

a {
	color: #EC7511;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link {
	color: #EC7511;
}

.underline {
	color: #EC7511;
	text-decoration: underline;
}


body { 
	background: url('images/header-bg.gif') repeat-x left top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
} 

#wrapper {
	margin: 0px;
	padding: 0px;
} 

#inner-wrapper { 
	width: 820px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#header h1 { 
	float: left;
	background: url('images/logo.jpg') no-repeat left top;
	margin: 0px;
} 

#header h1 a {
	display: block;
	width: 140px;
	height: 65px; 
	text-indent: -9999em;	
} 

#header p {
	float: right;
	line-height: 65px;
	margin: 0 0 0 300px;
	font-size: 1.2em;
	color: #A8A8A8;
}

#header p span {
	color: #4E2F37;
}

ul#menu {
	width: 820px;
	margin: 1px 0 0 0;
}

ul#menu li {
	float: left;
	list-style-type: none;
}

#arrow {
	background: url('images/triangle.gif') no-repeat center center;
	width: 27px;
	height: 14px;
	position: absolute;
	top: 92px;
}

ul#menu li a {
	float: left;
	color: #9A9A9A;
	width: 100px;
	text-align: center;
	border-left: 1px solid #DEDEDE;
	font-family: "Trebuchet MS";
	text-decoration: none;
	line-height: 32px; 
	margin: 0px; 
}

ul#menu li a:hover, ul#menu li a.current {
	color: #F0750D;
}

ul#menu li.right {
	border-right: 1px solid #DEDEDE;
}

#banner {
	width: 820px;
	background: url('images/banner.jpg') no-repeat top center;
	height: 286px;
	margin: 15px 0 0 0;
	text-indent: -9999em;	
}

p#get-started {
	background: url('images/get-started.gif') no-repeat top center;
	width: 210px;
	height: 139px;
	margin: 97px 0 0 400px;
}

p#get-started a {
	display: block;
	width: 170px;
	height: 45px;
	position: relative;
	top: 75px;
	left: 20px;
	background: url('images/get-started.jpg') no-repeat center top;
}

p#get-started a:hover {
	background-position: center bottom;
}

#main-col {
	width: 590px;
	float: left;
	margin: 0 10px 0 0;
}

#sub-col {
	float: right;
	width: 200px;
}

#main-col p {
	margin: 10px 0;
	color: #303030;
} 

h1.title1 {
	color: #E47212;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

h2.title2 {
	color: #404040;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

#image-col {
	margin-bottom: 50px;
}

#image-col p.image{
	width: 280px;
	background: #E8E8E8;
	padding: 70px 160px;
	font-size:1.5em;
	color: #686868;
	text-align: center;
}

#main-col p.tag {
	font-size: 1.2em;
	color: #5F2F3B;
}

#main-col p.tag span{
	color: #E57219;
}

a.comments {
	color: #E57219;
	background: url('images/comments-icon.gif') no-repeat left center;
	padding-left: 25px;
	position: relative;
	left: 200px;
}

h2#paragraph {
	font-size: 1.1em;
	margin: 10px 0;
	font-weight: normal;
	color: #686868;
}

#main-col ul {
	margin: 10px 0;
}

#main-col ul li,#main-col ol li  {
	margin: 0 0 0 30px;
}

.clear-btn {
	background: url('images/clear-btn.gif') no-repeat left center;
	width: 118px;
	height: 46px;
	text-indent: -9999em;
	border: none;
	display: block;
	float: left;
	cursor: pointer;
}

.submit-btn {
	background: url('images/submit-btn.gif') no-repeat left center;
	width: 118px;
	height: 46px;
	text-indent: -9999em;
	border: none;
	display: block;
  cursor: pointer;
}

.text-box {
	background: #5E2E3C;
	width: 270px;
	height: 40px;
	border: 0;
	color: #fff;
}

input#author, input#email, input#url {
	background: #5E2E3C;
	width: 260px;
	border: 0;
	color: #fff;	
	padding: 5px;
	font-size: 24px;
}

textarea {
	background: #5E2E3C;
	width: 590px;
	height: 115px;
	border: 0;
	color: #fff;
	padding: 5px;
	font-size: 24px;
}

.highlight {
	font-size: 1.1em;
}

#comments {
	font-size: 1.3em;
	margin: 10px 0;
}


.photo {
	float: left;
	margin: 0 10px 0 0;
}

cite {
	font-style: normal;
}

.url {
	font-size: 1.1em;
	color: #E47212;
	padding: 0 5px;
	text-decoration: none;
}

.comment-meta commentmetadata {
	font-size: .89em;
}


/*-------------Comments------------*/

/* whole respond area */
div#respond {
	/* more ... */
	}

p.thesetags {
	margin: 10px 0;
	}
	
h3.reply {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	/* more  ... */
	display:block;
	}
	
#main-col ol.commentlist li {
	/* more  ... */
	padding: 15px 0;
	display: block;
	height: 1%; /* for IE6 */
	margin: 0;
	border-bottom: 1px solid #E5E5E5;	
	}

#main-col ol.commentlist li.alt {
	/* more  ... */
	display: block;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	/* more  ... */
	display: block;
	height: 1%;
	}

ol.commentlist span.authorname {
	/* more  ... */
	font-weight: bold;
	}

ol.commentlist span.commentdate {
	color: #666666;
	font-size: 90%;
	margin-bottom: 5px;
	display: block;
	}

ol.commentlist span.editcomment {
	display: block;
	}
	
ol.commentlist li small a{
	text-decoration: none;
	color: #979D9B;
	}
	
ol.commentlist li p {
	margin: 2px 0 5px 0;
	font-size: .89em;
	}

div.comment-number {
	float: right; 
	font-size: 2em; 
	line-height: 2em; 
	font-family: georgia, serif; 
	font-weight: bold; 
	color: #ddd; 
	margin: -10px 0 0 0; 
	position: relative; 
	height: 1%
	}

div.comment-number a:link, 
div.comment-number a:visited, 
div.comment-number a:active {
	color: #ccc;
	}

textarea#comment {
	width: 98%; 
	margin: 10px 0; 
	display: block;
	}
	
	
form#commentform textarea {
	border:0;
}

form#commentform input#submit {
	background: url('images/submit-btn.gif') no-repeat -2px center;
	width: 118px;
	height: 46px;
	border: 0;
	text-indent: -9999em;
	cursor: pointer;
}

input#author,input#email,input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

.commentmetadata a {
	color: #979D9B;
	font-size: .8em;
}
/*------------------------- sub-col ---------*/

#sub-col a {
	color: #E57219;
	text-decoration: none;	
}

#sub-col a:hover {
	text-decoration: underline;
}

p#daniel img{
	 float: left;
	 margin: 0 10px 0 0;
}

#sub-col p#daniel {
	font-size: 1.6em;
	width: 150px;
	line-height: 1em;
	color: #565656;	
}
#sub-col h3 {
	color: #E57219;
}

#sub-col h2 {
	margin: 20px 0 0 0;
	color: #5F2F3B;
}

#sub-col ul {
	margin: 0 0 70px 0;
}

#sub-col ul li {
	list-style-type: none;
}

#sub-col ul li a{
	font-size: 1.5em;
	color: #E57219;
	background: url('images/bullet1.gif') no-repeat left center;
	padding-left: 25px;
	text-decoration: none;
}


#deco1 {
	background: url('images/comic-lady.jpg') no-repeat left top;
	width: 148px;
	height: 138px;
	margin: 20px 0;
}

#sub-col h3 a {
	color: #E57219;
	font-size: .85em;
	background: url('images/bullet1.gif') no-repeat left center;
	padding-left: 25px;
	text-decoration: none;	
}

.navigation {
	width: 600px;
	margin: 50px 0 0 0;
}

.alignleft, .alignright {
	text-indent: -9999em;
	color: #fff;
}

.alignleft a {
	float: left;
	display: block;
	height: 46px; 
	line-height: 46px;
	width: 162px;
	background: url('images/previous-post.gif') no-repeat left top;
}

.alignleft a:hover {
	background: url('images/previous-post.gif') no-repeat left bottom;	
}

.alignright a {
	float: right;
	display: block;
	height: 46px; 
	line-height: 46px;
	width: 136px;
	background: url('images/next-post.gif') no-repeat left top;
}
.alignright a:hover {
	background: url('images/next-post.gif') no-repeat left bottom;	
}


/*-------------------------footer------------------------------*/
#footer {
	width: auto;
	background: url('images/footer-bg.gif') repeat-x left bottom;
}

#finner-wrapper {
	width: 820px;
	margin: 50px auto 0 auto;
	height: 500px;
}

#ftop {
	margin: 10px 0;
}

#fleft-col {
	float: left;
	width: 535px;
	margin: 75px 0 0 0;
}

#about-daniel {
	padding: 10px 0 15px 0;
	border-top: 1px solid #4E5045;
	border-bottom: 1px solid #4E5045;
	margin: 0 0 20px 0;
}

#about-daniel img{
	float: left;
}

#about-daniel h2 {
	margin: 0 0 0 70px;
	color: #EC7511;
	font-size: 1.5em;
}

#about-daniel p{
	margin: 0 0 0 70px;
	color: #fff;
}

#about-daniel p span{
	color: #EC7511;
}

#recent-work {
	float: left;
	width: 265px;
	height: 222px;
	background: #4E5045;
	text-align: center;
}

#recent-work img{
	margin: 5px 3px;
}

#recent-work h2, #ftags h2, #recent-comments h2 {
	color: #fff;
	margin: 10px 0 0 10px;
	font-size: 1.3em;
	text-align: left;
} 

#ftags {
	float: left;
	width: 255px;
	background: #4E5045;
	height: 223px;
	margin: 0 0 0 12px;
	overflow: auto;
}

#ftags p {
	font-size: 1.4em;
	padding: 10px;
	color: #E57219;
}

#fright-col {
	margin: 73px 0 0 0; 
	width: 270px;
	float: right;
}

#fquote {
	background: url('images/free-quote.gif') no-repeat left top;
	width: 271px;
	height: 78px;
}

#fquote p {
	width: 160px;
	font-size: 1.3em;
	padding: 5px 0 0 10px;
	color: #fff;
	line-height: 1em;
}

#fquote p span {
	color: #EC7511;
}

#recent-comments {
	width: 270px;
	background: #4E5045;
	height: 140px;
	padding: 1px 0 0 0;
	margin: 20px 0 0 0;
	color: #fff;
	overflow: auto;
}

#recent-comments li {
	list-style: none;
	margin: 7px 0 0 15px;
	background: url('images/footer-bullet.gif') no-repeat left center;
	padding: 0 0 0 25px;
	overflow: hidden;
}

#recent-comments li a span{
	color: #fff;
}

#searchform {
	width: 270px;
	height: 50px;
	padding: 10px 0;
	margin: 10px 0; 
	background: #4E5045;
}

.hidden {
	display: none;
}

input#s {
	background: url('images/footer-search-bg.gif') no-repeat left top;	
	width: 174px;
	border: 0px;
	float: left;
	margin: 0 8px;	
	padding: 14px 5px;
}

input#searchsubmit {
	background: url('images/go-btn.gif') no-repeat left center;
	width: 62px;
	height: 44px;
	text-indent: -9999em;
	border: 0;
	cursor: pointer;
}

#fbottom {
	margin: 40px 0 0 0;
	color: #fff;
}

#fbottom p a {
	color: #fff;
	padding: 0 5px;
}

#fbottom p span {
	margin: 0 0 0 60px;
}

.post, .page {
	margin: 55px 0 73px 0;
}

#sub-col p#daniel {
	margin-top: 59px;
}

#sub-col p {
	color: #7f7f7f;
}

#main-col .postmetadata {
	border-top: 1px dashed #E8E8E8;
	padding-top: 10px;
	margin: 10px 0 0 0;
}

span.comment {
	float: right;
	background: url('images/comments-icon.gif') no-repeat left center;
	text-indent: 20px;
}

a.leave {
	background: url('images/comments-icon.gif') no-repeat right center;
	padding-right: 20px;
}

.entry h1, .entry h2 {
	color: #404040;
}

ol.commentlist li.bypostauthor {
	background: #F2F2F2;
}

/* Portfolio Page */

#portfolio-page {
	margin: 55px 0 0 0;
}

#portfolio-page h2 {
	color: #666;
	font-size: 1.4em;
}

#portfolio-page p {
	font-size: 1.3em;
}

#portfolio-page img {
	float: left;
	margin: 0 25px 20px 0;
}

#portfolio-page img.last {
	float: left;
	margin: 0 0 20px 0;
}

.thumbs a img {
	border: 0;
}

#featured-work img {
	margin: 0 15px 20px 0;
}

#portfolio-page div.line {
	clear: both;
	border-top:1px dashed #E8E8E8;
	margin: 20px 0;
}

