@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292a2b;
	
	
}

#wrapper {
	background: #FFFFFF url(images/main-bg.jpg) repeat-x scroll top left;
	display:inline;
	float:left;
	height:auto;
	margin:0pt;
	padding:0pt;
	width:100%;
}

#container {
	
	
	margin:0px auto;
	padding:0px;
	
	width: 950px;
	height:auto;
	
	/*border:1px dashed #000000;*/
}

#header {
	float:left;
	display:inline;
	
	width:948px;
	height:96px;
	
	/*border:1px dashed #FFFFFF;*/
}

.header-title {
	float:left;
	display:inline;
	
	width:241px;
	height:96px;
	
	margin-left:1px;
}

.header-rss {
	float:right;
	
	width:350px;
	height:53px;
	
margin-top:-35px;

	/*border:1px dashed #FFFFFF;*/
}

.header-rss a{
text-decoration:none;
}

#rss_text{
font-size:24px;
margin-top:-40px;
margin-left:65px;
color:#fff;
font-family:'Tamoha',Arial, Helvetica, sans-serif;
}

.rss_orange{
color:#ffc45c;
}


#navigation {
	float:left;
	display:inline;
	color:#FFFFFF;
	
	width:948px;
	height:27px;
	
	/*border:1px dashed #ffffff;*/
}

#navigation ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#navigation li {
	display:list-item;
	float:left;
	height:auto;
	margin:1px 1px;
	width:auto;
	background-color:#3786d4;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	
	margin:0px 2px;
	padding:7px 15px;
	display:block;
	
	width:auto;
	height:auto;
	
	/*background-color:#3786d4;*/
}

#navigation a:hover {
	color:#ffd997;
	text-decoration:none;
	text-transform:uppercase;
	
	width:auto;
	height:auto;
	
	margin:0px 2px;
	padding:7px 15px;	
}

.current_page_item {
	
	background:#ffa200 url(images/current-page.jpg) repeat scroll top left;
	color:#FFFFFF;
	text-decoration:none;
	
	width:auto;
	height:auto;
	
	margin:1px 2px;
	padding:0px 0px;
}


#content {
	width:950px;
	height:auto;
	
	float:left;
	display:inline;
}

.content-left {
	width:580px;
	height:auto;
    float:right;
	display:inline;
	
	margin-left:8px;
	margin-top:9px;
	
	/*background-color:#999999;*/
}

.testimonials {
	width:514px;
	height:auto;
	
	float:left;
	display:inline;
	
	padding: 12px;
	padding-right:54px;
	
	background: #fce6be url(images/testimonial-bg.jpg) no-repeat scroll bottom right;
	color:#383631;
}

.testimonials h3 {
	font-size:14px;
	font-weight:bold;
	color:#523503;
	text-transform:uppercase;
}

.testimonials p {
	margin-top: 5px;
}

.thumbnail-img {
	border:5px solid #e7d3ae;
	margin-right:10px;
}

.testimonial-name {
	color:#a24303;
	font-size:14px;
	font-style:italic;
}

.testimonial-position {
	color:#66635e;
	font-size:11px;
	font-style:italic;
}

.main-content {
	width:530px;
	height:auto;
	
	float:left;
	display:inline;
	
	background: #FFFFFF url(images/main-content-bg.jpg) no-repeat scroll top left;
	color:#292a2b;
	line-height:20px;
	
	margin: 20px 0px;
	padding: 30px 25px;
}

.main-content li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.main-content h1, .main-content h1 a {
	color:#336699;
	font-size: 22px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
}

.main-content h1 a:hover {
	color:#ffa200;
	font-size: 22px;
	font-weight:bold;
	text-decoration:none;
	
	margin-bottom:2px;
}

.main-content a {
	color:#e99400;
}

.main-content a:hover {
	color:#e99400;
	text-decoration:none;
}

.category-link {
	background:#ffffff url(images/category-bg.jpg) no-repeat scroll 0px 2px;
	padding-left:20px;
	color:#707171;
}

.comment-link {
	background:#ffffff url(images/comment-bg.jpg) no-repeat scroll 0px 1px;
	padding-left:20px;
}

.main-content-footer {
	background-color:#fff;
	border:1px dotted  #cdcecf;
	margin-top:35px;
	margin-bottom:50px;
	padding:2px 8px;
	width: 514px;
	height:auto;
	color:#363f3f;
}

.content-right {
	width:362px;
	height:auto;
	float:left;
	display:inline;
	border;1px solid #000;

	margin-top:2px;
	
	/*background-color:#999999;*/
}

.search {
	width:362px;
	height:66px;
	
	float:left;
	display:inline;
	
	background: transparent url(images/search-bg.jpg) no-repeat scroll left top;
	margin-bottom:10px;
}

