﻿/*
Theme Name: Arun English Homestay
Theme URI: http://arunenglish.co.uk
Author: Paul Rumsey

*/

/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
:focus {
	outline: 0;
}
body {
	color: #747d67;
	background-color: #DCDCDC;
	font: 15px/21px Arial, Helvetica, sans-serif;
}
p {
  padding-bottom: 20px;
}
ol, ul {
	list-style: disc;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #330033;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #330033;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #863869;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding-bottom: 5px;
}
h1 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #863869;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #863869;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #863869;
}
/* Wraps */
#header_wrap {
	position: relative;
	min-width: 940px;
	padding: 0 30px 0 30px;
}
#content_wrap {
	position: relative;
	min-width: 924px;
	padding: 0 30px 135px 30px;
}
#footer_wrap {
	position: relative;
	border-top: 1px solid #749e58;
	z-index: 0;
	width: 940px;
	height: 64px;
	background-color: #000000;
}


/* Header */
#header {
	padding: 0;
	position: relative;
	width: 924px;
	margin: 0 auto;
	height: 64px;
	background: url('../images/top_bg.jpg') no-repeat;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 8px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
 
	.header-text {
		padding: 30px 75px 35px 150px;
		font-size: 19px;
		line-height: 24px;
		color: #747d67;
		font-family: Helvetica;
	}
	.header-text img {
		padding-bottom: 5px;
	}
	.contact_info {
		position: absolute;
		top: -45px;
		right: 5px;
	}
    .contact_info li {
		display: inline;
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		font-family: Helvetica. Arial;
		color: #fff;
		padding-left: 90px;
    }
	.contact_info li span a {
		border-bottom: 1px dotted white;
		color: white;
	}
	.contact_info li.telephone {
		background: url("images/telephone.png") no-repeat 60px 0;
	}
	.contact_info li.mail {
		background: url("images/email.png") no-repeat 60px 0;
	}
      
    

      
      
