
/*********************************************************************
	
	Sesame Communications - (c) 2010
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited
	
*********************************************************************/

/*********************************************************************
	Reset
*********************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
@font-face {
 font-family: 'SoutaneRegular';
 src: url('../fonts/soutane_.eot');
 src: local('Soutane'), local('Soutane'), url('../fonts/soutane_.woff') format('woff'), url('../fonts/soutane_.ttf') format('truetype'), url('../fonts/soutane_.svg#webfont') format('svg');
}

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5;
	margin:0;
	background: #fff url(../images/body-background.jpg) top center repeat-x;
	color: #000000;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

a img {
	border:none;
}

a {
	outline: none;
	color: #4d7aac;
}

h1 {
	margin-bottom: 40px;
	font-size: 34px;
	color:#002e61;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'SoutaneRegular', sans-serif;
}

h1 sup {
	font-size: 12px;
	position:relative;
	top:-13px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #61116b;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color:#4d7aac;
}

hr {
	background: #ea7c01;
	height: 1px;
	border: none;
	clear:both;
	margin: 0 0 15px;
}

p {
	margin-bottom: 20px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

p.small {
	font-size: 9px;
}

.maps {
	margin:0 0 30px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
	border:2px solid #682E57;
}

.right_noborder {
	float: right;
	margin: 0 0 20px 20px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
	border:2px solid #682E57;
}

/*********************************************************************
	IE6 upgrade alert
*********************************************************************/

#ie_alert {
	display: none;
	background-color: #fff;
	width: 400px;
	color: #333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	border: solid 2px #a52003;
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 10px;
}

#ie_alert ul {
	margin: 0 0 15px 25px;
}

#ie_alert p {
	margin: 0 0 15px 0;
	line-height: 14px;
	padding: 0;
}

a.upgrade {
	float: left;
	margin: 0 10px 0 0;
}

span#ie_alert_reasons {
	color: #a52003;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/
a#home {
	background-image:url(../images/nav/home.jpg);
	width:103px;
}

a#contact-us {
	background-image:url(../images/nav/contact-us.jpg);
	width:130px;
}

a#patient-login {
	background-image:url(../images/nav/patient-login.jpg);
	width:142px;
}

a#doctor-login {
	background-image:url(../images/nav/doctor-login.jpg);
	width:137px;
}

a#visit-our-belconnen-site {
	background-image:url(../images/nav/visit-our-other-site.jpg);
	width:227px;
}

a#meet-the-team {
	background-image:url(../images/nav/meet-the-team.jpg);
	height: 44px;
}

a#for-new-patients {
	background-image:url(../images/nav/for-new-patients.jpg);
	height: 43px;
}

a#about-orthodontics {
	background-image:url(../images/nav/about-orthodontics.jpg);
	height: 44px;
}

a#about-braces {
	background-image:url(../images/nav/braces-101.jpg);
	height: 43px;
}

a#orthodontic-treatments {
	background-image:url(../images/nav/orthodontic-treatments.jpg);
	height: 43px;
}

a#first-aid {
	background-image:url(../images/nav/first-aid.jpg);
	height: 43px;
}

/*********************************************************************
	Structure
*********************************************************************/

#container, .container {
	width:980px;
	margin:0 auto;
}

#container {
	position:relative;
}

.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	display: block;
	height:150px;
	width:980px;
	margin: 0;
}

#logo, #logo a {
	height:118px;
	width:241px;
}

#logo {
	left:0;
	position:absolute;
	top:25px;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo.jpg) top left no-repeat;
}

/*********************************************************************
	Content
*********************************************************************/
#bd {
	float: left;
	width:980px;
}

#content {
	background: url(../images/content-background.jpg) top left no-repeat;
	float:left;
	margin:286px 0 20px;
	min-height:410px;
	padding:30px 53px 40px;
	width:640px;
}

#content a {
	color:#4d7aac;
	text-decoration: none;
}

#content ul {
	margin:0 0 20px 30px;
}

#content .sub_nav, #content .sub_nav a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
}

#content .sub_nav a:hover {
	color:#749ece;
	text-decoration:underline;
	cursor:default;
}

#content .sub_nav a.active {
	color:#749ece;
	cursor:default;
}

/*********************************************************************
	Page Specific Styles
*********************************************************************/

img.border, img.auto {
	border:1px solid #FCE971;
}

