/*
Theme Name: AAtilingservices
Theme URI: http://www.aatilingservices.ie/
Author: CWS
Author URI: http://www.cunninghamwebsolutions.com/
Description: Custom theme for aatilingservices by cws
Version: 1.1
Tags: custom aatilingservices
*/

/* CSS Reset */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,cite,code,del,dfn,em,
img,ins,q,small,strong,sub,sup,dl,dt,
dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	border:0;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
line-height: 150%;
color: #646464;
}
article,aside,figure,figure img,figcaption,
hgroup,footer,header,nav,section,video,object{
	display:block
}
a img{
	border:0
}
figure{
	position:relative
}
figure img{
	width:100%
} 
audio, canvas, video { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
}
audio:not([controls]) { 
	display: none; 
}
[hidden] { 
	display: none;
}

/* =============================================================================
   Global
   ========================================================================== */
html { 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
html, 
button, 
input, 
select, 
textarea { 
	font-family: 'Verdana',sans-serif; 
	color: #888; 
}
body {
	margin: 0; 
	font-size: 12px;
	line-height: 20px; 
}
::-moz-selection { 
	background: #8fc73e;
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #8fc73e; 
	color: #fff; 
	text-shadow: none; 
}

.chromeframe { 
	margin: 0.2em 0; 
	background: #FF3300; 
	color: #FFF; 
	padding: 10px 0; 
}

.chromeframe a { 
	color: #FFF; 
	border-bottom: 1px solid #FFF; 
}

/* =============================================================================
   Links
   ========================================================================== */
a { 
	color: #C9250E;
	text-decoration: none;
}
a:visited {
	color: #C9250E;
}
a:hover { 
	text-decoration: underline; 
}
a:focus { 
	outline: thin dotted; 
}
a:hover, 
a:active { 
	outline: 0; 
}

/* =============================================================================
   Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 { 
	color: #333; 
	line-height: 110% 
}
h1 {
	color: #5F6B7C;
    font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #C8C8C8;
	font-size: 36px;
    line-height: 36px;
	letter-spacing: -1px;
}
h2 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}
h3 {
	font-size: 13px;
	color: #333;
	background: url(images/dot-border.jpg) repeat-x bottom;
	padding: 0 0 7.5px 0;
	margin: 5px 0;
} 
h4, 
h5, 
h6 { 
	font-size: 11px; 
	line-height: 200%;
}

/* =============================================================================
   Typography
   ========================================================================== */
address { 
	display: block; 
	margin: 10px 0; 
	font-style: normal; 
	color: #666; 
}
abbr[title] { 
	border-bottom: 1px dotted; 
}
b, 
strong { 
	font-weight: bold; 
}
blockquote { 
	margin: 1em 40px; 
	font-size: 13px; 
	font-family: Georgia, serif; 
	font-style: italic; 
}
cite { 
	color: #666; 
	font-size: 12px; 
	font-weight: 400; 
	letter-spacing: 0.05em; 
	text-transform: uppercase;
	font-style: normal;  
}
dfn { 
	font-style: italic; 
}
hr { 
	display: block;
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0;
}
ins { 
	background: #ff9; 
	color: #000; 
	text-decoration: none; 
}
mark { 
	background: #ff0; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}
pre, 
code, 
kbd, 
samp { 
	font-family: monospace, monospace; _font-family: 'courier new', monospace; 
	font-size: 1em; 
}
pre { 
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word; 
}
p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
q {
	quotes: none; 
}
q:before, q:after { 
	content: ""; 
	content: none; 
}
small { 
	font-size: 85%; 
}
sub, 
sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { 
	top: -0.5em; 
}
sub { 
	bottom: -0.25em; 
}

/* =============================================================================
   List
   ========================================================================== */
ul { 
	list-style: square ; 
}
ol ol { 
	list-style: upper-alpha; 
}
ol ol ol { 
	list-style: lower-alpha; 
}
ul, 
ol { 
	margin: 1em 0; 
	padding: 0 0 0 20px;
}
dl.gallery-item { 
	margin: 0;
}
dt { 
	color: #000; 
}
dd { 
	margin: 0 0 15px 10px;
}
nav ul, 
nav ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
}

/* =============================================================================
   Form, button
   ========================================================================== */
form { 
	margin: 0; 
}
fieldset {
	margin-right:10px;
	border: thin solid #c3c3c3;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
label { 
	cursor: pointer; 
}
legend { 
	border: 0; 
	*margin-left: -7px; 
	padding: 10px; 
	white-space: normal; 
}
button, 
input, 
select, 
textarea { 
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; *vertical-align: middle; 
}
button, 
input { 
	line-height: normal; 
	border: 1px solid #c3c3c3; 
	padding: 2px 1px;  
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible; 
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #454545;
}
input[type="text"] {
	width: 200px;
}
input[type="submit"]:hover {
	color: #C9250E;
	border: 1px solid #C9250E !important; 
}
button[disabled], 
input[disabled] { 
	cursor: default; 
}
input[type="checkbox"], 
input[type="radio"] { 
	box-sizing: border-box; 
	padding: 0; 
	*width: 13px; 
	*height: 13px; 
}
input[type="search"] { 
	-webkit-appearance: textfield; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box; 
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button { 
	-webkit-appearance: none; 
}
button::-moz-focus-inner, 
input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	width: 400px;
}
input:valid, 
textarea:valid {}
input:invalid, 
textarea:invalid { 
	background-color: #f0dddd; 
}

/* =============================================================================
   Table
   ========================================================================== */
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
.entry-content table { 
	border-bottom: margin: 0 0 15px ; 
	width: 100%; 
}
th, 
td { 
	text-align: left;  
}
td { 
	vertical-align: top;  
	padding: 2px 10px 2px 0; 
}
th { 
	font-weight: 400; 
	font-size: 13px; 
	color: #666; 
	text-transform: uppercase; 
}

/* =============================================================================
   WordPress generated css
   ========================================================================== */
.page-link{ 
	
	font-weight: 400;  
	color: #AAA; 
	letter-spacing: 5px; 
	margin: 10px 0; 
}
.page-link span { 
	letter-spacing: 1px; 
}
.wp-caption {
	max-width: 96%;
}
.wp-caption-text, 
.gallery-caption { 
	
	font-weight: 400;  
	letter-spacing: 1px;  
	margin: 0 5px 5px 5px; 
	text-align: center; 
}
.bypostauthor {}
.sticky {}
.alignright { 
	display: inline; 
	float: right; 
	margin-left: 15px;
}
.alignleft { 
	display: inline; 
	float: left; 
	margin-right: 15px;
}
.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto;
	margin-right: auto; 
}

/* =============================================================================
   Images
   ========================================================================== */
img { 
	border: 0; 
	-ms-interpolation-mode: 
	bicubic;  
}
svg:not(:root) { 
	overflow: hidden; 
}
figure { 
	margin: 0; 
}
img.size-full, 
img.size-large { 
	max-width: 95.5%;  
	height: auto; 
}
img[class*="align"], 
img[class*="wp-image-"]{ 
	border: 1px dashed #DDDDDD; 
	padding: 6px; 
	margin: auto; 
}
img.alignnone { 
	margin: 7.5px 0; 
}
img.alignright { 
	display: inline; 
	float: right; 
	margin: 5px 0 15px 15px;
}
img.alignleft { 
	display: inline; 
	float: left; 
	margin: 5px 15px 15px 0 ;
}
img.aligncenter { 
	clear: both; 
	display: block; 
	margin: 10px auto; 
}

/* =============================================================================
   Theme Backbone
   ========================================================================== */
.container { 
	padding-left: 20px; 
	padding-right: 20px; 
}
.row { 
	width: 100%; 
	max-width: 870px; 
	min-width: 870px; 
	margin: 0 auto; 
	overflow: hidden;
}
.rowheader { 
	width: 100%; 
	margin: 0 auto; 
	max-width: 870px; 
	min-width: 870px; 
	min-height: 50px;
}

.contentwrap {
	width: 100%;
	max-width: 870px;
	min-width: 870px;
	min-height: 50px;
	background-color:#CCC;
	-khtml-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius:  15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 70px !important;
	margin-left: auto;
	border: thin solid #FFF;
	padding: 10px;
	}	
	
.slidercontainer{
	width: 100%;
	max-width: 850px;
	min-width: 850px;
	background-color:#FFF;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:  10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px  #666;
	box-shadow: 0px 0px 15px  #666;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	}

.contentarea{
	width: 100%;
	max-width: 850px;
	min-width: 850px;
	background-color:#FFF;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:  10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px  #666;
	box-shadow: 0px 2px 5px  #666;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	position:relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -10px !important;
}

.footerareatop { 
	width: 100%;
	max-width: 850px;
	min-width: 850px;
	background-color:#FFF;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:  10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px  #666;
	box-shadow: 0px 2px 5px  #666;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #fff; 
} 

.column-sidebar, 
.column-half { 
	margin-right: 3.8%; 
	float: left; 
	min-height: 1px; 
}
.column-content { 
	margin-left: 2%; 
	float: right; 
	min-height: 1px;
	margin-right: 1.5%; 
}
.row .column-sidebar { 
	width: 25.15%; 
}
.row .column-half { 
	width: 48%; 
}
.row .column-content {
	width: 71.3%;
}
.row .column-full { 
	width: 100%; 
	float: left;
}
.nomargin { 
	margin-right: 0px;
}

.clr { clear:both; padding:0; margin:0; width:100%; height:0; line-height:0px; font-size:0px; overflow:hidden; }
/* =============================================================================
   Flexslider by Woothemes
   ========================================================================== */

.flexcontainer { 
	margin: 0 auto; 
	padding: 0;
}

/* =============================================================================
   Header area
   ========================================================================== */
.headerarea {
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: -10px;
}
.headerarea h1 {
	font-size: 33px; 
	font-weight: 400; 
	margin: 0;
}
.headerarea h1 a {}
.headerarea h2 { 
	font-size: 13px; 
	color: #AAA;
}

#searchbox  { 
float: right; 
margin: 25px 0 0 0;
}
#searchbox  input[type="text"] { 
	
	float: right; 
}
#searchbox  input[type="text"]:focus {
	border: 1px dashed #8fc73e;
}
#searchbox input[type="submit"] { 
	width: 12px; height: 12px; 
	background: url("images/search-bg.jpg") no-repeat 0px 0px; 
	text-indent: -9999px; 
	border: none; 
	margin: 8px 10px 0 0;
}
#searchbox input[type="submit"]:hover { 
	background: url("images/search-bg.jpg") no-repeat 0px -12px;
}
label.screen-reader-text { 
	clip: rect(1px, 1px, 1px, 1px); 
	position: absolute !important; 
}

