/*
Theme: "Pedalo Author Template"
CSS by: Baysaa Boroo - Pedalo Limited.
Year: 2008

Copyright &copy 2008 Pedalo Limited
*/

body{
margin:0;
padding:0;

font-size:12px;
font-family: Arial, Helvetica, sans-serif;
background-position: left top;
background:#F7F7FB url(images/bg_body_repeat.jpg) repeat-x;
}

#wrap{
padding:0;
margin:0;
width:1020px;
float:none;
background:#F7F7FB url(images/bg_body.jpg) no-repeat;
}

#wrap-b {
	width:960px;
	margin:0 auto 0 auto;
	padding:148px 0 0 0;
}

a:link, a:visited{ color:#1C4A99; text-decoration:none; }
a:hover{ color:#1C4A99; text-decoration:underline; }


/* ----------------------------------- START HEADER ---------------------------------------*/

#header{
	padding:0px;
	margin:0;
	width:100%;
	height:35px;
	background-color:#171717;
}

#header .inner {
	width:100%;
}

#header .section_title {
	width:77px;
	height:35px;
	background:url(images/st_blog.gif) no-repeat;
	margin:0 140px 0 49px;
	float:left;
}

div.menu {
	float:left;
}

div.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

div.menu ul li {
	float:left;
}

div.menu ul li a {
	display:block;
	height:35px;
	width:83px;
}

div.menu ul li a.menu_home {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:0px 0px;
	margin:0 16px 0 0;
}

div.menu ul li a.menu_home:hover {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:0px -35px;
}

div.menu ul li a.menu_about {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-83px 0px;
	margin:0 36px 0 0;
}

div.menu ul li a.menu_about:hover {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-83px -35px;
}

div.menu ul li a.menu_journalism {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-166px 0px;
	margin:0 38px 0 0;
}

div.menu ul li a.menu_journalism:hover {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-166px -35px;
}

div.menu ul li a.menu_blog {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-249px 0px;
	margin:0 17px 0 0;
}

div.menu ul li a.menu_blog:hover, div.menu ul li a.menu_blog_active {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-249px -35px;
}

div.menu ul li a.menu_contact {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-332px 0px;
}

div.menu ul li a.menu_contact:hover {
	background:url(images/bg_menu.gif) no-repeat;
	background-position:-332px -35px;
}

div.menu ul li a:hover{
text-decoration:underline;
}

#search-button{
background:transparent url(images/button_go.jpg) center top;
border:none;
padding:0;
margin:0;
height:32px;
width:11px;
background-repeat:no-repeat;
}

#s, #search-button {
vertical-align:middle;
}

#content input:hover, #content textarea:hover, #content input:focus, #content textarea:focus{
border:1px solid #CCCC66;
background-color:#FCFCFC;
}

#s{
border:1px solid #646464;
width:159px;
color:#CCCCCC;
font-size:12px;
height:16px;
margin:5px;
}

#s-button {
	margin:0 5px 5px 5px;
}

form {
	margin:0;
}

#s.over{
color:#000000;
font-size:12px;
}

/* ----------------------------------- END HEADER ---------------------------------------*/
/*****************************************************************************************/
/* ----------------------------------- START BODY ---------------------------------------*/

#body{
padding:16px 0 16px 0;
margin:0;
background-color:#FFFFFF;
zoom:1;
}

#leftbar{
padding:0;
margin:0 0 0 49px;
width:254px;

display:inline;
float:left;
}

#rightbar{
padding:0;
margin:20px 0 0 30px;
width:156px;

display:inline;
float:left;
}

#content {
	padding:0 47px 0 18px;
	margin:0;
	width:588px;
	text-align:justify;
	display:inline;
	float:left;
	border-left:1px solid #E3E3E3;
	background:#FFFFFF;
}

#content h2, #content h2 a{
font-family: Georgia, Arial, sans-serif;
font-size:20px;
font-weight:bold;
color:#494949;
text-decoration:none;
display:block;
}

#content h2 {
	margin-bottom:10px;
}

#content h3, #content h3 a{
font-family: Georgia, Arial, "Times New Roman";
font-size:18px;
color:#494949;
font-weight:bold;
text-decoration:none;
padding:0;
margin:20px 0 0 0px;
}