img.auto {
	float: right;
	margin: 0 0 0 15px
}

#main-image-box {
	height:302px;
	position:absolute;
	right:0;
	top:128px;
	width:733px;
}

#slideshow-home {
	background: url(../images/center-image/blank.jpg) top left no-repeat;
	height:302px;
	position:absolute;
	right:0;
	top:128px;
	width:733px;
}

.site-map #content ul {
	margin:0 0 20px 20px;
	list-style: none;
	font-weight: bold;
}

.site-map #content ul li a {
	font-style: normal;
	text-decoration: underline;
	color:#000;
}

.site-map #content ul li a:hover {
	text-decoration: none;
}

.site-map #content ul li ul {
	font-weight: normal;
	list-style: none
}

.site-map .column {
	width:32%;
	float: left;
}

/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
	background: url(../images/sidebar-background.jpg) top left no-repeat;
	height:434px;
	margin:0;
	position:absolute;
	right:0;
	top:445px;
	width:242px;
}

.address {
	color:#404040;
	font-size:16px;
	line-height:1.1em;
	margin:0 0 20px;
	padding:12px 0 0 48px;
	text-align:left;
}
#social-icons {
	margin-left:55px;
}
#social-icons H3 {
	margin-bottom:3px;
}
#wp-sidebar {
	margin-left:30px;
	width:175px;
}
.contacts {
	color:#404040;
	font-size:10px;
	margin:345px 0 20px;
	padding:12px 0 0 48px;
	text-align:left;
}

.contacts strong {
	color:#002a5b;
	font-size: 14px;
}

/*********************************************************************
	Navigation
*********************************************************************/

#nav {
	display:block;
	height:261px;
	left:0px;
	position:absolute;
	top:150px;
	width:247px;
	z-index:9;
	clear:both;
}

#nav a {
	display: block;
	overflow: hidden;
	text-align: left;
	width: 247px; /* w */
	text-indent: -999em;
}

#nav ul {
	width: 247px;
	list-style: none;
	margin: 0;
}

#nav li {
	display: block;
	float: left;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: -247px 0;
} /* -w */

#nav li.active a {
	background-position: -247px 0;
} /* -2w */

#nav li.active a:hover, #nav li.active:hover a {
	background-position: -247px 0;
} /* -3w */

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	left: -9999px;
	position: absolute;
	width: 220px;
	z-index: 10;
	padding: 1px 0;
	background: #002e63;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li ul a {
	color: #fff;
	font-size: 12px;
	padding: 8px 0;
	text-decoration: none;
	text-indent: 15px;
	width: 220px;
	height: 20px;
	border-bottom: 1px solid #154276;
}

#nav li ul a:hover {
	color: #7fa9d7;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	left: 0;
	margin: -35px 0 0 247px; /* margin: -h 0 0 w */
}

/*********************************************************************
	Utility Navigation
*********************************************************************/
	
#util a {
	display: block;
	height: 37px;
	outline: none;
	overflow: hidden;
	text-indent: -999em;
}

#util {
	height:37px;
	position:absolute;
	right:0;
	top:21px;
	width:739px;
	z-index:8;
}

#util ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:739px;
}

#util li {
	float:left;
	margin: 0;
	background: none;
	padding: 0;
}

#util a:hover, #util li:hover a, #util li.sfhover a {
	background-position: 0 -37px;
}

#util li.active a {
	background-position: 0 -74px;
}

#util li.active a:hover, #util li.active:hover a, #util li.active.sfhover a {
	background-position: 0 -37px;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background:#161A1D url(../images/footer-background.jpg) top center repeat-x;
	padding:0;
	width:100%;
	margin:0;
	float:left;
	clear:both;
	text-align: center;
}

#ft p {
	color:#FFF;
}

.footer-content {
	margin:10px auto 0;
	width:980px;
	background: url(../images/footer-content-background.jpg) top left no-repeat;
	height: 230px;
}

.footer-content .footer-column1,.footer-content .footer-column2 {
	float:left;
	margin:58px 0 0 55px;
	width:170px;
}
.footer-content .footer-column3 {
	float:left;
	margin:58px 0 0 78px;
	width:147px;
}
.footer-content .footer-column4 {
	float:left;
	margin:58px 0 0 78px;
	width:220px;
}


#ft .sesame {
	text-align: center;
}