/* =============================================================================
   Top menu area
   ========================================================================== */
.topmenuarea {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#topmenu {
	-khtml-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius:  10px 10px 0px 0px;
	border-radius:  10px 10px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px  #666;
	box-shadow: 0px 2px 5px  #666;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	width: 100%;
	max-width: 820px;
	min-width: 820px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #3F3F3F;
	height: 49px;
	background-image: url(images/menubar.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topmenu ul {}
#topmenu ul li {
	float: left;
	font-size: 18px !important;
	text-shadow: 0px 0px 2px #646464;
	color: #FFF;
	background-image: url(images/menu_level1_item.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -2px;
	margin-right: 19px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 19px;
}
#topmenu ul ul { 
	display: none; 
	float: left; 
	position: absolute; 
	top: 2em; 
	left: -5px; 
	z-index: 99999; 
	padding: 5px 0 0 5px; 
	margin: 14px 0 0 0; 
	background: #fff; 
	border: 1px dashed #c1c1c1; 
	border-top: none; 
}
#topmenu ul ul ul { 
	left: 100%; 
	top: -20px; 
	border: 1px dashed #c1c1c1;
}
#topmenu ul ul li, 
#topmenu ul ul ul li { 
	min-width: 130px; 
	margin: 0; 
	padding: 0; 
	border: none; 
	background: #fff; 
}
#topmenu u ul a { 
	line-height: 1.5em; 
	padding: .5em .5em .5em 1em;
	width: 10em; 
	height: auto;
}
#topmenu ul li a { 
	text-decoration: none; 
	color: #FFF; 
	display: block; 
	line-height: 3.1em;
}
#topmenu ul li:hover > ul { 
	display: block;
}
#topmenu ul ul a:hover { 
    margin-top:-3px;
	text-shadow: 1px 1px 1px #525252;
}
#topmenu ul li:hover > a, 
#topmenu ul ul :hover > a {
    margin-top:-3px;
	text-shadow: 1px 1px 1px #525252;
	}