/* Content */
#content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 1;
}
	.nav-section {
		border-left: 8px solid #FFFFFF;
		border-right: 8px solid #FFFFFF;
		position: relative;
		height: 32px;
		background: url('../images/menu_back.jpg');
		top: 0px;
		left: 0px;
		z-index: 2;
	}
  
	 #nav{
		position: relative;
		float: right;
		height: 32px;
		background: url('../images/menu_back.jpg');
		font-size: 15px;
		color: #efffa7;
		top: 0px;
		left: 0px;
		list-style:none;
	}
		
		#nav li{
			position: relative;
			height: 32px;
			float: left;
			text-decoration: none;
			border-bottom: 0px;

		}
			
		#nav li a{
			position: relative;
			float: left;
			height: 32px;
			color: #000000;
			padding-left: 8px;	
			padding-right: 8px;
			line-height: 32px;
			text-decoration: none;
			border-bottom: 0px;
			padding-bottom: 0px;
		}
			
		#nav li.active a{
			position: relative;
			float: left;
			height: 32px;
			color: #000000;
			background: url('../images/menu_active.jpg');
			padding-left: 8px;	
			padding-right: 8px;
			line-height: 32px;
			text-decoration: none;
			border-bottom: 0px;
			padding-bottom: 0px;
		}
			
		#nav li a:hover{
			position: relative;
			float: left;
			height: 32px;
			color: #000000;
			background: url('../images/menu_hover.jpg');
			padding-left: 8px;	
			padding-right: 8px;
			line-height: 32px;
			text-decoration: none;
			border-bottom: 0px;
			padding-bottom: 0px;
			}
        
  
	#articles {
		position: relative;
		min-height: 200px;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		z-index: 3;
	}
		.div-left {
			padding: 0 0 0 8px;
			float: left;
			width: 296px;
		}
		.div-image-left {
			padding: 0 0 0 8px;
			float: left;
			width: 450px;
		}
		.div-right {
			padding: 0 8px 0 0;
			position: relative;
			float: right;
			width: 605px;
		}
		.div-image-right {
			padding: 0 8px 0 0;
			position: relative;
			float: right;
			width: 406px;
			height: 230px;
		}
		.div-inner-left {
			position: relative;
			float: left;
			width: 296px;
		}
		.div-inner-right {
			position: relative;
			float: right;
			width: 290px;
		}
		.div-fadeshow {
			border-left: 8px solid #FFFFFF;
			border-right: 8px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			padding: 0;
			position: relative;
			width: 922px;
			margin: 0 auto;
			top: 0px;
			left: 0px;
			background-color: #FFFFFF;
			height: 360px;
			z-index: 0;
		}
		.div-inner-fadeshow {
			border: 3px #333333 solid;
			position: absolute;
			width: 250px;
			height: 188px;
			top: 140px;
			left: 650px;
			z-index: 0;
			float: right;
		}
		.div-left-panel {
			position: relative;
			float: left;
			width: 500px;
			padding: 4px;
		}
		.div-right-panel {
			position: relative;
			float: right;
			width: 350px;
			padding: 4px;
		}
		.div-right-panel img {
			padding-top: 3px;
		}	                    
		.article-list {
			float: left;
			padding: 10px 0px 10px 30px;
			display: block;
			width: 320px;
		 }
		.help-list {
			float: left;
			padding: 0px 0px 10px 30px;
			display: block;
			width: 320px;
		 }        
		.article-content {
			border-left: 1px solid white;
			border-right: 1px solid white;
			position: relative;
			z-index: 0;
			padding-bottom: 30px;
			padding: 0px 0px 10px 0px;
		}
		
		/* Link Styles */
		.article-content a:link, a:visited {
			color: #528036;
			text-decoration: none;
			border-bottom: 1px dotted #528036;
		}
		.article-content a:hover {
			color: #000;
			text-decoration: none;
			border-bottom: 1px dotted #528036;
		}
		.article-content a:active {
			color: #528036;
			text-decoration: none;
			border-bottom: 1px dotted #528036;
		}
		.article-text {
			border-left: 1px solid white;
			border-right: 1px solid white;
			position: relative;
			z-index: 0;
			padding-bottom: 30px;
			padding: 16px 30px 24px 30px;
		}
		
		/* Link Styles */
		.article-text a:link, a:visited {
			color: #863869;
			text-decoration: none;
			border-bottom: 1px dotted #863869;
			padding-bottom: 2px;
		}
		.article-text a:hover {
			color: #000;
			text-decoration: none;
			border-bottom: 1px dotted #863869;
			padding-bottom: 2px;
		}
		.article-text a:active {
			color: #863869;
			text-decoration: none;
			border-bottom: 1px dotted #528036;
			padding-bottom: 2px;
		}
		.article-text ul {
			padding-left: 20px;
		}
		.article-text img {
			float: left;
			padding-right: 18px;
		}
		.post-image {
			border-bottom: 3px #C0C0C0 solid;
			float: left;
			width: 404px;
			height: 224px;
			background: url('images/image_border.png') no-repeat;
			border-right-color: #C0C0C0;
			border-right-style: solid;
			border-right-width: 3px;
		}
		.post-image img {
			border: 1px #808080 solid;
			padding: 1px 1px 1px 1px;
			float: none;
		}
		#map-container {
			padding: 1px;
			border: 1px solid #aaaaaa;
			width: 548px;
			height: 350px;
			display: block;
			float: right;
			position: relative;
		}

 	
 		#customers 	{
			font-family: Arial, Helvetica, sans-serif;
			width:100%;
		}
		.customers th 
		{
			font-size:14px;
			text-align:left;
			padding-top:5px;
			padding-bottom:4px;
			padding-left:12px;
			background-color:#DE62D7;
			color:#fff;
		}
		.customers td 
		{
			font-size:14px;
			text-align:left;
			padding-top:5px;
			padding-bottom:4px;
			padding-left:12px;
		}
				
	 	

/* Footer */

#footer {
	position: relative;
}
  .footer-logo {
    margin: 5px 0 0 30px;
  }
  .footer-address {
	position: absolute;
	left: 90px;
	font-size: 12px;
	top: 8px;
	line-height: 16px;
}
   .footer-contact {
	position: absolute;
	left: 320px;
	font-size: 12px;
	line-height: 16px;
	top: 8px;
}

  .logical {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 240px;
	height: 48px;
	left: 680px;
	text-align: right;
}
        

  




#right-panel {
	position: relative;
	float: left;
	width: 350px;
	display: block;
	top: 0px;
	left: 0px;
}
.right-panel img {
	float:right;
	padding-left: 18px;
}

