/*
Theme Name: Lasik Specialist
*/
/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typographical Basline */

/**
 * SenCSS - Sensible Standards CSS framework
 *
 * Copyright (c) 2008-2010 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information and changelogs.
 * Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 *
 */
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  display:block;
}
body{
  background:#fff;
  color:#000;
  font:75%/2em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
  position:relative;
}
textarea{
  font:101%/2em Arial, Helvetica, "DejaVu Sans",  "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}
/* Baseline and common looks - Sets a vertical rhythm and styles the different elements.
 */
a{
  text-decoration:underline;
  border:0;
}
a:hover,a:focus{
  text-decoration:none;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
  *line-height:1.5;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0 0 1.5em;
}
dt{
  font-weight:700;
}
dd{
  margin-left:1.5em;

}
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
}
h1{
  font-size:2em;
  margin:0 0 0.75em;
}
h2{
  font-size:1.5em;
  margin:0 0 1em;
}
h3{
  font-size:1.1666em;
  margin:0 0 1.286em;
}
h4{
  font-size:1em;
  margin:0 0 1.5em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1.8em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}
img{
  display:inline-block;
  vertical-align:text-bottom;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.5em;
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
  font-weight:700;
}
ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul,li ol{
  padding:0;
  margin:0 0 1.5em 1.5em;
}
table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
}
caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
td{
  border:1px solid #000;
  padding:0.333em;
  vertical-align:middle;
}
th{
  font-weight:700;
  padding:0.333em;
  vertical-align:middle;
}
button{
  -x-system-font: none;
  cursor:pointer;
  display:block;
  font-size:0.99em;
  height:2em;
  line-height:1.5em;
  margin:0.8em 0 0;
  *margin:1.75em 0 0;
  padding:0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset{
  border:0;
  margin:0 0 1.5em;
  position:relative;
  padding:1.5em 0 0;
}
fieldset fieldset{
  clear:both;
  margin:0 0 0.75em;
  padding:0 0 0 1.5em;
}
input{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  font-size:1em;
  height:2.25em;
  *height:1.5em;
  line-height:1.5em;
  padding:0.29em 0;
  width:100%;
  margin:0 0 0.75em;
}
input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc;
}
textarea{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  margin:0;
  padding:0.29em 0;
  width:100%;
}
select{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  margin-bottom:0.75em;
  padding:0.25em;
  height:2.25em;
}
optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}
label{
  cursor:pointer;
  display:block;
  height:1.5em;
  *height:auto;
  *line-height:1.4em;
  margin:0;
  padding:0;
  width:100%;
}
label input{
  background:0;
  border:0;
  height:1em;
  *height:1.5em;
  line-height:1.5em;
  margin:0 0.5em 0 0;
  padding:0;
  width:auto;
}
legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}
.error{
  background:#fee;
  border:1px solid red;
  margin:1.5em;
  padding:0.666em;
}
.notice{
  background:#eef;
  border:1px solid #00f;
  margin:1.5em;
  padding:0.666em;
}
.success{
  background:#efe;
  border:1px solid #0f0;
  margin:1.5em;
  padding:0.666em;
}
.warning{
  background:#ffe;
  border:1px solid #ff0;
  margin:1.5em;
  padding:0.666em;
}
.left{
	float: left;
	overflow: hidden;
}
.right{
	float: right;
	overflow: hidden;
}

.clear { clear: both;}

/* Site Specific */
body{
	background:#8facdd;
	background-image: url('http://www.lasikspecialistsbloomington.com/wp-content/themes/indianapolis/blueBg.gif');
	background-repeat:repeat-x;
	text-align: center;
	min-width: 978px;
}

#wrapper{
	width: 978px;
	color: #333;
	margin: 0 auto;
}

#header{
	height: 100px;
	width: 100%;
	color: #eee;
}

a:link {color:#fff; text-decoration: none;}
a:visited {color:#fff; text-decoration: none;}
a:hover {color:#aaa; text-decoration: underline;}
a:active {color:#aaa; text-decoration: underline;}

#header img{
	margin-top: 10px;
	width: 550px;
}

#header p{
	display: block;
	width: 403px;
	text-align: right;
	margin-top: 35px;
	padding-right: 25px;
}
#nav{
	width: 928px;
	height: 36px;
	font-size: 1.5em;
	margin-left: 25px;
	margin-right: 25px;
	background: #8facdd;
	margin-bottom: 0px;
	text-align: left;
}

#nav ul{
	list-style: none;
	padding-top: 10px;

}