#topmenu ul li.current_page_item a {
	color: #525252;
	text-shadow: 0px 0px 2px #FFF;
}
#topmenu select { 
	display: none;
}

/* =============================================================================
   Content
   ========================================================================== */
#content {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.breadcrumbs { 
	padding: 12px 0 5px 0; 
}
.breadcrumbs a {
	font-size: 11px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 8px;
	-khtml-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius:  5px 0px 0px 5px;
	border-radius:  5px 0px 0px 5px;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	background-image: url(images/breadcrumbs.png);
	background-repeat: no-repeat;
	background-position: right;
}
.breadcrumbs a:hover { 
}
.breadcrumbs .current{  
	font-size: 11px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 5px;
	-khtml-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius:  0px 5px 5px 0px;
	border-radius:  0px 5px 5px 0px;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc); 
}
.content-box { 
	width: 95%; 
	border: 1px solid #EEE; 
	padding: 10px; 
	margin: 0; 
	position: relative;  
}
.entry-date {
	background: url(images/date-bg.png) no-repeat; 
	color: #FFF; 
	position: absolute; 
	top: 10px; 
	left: -6px; 
	padding: 2.5px 40px 10px 7.5px;
}
.entry-title { 
	margin: 2px 0 10px 90px;
}
.entry-author { 
	float: left; 
	margin: 12.5px 10px 10px 0; 
	background: url(images/author.jpg) no-repeat left center; 
	padding: 0 0 0 25px; 
	color: #AAA;
}
.entry-comments { 
	float: left; 
	margin: 12.5px 0 10px 0; 
	background: url(images/comments.jpg) no-repeat left center;
	padding: 0 0 0 25px; 
	color: #AAA;
}
.entry-author a, 
.entry-comments a { 
	color: #AAA; 
}
.entry-author a:hover, 
.entry-comments a:hover { 
	color: #8fc73e 
}
.more-link {
	width: 125px; 
	display: block; 
	background: #8fc73e; 
	padding: 2.5px 15px; 
	margin: 10px 0; 
	color: #FFF; 
}
.more-link :hover,
.more-link:visited{ 
	color: #FFF; 
}
.cat-links, 
.tag-links, 
.edit-link{ 
	color: #AAA;  
}
.content-box .post h3 { 
	margin: 30px 0 10px 0; 
}
	
