/*  
Theme Name: Oregon Cosmetic Laser
Theme URI: http://www.getwordpressed.com/
Description: customized theme by <a href="https://www.getwordpressed.com">Get WordPressed</a>.
Author: GetWordpress
Author URI: http://www.getwordpressed.com/
Version: 1.0 */

/* Begin Typography & Colors */
body {
background-color: #fff;
background-image: url('images/flower.jpg');
background-repeat:no-repeat;
background-position:top right;
color: #4e4e4e;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}

#wrapper {
text-align: left;
width: 980px;
margin: 0 auto;
}

#header {
text-align: left;
width: 980px;
margin: 0 auto;
height: 208px;
}

#border {
background-color: #fff;
background-image: url('images/background.jpg');
background-repeat: repeat-x;
height: 12px;
width: 100%;
}

#logo {
padding-top: 30px;
}

.content {
width: 570px;
float: left;
}

.content li {
list-style-image: url('images/bullet.jpg');
list-style-type: disc;
line-height: 20px;
}

#main {
}

.clear {
clear: both;
}

a {
color: #935989;
text-decoration: none;
}

a:hover {
color: #cb638f;
}

.sidebar {
margin: 0;
padding: 0;
text-align: left;
}

#left {
width: 230px;
}

#right {
width: 160px;
}

#right li, #left li {
padding-bottom: 3px;
}

.sidebar li li {
padding-left: 10px;
}

#left {
float: left;
}

#right {
float: right;
}

.sidebar ul, .sidebar li {
list-style-type: none;
padding: 0;
margin: 0;
}

img {
border: 0;
}

.alignright {
float: right;
padding-left: 8px;
}

.alignleft {
float: left;
padding-right: 8px;
}

.widget {
padding-bottom: 15px;
}

h1, h2, h3 {
font-weight: bold;
color: #935989;
margin: 0;
padding: 0;
font-size: 14px;
}

#footer {
text-align: center;
margin-top: 15px;
font-size: 10px;
}

.contactus-cta {
background-image: url('images/cta.jpg');
background-repeat: no-repeat;
background-position: center;
text-align: center;
width: 150px;
height: 139px;
color: #935989;
font-size: 14px;
line-height: 16px;
#padding-top: 20px;
}

.singlepostmetadata {
font-size: 10px;
}

/* navigation menu */
.jqueryslidemenu{
font: bold 10px Verdana;
background-color: #fff;
clear: both;
margin: 25px 0 0 20px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: #fff;
}

.jqueryslidemenu a {
color: #4e4e4e;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #fff;
background-image: url('images/nav-center.jpg');
background-repeat:repeat-x;
height: 30px;
font-size: 13px;
}

#nav-left {
position: relative;
display: inline;
float: left;
background-color: #fff;
background-image: url('images/nav-left.jpg');
background-repeat: no-repeat;
height: 30px;
width: 13px;
}

#nav-right {
position: relative;
display: inline;
float: left;
background-color: #fff;
background-image: url('images/nav-right.jpg');
background-repeat: no-repeat;
height: 30px;
width: 13px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 8px 10px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
}

.jqueryslidemenu ul li a:hover{
background: #E9A5EF; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color: #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-color: #fff;
background-image: none;
height: 20px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-weight: normal;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #E9A5EF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}