#nav ul li{
	display: inline;
	padding-left: 80px; /* 112 */
}

#nav a:link {color:#444; text-decoration: none;}
#nav a:visited {color:#444; text-decoration: none;}
#nav a:hover {color:#000; text-decoration: underline;}
#nav a:active {color:#7c0000; text-decoration: underline;}

#contentArea{
	background-image: url('http://www.lasikspecialistsbloomington.com/wp-content/themes/indianapolis/contentSides.png');
	background-repeat: repeat-y;
	margin-top: -1px;
	margin-bottom: -14px;
	padding: 15px;
	text-align: left;
	z-index: 4;
	position: relative;
}

#panel {
    margin-bottom: 10px;
    margin-top: 12px;
    margin-left: 16px;
    cursor: default !important;
}

#leftSideContent{
	width: 150px;

}
#leftSideContent p, #leftSideContent ul , #leftSideContent img{
	padding: 0px;
}
#primaryContent{
	width: 958px;

}

#primaryContent p, #primaryContent h2{
	margin: 10px;
}



#primaryContent a:link {color:#FF0000; text-decoration: none;}
#primaryContent a:visited {color:#00FF00; text-decoration: none;}
#primaryContent a:hover {color:#FF00FF; text-decoration: underline;}
#primaryContent a:active {color:#0000FF; text-decoration: underline;}



#col1{
	display: block;
	width: 279px;
	background-image: url('http://www.lasikspecialistsbloomington.com/wp-content/themes/indianapolis/col1.png');
	margin-top: 15px;
	margin-left: 10px;
margin-bottom: 15px;
	padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
	height: 300px;
}
#col2{
	display: block;
	width: 279px;
	margin-top: 15px;
margin-bottom: 15px;
	padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
	height: 300px;
}
#col3{
	display: block;
	width: 279px;
	background-color: #f2f2ea;
	margin-top: 15px;
margin-bottom: 15px;
	padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
	height: 300px;
}

#col1 img, #col2 img, #col3 img{
      margin-bottom:  10px;
}

#col1 p, #col2 p, #col3 p{
     margin: 15px;
}

#rightSideContent{
	width: 300px;

}

#rightSideContent p, #rightSideContent ul , #rightSideContent img{
	padding: 20px;
}

.push {
	clear: both;
	height: 15px;
}
#footer{
	height: 200px;
	width: 100%;
	margin-top: -40px;
	background-color: #fffdef;
	background-image: url('http://www.lasikspecialistsbloomington.com/wp-content/themes/indianapolis/footerBar.gif');
	background-repeat: repeat-x;
	text-align: center;
	z-index: 0;
	position: relative;
}

#footer img{
	margin-top: 4px;
        margin-bottom: 10px;
	padding: 0px;
	border: 0px;
}
#footerContent{
	width: 978px;
        height: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #999;
}

#footer a:link {color:#444; text-decoration: none;}
#footer a:visited {color:#444; text-decoration: none;}
#footer a:hover {color:#000; text-decoration: underline;}
#footer a:active {color:#7c0000; text-decoration: underline;}

#copyright{
	font-size: 0.8em;
text-align: right;
}

#footAd, #sitemap{
	font-size: 1.2em;
}

.footCol{
	list-style: none;
	width: 315px;
}
/* Makes Wordpress Play Nice */
#content{ 
width: 918px;
margin-right: 20px;
margin-left: 20px;
padding: 20px;}

li.left {
list-style: none;
width: 300px;
}

#aberation {margin-left: 250px;}
#chart {margin-left: 237px;}
.location-img {margin: 30px; margin-left: 180px;}
#call{font-size: 2em;}
br .spacer {margin: 40px 0;}

.locationList {width: 400px; float: left;}
.map {float: right; padding: 15px; border: 1px solid #ccc;}
.mapItem {clear: both; float: left; width: 100%; margin: 20px 0px;}
.locationImage { clear: both; margin: 10px 100px 50px; padding: 10px 48px; border: 1px solid #ccc;}