/*
Theme Name: Salon Jula
Theme URI: http://www.wayup.nl
Description: Salon Jula Customized Theme.
Version: 1.0
Author: Wayup!
Author URI: http://www.wayup.nl
Tags: Salon Jula, Fixed Width, Customized Theme
*/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #4a565e;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: #f9f3db url(images/bg.jpg);
}
.wrap{
	/*width: 960px;*/
	margin: 0 auto;
	padding: 0;
  width: 90%;
}
#main{
	padding: 0;
	margin: 0;
	background: url(images/header.jpg) repeat-x;
}
img{
	margin: 0;
	border: none;
}
p{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
p img.left {
	float: left;
	margin: 5px 8px 8px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4d5a8;
}
p img.right {
	float: right;
	margin: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4d5a8;
}
h1,h2,h3,h4,h5,h6 {
	color: #262b23;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}
h1{
	color: #563f87;
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif, arial;
	font-size: 16px;
}
h2{
	color: #343434;
	font-family: "Lucida Grande", Arial;
	font-size: 16px;
}
h3{
	color: #5e6062;
	font-size: 14px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 10px;
}
h6{
	font-size: 8px;
}
/*	General Links			*/
a:link,a:active,a:visited,a:hover{
	text-shadow: 0px 0px #dee2e7;
	color: #543480;
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #311F4C;
}
/*	Search			*/ 
.search-box {
	width: 260px;
	margin: 0 0 50px 0px;
	padding: 0;
	float: right;
	display: block;
}
/* form inputs */
input, select, textarea, fieldset, label{
	font: 0.69em/normal Arial, Helvetica, sans-serif normal;
	border: 1px solid #939598;
	background-color: #FFFFFF;
}
input, select, textarea, fieldset, label{
	font: 0.69em/normal Arial, Helvetica, sans-serif normal;
}
label{
	border: none !important;
	background-color: transparent !important;
}
input[type="text"], input[type="password"],
textarea, select{
	background-color: #F5F7FF;
  border: 1px solid #5D3D89 !important;
  padding: 2px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
select{
  padding: 1px;
}
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus{
	background-color: #EAEDFE;
	border: 1px solid #5D3D89 !important;
}
/* Fuck! Internet Explorer */
.ie-inputs{
	background-color: #F5F7FF;
  border: 1px solid #5D3D89 !important;
  padding: 2px 3px;
}
.ie-inputs-focus{
	background-color: #EAEDFE;
	border: 1px solid #ADADAD;
}
input[type="button"], input[type="submit"]{
	padding: 1px 3px;
  font-size: 1.1em;
	background-color: #EAEDFE;
	border: 1px solid #5D3D89 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
button{
	cursor: pointer;
}
.ie-input-btn{
	padding: 1px 3px;
  font-size: 1.1em;
	background-color: #EAEDFE;
	border: 1px solid #5D3D89 !important;
}
form#searchform {
	margin: 0;
	padding: 0;
}
#s {
/*	width: 180px;
	float: left;
	background: url(images/searchbg.png) left top no-repeat;
	height: 28px;
	padding: 12px 10px 1px 15px;*/
  float: left;
	display: block;
	border: none;
	font-size: 1.1em;
	margin: 0 10px 0 0;
	outline: none;
}
input#sbutton {
/*	width: 45px;
	height: 38px;
	background: url(images/searchb.png) top right  no-repeat;
	text-indent: -9999px;*/
	border: none;
	cursor: pointer;
	margin: 0;
	outline: none;
  background: #B7A0D6 url(images/btn-bg.gif) scroll bottom center repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}
/*	Top      		*/ 
#top {
	margin: 0 0 6px 0;
	padding: 0;
  height: 114px;
  overflow: hidden;
}
/*	Header       		*/  
#header {
	margin: 0;
	height: 89px;
	padding: 0 10px;
}
#header h1{
	margin: 0;
	padding: 0;
	display: block;
	background: transparent url(images/logo.jpg) scroll no-repeat top center;
	height: 113px;
  width: 227px;
	text-indent: -9999px;
}
.head-left {
	float: left;
/*	width: 213px;*/
  position: relative;
  z-index: 999999;
  cursor: pointer;
}
.head-right {
	float: right;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #f1f1f1;
	text-align: right;
}
.head-right h2{
  color: #fcfbee;
  font-size: 20px;
  margin: 0;
}
/*	Nav       		*/
#nav{
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -12px;
}
#nav ul {
	margin: 0 10px 0 0;
	padding: 6px 0 5px 0;
	list-style: none;
	float: right;
	background: #B1ABB9;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: white;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 13px;
	border-left: 1px solid #C8C2D0;
	border-right: 1px solid #908A97;
	font-size: 14px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	text-decoration: underline;
	display: block;
	color: #fff;
}
.current_page_item a:link, .current_page_item a:visited, .current_page_item a:active {
	background-color: #dad7fd;
	text-decoration: underline;
	color: #dad8ff !important;
}
#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
}
#nav ul li ul li a:link, #nav ul li ul li a:active, #nav ul li ul li a:visited {
	text-decoration: underline;
	border-left: none;
	border-right: none;