#contact {
	width: 900px;
}
    #contact p {
      padding-bottom: 4px;
    }

	.contact {
	  top: 5px;
	  left: 30px;
	  height: 16px;
	  font-size: 12px;
	  color: #ffffff;
	  text-decoration: none;
	  padding-right: 16px;
	}
		
    .contact-form {
	float: left;
	width: 365px;
	display: block;
}
	#contact .contact-form p {
		padding-bottom: 30px;
	}
	.contact-form .formField {
		padding: 0px;
		padding-bottom: 10px;
    }
	.contact-form .formField label {
		color: #505747 !important;
		font-weight: normal;
	}
	.contact-form .formField input,
	.contact-form .formField textarea,
	.contact-form .formField select {
		background: #EBEBEB;
		border: 1px solid silver;
		padding: 5px;
		font-size: 12px;
		font-family: Arial;
		width: 290px;
	}
	.contact-form .formField select {
		width: 302px;
		margin-top: 1px;
	}  
	.contact-form .formSubmit {
		padding: 0px;
	}
	.contact-form input#submitButton {
		border-style: none;
		border-color: inherit;
		border-width: medium;
		background: url('../images/form_btn.png') no-repeat 0 0;
		color: #fff;
		height: 28px;
		font-size: 13px;
		padding: 4px 0 8px 0;
		margin-top: 10px;
		width: 115px;
		text-align: center;
		cursor: pointer;
	}
	.contact-form input:hover#submitButton {
		background: url('../images/form_btn.png') no-repeat 0 -28px;
	}
		
	
  

#enrol {
	line-height: 25px;
}
    #enrol p {
		padding-bottom: 4px;
    }
    #enrol h2 {
		padding-top: 8px;
		padding-bottom: 4px;
		font-size: 16px;
		color: #863869;
    }
   
	.enrol {
		position: relative;
		float: left;
		top: 5px;
		left: 30px;
		height: 16px;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		padding-right: 16px;
	}
    .enrol-form {
		padding: 0 16px 60px 0;
}
      #enrol .enrol-form p {
		padding-bottom: 30px;
      }
      .enrol-form .formField {
        padding: 0px;
        padding-bottom: 10px;
      }
        .enrol-form .formField label {
			color: #505747 !important;
			font-weight: normal;
        }
        .enrol-form .formField input,
        .enrol-form .formField textarea,
        .enrol-form .formField select {
			background: #EBEBEB;
			border: 1px solid silver;
			padding: 5px;
			font-size: 12px;
			font-family: Arial;
			width: 290px;
        }
        .enrol-form .formField select {
			width: 302px;
			margin-top: 1px;
        }
       
       .enrol-form .formFieldDate {
			padding: 0px;
			padding-bottom: 10px;
       }
        .enrol-form .formFieldDate label {
			color: #505747 !important;
			font-weight: normal;
        }
        .enrol-form .formFieldDate input,
        .enrol-form .formFieldDate textarea,
        .enrol-form .formFieldDate select {
			background: #EBEBEB;
			border: 1px solid silver;
			padding: 5px;
			font-size: 12px;
			font-family: Arial;
			width: 104px;
        }
        .enrol-form .formFieldDate select {
			width: 90px;
			margin-top: 1px;
        }
        .enrol-form .formSubmit {
			padding: 0px;
		}
        .enrol-form input#submitButton {
			border-style: none;
			border-color: inherit;
			border-width: medium;
			background: url('../images/form_btn.png') no-repeat 0 0;
			color: #fff;
			height: 28px;
			font-size: 13px;
			padding: 4px 0 8px 0;
			margin-top: 10px;
			width: 115px;
			text-align: center;
			cursor: pointer;
        }
        .enrol-form input:hover#submitButton {
			background: url('../images/form_btn.png') no-repeat 0 -28px;
		}
		
	    .enrol-info {
			position: relative;
			float: right;
			width: 240px;
			padding: 0 200px 60px 0;
	    }
	     .life-saver {
			position: absolute;
			right: 60px;
			top: 0px;
	    }
		.div-form-left {
			position: relative;
		}
		.div-form-right {
			position: relative;
			float: right;
			width: 480px;
		}



