/*
Theme Name: Accident Solutions Ireland
Author: Loz Cliffe
Author URI: http://www.bluespotdesign.com/
Version: 1.1
*/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* Import other Style Libraries
================================================== */
@import url(css/base.css);
@import url(css/skeleton.css);
	
html {
  background-image:url("images/ASI001-website-layout-bg.gif");
  background-repeat:repeat-x;
  background-color:#fff;
  color: #315182;
}
body { color: #315182; }
a:link, a:visited { color: #315182; text-decoration: none; }
a:hover { color: #b0a99f; }
p { margin-bottom: 21px; color: #315182; }
h1,h2,h3,h4,h5 { color: #315182; }
span { line-height: 18px;}

/* Header section
=================================================== */
header { height: 200px; }
.logo a { text-decoration: none; }
.logo h1 {
   text-indent: -9999px;
   margin:0 auto;
   width:321px;
   height:116px;
   background:transparent url('images/logo.png') no-repeat; margin: 43px 20px 0px 0px;
   background-position: left top;
}
.sail { margin: 52px 0 0 0; width:320px;  }
.contact-hidden { display: none; }
.contact { margin-top: 75px; padding: 0px; height: 100px; width: 279px; background: transparent url('images/contact.png') no-repeat scroll; }
.contact h4 { font-size: 30px; color: #585953; font-weight: bold; text-align: right;   }
.contact h2 { font-size: 35px; text-align: right; font-weight: bolder; }
.contact h4 span,.contact h2 span { display: none; }
.logo,.sail,.contact { float:left; display: inline; position: relative; overflow: hidden; }

/* Nav section
=================================================== */
.nav li {
list-style:none;
float: left;
}
.nav a:link, .nav a:visited {
color: #fff;
text-transform:uppercase;
text-decoration:none;
display:block;
padding:7px 8px 6px 8px;
font-size:13px;
}
.nav a:hover {
color:#fff;
text-decoration:none;
background-color:#b0a99f;
}

#social { 
width: 106px; 
margin-left: 240px;
}

#social ul { background: url('images/soc.png') no-repeat; height: 30px; list-style-type: none; }
#social span { display: none; }
#social li, #social a {
height:30px;
display:block;
}
#social li {
float:left;
list-style:none;
display:inline;
}
#social-fb {width: 37px;}
#social-tw {width: 37px;}
#social-lnk {width: 32px;}

/* Content section
=================================================== */
.content {
	background: url(images/sail-body.png) no-repeat;
	background-position: center bottom;  
	padding-bottom: 45px;
}
.content h2 { color: #315182; margin-top: 20px; }
.content h3 { font-size: 25px; margin: 10px 0 10px 0; color: #315182; }
.content h4 { margin-bottom: -18px; }
.content h5 { color: #315182; margin-top: 18px; font-size: 16px; line-height: 20px; text-transform: uppercase; }
p a:hover { text-decoration: underline;}
strong { color: #315182;  }
.estimate, .estimate:visited { 
	text-align: center; 
	background: #b0a99f;
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
	font-size: 18px; 
	font-weight: 400; ; 
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px solid #315182;
	padding:10px;
	width:100%;
 }
.estimate:hover {
	color: #fff; background: #315182; border: 4px solid #b0a99f;
	 }
.estimate a:link, .estimate a:visited { text-decoration: none; color: #fffff5; }
.estimate a:hover { color: #fff; text-decoration: none; border-color: #fffff5; }
.content h4.id {margin-bottom: 0px; font-size: 15px; font-weight: bold;}
.content br.tagline {margin-bottom: 24px;}
.tagline { padding-bottom: 7px;}

/* Sidebar section
=================================================== */
.sideimg img { width: 100%; height: auto; margin-top: 10px; }
.testimonial { font-family: 'Just Another Hand', cursive; font-size: 40px; line-height: 40px; }
.testimonial p {color: #b0a99f;}
.testimonial-box { margin: 20px 0 30px 0px; }
.testimonial p:before {
content:open-quote;
}
.testimonial p:after{
content:close-quote;
}
#socialside { display: none; } 
.paypal { 
	background: #fff; 
	width: 50%; margin-top: -10px;
	padding: 10px 10px 0px 10px; 
	border: 1px solid #b0a99f; 
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; }
.paypal img { margin-left: 40px; }
.paypal h4 {margin-bottom: 20px; font-size: 14px}

/* Footer section
=================================================== */
footer {  padding:25px 0px 25px 0px; border-top: 1px solid #315182;}
.sep { border-bottom: 1px solid #585953; margin: 0; }
.footer-text { font-size: 14px; }

/* Contact Form
=================================================== */

.main_form {
background-color:#fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding:20px 20px 20px 20px;
margin-bottom:30px;
border: 1px solid #628596;
-moz-box-sizing:    border-box;
-webkit-box-sizing: border-box;
box-sizing:        border-box;
margin-top:20px;
}
.main_form input, .main_form select {
width:40%;
margin:0px 0px 10px 0px;
border: 1px solid #628596;
padding:8px;
}
.main_form textarea {
width:100%;
margin:0px 0px 10px 0px;
border: 1px solid #628596;
padding:8px;
-moz-box-sizing: border-box;
box-sizing: border-box;	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;;
}
.main_form .submit {
	background: #b0a99f;;
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
	font-size: 20px; 
	font-weight: 400; ; 
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px solid #315182;
	padding:10px;
	width:40%;
}
.main_form .submit:hover {
color: #fff;
background:#315182;
border: 4px solid #b0a99f;
}
#your_email {
width:125px;
float:left;
margin-right:5px;
}
input {
margin-bottom:5px;
padding:8px;
border:0;
background-color:#b0a99f;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#628596;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
}
#subscribe {
margin-top:0px;
width:15px!important;
}
#ver, #ver_sign {
display:none;
}

/* Media Queries
=================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) { 
	.logo h1 { background-size: 95%; margin-left: 10px; } 
	.contact { display: none; }
	.contact-hidden { margin: 5px 0 0 100px; }
	#social { margin-left: 170px;}
	.estimate, .estimate:visited { font-size: 14px;}
	}
	
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) { 
	
	.logo h1 { background-size: 90%; margin-left: 10px; }
	.sail, #social, .contact { display: none; }
	.contact-hidden { margin: 5px 0 0 100px; }
	.main_form input, .main_form select { width:100%; }
	.sideimg img { margin-top: 30px; }
	#social { display: none; }
	.estimate, .estimate:visited { font-size: 14px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { 
	.logo h1 { background-size: 90%; }
	.sail { display: none; }
	.sideimg { margin-top: 30px; }
	
	#socialside { height: 40px; list-style-type: none; margin: 20px 0 0 0; }
	#socialside li { float: left; display: inline; position: relative; }
	#socialside li a{margin-right: 5px;}
	aside { margin-top: 20px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 400px) { 
	.logo h1 { background-size: 90%; }
	.sail { display: none; }
	}