#ft a {
	clear:both;
	color:#FFFFFF;
	display:block;
	float:left;
	text-decoration: none;
	margin-bottom: 5px;
}

#ft a:hover, #ft .sesame a:hover {
	color: #fff;
	text-decoration: underline;
}

#ft .sesame a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

/*********************************************************************
	Sesame CSS
*********************************************************************/

img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
	border:2px solid #682E57;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
	border:2px solid #682E57;
}

img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border:2px solid #682E57;
}

img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border:2px solid #682E57;
}

p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}

.clear {
	clear: both;
}

/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #eee; /* Customize me! */
	border: solid 1px #eee; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: both;
}

/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #eee;
	border: solid 1px #eee;
	border-width: 1px 0 0 0;
	clear: both;
}

/* Clear Fix */
.clear {
	clear: both;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
} /*this trips hasLayout for ie7*/

.cf {
	display: block;
} /*this returns it back to normal*/

* html .cf {
	height: 1px;
}

div.box {
	color:#FFF;
	font-weight: bold;
	float: right;
	clear: right;
	width: 334px;
	background-color: #749ece; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #333; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
}

div.box img {
	float: left;
	border: solid 1px #333; /* Customize me! */
	margin-right: 5px;
}

div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

/* In-Ovation */
div.comparison {
	background: #fff;
	border: 1px solid #a0b606;
	display: inline-block;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}

div.comparison div {
	float: left;
	width: 49%;
}

#video-in-ovation {
	width: 320px;
	height: 266px;
}

/* Emergency Care */
ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;
}

ul#toggle-emergency li {
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	padding: 1em 0;
	margin: 0;
}

.general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.left-border {
	border: solid 1px #333;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;
}

/* games */
ul#sesame-games {
	list-style: none;
	margin: 0 0 27px;
	padding: 0
}

ul#sesame-games li {
	width: 187px;
	height: 79px;
	border: 1px solid #1e3554;/* add hex color to change border color; defaults to BODY Font Color*/
	float: left;
	margin: 18px 9px 0;
	overflow: hidden;
	position: relative;
	background: #603329;
}

ul#sesame-games li p {
	font-size: 11px;
	color: #fff;
	margin: 9px;
	position: relative;
}

ul#sesame-games li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 187px;
	height: 79px;
}

ul#sesame-games a img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 187px;
	display: block;
}

/* suresmile */
p.small {
	font-size: 10px;
}

div.learn-more {
	background-color: #fff;
	color: #036;
	width: 50%;
	border: solid 1px #fff;
	padding: 0;
	margin: 15px 18px 15px 15px;
	float: right;
}

div.learn-more a {
	color: #036;
}

.learn-more h3 {
	background-color: #97AFC2;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
}

.learn-more p {
	padding: 0;
	margin: 0 0 10px 0;
}

#video-suresmile {
	width: 320px;
	height: 206px;
}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}

fieldset {
	border: 0;
	padding: 9px 0;
	margin: 0 18px;
}

fieldset h2 {
	margin: 0 0 9px;
}

fieldset p {
	margin: 0 0 18px;
}

fieldset p.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

fieldset dl {
}

fieldset dl dt {
	font-size: 16px;
	clear: both;
	margin: 9px 0 0;
}

fieldset dd ul {
	margin: 9px 0;
}

fieldset dd ul li, fieldset dd ol li {
	list-style: none;
}

fieldset dd li {
	clear: both;
	margin: 3px 0;
	padding: 5px 0 4px 10%;
	overflow: auto;
	height: auto;
	position: relative;
}

fieldset dd li:hover {
	background: #d5e0eb;/* customize me - this is the hover color change of li */
}

fieldset dd li input:hover, fieldset dd li input:focus,  fieldset dd li select:hover, fieldset dd li select:focus,  fieldset dd li textarea:hover, fieldset dd li textarea:focus {
	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
	outline-color: #537197;/* customize me */
}

fieldset li h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

fieldset li div {
	float: left;
	display: inline-block;
	width: 40%;
	position: relative;
	padding-right: 5%;
}

fieldset li div.input-street {
	width: 85%;
}

fieldset li div.input-city {
	width: 60%;
}

fieldset li div.input-full-name {
	width: 85%;
}

fieldset li div.input-phone-full {
	width: 85%;
}

fieldset li div.input-email {
	width: 85%;
}