.single  footer.entry-meta { 
	margin: 10px 0 0 0; 
}
.single #content , 
.archive #content, 
.search #content { 
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;  
}
.attachment #content { 
	margin: 20px 0 0 5px; 
}

.page .entry-title, 
.error404 .entry-title, 
.search-no-results .entry-title{ 
	margin: 0 0 20px 0; 
}
.search-results .entry-title { 
	margin: 0 0 10px 90px; 
}

.socialshareboxsingle { 
	color: #666; 
	margin: 10px 0 0 0; 
}
.socialshareboxsingle ul { 
	list-style: none;
}
.socialshareboxsingle ul li { 
	float: left;
	margin: 0 -10px;
 }
.socialshareboxsingle ul li:first-child { 
	margin: 0 -10px 0 -20px;
}
.attachment .socialshareboxsingle { 
	margin: 20px 0 0 0; 
}

.pagination {  
	color: #AAA; 
	margin: 0 0 0 5px;
}
.pagination span, 
.pagination a {
	margin: 0px 5px; 
}
.pagination .current { 
	border-bottom: 2px solid #8fc73e; 
}

#singlenav{ 
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #EEE; 
	overflow: hidden;
}
.previousnav{
	float: left;
}
.nextnav{
	float: right;
}
hr.post-shadow { 
	width: 100%; 
	min-height: 30px; 
	margin: 0 0 10px 0; 
	border: none; 
	background: url(images/post-shadow.jpg) no-repeat right bottom; 
}
.error404 {}
.error404 .bigfont { 
	color: #AAA; 
	line-height: 40px; 
	color: #FF2222; 
}
.error404 .widget { 
	margin: 20px 0 0 0;
}

#author-info { 
	margin: 0 0 10px 0; 
}
#author-avatar { 
	float: left; 
	margin: 0 10px 5px 0; 
}
#author-avatar img { 
	padding: 5px; 
	border: 1px dashed #DDD;
}
#author-link { 
	color: #333; 
}

