/*
Theme Name: Azil.com
Theme URI: http://azil.com/
Description: Azil.com
Version: 1
Author: http://azil.com/
Author URI: http://azil.com/
Tags: 
 
*/

/* MAIN TYPOGRAPHY */

html {
	font-size: 62.5%;
	font-family:  arial, helvetica, sans-serif; }
 
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
 
h1, h2, h3, h4, h5, h6 { color: #EC0B8D; }
 
cite, em, dfn { font-style: italic; }
 
code, kbd, samp, pre, tt, var {
	font-size: 92%;
	font-family: courier, monaco, "Lucida Console", mono-space; }
 
textarea, select, option {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size:95%; }
 
input[type='text'], input[type='password'] {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size:95%; }
 
del {
	text-decoration: line-through;
	color: #666; }
 
ins, dfn { border-bottom: 1px solid #ccc; }
 
small, sup, sub { font-size: 85%; }
 
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em; }
 
a abbr, a acronym { border: none; }
 
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc; }
 
sup { vertical-align: super; }
 
sub { vertical-align: sub; }
 
/* QUOTES */
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666; }
 
	blockquote *:first-child:before { content: "\201C"; }
 
	blockquote *:first-child:after { content: "\201D"; }
 
/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
 
/* FORMS */
fieldset { border: 1px solid #ccc; }
 
legend { background: #fff; }
 
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #ccc;
	background: #fff; }
 
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
 
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa; }
 
input, select { cursor: pointer; }
 
input[type='text'], input[type='password'] { cursor: text; }
 
input { vertical-align:middle; }
 
/*
-----------------------------
CONTENT ONLY
-----------------------------
*/
/* BASE SIZES */
body {
	font-size: 1.2em;
	line-height: 1.6em;
	background:#FFFFFF; }
 
h1 { font-size: 1.6em; }
 
h2 { font-size: 1.5em; }
 
h3 { font-size: 1.4em; }
 
h4 { font-size: 1.3em; }
 
h5 { font-size: 1.2em; }
 
h6 { font-size: 1em; }
 
/* HR */
hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none; }
 
/* LISTS */
ul li {
	text-indent: -.85em;
	margin-left: .85em; }
 
ol {
	list-style-position: outside;
	list-style-type: decimal; }
 
dt { font-weight: bold; }
 
/* TABLES */
/*table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }*/
/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0; }
 
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
 
p+p { margin-top: -.8em; }
 
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 0.03em 0 .5em; }
 
h2 { margin: 0.07em 0 .535em; }
 
h3 { margin: 0.14em 0 .57em; }
 
h4 { margin: 0.23em 0 .615em; }
 
h5 { margin: 0.33em 0 .67em; }
 
h6 { margin: 0.6em 0 .8em; }
 
th, td { padding: .8em; }
 
caption { padding-bottom: .8em; }
 
/* padding instead of margin for IE */
blockquote {
	padding: 0 1em;
	margin: 1.6em 0; }
 
fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0; }
 
/* padding-top is margin-top for fieldsets in Opera */
legend {
	padding-left: .8em;
	padding-right: .8em; }
 
legend+* { margin-top: 1em; }
 
/* compensates for the opera margin bug */
textarea, input { padding: .15em .4em .25em .4em; }
 
input { margin:0.1em 0.3em 0.3em 0em }
 
select { padding: .1em 0 0 .2em; }
 
option { padding: 0 .4em; }
 
dt {
	margin-top: .8em;
	margin-bottom: .4em; }
 
ul { margin-left: 1.5em; }
 
ol { margin-left: 2.35em; }
 
	ol ol, ul ol { margin-left: 2.5em; }
 
form div { margin-bottom: .8em; }
 
/* COLORS */
a:link {
	text-decoration: underline;
	color: #36c; }
 
a:visited {
	text-decoration: underline;
	color: #99c; }
 
a:hover {
	text-decoration: underline;
	color: #c33; }
 
a:active, a:focus {
	text-decoration: underline;
	color: #000; }
 
code, pre { color: #c33; }
 
/* very optional, but still useful. W3C uses about the same colors for codes */
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0; }
 
.clearfix { display: inline-block; }
 
/* for IE/Mac */
html[xmlns] .clearfix { display: block; }
 
/* IMG ALIGN */
img[align=left] { float:left; margin:0 1em 1em 0 }
 
img[align=right] { float:right; margin:0 0 1em 1em }
 
/* MAIN STRUCTURE */
#wrapper {
	width: 853px;
	margin: 52px auto; }
 
#header { width: 100%; }
 
#logo {
	display: block;
	width: 171px;
	height: 71px;
	float: left; }
 
#menu { float: left; }
 
#content {
	clear: left;
	padding-top: 19px; }
 
#main {
	width: 440px;
	float: left; }
 
#menu-middle {
	width: 440px;
	height: 293px; }
 
#image-slogan {
	width: 440px;
	height: 220px; }
 
#post {
	width: 412px;
	height: 560px;
	float:left; }
 
#footer {
	clear: left;
	width: 100%;
	height: 23px; }
 
/* Begin Header */
#header { background: url(images/header-fn.gif) right bottom no-repeat; }
 
#logo {
	border: 0;
	background: url(images/logo.png);
	text-decoration: none;
	color: #fff; }
 
table#menu {
	padding: 0px;
	margin: 45px 0px 0px 20px;
	width: 660px; }
 
	table#menu td {
		padding: 0px 0px 0px 0px;
		border-right: 1px solid #E27FB7 }
 
		table#menu td.last { border: 0; }
 
		table#menu td a {
			display: block;
			line-height: 1;
			padding: 0px 5px 0px 7px;
			color: #000;
			font-size: 1.2em;
			letter-spacing: 0.5px;
			text-decoration: none;
			text-transform: uppercase; }
 
			table#menu td a:hover {
				color: #000;
				text-decoration: underline; }
 