/*	display: block;
	margin: 0;
	padding: 5px 13px;
  text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;*/
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*	Featured      		*/ 
#featured {
	background: url(images/fea-bg.jpg) repeat-x;
	height: 365px;
	padding: 15px 0 0 35px;
  text-align: left;
}
#featured h1 {
	font-size: 26px;
	line-height: 1.2em;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 10px;
}
#featured p{
	color: #706e64;
	font-size: 16px;
	text-align: left;
}
.fea {
	background: url(images/fea-img.jpg) no-repeat;
	padding: 10px;
	width: 400px;
	height: 335px;
	float: left;
	margin-right: 20px;
}
.fea img {
	padding: 31px 0 0 10px;
	height: 252px;
}
/* Featured Slider */
/*.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 355px;
	height: 335px;
	margin: 0;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 353px;
	margin: 0;
}*/
.more a{
	width: 214px;
	height: 47px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	margin-right: 15px;
	display: block;
	background: url(images/more.jpg) no-repeat;
}
/*	Container      		*/  
#container {
	padding: 0px;
	margin: 30px 0 0 0;
}
.clear{
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
/*	Left Container      		*/  
#left-container{
	width: 340px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #B1ABB9;
}
#left-container h3 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
.projects{
	background: #B1ABB9;
	padding: 5px;
	width: 305px;
	margin-top: 25px;
}
.projects img {
	margin: 6px 4px !important;
	width: 140px;
	height: 80px;
  border: 1px solid #543480 !important;
  padding: 0 !important;
}
/*	Right Container      		*/  
#right-container{
	/*width: 570px;*/
	float: right;
	margin-left: 18px;
	padding-left: 10px;
  width: 635px;
  #overflow: hidden;
}
#right-container h2{
	margin-top: 15px;
	font-weight: bold;
	color: #343434;
	font-family: "Lucida Grande", Arial;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 12px;
}
#right-container h3{
	color: #343434;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 3em;
	margin-bottom: -15px;
}
.welcome {
	margin-bottom: 20px;
	font-size: 13px;
}
.welcome ul li {
	list-style: disc;
	margin: 5px 0;
	padding: 3px 0;
}
.services {
  border-bottom: 2px solid #5C3F87;
  padding-bottom: 2px;
}
.service-articles {
	width: 320px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	line-height: 1%;
}
.service-articles p{
	margin: 0 0 0 60px;
	padding: 0;
}
.service-articles img {
	float: left;
	margin: 5px 5px 0 0;
}
.teaminfo h4 {
	margin-bottom: 10px;
}
.teaminfo {
	padding-top: 25px;
}
.teaminfo img {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #e4d5a8;
}
.port a{
	width: 214px;
	height: 47px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 60px;
	display: block;
	background: url(images/port.jpg) no-repeat;
}
.skill{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e4d5a8;
}
.skill ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
.skill ul li{
	margin: 4px 0;
	padding: 5px 20px;
	background: url(images/li.png) 2px no-repeat;
	list-style: none;
	float: left;
	width: 130px;
}
/*	Entry     		*/   
.entry {
	padding: 0 20px 20px 0;
	border-bottom: 1px dotted #5C3F87;
	margin: 0 0 20px 0;
}
.entry p{
	margin: 2px 0;
	padding: 2px 0;
}
.entry img {
	padding: 8px;
	overflow: hidden;
	border: 1px solid #e4d5a8;
}
.entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	color: #222;
}
.entry h2 a:hover {
	color: #000;
}
div#content .entry {
	padding: 0 20px 20px 0;
	border-bottom: none;
	margin: 0 0 20px 0;
}
div#content .post {
	padding: 0 20px 20px 0;
	border-bottom: 1px dotted #5C3F87;
	margin: 0 0 20px 0;
}
.postmeta {
	margin: 10px 0;
	padding: 0 0 5px 0;
}
.date {
	float: left;
}
.category {
	float: right;
}
p.posttag {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
}
/*	Portfolio      		*/  
#portfolio {
	margin-top: 30px;
	padding-top: 20px;
}
h1.port-head {
	font-size: 28px;
	margin: 0;
	text-align: right;
	padding: 0;
	line-height: 1.05em;
}
.port-article{
	width: 320px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
}
.port-article img, .port-article h2, .port-article p{
	padding-left: 10px;
}
/*	Main Contact Form			*/ 
.main-contact-form form {
	padding: 0;
	margin: 20px 0 0 0;
}
.main-contact-form form p{
	margin: 0 0 10px 0;
	padding: 0;
}
.main-contact-form fieldset {
	border: 1px solid #e4d5a8;
	margin: 0 0 0 0;
	padding: 7px 0 0 15px;
}
.main-contact-form input, .main-contact-form textarea, a {
	outline: none;
}
.main-contact-form input {
	width: 200px;
	margin: 2px 0 6px 0;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: none;
	border-right: none;
	background: #fff;
	height: 18px;
	font-size: 12px;
	padding: 3px 0 3px 5px;
	color: #222;
}
.main-contact-form select {
	width: 208px;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.main-contact-form label {
	display: block;
	font-size: small;
	float: left;
	margin: 0 10px 0 0;
	padding: 7px 0 0 0;
	width: 90px;
}
.main-contact-form textarea {
	width: 300px;
	height: 150px;
	display: block;
	border: 1px solid #bbb;
	background: #fff;
	margin: 6px 0 0 0;
	padding: 5px 0 0 5px;
	font-size: small;
	color: #111;
}
.main-contact-form input.submit {
	color: #000;
	height: 30px;
	margin: 10px 0 0 100px;
	width: 90px;
	border: 1px solid #bbb;
}
#left-container .contact-detailes h3{
	margin-bottom: 20px;
}
.contact-detailes img {
	margin-bottom: 22px;
}
/*	Comment Box		*/ 
#comment-box{
/*	border-bottom: 1px dotted #e4d5a8;*/
}
#comment-box h3{
	font-size: 20px;
	padding: 5px 0 10px 0;
	display: block;
}
form p{
	margin: 0 0 5px 0;
	padding: 0;
}
#comment-box input {
	width: 220px;
	margin: 2px 0 10px 0;
	border-top: 1px solid #e4d5a8;
	border-left: 1px solid #e4d5a8;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 20px;
	font-size: 12px;
	color: #000;
	padding: 5px 0 0 5px;
}
#comment-box label {
	display: block;
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#comment-box textarea {
	width: 350px;
	height: 150px;
	display: block;
	border: 1px solid #e4d5a8;
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: small;
	color: #000;
}
input#submit-comment{
	font-size: small;
	font-weight: bold;
	color: #000;
	width: 155px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #e4d5a8;
	background: #fff;
}
ol.commentlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist p{
	line-height: 1.7em;
}
ol.commentlist li{
	border: 1px dotted #aca27f;
	padding: 10px;
	background: #c9cde0;
	margin-bottom: 20px;
}
#content .commentlist ul li{
	list-style: none;
}
.comment-author cite {
	float: left;
	margin-right: 5px;
	font-style: normal;
	color: #000;
}
.comment-author img {
	padding: 5px;
	border: 1px solid #e4d5a8;
	background: #fff;
	float: right;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.children {
	padding: 0;
	margin: 0;
}
ul.children{
	list-style: none;
}
ul.children li{
	margin: 10px 0;
}
/*	Sidebar			*/ 
#sidebar {
	padding-right: 30px;
}
#sidebar ul {
	padding: 0;
	margin: 0 0 25px 0;
}
#sidebar ul li ul{
  margin: 0 0 0px 0;
}
#sidebar li {
	margin: 0;
	padding: 0;
	display: block;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	margin: 0 0;
	padding: 8px 0 8px 20px;
	display: block;
	color: #543480 !important;
	height: 1%;
	background: url(images/sidelibg.gif) no-repeat;
	border-bottom: 1px dotted #311F4C;
}
#sidebar ul li a:hover{
	background: url(images/sideli.gif) no-repeat;
	color: #311F4C;
}
#sidebar h2,#sidebar h3 {
	border-bottom: 1px solid #5D3D89;
  background-color: #CCD7FF;
	padding: 10px 10px 10px 65px;
	margin: 0 0 15px 0;
}
div.widget_pages h3.widget-title {
	background: transparent url(images/recent.gif) scroll no-repeat 15px center;
}
div.widget_recent_entries h3.widget-title {
	background: transparent url(images/post.gif) scroll no-repeat 15px center;
}
div.widget_archive h3.widget-title {
	background: transparent url(images/folder.gif) scroll no-repeat 15px center;
}
/*	 Miscellaneous  */
.navigation {
	margin: 0;
	padding: 0;
}
 .aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding: 3px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}
blockquote {
	padding: 5px 13px;
	margin: 0 0 0 20px;
	background: #d0cdfa;
	border-left: 5px solid #d36c07;
}
/*	Footer     		*/  
#footer {
	background: #8764B6;
	margin-top: 40px;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
  padding: 15px 0;
}
#footer *{
  color: #FFFFFF !important;
}
#footer p{
	padding-top: 10px;
}
 /* Captions           */
.wp-caption {
	border: 1px solid #e4d5a8;
	text-align: center;
	padding-top: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 3px 0 0 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	padding: 4px 4px 5px;
	margin: 0;
}
.logo{
  display: block;
  height: 67px;
  width: 227px;
}
.fl-wrapper{
  margin: 30px 0 0 10px;
  #margin: 40px 0 0 10px;
}
.service-articles h4{
  color: #5C3F87;
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
}
.services-readmore{
  font-size: 11px;
  color: #5C3F87 !important;
  font-weight: bold;
}
.services-readmore:hover{
  text-decoration: underline !important;
}
#container #right-container{
  width: 64% !important;
  margin-left: 0;
  padding-left: 20px;
}
#container #left-container{
  width: 32% !important;
}