#content h4, #content h4 a{
font-family: Georgia, Arial, "Times New Roman";
font-size:18px;
color:#246464;
margin-left:50px;
}

#content .postedon{
font-family: Arial, "Times New Roman";
font-size:12px;
color:#494949;
margin:20px 0;
}

#content .postedon a{
text-decoration:none;
color:#494949;
}

#content .postedon a:hover{
text-decoration:underline;
color:#1C4A99;
}

#content .postedby{
font-family: Arial, "Times New Roman";
font-size:11px;
color:#333333;
font-weight:bold;
display:none;
}

#content .postedby a{
text-decoration:none;
}

#content .postedby a:hover{
color:#1C4A99;
text-decoration:underline;
}

#content p, #content span, #content{
color:#494949;
font-family: Arial, "Times New Roman", sans-serif;
font-size:12px;
}

#content p{
	margin:0 0 15px 0;
}

#content hr{
border:none;
border-top:1px solid #3F9999;
}

#IEroot #content hr{
border:none;
height:1px;
background-color:#3F9999;
color:#3F9999;
}

.line { /*background: #fff url(images/borderLine.gif) no-repeat center bottom;
margin: 8px auto;
height: 1px;*/
}

#commentform input, #commentform textarea{
border:1px solid #246464;
}

/* ----------------------------------- END BODY ---------------------------------------*/
/***************************************************************************************/
/* ----------------------------------- START WIDGETS ----------------------------------*/

div.widget
{
	padding:0;
	margin:0 0 20px 0;
	
	background-color:#FFFFFF;
}

div.widget h2
{
	padding:0 5px;
	margin:0;
	
	text-align:left;
	
	font-family: Georgia, Arial, "Times New Roman", sans-serif;
	font-size:14px;
	line-height:20px;
	color:#542C7E;
	font-weight:bold;
	text-transform:uppercase;
}

h2 a.rsswidget {
padding:0 5px;
	margin:0;
	
	text-align:left;
	
	font-family: Georgia, Arial, "Times New Roman", sans-serif;
	font-size:14px;
	line-height:20px;
	color:#542C7E;
	font-weight:bold;
	text-transform:uppercase;
}

#rss-3 h2 a.rsswidget:hover {
	color:#542C7E;
	font-weight:bold;
	font-style:normal;
	}
	
#rss-3 ul a.rsswidget {
	display:none;
}

div.widget_rss{
	margin-bottom:0px;
}

#IEroot div.widget h2 {
	
}

div.widget ul
{
	list-style:none;
	padding:0;
	margin:0;
}

div.widget ul li
{
	padding:5px;
	margin:0;

	/*background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position:left 1px;*/
	list-style-type:none;
	
	/*border-bottom:1px solid #FFFFFF;*/
	
	font-family: Arial, "Times New Roman";
	font-size:12px;
	font-weight:normal;
	color:#292929;
}

#rightbar p { font-family: Verdana, Arial, "Times New Roman"; font-size:12px; padding:15px 0; margin:0; }

div.widget ul li.over
{
	/*background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position:left 1px;*/
}

#IEroot div.widget ul li
{
	border-bottom:none;
}

/*div.widget ul li:hover
{
	background:#B8CFCF url(images/bg_widget_body_f2.jpg) no-repeat;
}*/

div.widget ul li ul
{
	padding:0;
	margin:0;
	background:none;
}

div.widget ul li ul li
{
	width:200px;
	padding:0;
	background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position: 10px 1px;
	border-bottom:none;
	border-top:1px solid #FFFFFF;
}

div.widget ul li ul li.over
{
	background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position: 10px 1px;
}

div.widget ul li ul li ul
{
	padding:0;
	margin:0;
	background:none;
}

div.widget ul li ul li ul li
{
	width:200px;
	padding:0;
	background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position: 20px 1px;
	border-bottom:none;
	border-top:1px solid #FFFFFF;
}

div.widget ul li ul li ul li.over
{
	background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position: 20px 1px;
}

div.widget ul li a, div.widget ul li a:visited{
	display:block;
	color:#494949;
	text-decoration:none;
}