/* End Header */
/* Begin Content */
#post { overflow: auto; }
 
#main { background: transparent url(images/main-fn.png) left top no-repeat; }
 
#menu-middle ul {
	padding: 140px 0px 0px 15px;
	margin: 0; }
 
	#menu-middle ul li {
		background: transparent url(images/menu-middle-fn.png) left center no-repeat;
		border-bottom: 1px solid #fff;
		width: 193px;
		padding: 4px 2px 5px 33px; }
 
		#menu-middle ul li.air { border: 0; }
 
		#menu-middle ul li a {
			display: block;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none; }
 
			#menu-middle ul li a:hover { text-decoration: underline; }
 
#image-slogan img { border: 0; }
 
table#menu-search {
	margin: 0;
	margin-top: 4px;
	padding: 0px; }
 
	table#menu-search td {
		padding: 0px 0px 0px 0px;
		border-right: 1px solid #E27FB7 }
 
		table#menu-search td.last { border: 0; }
 
		table#menu-search td a {
			padding: 0px 9px 0px 9px;
			line-height: 1;
			color: #58595B;
			font-size: 1em;
			letter-spacing: 0.5px;
			text-decoration: none;
			text-transform: uppercase; }
 
			table#menu-search td a:hover {
				color: #58595B;
				text-decoration: underline; }
 
.entry {
	letter-spacing: 0.5px;
	color: #414042;
	padding-right: 5px; }
 
	.entry p { line-height: 1.4em; }
 
#searchsubmit {
	color: #414042;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-top: 2px; }
 
#s { float: left; }
 
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px; }
 
#clients_say {
	width: 85%;
	height: auto;
	margin: 20px auto;
	margin-bottom: 20px;
	font-size: 0.85em;
	line-height: 1 !important;
	border: 1px solid #797A7C; /*	background: transparent url(images/home-content-bt-fn.png) left top no-repeat;*/
	padding: 15px; }
 
	#clients_say p { line-height: 1 !important; }
 
	#clients_say a {
		color: #414042;
		text-decoration: none;
		display: block;
		padding-top: 10px; }
 
		#clients_say a:hover { text-decoration: underline; }
 
	#clients_say strong { color: #000; }
 
	#clients_say img.corner-fn {
		margin: 5px -16px 14px 5px;
		padding: 0;
		position: relative;
		top: -17px; }
 
.entry ul { margin-left: 1.5em }
 
	.entry ul li { text-indent: -.85em; margin-left: .85em }
 
		.entry ul li:before { content: "\2022\00a0\00a0" }
 
		.entry ul li li:before { content: "" }
 
		.entry ul li ul li:before { content: "\2022\00a0\00a0" }
 
		.entry ul li ul { margin-left: 2.5em }
 
		.entry ul li ol li {
			list-style-position: outside;
			list-style-type: decimal;
			margin-left: 1.35em;
			text-indent:0 }
 
			.entry ul li ol li ul li:before { content: "\2022\00a0\00a0" }
 
.entry ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2.35em }
 
.entry dt {
	font-weight: bold;
	margin-top: .8em;
	margin-bottom: 0 }
 
.entry ol ol, .entry ul ol { margin-left: 2.5em }
 
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul { margin-bottom: 0 }
 
/* End Content */
/* Begin Footer */
#footer { background-color: #606163; }
 
	#footer p {
		margin: 0px;
		padding: 0px;
		line-height: 2.1;
		background: transparent url(images/footer-fn.png) left top no-repeat;
		text-align: right;
		width: 100%;
		color: #fff;
		font-size: 0.9em; }
 
		#footer p a {
			color: #fff;
			text-decoration: none; }
 
		#footer p span.abr { font-weight: bold; }
 
		#footer p span.copyright {
			font-size: 0.8em;
			margin-right: 5px; }
 
		#footer p span.sep { margin: 0px 10px 0px 10px; }
 
		#footer p a.email { margin-right: 50px; }
 
/* End Footer */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%; }
 
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; }
 
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; }
 
.alignright { float: right; }
 
.alignleft { float: left }
 
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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; }
 
/* End captions */
/* Begin Tools */
.clear { clear: both; }
 
/* End Tools */


table.quotation {
	width: 99%;
	padding: 0;
	border: 0;
	margin: 20px auto;
	margin-bottom: 20px; }
 
	table.quotation td {
		border: 1px solid #797A7C;
		font-size: 0.85em;
		line-height: 1 !important; }
 
		table.quotation td p { line-height: 1 !important; }
 
		table.quotation td a {
			color: #414042;
			text-decoration: none;
			padding-top: 10px; }
 
			table.quotation td a:hover { text-decoration: underline; }
 
		table.quotation td strong { color: #000; }
 
		table.quotation td.phrase {
			padding: 15px 15px 15px 15px;
			border-bottom: 0; }
 
		table.quotation td.sign {
			padding: 0px 7px 15px 15px;
			border-top: 0;
			border-right: 0; }
 
		table.quotation td.corner {
			background: white url(images/home-content-bt-corner-fn.png) 7px 7px no-repeat;
			width: 44px;
			height: 44px;
			padding: 0!important;
			margin: 0!important;
			border-bottom: 0;
			border-right: 0; }
		table.quotation td.corner div { 
			width: 44px;
		}
		table.quotation td.sep {
			height: 10px;
			border-top: 0;
			border-bottom: 0; }
 