.info {
	border-bottom: 1px dotted #AAB4BE;
	border-top: 1px dotted #AAB4BE;
	background-attachment: scroll;
	background-color: #F4F5F6;
	background-image: url(images/box_info.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #C8C8C8;
	color: #5F6B7C;
    font-size: 18px;
    line-height: 18px;
	margin: 10px 0;
    padding: 8px 10px 8px 35px;
}

.check{
	list-style: none outside none;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.check li{	
background: url("images/list_check.png") no-repeat scroll 0 0 transparent;
font-weight: bold;
    line-height: 26px;
    margin: 5px 0;
    padding-left: 35px;
}
	
/* =============================================================================
   Attachment image
   ========================================================================== */
.attachment-image, .entry-attachment .aligncenter { 
	text-align: center; 
}
.entry-attachment .attachment-attachment-large { 
	width: 900px; 
}
.attachment-thumbnail-bottom { 
	width: 98%; 
	margin: 0 auto; 
	text-align: center;  
}
.attachment-thumbnail-bottom img { 
	width: 80px; 
	margin: 2.5px 1px; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
	opacity: 0.5;  
}
.attachment-thumbnail-bottom img:hover { 
	opacity: 1; 
}
.attachment .content-box { 
	width: 97%;
}
	
/* =============================================================================
   Sidebar and widget
   ========================================================================== */
.sidebarbox{
	color: #fff;
	height: auto;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px  #666;
	box-shadow: 0px 0px 2px  #666;
	-khtml-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius:  6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	border: thin solid #FFF;
	background-color: #F5F5F5;
	padding-top: -8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
} 

.picpadding{
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	}
.slidepadding{
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	}
.sidebarh2{
	text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #C8C8C8;
	color: #5F6B7C;
	font-size: 18px;
	font-weight: normal;
	text-transform: none !important;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 8px;
	line-height: 13px;
	}

span.icon {
	background: url("images/module_icons.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 30px;
	left: 0;
	overflow: hidden;
	width: 32px;
	margin-right: 1px;
}
	
span.icon-mail {
    background-position: 0 -90px;
}

widget { }
.widget ul { 
	padding: 0; 
}
.widget ul li { 
	color: #aaa; 
	border-bottom: 1px solid #eee; 
	padding: 7.5px 0 7.5px 5px; 
	list-style: none; 
}
.widget ul li a { 
	color: #aaa; 
}
.widget ul li a:hover { 
	color: #8fc73e; 
}
	
.footerarea .widget {}
.footerarea  .widget ul { 
	padding: 0 0 0 20px; 
}
.footerarea .widget ul li { 
	color: #EEE; 
	border: none; 
	list-style: square; 
	padding: 2px 0;  
}
.footerarea .widget a { 
	color: #EEE; 
	border-bottom: 1px dotted #EEE; 
}
.footerarea .widget a:hover { 
	color: #fff; 
	border-bottom: 1px solid #FFF; 
}

.widget-title, 
.eror404 .widgettitle {  
	background: url(images/dot-border.jpg) repeat-x bottom; 
	padding: 7.5px 0; 
	margin: 7.5px 0; 
	color: #333; 
	} 

.footerarea .widget_recentpost_widget ul  { 
	padding: 0;
} 
.footerarea .widget_recentpost_widget ul li{
	list-style:none;
}

.footerarea .widget-title { 
	background: none; 
	border-bottom: 1px dashed #DDD; 
	padding: 7.5px 0; 
	color: #FFF;
} 

/* =============================================================================
   Footer
   ========================================================================== */
#footer{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #646464;
	font-size: 12px;
	line-height: 150%;
     text-shadow: 0px 1px 1px white;
	}

#footer a{
	color: #646464;
	}

.footerarea { 
	background: #CCC; 
} 

.footerareatop table{ 
	width:100%;
} 

.bottombox{
	color: #fff;
	height: 60px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px  #666;
	box-shadow: 0px 0px 2px  #666;
	-khtml-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius:  6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	behavior: url(http://aatilingservices/wp-content/themes/aatilingservices/PIE/PIE.htc);
	border: thin solid #FFF;
	text-align: center;
	vertical-align: bottom;
	background-color: #F5F5F5;
} 

#footer a.anchor{
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url(images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
	float: right;
	margin-right: 30px;
}

#footer a.anchor:hover {
background-position: 0 -25px;
}


.no1{
	float:left;
	margin-right:10px;
	width:32%;
	background-image:url(images/bal.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	}
	
.no2{
	float:left;
	margin-right:10px;
	width:32.5%;
	background-image:url(images/genesis.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	}
	
.no3{
	float:right;
	width:32.4%;
	background-image:url(images/dunlop.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	}

.subfooter{
	
	color: #666;
	font-size: 9px;
	line-height: 18px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 870px;
	min-width: 870px;
	}


/* =============================================================================
   Copyright
   ========================================================================== */
.copyrightarea { 
	margin-top: 10px; 
	padding: 10px 0 0 0; 
	background: url(images/copyright-bg.jpg) repeat-x top; 
	color: #499944;  
}
.copyrightarea a{
	color: #DDD; 
}
.copyrightarea a:hover { 
	color: #fff; 
}

