/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background:url(http://www.connectorissa.com/images/body_bg.jpg) no-repeat center top;
text-align:center;
font-family:tahoma;
font-size:11px;
color: #6a6a6a;
}

h1{
	margin:0;
	padding:0 0 10px 30px;
	font-family:"Trebuchet MS";
	font-size:25px;
	font-weight:normal;
	color:#5ba110;
	background:url(http://www.connectorissa.com/images/h_bullet.gif) no-repeat 0 3px;
	line-height:normal;
}

h1 b{
	font-size:15px;
}

h2{
	margin:0;
	padding:10px 0 5px 0px;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:normal;
	color:#0b98fa;
}
.clr{
clear:both;
}
.line_space{
	height:15px;
}
 a{
	color:#596C7B;
	text-decoration:none;
}
.m_panel a, .l_panel a{
	color:#596C7B;
	text-decoration:none;
	border-bottom:dotted 1px #ccc;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
.m_lnk{
	color:#ff6c00;
	text-decoration:none;
}
.wrapper{
	width:900px;
	margin:auto;
	text-align:left;
}
#logo{
	float:left;
}
#banner{
	margin:25px 0 15px 0;
}

#info{
	float:right;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#3f3f3f;
	text-align:right;
	line-height:18px;
}
#info h1 .date{
	color:#007eff;
}
#info h1 .time{
	color:#ef8323;
}
#info H1{
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	background:none;
}

#info a{
	color:#2654f0;
	text-decoration:none;
}

#info a:hover{
	color:#000;
	text-decoration:underline;

}

.topright /* TOP RIGHT */ { 
	background-image:url("http://www.connectorissa.com/images/dot_box_2.gif"); 
	background-repeat:no-repeat; 
	display:block; 
	padding-top:10px; 
	padding-left:11px /* adds with topleft style for total  */; 
	padding-bottom:2px /*  space after top paragraph */; 
	padding-right:20px; 
	background-position:top right; 
	font-style:normal;
}



.topleft { 
	background-image:url("http://www.connectorissa.com/images/dot_box_1.gif"); 
	background-repeat:no-repeat; 
	padding-left:12px; /* image width, adds to topleft em style */ 
	padding-bottom:0; 
	padding-right:0; 
	background-position:top left; 
	padding-top:0 
}



.btmleft { 
	background-image:url("http://www.connectorissa.com/images/dot_box_1.gif"); 
	background-repeat:no-repeat; 
	background-position:bottom left; 
	display:block; 
	padding-top:0; 
	padding-left:20px; 
	padding-bottom:15px; 
	padding-right:20px;
	font-size:1px;
	line-height:1px;
}



.btmright { 
	color:#666; 
	background-image:url("http://www.connectorissa.com/images/dot_box_2.gif"); 
	background-repeat:no-repeat; 
	background-position:bottom right 
}

.mnu{
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	clear:both;
	height:35px;

}

.mnu ul{
	margin:0 15px;
	padding:0;
	list-style:none;
}

.mnu ul li{
	float:left;
	margin:0 2px 0 0;
}