div.widget ul li ul li a, div.widget ul li ul li a:visited{
	padding:5px 5px 5px 0;
	margin:0 0 0 35px;
	
	width:160px;
	
	color:#494949;
	text-decoration:none;
	display:block;
}

div.widget ul li ul li ul li a, div.widget ul li ul li ul li a:visited{
	padding:5px 5px 5px 0;
	margin:0 0 0 45px;
	
	width:150px;
	
	color:#494949;
	text-decoration:none;
	display:block;
}

div.widget a:hover, div.widget ul li a:hover, div.widget ul li ul li a:hover, div.widget ul li ul li ul li a:hover{
	color:#494949;
	text-decoration:none;
	font-style:italic;
}

div.rt_widget
{
	height:5px;
	width:200px;
	padding:0px;
	margin:0px;
	
	background-image:url(images/rt_widget_header.jpg);
	background-repeat:no-repeat;
}

div.rb_widget
{
	height:5px;
	width:200px;
	padding:0px;
	margin:0px 0px 1px 0px;
	
	background-image:url(images/rb_widget_header.jpg);
	background-repeat:no-repeat;
}

* html div.rt_widget, * html div.rb_widget{
	line-height:0;
	font-size:0;
}

div.widget ul li ul, div.widget ul, div.widget ul li ul li ul
{
	border:0px solid #000000;
}

#wp-calendar #next {
	text-align:right;
}

/* ----------------------------------- END WIDGETS -----------------------------------*/
/**************************************************************************************/
/* ----------------------------------- START FOOTER ----------------------------------*/

div#footer
{
	padding:0px;
	margin:0 auto;
	
	width:100%;
	height:50px;
	
	/*background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;*/
	background-color:#FFFFFF;
	
	font-family: Georgia, Arial, sans-serif;
	font-size:10px;
	position:relative;
}


.poweredby
{
	margin:0;
	color:#333333;
	display:inline;
	line-height:50px;
	position:absolute;
	left:25px;
}

.poweredby a{text-decoration:none; color:#333333;}
.poweredby a:hover{text-decoration:underline;}

.copyright
{
	margin:0 0 0 30px;
	color:#171717;
	display:inline;
	line-height:50px;
}

.pedalo
{
	margin:0;
	color:#171717;
	display:inline;
	line-height:50px;
	position:absolute;
	right:30px;
	white-space:nowrap;
}

.pedalo a{text-decoration:none; color:#333333;}
.pedalo a:hover{text-decoration:underline;}

.footerspacer {
background-color:#FFFFFF;
width:100%;
height:20px;
}

/* ----------------------------------- END FOOTER ----------------------------------*/
/************************************************************************************/
/* ----------------------------------- START MISC ----------------------------------*/

div.widget_many img {
margin-top:10px;
border:1px solid #CCCCCC;
padding:5px;
}

#go-button.over { cursor:pointer; text-decoration:underline; }
#search-button.over { cursor:pointer; }

div.post_header{
background:#FFFFFF;
padding:0;
margin-bottom:0;
}

div.post_header_bottom{
background:url(images/rb_post_header.jpg) bottom left no-repeat;
height:5px;
margin-top:0;
}

ol.commentlist {
font-family: Arial, "Times New Roman", sans-serif;
}

small, small a{
font-family: Arial, "Times New Roman", sans-serif;
font-size:10px;
}

/* Post Images & Caption */
#content img {
	margin:10px;
	padding:7px;
	background-color:#E8E8E8;
	border:1px solid #D7D7D7;
	text-align:center;
}

#content img.blogBanner {
border:none;
margin:0;
padding:0;
}

#content .wp-caption-text {
	text-align:center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0;
	margin:0;
}

.alignright {
float:right;
}

#content img.alignright {
margin: 0 0 15px 15px;
}

.alignleft {
float:left;
}

#content img.alignleft {
margin: 0 15px 15px 0;
}


div.menu1{
	background:url(images/bgmenu2.gif) repeat-y;
	font-family: Arial, "Times New Roman", sans-serif;
	font-size:12px;
}

