/*
 Theme Name: MLasik Custom Theme
 Description: Custom Wordpress theme for Millenium Lasik Center
 */
/* Begin Typography & Colors */
body {
    background: url('images/body-bg.png');
    color: #333;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
}

#page {
    background-color: white;
    text-align: left;
}

#header {
}

#content {
}

small {
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    list-style-position: outside;
}

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

.sticky {
    margin: 7px 0 0 0;
	overflow: hidden;
    width: 475px;
}

.sticky h2 {
    background: url('images/body-header.png');
    color: #8a8a8a !important;
    font-size: 12px !important;
    height: 17px;
    padding-left: 7px;
}

.sticky .entry table {
	position: relative;
	left: -7px;
}

.sticky .entry td {
	background-color: #9ECEF4;
	color: #5C6061;
	font-size: 10px;
	line-height: 123%;
	text-align: left;
	width: 155px;
}

.sticky .entry td img {
	clear: both;
	display: block;
	margin: 4px 0;
}

.sticky .entry td span {
	display: block;
	padding: 0 4px;
}

.sticky .entry td strong {
	color: #000;
}

.sticky .entry td em {
    background: #D1E6F9 url('images/testimonial-bottom.jpg') bottom left no-repeat;
	border-top: 1px #fff solid;
	color: #5B5F62;
	display: block;
	font-size: 9px;
	margin-top: 5px;
	overflow: hidden;
	padding: 4px;
	height: 46px;
	font-style: normal;
}

ul#nav {
	clear: both;
	overflow: hidden;
}

ul#nav li {
	background: #c2c2c2 url('images/tab-tr.gif') top right no-repeat;
	display: inline;
	float: left;
	height: 30px;
	margin-right: 1px;
}

ul#nav li a {
	background: url('images/tab-tl.gif') top left no-repeat;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 8px 10px 10px;
	text-transform: uppercase;
}

ul#nav .active {
	background-color: #e6e6e6;
}

ul#nav .active a {
	color: #8a8a8a !important;
}

#posts {
	background: #e6e6e6;
	clear: both;
	padding: 20px;
}

#homesidebanner {
    float: right;
    margin-top: 7px;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* End Typography & Colors */
/* Begin Structure */
body {
    margin: 0 0 20px 0;
}

#page {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 955px;
}

#header {
    height: 98px;
    width: 955px;
}

#content {
    float: left;
    margin: 7px 0 7px 7px;
    width: 661px;
}

.post {
    text-align: justify;
}

.post hr {
    display: block;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 955px;
    clear: both;
}

#footer p {
    color: #71706C;
    margin: 0;
    padding-top: 45px;
    text-align: center;
}

/* End Structure */
/*	Begin Headers */
h1, h2, h3 {
    margin: 0;
}

.post h2 {
	clear: both;
    color: #4387B6;
    font-size: 14px;
}

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

/* End Entry Lists */
/* Begin Form Elements */
/* End Form Elements */
/* Begin Sidebar */
#sidebar {
    margin: 7px 0 0 675px;
    width: 272px;
}

li.form {
    background: #4284B6 url('images/form-header.png') top left no-repeat;
    margin: 3px 0 7px;
    padding: 20px;
}

li.form h2 {
	border-bottom: 1px dashed #fff;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 17px;
	font-weight: normal;
    height: 32px;
	margin: 0 0 10px;
	padding: 0 0 14px;
}

li.widget {
    background: #4284B6 url('images/sidebar-header.png') top left no-repeat;
    color: #fff;
    margin-bottom: 7px;
    padding: 10px;
}

li.widget h2 {
    font-family: arial, sans-serif;
    font-size: 12px;
    height: 32px;
    text-transform: uppercase;
}

li.widget li {
    background: url('images/bullet.png') 6px left no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
}

li.widget a {
    color: #fff;
    font-weight: bold;
}

li.widget li a:visited {
    color: #A5D6FF;
}

/* End Sidebar */
/* 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;
}

/* End captions */
#ckformcontainer {
    width: 100%;
}

.cktooltip {
    background-color: #FFFF99;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
}

#cktooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 3px;
    opacity: 0.85;
    font-size: 11px;
    color: #333333;
}

#cktooltip h3 {
    font-size: 12px !important;
}

#cktooltip h3, #cktooltip div {
    margin: 0;
}

.ckform_tooltip {
    margin-top: 12px;
    margin-left: 5px;
}

#ckform {
    overflow: hidden;
}

#ckform p {
    margin: 0;
}

#ckform div.error {
    clear: both;
    color: #f00 !important;
    font-style: italic;
    display: none;
    padding: 0px !important;
}

#ckform div.error .ckCSSFloatLeft {
    width: 20%;
}

#ckform .ckCSSinputnormal, #ckform .ckCSSinputnowidth {
    background: #eee;
    border: 1px solid #c6c6c6;
    border-color: #fff #6DA1C6 #B3CEE1 #D2E2EF;
	margin: 2px 0;
    padding: 2px;
	width: 146px;
}

#ckform .ckCSSinputnowidth {
	width: auto;
	}

#ckform .ckCSSselect {
	width: 152px;
}

#ckform textarea {
    border-width: 4px !important;
    width: 678px;
}

.list #ckform textarea {
    width: 694px;
}

#ckform input.error, #ckform textarea.error {
    border: 1px dotted #f00 !important;
}

/* CSS layout */
.ckCSSlabel {
    color: #fff;
    display: block;
    float: left;
    margin: 3px 0 0;
    width: 80px;
}

.ckCSScenter {
    text-align: center !important;
    margin-top: 10px !important;
}

#submit_bt {
    background: #20304A;
    border: 0;
    clear: both;
    color: #fff !important;
    cursor: pointer;
    display: block;
    height: 21px;
    margin: 0 auto;
    text-align: center;
    width: 58px;
}

.newLine {
    clear: left;
}

span.ckform_tooltip {
    font-size: 10px !important;
    margin-left: 0 0 0 11px !important;
    width: 49%;
}

.ckform_checkbox {
    float: left;
    margin-right: 4px;
}
