@charset "utf-8";
body {
/*	background: url(images/bg.png) repeat-x;*/
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
}

a{
text-decoration:none;
}

form{
	padding:0px;
	margin:0px;
}

.clear{
	clear:both;
}

#wrap {
	width:860px;
	margin:auto;
	background-color:#fff;
	color:#000;
}
#top {
	width:860px;
	height:75px;
	background: url(images/topcurve.gif) bottom no-repeat;
	padding-bottom:5px;
}
#logo {
	float:left;
	width:270px;
	height:65px;
	padding-bottom:10px;
}
#topright {
	width:585px;
	padding-right:5px;
	float:right;
}
#search {
	width:275px;
	height:30px;
	background:url(images/searchbg.gif) top right no-repeat;
	padding:0px 0px 10px 310px;
}

#search input {
	width:135px;
	height:14px;
	padding:3px 0px 3px 0px;
	margin:5px 10px 5px 0px;
	border:0px;
	float:left;
}

#searchimg{
	float:left;
	margin:5px 0px;
	padding-right:15px;
}

#loginbut{
	float:left;
	margin:5px 0px;
}	
#innerbanner{
	width:858px;
	border-left:1px solid #aac5e2;
	border-right:1px solid #aac5e2;
	background:url(images/inner-banner-shadow.gif) center  bottom no-repeat;
	padding-bottom:15px;
}

#innerbimage{
	float:left;
	width:260px;
	height:170px;
	padding-left:5px;
}

#innerbheader{
	float:left;
	width:490px;
	height:140px;
	padding:30px 50px 0px 50px;
	background:url(images/inner-header-bg.png) no-repeat;
	color:#fff;
	background-color:inherit;
}

#innerbheader h1{
	font-size:35px;
	line-height:35px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
}

#innerbheader h1 span{
	font-size:40px;
}

#innerbheader a{
	display:block;
	height:22px;
	color:#000000;
	background-color:inherit;
	background:url(images/inner-header-but.gif) left top no-repeat;
	float:left;
	margin:5px 5px 0px 0px;
}

#innerbheader a:hover{
	color:#0265a5;
	background-color:inherit;
	text-decoration:none;
}

#innerbheader a span{
	display:block;
	padding:1px 8px 7px 8px;
	height:14px;
	float:left;
	background:url(images/inner-header-but2.gif) right top no-repeat;
	cursor:pointer;
}

#innerservices {
	width:248px;
	background:url(images/innerservicesbg.gif) repeat-y;
}
#innerservices ul {
	margin:0px;
	padding:0px 0px 0px 30px;
	list-style:none;
}
#innerservices li {
	padding:0px 15px 0px 15px;
	margin:0px;
	background:url(images/arrow.gif) 0px 7px no-repeat;
}
#recentposts, #catgories, #archives, #flickr{
	width:248px;
	padding-bottom:10px;
}

#recentposts{
	background:url(images/blog-recentposts.jpg) no-repeat;
}

#categories{
	background: url(images/blog-categories.jpg) no-repeat;
}

#archives{
	background:url(images/blog-archives.jpg) no-repeat;
}

#flickr{
	background:url(images/blog-flickr.jpg) no-repeat;
}

#recentposts h1, #categories h1, #archives h1, #flickr h1{
	margin:0px;
	padding:8px 0px 10px 40px;
	font-size:20px;
	font-weight:normal;
}
#recentposts h1, #recentposts a, #recentposts h1 a{
	color:#0072bc;
	background-color:inherit;
}
#categories h1, #categories a, #categories h1 a {
	color:#25823b;
	background-color:inherit;
}
#archives h1, #archives a, #archives h1 a{
	color:#998a5e;
	background-color:inherit;
}
#flickr h1{
	color:#1b3478;
	background-color:inherit;
}

#recentposts a:hover, #categories a:hover, #archives a:hover{
	color:#000;
	background-color:inherit;
}

#flash {
	width:589px;
	height:300px;
	float:left;
}
#maincontent {
	width:858px;
	padding:0px 0px;
	clear:both;
	border-left:1px solid #aac5e2;
	border-right:1px solid #aac5e2;
}
#left {
	width:248px;
	float:left;
	padding:10px 5px 0px 10px;
}

#right {
	width:575px;
	padding:10px;
	float:right;
}

#right a{
	color:green;
	background-color:inherit;
	border-bottom:1px dashed #003366;
}

#right a:hover{
	color:#000;
	background-color:inherit;
	border-bottom:1px dashed #fff;
}

.post{
	width:575px;
	background:url(images/blogtop.jpg) top no-repeat;
	margin-bottom:20px;
}

.postmeta{
	width:545px;
	margin:0px 15px 0px 15px;
	padding:15px 0px;
	border-bottom:1px solid #c2c6c9;
}

.gravatar{
	width:52px;
	float:left;
	margin-right:13px;
}

.gravatar img{
	width:50px;
	height:50px;
	border:1px solid #0266a7;
}

.posthead{
	width:480px;
	float:right;
}

.posthead h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:24px;
	line-height:30px;
}

#right .posthead h1 a{
	color:#000;
	background-color:inherit;
	text-decoration:none;
	border:0px;
}

#right .posthead h1 a:hover{
	color:#0266a7;
	background-color:inherit;
	text-decoration:none;
	border:0px;
}

.postcontent{
	padding:15px;
	background:url(images/blogbottom.jpg) bottom no-repeat;
}

.postcontent p{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.comment1, .comment2{
	margin-bottom:20px;
}

.comment1 .content{
	background:url(images/comment1.jpg) bottom no-repeat;
	padding:20px 15px;
}

.comment1 .author{
	color:#0266a7;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}

#commentbox, #replybox{ margin-top:40px; clear:both;}



#commentbox h1, #replybox h1{
	font-size:24px;
	color:#0266a7;
	background-color:inherit;
	font-weight:normal;
}
	
#commentbox h1 span, #replybox h1 span{
	font-size:18px;
	color:#000;
}	

.comment2 .content{
	background:url(images/comment2.jpg) bottom no-repeat;
	padding:20px 15px;
}

.comment2 .author{
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}

#footer {
	width:840px;
	height:30px;
	padding:20px 10px 0px 10px;
	text-align:right;
	font-size:11px;
	background: url(images/footer.gif) no-repeat;
	background-color:inherit;
}

#copyright{
	float:left;
}

#footer a {
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}

#flickrbox img{ width:65px;height:45px;border:0px;padding:0px;}

#flickrbox a{ width:65px; height:45px; display:block; border: 1px solid #74777e; text-decoration:none; float: left; margin:5px 5px 5px 5px;}

#flickrbox a:hover{border: 1px solid #5c88c7; }

.inpt{
    width:300px;
	height:17px;
	background:url(images/feildbg.jpg) top repeat-x;
	background-color:#fff;
	color:#000;
	padding:4px;
	font-size:12px;
	border:1px solid #285fb1;
}

.txtar{
    width:300px;
	height:150px;
	background:url(images/feildbg.jpg) top repeat-x;
	background-color:#fff;
	color:#000;
	padding:4px;
	font-size:12px;
	border:1px solid ##285fb1;
}	
	