@charset "utf-8";

/* 
Theme Name: Avato Studios Website 9
Description: New brand styled avato studios website.
Author:Designed by Avato Studios
Tags: avato studios, avato, grey, black, jquery
Copyright Avato Limited
alexhughes@avato.co.uk
*/

@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/colorbox.css");

ul,li {list-style-type: none;}
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, input, fieldset, form, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body
{
	background: url(style/images/layout/background-gey-866x179.jpg) no-repeat center top #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 11px;
	text-align: left;
}
.clear {
	clear: both;
}
.last {
	margin-right: 0px !important;
}

/* ---------- Typography ---------- */

p {line-height: 18px; margin-bottom: 15px;}
em {font-style: italic;}
strong {font-weight: bold;}
small {font-size: 9px;}
a {color: #963333; text-decoration: none;}
a:hover {color: #000000;}
hr {border-bottom: 1px solid #FFFFFF; border-top: 1px solid #d8cece; margin-bottom: 15px;}

h1 {font-size: 20px; line-height: 28px; text-transform: uppercase;	color: #000000;}

h2 {font-size: 15px; color: #000000; text-transform: uppercase; margin-bottom: 15px;}

h3 {font-size: 11px; text-transform: uppercase; color: #000000; margin-bottom: 8px;}

h4 {color: #7D2B2B; font-weight: bold; letter-spacing: -0.3px; font-size: 12px;}

code {
	width: 445px;
	position: relative;
	float: left;
	padding: 15px 25px 15px 25px;
	background: #fbfbfb;
	margin-bottom: 15px;
	border-left: 5px solid #963333;
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
}

/* logo */

#logo a {
	width: 166px;
	height: 48px;
	position: relative;
	float: left;
	background: url(style/images/layout/logo.png) no-repeat;
	text-indent: -5000px;
	top: 37px;
	left: 25px;
}

.float-left {
	float: left;
	margin: 0px 30px 14px 0px;
}
.float-left#index-monitor-img {margin: 45px 30px 0px 0px;}

.clear {
	clear: both;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0px 25px 25px 0px;
}

.alignright {
   float: right;
   margin: 0px 0px 25px 25px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin-bottom: 20px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   font-style: italic;
   font-family: Tahoma, Verdana, Arial;
   color:#bab4b4;
}