.search-form {
	margin:30px 14px;
	float:left;
	display:inline;
}

.textbox {
background:#FFFFFF no-repeat scroll 0%;
border:1px solid #eb9602;
padding:3px 4px;
width:230px;
}

#searchsubmit {
background-color:transparent;
background-image:url(images/search-button.jpg);
background-repeat:no-repeat;
border:0pt none;
color:#9c6403;
font-size:12px;
padding-top: 0px;
font-weight:bold;
height:28px;
width:89px;
}


.newsletter {
	width:360px;
	height:100%;
	margin:10px 0px;
	
	float:left;
	display:inline;
	

}

.newsletter-top{
width:360px;
height:85px;
background:url(images/newsletter-top.jpg);
display:block;

}

.newsletter-form {
margin-top:0;
}

.label {
	width:100px;
	height:25px;
	
	text-align:right;
	line-height:24px;
	float:left;
	display:inline;
	
	color:#f4f9a1;
	margin: 2px 5px;
}

.textfield {
	width:200px;
	height:25px;
	
	text-align:right;
	float:left;
	display:inline;
	
	color:#f4f9a1;
	margin: 2px 5px;
}

.textbox2 {
	background:#FFFFFF no-repeat scroll 0%;
	border:1px solid #5e9f28;
	padding:3px 4px;
	width:200px;
}

#newscont {
	background-color:transparent;
	background-image:url(images/newsletter-button-bg.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	color:#728a08;
	font-size:14px;
	line-height:10px;
	padding: 0px;
	font-weight:bold;
	height:30px;
	width:210px;
	margin-top:5px;
}

.social-bookmarking {
	width:344px;
	height:auto;
	margin:10px 0px;
	
	padding:8px;
	
	float:left;
	display:inline;
	
	border:1px solid #c5cad0;
	background: #cce6ff no-repeat scroll 0%;
	
	font-size:12px;
	color:#27292b;
}

.social-bookmarking-content {

	float:left;
	display:inline;
	height:auto;
	
	background-color:#FFFFFF;
	margin: 15px 0px;
	
	padding:5px;
	width:335px;
	
	
	
}

.social-bookmarking-content ul {
	margin:0 10px;
	padding:0;
	height:auto;
	
	list-style-type:none;
	
	
}

.social-bookmarking-content li {
	float:left;
	display:inline;
	
	width:100px;
	height: 20px;
	
}

.social-bookmarking-content li a{
	color:#282824;
	text-decoration:none;
}

.social-bookmarking-content li a:hover{
	color:#282824;
	text-decoration:underline;
}

.widget-container {
	width:360px;
	height:auto;
	
	float:left;
	display:inline;
	
	margin:10px 0px;
	/*border:1px dashed #000000;*/
}

.widget-container h2 {
	font-size:14px;
}

.widget-container ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.widget-container li {
	width:158px;
	height:auto;
	padding:4px 8px;
	
	display:block;
	background:transparent url(images/widget-list-bg.jpg) no-repeat scroll left top;
}

.widget-container li a {
	color:#3a66d5;
	text-decoration:none;
}

.widget-container li a:hover {
	color:#ffa200;
	text-decoration:none;
}

.textwidget {
	padding:2px;
	color:#4d4f51;
	font-size:12px;
	line-height:18px;
}

.widget-left {
	width:174px;
	height:auto;
	
	float:left;
	display:inline;
	
	margin-right:12px;
}

.widget-right {
	width:174px;
	height:auto;
	
	float:left;
	display:inline;
}

#footer {
	background-color: #336699;
	border-top:8px solid #ffa200;
	text-align:center;
	color:#b4d9ff;
	display:inline;
	float:left;
	height:auto;
	margin:0pt;
	padding: 10px 0px;
	width:100%;
	clear:both;
}


#footer a {
	color:#f9d089;
}

#footer a:hover {
	color:#f9d089;
	text-decoration:none;
	
}

.date { 
	height: 60px;
	width: 60px; 
	background: url(images/date_bg.gif) no-repeat; 
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center; 
	padding: 0px 2px 0 0; 
	line-height: 100%; 
	float:left;
	padding-top:5px;
	margin-right:5px;

}

.date span { 
	height: 16px;  
	font: normal 18px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-align: center;
	padding-top: 5px;
	display:block;
}

.heading{
color:#000!important;
padding-bottom:20px;
font-weight:normal !important;

}

.clear{clear:both;
}

h1{
margin:0px;
padding:0px;
}

#tagline{
margin-top:32px;
color:#cde4f6;
font-weight:bold;
font-size:10px;
width:550px;}

.secure{
width:360px;
color:#fff;
background: url(images/lock.jpg) no-repeat; 
font-size:10px;
padding-left:25px;
margin-top:5px;
}


