/*
Theme Name: Hovsepian
Theme URI:
Description:
Author:
Version: 1.0
Tags:
*/
/*------------------------------------------------------------
HTML5 CSS Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#ffd71e;
}
a:hover {
	text-decoration:underline;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #057272;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*------------------------------------------------------------
html, body, #wrapper
------------------------------------------------------------*/
html {
	background:#52433b url(images/bg-html.png) center top repeat;
	position:relative;
	width:100%;
	height:100%;
}
body {
	background:url(images/bg-body.png) center top repeat-x fixed;
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
	position:relative;
	min-height:400px;
	line-height:1.4em;
}
#wrapper {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
/*------------------------------------------------------------
header, #social, nav
------------------------------------------------------------*/
header {
	width:900px;
	height:119px;
	padding-top:57px;
	position:relative;
}

header a#logo {
	width:406px;
	height:44px;
	margin:0px 247px 32px;
	display:block;
}

#social {
	position:absolute;
	right:10px;
	top:72px;
}

#social a {
	display:block;
	float:left;
	padding:2px 2px;
}

#social a:hover {
	padding:0px 2px 4px;
}

#social .mail {
	position: relative;
	top: 7px;
}

nav {
	width:900px;
	height:45px;
	background:url(images/bg-nav.png) -1px top no-repeat;
	text-transform:lowercase;
}

nav ul li {
	float:left;
}

nav ul li a {
	float:left;
	font-family:georgia, "times new roman", times, serif;
	color:#fff;
	padding:15px 40px 13px;
	margin:0 10px;
	font-size:17px;
	background:url(images/bg-nav-text.png) 0 10px no-repeat;
	text-indent:-9999px;
	width:40px;
	height:17px;
}

nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_parent a {
	background:url(images/bg-nav-text-hover.png) 0 10px no-repeat;
}

nav ul li#menu-item-16 a {
	background-position:0 10px;
}
nav ul li#menu-item-17 a {
	background-position:-140px 10px;
}
nav ul li#menu-item-18 a {
	background-position:-290px 10px;
	width:50px;
}
nav ul li#menu-item-19 a {
	background-position:-435px 10px;
	width:70px;
}
nav ul li#menu-item-20 a {
	background-position:-610px 10px;
}
nav ul li#menu-item-39 a {
	background-position:-760px 10px;
	width:50px;
}
/*------------------------------------------------------------
#photo-bar
------------------------------------------------------------*/
div#photo-bar {
	width:900px;
	background:#fff;
	height:167px;
	border-bottom:2px solid #099;
	clear:both;
}

div#photo-bar img {
	margin:12px;
}
/*------------------------------------------------------------
#content
------------------------------------------------------------*/
div#content {
	border-top:1px solid #fff;
	width:900px;
	clear:both;
	overflow:hidden;
	background:#009999;
	color:#fff;
	font-size:14px;
	line-height:1.4em;
}
/*------------------------------------------------------------
article
------------------------------------------------------------*/
article {
	float:left;
	margin:25px 50px;
	width:525px;
	font-size:15px;
	font-family:georgia, "times new roman", times, serif;
}

.home article {
	float:right;
	margin:25px 50px 25px 25px;
	width:550px;
}

article h1 {
	margin-bottom:10px;
}

article h3 {
	font-size:17px;
	font-weight:normal;
}

article h5 {
	font-family:georgia, "times new roman", times, serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:1px;
	line-height:1.4em;
	color:#ffd71e;
}

article h6 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	font-family: helvetica, arial, sans-serif;
}

article p, article ul {
	margin-bottom:1em;
	line-height:1.5em;
}

article p a.read-more {
	font-size:12px;
}

article div.entry-content {
	margin-bottom:15px;
	padding-top:15px;
	padding-right:0px;

}

.blog article div.entry-content {
	border-bottom:1px solid #018e8e;
}

.blog article div.entry-content {
	padding-top:10px;
	padding-bottom:10px;
}

article div#navigation {
	text-align:center;
	width:500px;
	padding:5px 0;

}

article div.bip {
	float:left;
	margin-right:50px;
	width:200px;
	margin-top:10px;
}
article div.bip h3 {
	font-family:georgia, "times new roman", times, serif;
	font-size:17px;
	font-weight:normal;
	margin-bottom:1px;
	line-height:1.4em;
}

article #disqus_thread h3 {
	text-align:left;
}

article div.bip h3 a {
	color:#fff;
}

article div.bip p {
	font-size:12px;
	font-family: helvetica, arial, sans-serif;
}

article img.alignleft {
	float:left;
	margin:2px 12px 4px 0px;
}