div.menu1 .top{
	background:url(images/bgmenu1.gif) no-repeat;
	height:12px;
	width:141px;
	display:block;
}

div.menu1 .bottom{
	background:url(images/bgmenu3.jpg) no-repeat;
	background-position:left bottom;
	height:140px;
}

div.menu1 ul{
	list-style:none;
	padding:0 5px 14px 9px;
	margin:0;
	width:127px;
}

div.menu1 ul li{
	padding-bottom:4px;
	line-height:140%;
}

div.menu2{
	background:url(images/bgwebtv.jpg) no-repeat;
	font-family: Arial, "Times New Roman", sans-serif;
	font-size:12px;
	margin:40px 0 40px 0;
	padding:8px;
	width:125px;
}

div.menu2 h3{
	font-size:17px;
	font-weight:bold;
	margin:0;
	padding:4px 0 3px;
	text-align:center;
	color:#CC0000;
	line-height:135%;
}

div.menu2 p.h2, div.menu2 p.h2 a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:8px 0 0;
	text-align:center;
}

div.menu2 ul{
	margin:10px 0 0 0;
	list-style:none;
	padding:0;
}

div.menu2 ul li{
	border-bottom:1px solid #998888;
	margin:0 0 3px 3px;
	padding:0 0 3px 3px;
	text-align:center;
	line-height:140%;
}

/*************************/

.fvCommunityNewsGetSubmissionsWidget { }
.fvCommunityNewsGetSubmissionsWidget ul li { background-image:none!important; padding:0 10px!important; width:180px!important; }
.fvCommunityNewsGetSubmissionsWidget h3 { margin-top:0; }
.ngg-widget { text-align:center; }


.ec3_list span { padding:5px 0 5px 25px!important; display:block; }
.widget_video { text-align:center; }
.widget_video h2 { text-align:left; }
.widget_dmsguestbook { }

.ec3_widget_cal { font-family: Arial, "Times New Roman", sans-serif; font-size:12px; }
.ec3_widget_cal img { border:none; }

.show_news ul li {
color:#000000;
font-family: Arial, "Times New Roman", sans-serif;
font-size:12px;
font-weight:normal;
}
.show_news ul a {
color:#000000;
font-family: Arial, "Times New Roman", sans-serif;
font-size:12px;
font-weight:normal;
}
.show_news ul b {
color:#000000;
font-family: Arial, "Times New Roman", sans-serif;
font-size:12px;
font-weight:bold;
}

.widget_calendar {
	width:200px;
}

.widget_calendar table caption {
	text-transform:uppercase;
	font-family:Georgia, Arial;
	font-size:14px;
	color:#582D81;
	text-align:left;
	padding:0 0 15px 0;
	font-weight:bold;
}

#calendar_wrap {
	padding:0 5px;
}

#wp-calendar {
	width:100%;
	border-spacing:0;
	border:0 none;
	border-collapse:collapse;
}

#wp-calendar thead tr th {
	color:#FFFFFF;
	background-color:#6F319A;
	border:1px inset #E5E5E5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#wp-calendar tbody tr td {
	color:#000000;
	background-color:#FFFFFF;
	border:1px inset #E5E5E5;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}

#wp-calendar a {
	color:#560088;
	font-weight:bold;
}

#wp-calendar a:hover {
	color:#000000;
	text-decoration:underline;
}

#wp-calendar tbody {
	border-bottom:0px solid #999933;
}

.menu1 a:link, .menu1 a:visited {
	color:#676767;
	text-decoration:none;
}

.menu1 a:hover {
	border-bottom:1px dotted #676767;
	color:#242424;
}

.menu1 .bottom a:link, .menu1 .bottom a:visited {
	color:#242424;
	text-decoration:none;
}

p {
font-family: Arial, "Times New Roman", sans-serif;
font-size:12px;
 }
 
a.more-link {
	color:#494949;
	display:block;
	padding:10px 0;
	border-top:1px solid #EAEBA9;
	border-bottom:1px solid #EAEBA9;
	text-align:right;
}

.blog_nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #494949;
	text-decoration:none;
}

.blog_nav {
	margin-bottom:20px;
}

.commentslink a {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494949;
	text-decoration:none;
}