fieldset li div.input-zip {
	width: 20%;
}

fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {
	width: 85%;
}

fieldset li div.radio input {
	border: none;
}

fieldset li div.radio label {
	padding-right: 9px;
	font-size: 90%;
}

/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {
	width: 85%;
}

fieldset li div.input-comments {
	width: 85%;
}

li div.input-comments textarea {
	height: 63px;
	overflow: auto;
}

fieldset li div.input-captcha {
	width: 50%;
}

fieldset li div.verification {
	width: 35%;
}

li div.verification img {
	border: 1px solid;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div label {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 80%;
	color: #537197;/*override to match site*/
}

fieldset li div input, fieldset li div textarea, fieldset li div select {
	display: block;
	line-height: 18px;
	width: 100%;
	border: 1px solid;
	padding: 4px 0 3px;
	text-indent: 4px;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div select {
	height: 25px;
}

fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}

fieldset li div div {
	width: 100%;
}

fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	display: block;
	width: 125px;
	height: 34px;
	text-align: center;
	margin: 0;
	background:#61116a;/* customize me! */
	border: 1px solid #61116a;
	line-height: 34px;
	color:#fff;/* customize me! */
	font-size:12px;
	font-weight:bold;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
	font-size: 150%;
	color: #537197;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}

/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {
	width: 40%;
}

/* JQuery */
	input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}

div.error {
	background: url(../images/validate_error.gif) 0 0 no-repeat;
	color: #a52003;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

div.success {
	background: url(../images/validate_ok.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

.contact-form div.error, .contact-form div.success {
	margin-left: 0;
}
/* GALLERY LIST */
/* IMPORTANT - This prevents a flash of unstyled content */
#gallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #fff; border: 1px solid #333; padding: 10px; margin: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

/* LOADING BOX */
.loader { background: url(../images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 25px; padding: 0 10px; } /* Change height to 0 if no captions are required */

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #fff; font-size: 12px; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* margin will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
/*
Theme Name: Sesame Search 2.0
Theme URI: http://www.sesamesearch.com/
Description: On-site blogging with Sesame Search 2.0
Author: Sesame Communications
*/
em, i {
	font-style:italic;
}

#wp {
	padding-bottom:.5em;
}

#wp a {
	font-size:inherit;
}

#wp h1 {
	font-size:22px;
	padding:.5em 0 0;
	line-height:1.25em;
}

#wp h2 a, #wp h3 a {
	text-decoration:none;
	color:inherit;
}

#wp h2 {
	padding-bottom:0.5em;
	background:transparent;
	font-size:18px;
}

#wp p {
	line-height:1.5em;
}

#wp p.postmetadata {
	line-height:1.25em;
	padding-bottom:3em;
}

#wp img {
	padding: 0;
	max-width: 100%;
}

#wp * img {
	padding:0px;
}

#wp img.aligncenter {
	display: block;
	margin: 6px auto;
}

#wp img.alignright {
	margin: 0 0 6px 12px;
	display: inline;
	float:right;
}

#wp img.alignleft {
	margin: 0 12px 6px 0;
	display: inline;
	float:left;
}
	
#wp div.navigation {
	padding-bottom:1em;
	clear: both;
	height:1.5em;
}

#wp div.navigation .alignleft {
	float:left;
}

#wp div.navigation .alignright {
	float:right;
}

#wp div.post {
	display:block;
	margin-bottom:36px;
}

#wp li,
#wp ul,
#wp ol {
	list-style:none;
}

#wp-sidebar {
	padding:0;
}

#wp-sidebar h3 {
	margin:0.5em 0;
	padding:0;
	line-height:1em;
}

#wp-sidebar p {
	margin:6px 0;
	line-height:1.5em;
}

#wp-sidebar ul {
	margin:0.5em 0 0;
	padding:0;
}

#wp-sidebar ul li {
	margin:0 12px;
	list-style:none;
}

.blogger-post-footer {
	display:none;
}

#wp-sidebar select {
	margin-bottom:12px;
}

#wp-sidebar legend, #wp legend {
	margin:0;
}

#wp-sidebar fieldset, #wp fieldset {
	border:none;
	margin:0;
	padding:0;
}

.searchbox {
	display:block;
	margin:6px 0;
	width:100%;
}

.searchsubmit {
	margin:0 0 6px;
}

#wp-sidebar * {
	padding:0;
}