.mnu ul li a{
	background:url(http://www.connectorissa.com/images/tab_btn_nor_left.gif) no-repeat left bottom;
	float:left;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#3a3a3a;

}

.mnu ul li a:hover{
	background:url(http://www.connectorissa.com/images/tab_btn_hover_left.gif) no-repeat left bottom;
	color:#fff;
}

.mnu ul li a span{
	background:url(http://www.connectorissa.com/images/tab_btn_nor_right.gif) no-repeat right bottom;
	padding:10px 10px 0 0;
	height:25px;
	display:block;
	cursor:pointer;
	float:left;

}

.mnu ul li a:hover span{
	background:url(http://www.connectorissa.com/images/tab_btn_hover_right.gif) no-repeat right bottom;
}

#current1 #cur1,
#current2 #cur2,
#current3 #cur3,
#current4 #cur4,
#current5 #cur5,
#current6 #cur6,
#current7 #cur7,
#current8 #cur8,
#current9 #cur9{
	background:url(http://www.connectorissa.com/images/tab_btn_hover_left.gif) no-repeat left bottom;
	color:#fff;
}

#current1 #cur1 span,
#current2 #cur2 span,
#current3 #cur3 span,
#current4 #cur4 span,
#current5 #cur5 span,
#current6 #cur6 span,
#current7 #cur7 span,
#current8 #cur8 span,
#current9 #cur9 span{
	background:url(http://www.connectorissa.com/images/tab_btn_hover_right.gif) no-repeat right bottom;
}

.srch{
	padding:20px 15px 0 15px;
	background:#2e499f url(http://www.connectorissa.com/images/search_top_bar_bg.gif) no-repeat top center;
}

.srch ul{
	padding:0;
	margin:0;
	list-style:none;

}

.srch ul li{
	float:left;
}

.srch input{
	width:715px;
	border:solid 2px #8094d8;
	font-family:"Trebuchet MS";
	font-size:20px;
	padding-left:15px;
	background:#6980cc;
	color:#2d3c6a;
}

.srch img{
	padding-left:20px;
}

.adv_srch{
	background:url(../images/search_bot_bar_bg.gif) no-repeat top center;
	height:30px;
	padding:19px 0 0 397px;
}

.adv_srch a{
	text-decoration:none;
	color:#aab9e8;
}

.adv_srch a:hover{
	color:#fff;
}

#content{
}

#content #home_cont_ele_1{
	float:left;
	width:360px;
}

#content #home_cont_ele_2{
	float:left;
	width:250px;
	padding:0 20px;
}

#content #home_cont_ele_3{
	float:left;
	width:250px;
	text-align:center;
}

#content #home_cont_ele_4{
	float:left;
	width:215px;
	margin-right:15px;
}

#content #home_cont_ele_5{
	float:left;
	width:200px;
	margin-right:15px;
}

#content #home_cont_ele_6{
	float:left;
	width:239px;
	margin-right:15px;
}

#content #home_cont_ele_7{
	float:left;
	width:200px;
}

#content .home_add_ele_1{
	float:left;
	width:260px;
	margin-right:16px;
}

#content .home_add_ele_2{
	float:left;
	width:260px;
	margin-right:16px;
}

#content .home_add_ele_3{
	float:left;
	width:348px;
}



#content .featured_article{
	padding:0 10px 0 0;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:18px;
	background:url(../images/v_dot_line.gif) top right repeat-y;
	height:310px;
	overflow:hidden;
}



#content .featured_article div .img_float{
	float:left;
	margin:0 10px 3px 0;
}



#content .news_panel{
font: normal 11px/17px Tahoma; 
	color: #1B293A; 
}

#content .news_panel #feeds div ul{
	margin:0;
	padding:0;
	list-style:none;
}

#content .news_panel #feeds div li{
	display:block;
}

#content .news_panel #feeds div ul li a{
	display:block;
	padding:10px 10px 10px 35px;
	background:url(../images/green_bullet.gif) no-repeat 10px 11px;	
	border:solid 1px  #fff;
	border-bottom:solid 1px  #ede2c4;
	height:100%;
}

#content .news_panel #feeds div ul li a:hover{
	background:#fcf3d9 url(../images/green_bullet.gif) no-repeat 5px 11px;	
	border:solid 1px #e6d194;
	text-decoration:none;
}

#content .recent_business_listing ul{
	margin:0;
	padding:0;
	list-style:none;
}

#content .recent_business_listing ul li a{
	display:block;
	padding:5px 10px 5px 25px;
	background:url(../images/orange_arrow_bullet.gif) no-repeat 10px 8px;
	border-bottom:solid 1px  #ede2c4;
}

#content .weather_forecast{
	background:url(../images/weather_forecast_bg.gif) no-repeat;
	padding:48px 5px 25px 5px;
}

#content .upcoming_events{
	line-height:18px;
}

#content .heritage_orissa{
}

#inside_content {
	background:url(../images/dot_v_line_bg.gif);
}

#inside_content .l_panel{
	float:left;
	width:220px;
	margin-right:15px;
}





#inside_content .l_panel .catagory{
	padding:5px;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
}

#inside_content .l_panel .catagory ul{
	margin:0;
	padding:0;
	list-style:none;
}

#inside_content .l_panel .catagory ul li{
	padding: 1px 0 0 25px;
	background:url(../images/bullet_catagory.gif) no-repeat 0 5px;
}