article img.alignright {
	float:right;
	margin:2px 0 4px 12px;
}

article p small {
	font-size:12px;
	line-height:1.46em;
	display:block;
	padding-bottom:5px;
}

article span.caps {
	text-transform:uppercase;
}

.white-box {
	background:#b3e1e1;
	padding:13px 0 6px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width:515px;
	overflow:hidden;
	margin:5px 0 15px;
}

.white-box a {
	float:left;
	margin-right:16px;
}

.white-box a[rel~=wp-att-249] {
	position:relative;
	top:3px;
}

.white-box a[rel~=wp-att-265], .white-box a:last-child {
	margin-right:0;
}

.white-box a img {

}

.white-box a + br {
	display:none;
}

.fb-like {
	top:-3px;
}

/*------------------------------------------------------------
aside
------------------------------------------------------------*/
aside {
	float:right;
	margin:25px 25px 0px 0px;
	width:250px;
	padding:0;
	min-height:335px;
	overflow:hidden;
	background:#018e8e;
	position:relative;
}

aside div#top {
	background:#018e8e url(images/bg-aside.png) left top no-repeat;
	height:180px;
	width:250px;
	margin:0 0 -180px;
	position:relative;
	z-index:1;
}

aside div#bottom {
	background:#018e8e url(images/bg-aside.png) left bottom no-repeat;
	height:180px;
	width:250px;
	margin:-150px 0 0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.home aside {
	float:left;
	height:355px;
	padding:0;
	margin:25px 0 25px 25px;
	background:#018e8e url(images/bg-aside-home.png) left top no-repeat;
}

aside h2 {
	margin:20px 15px 5px;
	position:relative;
	z-index:2;
}

aside h3 {
	font-family:georgia, "times new roman", times, serif;
	font-size:24px;
	font-weight:normal;
	line-height:1.4em;
	position:relative;
	z-index:2;
	padding:10px 10px 0;
	color:#ffd71e;
}

aside div#social-side {
	margin-left:31px;
	margin-top:20px;
}

#social-side .mail {
	position: relative;
	top: -7px;
}

aside div.widget {
	margin:20px 15px 0;
	position:relative;
	z-index:2;
}

 aside div.widget h5, aside h5 {
	font-family:georgia, "times new roman", times, serif;
	font-size:19px;
	font-weight:normal;
	margin-bottom:1px;
	line-height:1.4em;
	position:relative;
	z-index:2;
}

aside div.widget ul li {
	list-style-type:none;
	font-size:13px;
	position:relative;
	z-index:2;
}

aside div.widget ul li a {

}

aside div#sidebar-content {
	margin:15px;
	position:relative;
	z-index:2;
}

aside div#sidebar-content p {
	font-size:13px;
	color:#fff;
	margin-bottom:1em;
	font-family:tahoma, helvetica, arial, sans-serif;
	text-transform:none;
	padding-right:7px;
	padding-left:3px;
	line-height:1.3em;
	position:relative;
	z-index:2;
}

aside div#sidebar-content p.review {
	font-size:11px;
	margin-top:-5px;
	margin-bottom:17px;
	padding-bottom:15px;
	border-bottom:1px solid #007070;
	position:relative;
	z-index:2;
}

aside div#sidebar-content p.border {
	margin-bottom:17px;
	padding-bottom:15px;
	border-bottom:1px solid #007070;
	position:relative;
	z-index:2;
}

aside div#sidebar-content p.review.no-border {
	border:0;
}

aside div#latest-news {
	margin:0px 15px 20px 30px;
	font-size:12px;
	line-height:1.35em;
}

aside div#latest-news h4 {
	margin-top:10px;
	text-transform:uppercase;
	font-family:georgia, "times new roman", times, serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:1px;
}

aside div#latest-news h3 {
	font-family:georgia, "times new roman", times, serif;
	font-size:17px;
	font-weight:normal;
	margin-bottom:1px;
	line-height:1.4em;
	padding:0;
}

aside div#latest-news p a {
	color:#fff;
}

aside div#latest-news P + h4 {
	margin-top:25px;
}

aside div.menu {
	z-index:2;
	position:relative;
	padding:10px;
}

aside div.menu li a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:4px 10px 0;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
	padding-top:35px;
	background:url(images/bg-footer.png) -1px top no-repeat;
	width:900px;
	padding-bottom:15px;
	text-align:center;
}

footer p {
	color:#d8d3d0;
	font-size:11px;
	margin-bottom:6px;
	font-family:tahoma, helvetica, arial, sans-serif;
}

footer p a {
	color:#d8d3d0;
}