/*
Theme Name: Marital Mediation
Theme URI: http://maritalmediation.com/
Description: Custom theme for Marital Mediation, designed by Moumita Bag and developed by Pranoy Sinha.
Version: 1.0
Author: Moumita Bag
Author URI: http://web2ui.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color:#eae0c7;
	text-align: 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: left;
	}

.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: #e7e7e7 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 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

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;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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 {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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: 760px;
	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;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 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: 0 0 0 0;
	width: 180px;
	float:left;
	}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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;
}

.container{ width:950px; text-align:center;}
.headerarea{ background:url(images/header.png) repeat-x 0 0; height:110px; width:100%; border-bottom:#FFFFFF solid 1px }
.logo{ float:left; padding:30px 0 0 40px}
.loginbox{ background:url(images/loginBg.png) no-repeat 0 0; float:right; width:436px; height:101px; padding:0; margin:0 }
.loginbox p{ font-family:Calibri, Arial, Helvetica, sans-serif; color:#fff; font-size:14px;  float:right; padding:0 10px 0 0; *padding:15px 10px 0 0}
.loginbox p a{ color:#fff; text-decoration:none;}
.loginbox h2{ font-family:Calibri, Arial, Helvetica, sans-serif; color:#fff; font-size:18px; font-weight:bold; text-transform: uppercase; margin:0; padding:35px 0 7px 10px; float:left}
.input{ height:22px; font-size:18px; color:#999999; float:left; margin-left:8px }
.searchbutton { background:url(images/search.png) no-repeat 0 0; float:right; margin-right:10px; margin-top:-10px}
.searchbutton a{display:block; height:40px; width:102px; font-family:'Calibri', Arial, Helvetica, sans-serif; font-weight:bold; font-size:18px; text-decoration:none; padding-left:15px; line-height:40px} 
.searchbutton a:hover {color:#000;}

/* url(images/left1Bg.png) repeat-x 0 0*/
.leftarea{ background:#ffffff; width:208px; float:left; padding:0; clear:both; }
.leftarea ul li{ font-family:'Calibri', Arial, Helvetica, sans-serif; font-size:16px; color:#1d6890; text-align:left; list-style-type:none; padding:10px 0 0 10px; margin:0 0 0 -40px;*margin:0 0 0 -40px; font-weight:bold}
.leftarea ul li a{ color:#1d6890; text-decoration:none }

.leftarea ul li.widget ul li {text-transform:uppercase;}
.cat-item-12 {display:none; height:1px; width:1px; overflow:hidden; background-color:#f00}

.leftarea ul li.widget ul {margin:-5px 0 0 -10px; *margin:-5px 0 0 30px;}
.leftarea ul li.cat-item ul.children li {margin:5px 0 0 0; *margin:0 0 0 -20px;}

.leftarea ul li a:hover{ color:#000; text-decoration:none }
.leftarea ul li ul.submenu li, .leftarea ul li.cat-item ul.children li { font-family:'Calibri', Arial, Helvetica, sans-serif; color:#6a6b6b; font-size:14px; background:url(images/arrow.png) no-repeat 17px 8px; padding:3px 0 0 30px; text-transform:none}

.leftarea ul li ul.submenu li a, .leftarea ul li.cat-item ul.children li a{ color:#6a6b6b; text-decoration:none}
.leftarea ul li ul.submenu li a:hover, .leftarea ul li.cat-item ul.children li a:hover{ color:#6a6b6b; text-decoration:underline}

.leftarea ul h2 {display:none;}

.narrowcolumn, .widecolumn {
	float: right;
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	width: 700px;
	min-height:200px;
	text-align:left;
	*margin-left:-50px;
	background:url(images/middleBg.png) repeat-y 0 0;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333;
	}
.narrowcolumn a{ color:#0066cc; text-decoration:none; margin:0; padding:0}
.narrowcolumn a:hover{ color:#0066cc; text-decoration:underline; margin:0; padding:0}
.narrowcolumn h3{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0066cc; margin:0; padding:0; font-weight:bold; float:left}
.narrowcolumn span{ float:left; padding-left:5px}	
.top{ padding:0 0 0 0; margin:10px 0 0 -40px;}
.borderbottom{ border-bottom:#999999 1px  dotted; margin-top:10px; margin-bottom:20px}
.bottom{ padding:0 0 0 0; margin:10px 0 10px -40px;}
.rightbox{ width:700px; float:right} 
.picture{ float:right; border:#CCCCCC 2px solid}
.picturepost{ float:left; margin:10px;}
.leftarea2{ background:#ffffff url(images/left1Bg.png) repeat-x 0 0; width:180px; height:350px; float:left; padding:0 0 0 50px; margin:0; }
#sidebar .widget ul li{ font-family:'Calibri', Arial, Helvetica, sans-serif; font-size:16px; color:#1d6890; text-align:left; list-style-type:none; padding:10px 0 0 10px; margin:0 0 0 -40px; font-weight:bold}
#sidebar .widget ul li a:hover{ color:#000; text-decoration:none }
#sidebar .widget ul li ul.submenu li{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#6a6b6b; font-size:14px; background:url(images/arrow.png) no-repeat 40px 8px; padding:3px 0 0 50px}
#sidebar .widget ul li ul.submenu li a{ color:#6a6b6b; text-decoration:none}
#sidebar .widget ul li ul.submenu li a:hover{ color:#6a6b6b; text-decoration:underline}

#s{ border:#999999 1px solid; width:100px }\
#searchsubmit{ background:url(images/submit2.png) no-repeat 0 0; width:60px; border:none; color:#000033; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:26px; }

.input{ border:#CCCCCC 1px solid; width:240px}
.detailstop{ clear:both; width:690px; padding:0 0 0 0}
.detailsbottomleft{ width:340px; float:left; padding-top:10px}
.detailsbottomright{ width:340px; float:right; padding-top:10px}
h2{ font-family:Calibri, Arial, Helvetica, sans-serif;font-size:20px; color:#054a6e; margin:0; padding:0; padding-top:10px; text-transform:capitalize;  text-align:left}
h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	font-size:24px;
}

.left{ width:203px; float:left}
.rightarea{ width:747px; float:left}
.banner{ background:url(images/new-banner.png) no-repeat 0 0; width:494px; height:258px; padding:0 ; margin:6px 0 0 7px; float:left; }
.banner h2{ font-family:'Calibri', Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; text-transform:uppercase; margin:0; padding:10px 0 0 15px; color:#fff; text-align:left }
.banner p{ font-family: 'Calibri', Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#fff; text-align:left; padding:10px 16px 0 16px; margin:0}
.banner p a{ color:#FFFFFF; text-decoration:none; font-weight:bold; text-transform:uppercase}
.button2 { float:left; margin:40px 0 0 16px}
.button2 a, .button2 a:hover{display:block; height:45px; width:297px; font-weight:bold; color:#eae0c7; font-size:0.0000px; text-decoration:none; padding-left:15px; line-height:405px} 
 .button2 a {background:url(images/bannerButton.png) no-repeat 0 -45px; color:#062450;}  
 .button2 a:hover {background:url(images/bannerButton.png) no-repeat 0 0; color:#000;} 
/* .button2 a {background:url(images/button-learnmore.png) no-repeat 0 -45px; color:#062450;} */ 
/* .button2 a:hover {background:url(images/button-learnmore.png) no-repeat 0 0; color:#000;} */

.homeimage { float:center;  margin:14px 0 0 16px}
.box{ float:left;}
.box2{ float:right; width:230px; *float:left;}
.box h2, .box2 h2{font-family:'Calibri', Arial, Helvetica, sans-serif; color:#054a6e; padding:0 0 0 35px; margin-top:10px; height:27px; text-align:left; font-size:24px; font-weight:bold; text-transform:uppercase; *float:left; background:url(images/right.png) no-repeat 4px -2px;  *padding:0 0 0 20px; *background:url(images/right.png) no-repeat 6px -2px;}

.box2 h2 { margin-left:-11px;}

.bottombox{ width:740px; float:right;}
.featuredbox{ background:url(images/featuredBg.png) no-repeat 0 0; width:229px; height:230px;  float:right; margin:-3px 0 0 6px; padding:5px 0 0 10px;}
.featuredbox ol li{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#245181; font-size:16px; font-weight:normal; margin:0 0 0 -10px; text-align:left; *padding:0; margin:0 0 0 -15px }
.featuredbox ol li a{ color:#245181; text-decoration:none; }
.featuredbox ol li a:hover{ color:#245181; text-decoration:underline}

.featuredbox2{ background:url(images/bigBg.png) no-repeat 0 0; width:342px; height:225px;  float:left; margin:-3px 0 0 6px; padding:10px 10px 0 10px; *clear:both}
.featuredbox2 h3{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#245181; font-size:14px; font-weight:bold; margin:0 0 0 3px; text-align:left;}
.featuredbox2 h3 a{ color:#245181; text-decoration:none}
.featuredbox2 h3 a:hover{ color:#245181; text-decoration:underline}
.featuredbox2 p{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#464647; font-size:14px; font-weight:normal; text-align:left; padding:0 0 0 5px; margin:50}
.featuredbox2 p a{ color:#000; text-decoration:none; font-weight:bold; text-transform:uppercase}
.featuredbox2 p a:hover{ color:#000; text-decoration:underline}
.featuredbox2 p span{ font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold}

.featuredbox3{ background:url(images/bigBg.png) no-repeat 0 0; width:342px; height:225px;  float:left; margin:10px 0 0 6px; padding:10px 10px 0 10px; *clear:both}
.featuredbox3 h3{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#245181; font-size:14px; font-weight:bold; margin:0 0 0 3px; text-align:left;}
.featuredbox3 p{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#245181; font-size:16px; font-weight:normal; text-align:left; padding:0 0 0 5px; margin:50}
.featuredbox3 p span{ font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold}
.featuredbox3 ul li{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#245181; font-size:16px; font-weight:normal; margin:0 0 0 -10px; text-align:left; *padding:0; margin:0 0 0 -15px }

.readmore{ font-family:'Calibri', Arial, Helvetica, sans-serif; color:#000; float:right; position:relative;bottom:0; font-size:14px; padding:5px 5px 0 0}
.readmore a{ color:#000; text-decoration:none }
.readmore a:hover{ color:#000; text-decoration:underline}

.bottomarea{ background:url(images/bottom.png) repeat-x 0 0; height:130px; clear:both; padding:0; margin-bottom:-19px; *margin:0 0 0 0; border-top:#FFFFFF 1px solid}
.newsletter{ float:right; width:528px}
.newsletter h3{ float:left;font-family:'Calibri', Arial, Helvetica, sans-serif; color:#3a73c5; font-size:24px; text-transform:uppercase; padding:0; margin-top:20px; font-weight:normal}

.newsletter #sidebar .widget_newsletter h2.widgettitle { float:left;font-family:'Calibri', Arial, Helvetica, sans-serif; color:#3a73c5; font-size:24px; text-transform:uppercase; padding:0 10px 0 0; margin-top:10px; margin-left:20px; font-weight:normal; }
.newsletter #sidebar .widget_newsletter {width:600px; margin:0 0 0 -30px; padding:10px 0 10px 0; clear:both; display:block;}
.newsletter #sidebar .widget_newsletter p {float:left;}
.newsletter #sidebar .widget_newsletter form {min-height:25px; padding:7px 10px 7px 15px; height:40px;}
.newsletter #sidebar .widget_newsletter form input[type=text] {border:#b7b7b7 1px solid; padding:3px 5px 4px 5px; color:#666; font-family:'Century Gothic', Arial, Helvetica, sans-serif; width:200px; font-size:16px;}
.newsletter #sidebar .widget_newsletter form input[type=submit], .newsletter #sidebar .widget_newsletter form input[type=submit]:hover {background-color:#9a0f08; border:none; font-family:'Century Gothic', Arial, Helvetica, sans-serif; color:#000; text-align:center; font-size:16px; font-weight:normal; text-transform:uppercase; color:#fff; cursor:pointer; margin-left:5px; padding:0 5px 3px 5px; margin-top:-5px}
.newsletter #sidebar .widget_newsletter form input[type=submit] { background:url(images/submit.png) no-repeat 0 -40px; color:#404040;}
.newsletter #sidebar .widget_newsletter form input[type=submit]:hover {background:url(images/submit.png) no-repeat 0 0; color:#fff; }

.newsletter #sidebar .widget_newsletter form input[type=submit], .newsletter #sidebar .widget_newsletter form input[type=submit]:hover{ display:block; height:40px; width:86px; font-family:Calibri, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration:none;}
/* End newsleter */


.submit2, .submit2:hover{ float:right;  margin:10px 0 10px 10px; border:none; display:block; height:40px; width:86px; font-weight:bold;  font-size:14px; text-decoration:none; padding:0;} 
.submit2 {background:url(images/submit.png) no-repeat 0 -40px; color:#062450; }
.submit2:hover{ background:url(images/submit.png) no-repeat 0 0; color:#fff;} 

.submit3, .submit3:hover{ float:right;  margin:10px 0 10px 10px; border:none; display:block; height:40px; width:120px; font-weight:bold;  font-size:14px; text-decoration:none; padding:0;} 
.submit3 {background:url(images/submit.png) no-repeat 0 -40px; color:#062450; }
.submit3:hover{ background:url(images/submit.png) no-repeat 0 0; color:#fff;} 


.get-in-touch { width:190px; margin-right:10px; margin-top:0; float:left}
.get-in-touch span {float:left;font-family:'Calibri', Arial, Helvetica, sans-serif; color:#3a73c5; font-size:24px; text-transform:uppercase; padding:0; margin-top:20px} 
.get-in-touch ul { float:left; margin-top:-30px; width:180px; margin-left:150px; *margin-left:190px}
.get-in-touch ul li {float:left; list-style-type:none; margin-left:3px;}
.get-in-touch ul li a, .get-in-touch ul li a:hover {width:37px; height:36px; display:block; font-size:0.000000000001em; text-align:left; vertical-align:top;color:#fff;}
#facebook {background: url(images/get-in-touch.png) no-repeat 0 -36px;}
#facebook:hover{background: url(images/get-in-touch.png) no-repeat 0 0;}


#twitter {background: url(images/get-in-touch.png) no-repeat -39px -36px;}
#twitter:hover  {background: url(images/get-in-touch.png) no-repeat -39px 0;}

#rss {background: url(images/get-in-touch.png) no-repeat -78px -36px; width:36px}
#rss:hover {background: url(images/get-in-touch.png) no-repeat -78px 0;}

#ques {background: url(images/get-in-touch.png) no-repeat -116px -36px; width:40px}
#ques:hover {background: url(images/get-in-touch.png) no-repeat -116px 0;}

.bottomtext{ font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#5b5c5b; padding:90px 0 0 0; font-weight:bold; }
.bottomtext a{ color:#5b5c5b; text-decoration:none}
.bottomtext a:hover{ color:#5b5c5b; text-decoration:underline}
.state{ width:150px; background-color:#F9F9F9; font-weight:bold}
.prereg{ font-family:'Calibri', Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#333333; text-align:center}
.preregbutton a, .preregbutton a:hover{ margin:10px 0 10px 160px; border:none; display:block; height:66px; width:349px; font-weight:bold;  font-size:32px; text-decoration:none; padding:0; text-shadow:#000000 1px 1px; padding:19px 0 0 0; } 
.preregbutton a {background:url(images/preregButton.png) no-repeat 0 -86px; color:#fff; }
.preregbutton a:hover{ background:url(images/preregButton.png) no-repeat 0 0; color:#fff;} 
/* End captions */

.contact {width:193px; height:31px; display:block; float:right; margin:10px 0 10px 0;}
.contact a, .contact a:hover {width:193px; height:31px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; font-size:13px; padding-left:40px; text-align:left; line-height:31px; text-decoration:none;}
.contact a {background:url(images/contact.png) no-repeat 0 0; color:#006}
.contact a:hover {background:url(images/contact.png) no-repeat 0 -31px; color:#fff;} 

.entry ul li {list-style-type:disc; padding:0 0 0 10px}
.entry ul li:first-line {padding-left:10px;}


/* "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." */
	
	

