
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;

}


body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #f2f2f2 url(images/bg_body.jpg) repeat-x;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2{
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #801f02;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
	width: expression(this.width > 540 ? 540: true);
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 750px;
	text-align: left;
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

#page{
	float: left;
	width: 100%;
}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 0px 0px 0;
	padding: 10px 0px;
	height: 105px;
	color: #fff; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	background: url(images/logo.png) no-repeat; background-position: -10px 10px;
}

#telheader {float:right;  width: 580px; line-height: 0.8em; font-size:1.5em;padding-top:5px; }
#telheader span {color:#223232;}

#subheader {float:left; clear:left;height: 20px; text-transform: uppercase;    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size:1.3em; letter-spacing:0.06em; padding-left:5px;
 text-indent:-1000000px; }

#header a{
	color: #cb7960;
}

#header h1{ font-size:4.8em;
	 float:left; letter-spacing: -0.07em; text-indent:-1000000px;
}

#header h1 b {color: #223232;}

#header h1, #header h1 a{
	color: #fff;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: none;
}

.skip{
	float: right;
	line-height: 18px;
}

.skip a{
	padding: 0 26px 1px 0;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

/* End Header */




/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	padding: 10px 10px 0px 10px;
	height: 170px
	overflow: hidden;
	text-align: right;
	background: #fff;
		border:1px solid #ccc;
border-top:0px !important;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#banner img{
	margin: 10px 10px 0 0;
}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 18.75%;
	margin: 10px 0 0 10px;
	display: inline;
	padding: 11px 0;
	background: url(images/bg_feed.gif) no-repeat;
}

.feed a{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
}

.nav{
	float: right;
	width: 960px;
	margin: 0px 0px 0 0;
	display: inline;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

.nav ul li{
	float: left;
	margin: 0px 3px 0 0px;
	display: inline;
}

.nav ul li a{
	display: block;
	padding: 10px 25px 10px 25px;
	background: #233232;
	color: #fff;
	text-decoration: none;
	border:1px solid #233232;
	border-bottom:0px !important;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.nav ul li a:hover{
	background: #456666;
	color: #fff;
			border:1px solid #456666;


}

.nav ul li.current_page_item a{
	background: #fff;
	color:#223232;
		border:1px solid #ccc;

}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */




/* Start Sidebars */

.sidebar{
	float: left;
	width: 218px;
	margin: 0 0 0 0px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 0px;
}

.b{ /* the second sidebar */
	float: right;
	margin: 0 0px 0 0;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.textwidget {	
color:#333; 
padding: 10px;

}

.sidebar ul li#search form{
	padding: 0 10px 10px;
}

.sidebar ul li#search form input{
	margin: 10px 0 0;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	margin: 10px 10px 3px 10px;
	padding: 8px 10px 8px 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ff9900;
	color: #fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.sidebar ul ul{
	line-height: 18px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 10px;
	background: url(images/bg_dotted_a.gif) repeat-x;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.c{ /* the main column sidebars */
	width: 31.5789%;
}

.c ul li{
	background: #fff;
}

.c ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.c ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.d{ /* the bottom sidebars */
	width: 18.75%;
}

.d a{
	color: #fff;
}

.d ul li{
	background: #462115;
}

.d ul li h2{
	background: #321911;
	color: #c5ce88;
}

.d ul ul li{
	background: url(images/bg_dotted_d.gif) repeat-x;
}

/* End Sidebars */




/* Start Main - Where your main content sits */

#main, #main2, #main3 {
	margin: 0 230px 0 232px;
background: #fff;
border:1px solid #ccc;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:12px;

}




#main2 h3, #main3 h3 {padding: 10px 0px 0px 10px; font-size:1.3em;}


/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 0px;
}

.post h2{
	font-size: 18px;
	padding: 8px 10px;
}

.post h2 a {text-decoration: none;  color:#333; font-weight: bold;}

/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 13px;
	line-height: 1.4;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

.entry a {color:#2995ab; text-decoration: none;}
.entry a:hover {text-decoration: underline;}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #888;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template h3{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */




/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #233232 ;
	color: #b76d56;
}

.tertiary_content{
	background: #462115 url(images/bg_tertiary_content.gif) repeat-x;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	display: block;
	padding: 18px 20px;
	line-height: 18px;
	background: #233232;
	color: #b76d56;
}

#footer a{
	color: #cb7960;
}

#footer .skip a{
	background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */




/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */


#pricessub { height:53px;  text-align:left; font-size:0.8em; 	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif; color:#fff;
 }
 
 #pricessub a {color:#fff; text-decoration: none;}
 #pricessub a:hover {text-decoration:underline;}

#pricessub li {padding: 0; margin:0; list-style-type:none; float:left;  display:block; margin-right: 5px; background: #3697ab; width: 170px; padding: 6px 6px 6px 4px; color:#fff; height: 30px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;}

#pricessub li:hover {background: #0c6274;}

#pricessub li h2 {padding: 0; margin:0;  font-size:0.8em; font-weight:normal !important;	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;  display:block; float:left;  color:#fff; width: 100px; font-size:1.2em; text-align: center;
}

#pricessub .textwidget {padding: 0px !important; font-weight: bold;font-size:2.4em; display:block; float:right; color:#fff;  }

#latestjob {display: block;height: 170px; width: 170px;  border:5px solid #e1e1e1; background: url(images/job7new.jpg) no-repeat; margin-left:5px;}


#myform input {border:1px solid #ccc; width: 180px; padding:3px;} 
#myform textarea {border:1px solid #ccc; width: 180px; padding:3px; color:#999; height: 50px;} 
input.sender1 {border:2px solid red;}

.form .proceed { background:url(img/submit.png) no-repeat 0px 0px; width:160px; height:27px; display:block; border:none; text-indent: -100000px; margin-left: 5px;}
.submit input {border:0px !important; width: auto !important; float:right;}

#FadeIn_CSS { line-height:1.5;}
#FadeIn_CSS a {display:block; padding: 10px; text-decoration: none;}


.textwidget ul li {border:0px; border-top:1px dotted #ccc; background: transparent url(images/tick.gif) no-repeat !important;  padding-left: 35px !important; background-position: 5px 10px !important;}


.footermap { color:#45c1d8; font-size:0.9em;  width: 270px; float:left; margin-left: 10px;margin-right: 20px;}
.footermap a {color:#eee !important;}
.footermap h4 { border-bottom:1px dotted; padding-bottom:10px; font-size:1.1em;}