#inside_content .l_panel .catagory ul li ul{
	 margin:0;
	 padding:0;
	 list-style:circle;
}



#inside_content .l_panel .catagory ul li ul li{
	font-size:12px;
	font-weight:normal;
	background:none;
	padding: 0;
	margin-left:8px;
}



#inside_content .l_panel .catagory ul li a{
	color:#4389f3;
	outline:none;
}

#inside_content .l_panel .catagory ul li a.selected{
	color:#666;
}

#inside_content .l_panel .catagory ul li a:hover{
	color:#000;
	text-decoration:none;
}
#inside_content1 {
/*background:url(../images/dot_v_line_bg.gif);
*/}
#inside_content1 .l_panel1{
	float:left;
	width:285px;
	margin-right:15px;
}



#inside_content1 .l_panel1 .catagory{
	padding:5px;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
}

#inside_content1 .l_panel1 .catagory ul{
	margin:0;
	padding:0;
	list-style:none;

}

#inside_content1 .l_panel1 .catagory ul li{
	padding: 1px 0 0 25px;
	background:url(../images/bullet_catagory.gif) no-repeat 0 5px;

}

#inside_content1 .l_panel1 .catagory ul li ul{
	 margin:0;
	 padding:0;
	 list-style:circle;
}



#inside_content1 .l_panel1 .catagory ul li ul li{
	font-size:12px;
	font-weight:normal;
	background:none;
	padding: 0;
	margin-left:8px;
}



#inside_content1 .l_panel1 .catagory ul li a{
	color:#4389f3;
	outline:none;
}

#inside_content1 .l_panel1 .catagory ul li a.selected{
	color:#666;
}

#inside_content1 .l_panel1 .catagory ul li a:hover{
	color:#000;
	text-decoration:none;
}
#inside_content .m_panel .mid_cont{
	padding:10px;
}

#inside_content .m_panel .b_com{
	padding:10px;
}
#inside_content .m_panel .srch{
	background:#ecf2e5;
	border:solid 2px #d7e2cb;
	padding:10px;
}

#inside_content .m_panel .srch select{
	width:130px;
	border:solid 2px #c4ceb9;
	font-family:"Trebuchet MS";
	font-size:120%;
	font-weight:bold;
	padding-left:5px;
	background:#f6f8f4;
	color:#80857b;
	margin:0 13px 10px 0;
}

#inside_content .m_panel .srch input{
	width:265px;
	border:solid 2px #c4ceb9;
	font-family:"Trebuchet MS";
	font-size:120%;
	font-weight:bold;
	padding-left:5px;
	background:#f6f8f4;
	color:#80857b;
}

#inside_content .m_panel .srch img{
	padding-left:10px;
}

#inside_content .m_panel .srch_res{
	line-height:15px;
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}

#inside_content .m_panel .srch_res h4{
	padding:0;
	margin:10px 0 0 0;
	font-size:11px;
	display:inline;
}

#inside_content .m_panel .srch_res h4 a{
	display:inline;
}

#inside_content .m_panel .srch_res div.result{
	padding:0 0 5px 0;
	border-bottom:dashed 1px #6ebb1d;
}

#inside_content .m_panel .srch_res div a{
	color:#0033FF;
}

#inside_content .m_panel .srch_res div.list_nav{
	margin:10px 0 ;
	border:none;
	text-align:right;
}

#inside_content .m_panel{
	float:left;
	width:395px;
}

#inside_content .m2_panel{
	float:left;
	width:650px;
}

#inside_content .m_panel h3{
	font-family:"Trebuchet MS";
	font-size:130%;
	color:#6f9e3d;
}

#inside_content .m_panel  b{
	font-size:135%;
}

#inside_content .r_panel{
	float:right;
	width:250px;
	text-align:center;
	clear:right;
	
}
#footer{

	margin-top:15px;
	background:url(http://www.connectorissa.com/images/footer_top_bar.jpg) no-repeat top center;
	padding:30px 20px 20px 20px;
	color:#b3b3b3;
	text-align:center;
	clear:both;
}

#footer a{
	color:#616161;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}



/*------------------------------tab--------------------------*/



.selected{
font-weight:bold;
}

#feeds div{
	clear:both;
	border-top:solid 1px #ccc;
}

.bar{
	margin:0;
	padding:0;
	height:50px;
	width:100%;
	background:url(http://www.connectorissa.com/images/bar.jpg) no-repeat;
}

#tabs a.feed selected{
	font-weight:bold;
	color:#666666;
}

a img{
	border:none;
}
td span{
	clear:both;
	display:block;
}

.google_text_add {
	margin-top:10px;
}

.Name, .Address, .City, .Pin, .Phone, .Service,.Email,.Website {
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;

}

.Name span, .Address span, .City span, .Pin span, .Phone span, .Service span {
	font-weight:normal;
}

.Name{
	font-size:12px;
	margin:15px 0  6px 0;
}

.upcoming_events img, .mid_cont img{
	float:left;
	padding:5px;
	border:1px solid #eee;
	margin:15px 10px 10px 0;
}

.bitt{
	text-align:right;
	padding:10px 0 0 0;
}



/*Sarch style start*/

div.wrapper div.content 
			{
			font: normal 18px/20px Arial; 
			color:#000; padding:0; 
			margin: 0 0 10px 0;
			}

			

div.wrapper div.content blockquote.leftContent p.standardTitle span
				{color: #003F7E;}
.simpleSearch
{
	font: normal 11px/24px Verdana; 
	color: #1B293A; 
	margin-bottom: 10px; 
	clear: both; 
	background: #F3FAEF;  
	border-top: 0; 
	padding:0 10px 10px 10px;
}
.simpleSearch label
{color: #1B293A; display:block;}
.simpleSearch input, div.simpleSearch select
{width: 96%;
font: normal 10px Verdana, Arial, sans-serif; 
color: #1B293A; 
padding: 2px; 
background: #F0F4F9; 
border: 1px solid #8AA9CA; 
border-right-color: #E1EBF4; 
border-bottom-color: #E1EBF4;
}
h11.standardTitle,
p.standardTitle
{font: normal 18px/20px Arial, Helvetica, sans-serif; text-align:left; margin: 0; padding: 10px 15px 10px 15px; color:#000}
	h11.standardTitle span,
	p.standardTitle span
	{color: #003F7E;}
/*Sarch style end*/
/*Category style starts*/
.category
{
/*border: 5px solid #E5EFDC;
*/}
.category ul{
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	line-height:1.5em;
}
.category h3{
	padding:0;
	margin:10px 0 3px 0;
	
}
.category1
{
text-align: left;
padding:10px;
vertical-align:top;
}
h3 a:link, h3 a:active, h3 a:visited  {
	line-height:normal; 
	display:inline; 
	font: bold 13px Verdana; 
	color: #000; 
	display: block; 
	text-decoration: none;
	padding: 0 0 0 15px; background: url("../images/bullet.gif") 6px 4px no-repeat; 
	border: 0;
}

h3 a:hover{
	color: #609629; 
	text-decoration: underline;
}

h4{
	line-height:normal; 
	display:inline; 
	font:10px Verdana; 
	color: #000; 
	text-decoration: none;
	padding-bottom:10px;
}
.rating{
	padding-top:12px;
}
p.star{
	padding:0px;
	margin:0;
}
p.star img{
	float:none;
	border:none;
	padding:0;
	margin:0;
}
.error h2{
	margin:0;
	padding:10px 0 5px 0px;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#993300;
}

.image{
float:right;
/*border:solid 1px #999999;*/
height:50px;
width:50px;
margin:0px;
padding:0px;
}
.searchtext{
width:100px;
height:15px;
font-family:Verdana;
font-size:9px;
}
.submitbutton{
font-family:Verdana;
font-size:12px;
background:#9dcc6a;
width:60px;
height:20px;}

.comment11{
font-family:Verdana;
font-size:12px;
height:30px;
color:#003399;
float:left;
}
.comment12{
font-family:Verdana;
font-size:12px;
height:30px;
color:#003399;
float:right;
vertical-align:top;
}
.comment13{
font-family:Verdana;
font-size:12px;
height:30px;
color:#003399;
float:left;
text-align:left;

}

.first{
background:#fcfffa;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}
.second
{
background:#f2fcec;
padding-left:10px;
padding-right:10px;
padding-top:10px;

}

.rate121{
clear:both;
padding-top:10px;
padding-left:25px;
margin-bottom:10px;
background-color:#F4FAFF;
border:solid 1px #DFEFFF;
}
.heading12{
font-family:Verdana;
font-size:11px;
font-weight:bold;
height:30px;
color:#003399;
}
.nbg{
background:#79BCFF;
font-family:Verdana;
font-size:11px;
font-weight:bold;
height:30px;
color:#003399;
margin-left:10px;

}
.comments{
border:solid 2px #E6FFEC;
}
.searchinput{
width:130px;
height:15px;
font-family:Verdana;
font-size:12px;
}

.st-taf{
	width:175px;
}

/*menu css start*/


.menubg a {
color: #00000;
	text-decoration: none;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
/*	height:37px;*/	
	width:221px;
	text-align:left;	
}

.menubg ul {
	color: #00000;
	text-decoration: none;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
/*	height:37px;*/	
	width:221px;
	text-align:left;
}

.menubg ul li {
	color: #00000;
	text-decoration: none;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
/*	height:37px;*/	
	width:221px;
	text-align:left;
	
	}
	
.menubg ul li ul li{
	background:#f3faef;
	}

.menubg ul li a{
	display:block;
	padding: 5px 5px;
	*width:100px;
	}
	
.menubg ul li li a{
	background:none;
	border-style:solid ;
	border-width:1px;
    border-color:#E5EFDC;
	*width:160px;

	}
.menubg ul li a:hover{
	color: #748837;
	background:#f3faef;
}
.menubg ul li li a:hover{
	background:#f3faef none;
}
.menubg ul li ul li a{
	display:block;
	padding: 2px 3px;
}


.menubg ul li ul li a:hover,{
/*	background:#c0551d;
*/	color:#748837;
}

.menubg ul ul {
	position: absolute;
	top: 0;
	left:-9999em
}

/*.menubg ul li:hover ul, ul li.sfHover ul{
	left:200px;
}
*/
.menubg .menupage{
	color: #E5EFDC;
	background:#f3faef;

}
.menubg .menupage1
{	
background:#f3faef;
color:#ffffff;
}
@media screen, projection
{
.menubg ul li
	{
/*		f\loat: left;*/
		background:#f3faef;
		
}	
	
}


/*menu css end*/


/* Begin Typography & Colors */
/*body {
	font-size: 62.5%;  Resets 1em to 10px 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
*/
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

/*#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}
*/
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/*#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}
*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	background:url(http://www.connectorissa.com/images/h_bullet.gif) no-repeat 0 3px;
	color:#5ba110;
	font-family: 'Trebuchet MS';
	margin:0;
	padding:0 0 10px 30px;
	font-size:25px;
	font-weight:normal;

}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	margin:0;

	}

h2.pagetitle {
	font-size: 1.6em;
	text-align:left;
	
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin:0;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
/*body {
	margin: 0 0 20px 0;
	padding: 0;
	}
*/
#page {
	width:900px;
	margin:auto;
	text-align:left;

	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float:left;
	margin:0 0 0;
	padding:0 0 20px 20px;
	width:650px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 10px;
	width: 850px;
	}

.post {

	margin: 0 0 40px;
	text-align: justify;
	}
.post h3{

	margin: 0;
	text-align: justify;
	padding:0 0 10px 10px;
	font-family:"Trebuchet MS";
	font-size:25px;
	font-weight:normal;
	color:#5ba110;
	background:url(http://www.connectorissa.com/images/green_bullet.gif) no-repeat 0 3px;
	line-height:normal;

	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
	
}

#sidebar h2 {
	margin:  0;
	background:url(http://www.connectorissa.com/images/bullet_catagory.gif) no-repeat 0 3px;
	padding:0 0 10px 20px;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:normal;
	color:#4389f3;


	}

h3 {
	margin: 0;
	text-align: justify;
	padding:0 0 10px 20px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#5ba110;
	background:url(http://www.connectorissa.com/images/green_bullet.gif) no-repeat 0 3px;
	line-height:normal;

	}

h3.comments {
	margin: 0;
	text-align: justify;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
padding: 20px 0 10px 0;
	margin-left: 0px;
	width: 190px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
