/*   
Theme Name: Elegant Grey
Theme URI: http://www.beautifulwordpressthemes.com
Description: An elegant and classy business theme
Author: Dieter Schneider
Author URI: http://www.beautifulwordpressthemes.com
Version: 1.0
*/

@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */



html {font-size: 100%}

/*------------------ Site Structure ------------------*/

body {background: url(images/body.jpg); font-family: Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #575757}

#page_top {background: url(images/top.jpg) repeat-x; height: 163px; margin-bottom: 40px}

#main_site {width: 960px; margin: auto;}

#header {height: 110px; width: 960px; padding-top: 53px; margin: auto;position: relative}

#logo {width: 357px; height: 79px; border: none; position: absolute; top: 50px}

#content {
	width: 620px;
	float: left;
	margin-bottom: 44px;
}

#page_content {width: 600px; float: left; margin-bottom: 40px }

.blog_posts {
	padding: 15px; 
	border: 1px solid #DBDBDB;
	margin-bottom: 30px; 
	overflow: auto;
	background: url(images/sidebar.png);
	border-radius: 4px; -moz-border-radius: 4px; webkit-border-radius: 4px
}

#sidebar {
	width: 284px; 
	padding: 20px;
	float: right;
	border: 1px solid #dcdcdc;
	margin-bottom: 40px;
	background: url(images/sidebar.png);
	border-radius: 4px; -moz-border-radius: 4px; webkit-border-radius: 4px
}

/* sidebar menu */


.navcontainer { width: 280px; margin-bottom: 25px }

.navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer ul ul li {background: url(images/seperator.png) repeat-x bottom; padding: 10px}

.navcontainer ul ul li li {
	padding-left: 10px;
	background: none;
	font-size: .9em;
	font-style: italic;
	padding: 5px 10px
}

.navcontainer a {
}

.navcontainer a:link, .navlist a:visited {
	text-decoration: none;
}

.navcontainer a:hover{
	color: #000;
}

/* end sidebar menu */

#intro {
	border: 1px solid #d8d8d8; 
	clear: both;
	padding: 15px;
	font-size: 1.6em; 
	line-height: 1.6em; 
	margin-bottom: 40px;
	outline:1px solid #a1a1a1;
	background: #e1e1e1
}

#intro span {font-weight: 700}

#intro p {padding: 0}

#box_left {width: 300px; float: left; margin-bottom: 12px; text-align: justify}
#box_right {width: 300px; float: right; margin-bottom: 12px; text-align: justify}
#box_middle {margin-left: 330px; margin-right: 330px; margin-bottom: 12px; text-align: justify}

#footer {width: 960px; margin: auto; clear: both; padding: 10px; text-align: right; background: url(images/seperator.png) repeat-x top; font-size: .8em}



/*------------------ typography and images ------------------*/



a {text-decoration: none; color: #093d58}

/* text styles */

h1 {font-size: 1.8em; font-weight: normal; padding-bottom: 6px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px}
h3, h4 {font-size: 1.4em; font-weight: normal}
h5, h6  {font-size: 1.2em}

p {line-height: 1.4em; padding: 15px 0}

small {font-size: .8em}

.main_heading {margin-bottom: 2px; padding: 0 0 6px; position: absolute; bottom: 0; right: 0; font-size: 1.6em; display: none}

.heading_frontpage_one {background: url(images/1.png) no-repeat; height: 56px; padding-top: 13px; padding-left: 80px; font-size: 3em; text-shadow: 0 1px 0 #e8e8e8}
.heading_frontpage_two {background: url(images/2.png) no-repeat; height: 56px; padding-top: 13px; padding-left: 80px; font-size: 3em; text-shadow: 0 1px 0 #e8e8e8}
.heading_frontpage_three {background: url(images/3.png) no-repeat; height: 56px; padding-top: 13px; padding-left: 80px; font-size: 3em; text-shadow: 0 1px 0 #e8e8e8}

.blog_heading {padding-bottom: 0; overflow: hidden}

.single_post_heading {}

.blog_posts p {overflow: hidden;}

#sidebar h3, .sidebar_box, .pagetitle_archive, .search_results {
	background: url(images/sidebar_h.jpg);
	color: #262626;
	padding: 5px 10px; 
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	clear: both;
	border-radius: 4px; -moz-border-radius: 4px; webkit-border-radius: 4px
}

.older_entries, .newer_entries {padding-bottom: 15px; text-align: right}

/* images */

.more {float: right; margin-right: 10px}

.post_thumb {float: left; margin-right: 15px}


.btn_frontpage {margin-top: 20px; margin-left: 10px}



/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	LEVEL ONE
*/

.current-menu-item a {
	background: none;
}


ul.menu                          { position: relative; z-index:10; margin: auto; height:65px; margin-left: 380px; background: url(images/vert_divider.png) no-repeat center left;}
									  
ul.menu  li                      { float: left; zoom: 1; height:65px; background: url(images/vert_divider.png) no-repeat center right;  }
ul.menu  a:hover		         {}
ul.menu  a:active                {}
ul.menu  li a                    { display: block; padding: 20px; color: #5f5f5f; font-weight: 700; font-size: 1.1em }
ul.menu  li.hover,
ul.menu  li:hover                { color: #666; position: relative; }
ul.menu  li.hover a              { color: #666; }


/* 
	LEVEL TWO
*/
ul.menu  ul 					{ width: 228px; visibility: hidden; position: absolute; top: 100%; left: 0; background: url(images/sidebar.png); border: 1px solid #999999; 
								  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
								  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
								  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
								  
								  border-radius: 4px; -moz-border-radius: 4px; webkit-border-radius: 4px
                                  }
								  
ul.menu  ul li 					{ color: #000; float: none; background: none}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.menu  ul li a					{ width: 100%; display: inline-block} 


/* 
	LEVEL THREE
*/
ul.menu  ul ul 					{ left: 210px; top: 0; z-index:300;}
ul.menu  li:hover > ul 			{ visibility: visible; }


/*================================================================
Forms and Comments
==================================================================*/

/* search form */

.search_form {padding: 5px 0; width: 280px; position: relative}

.search_input {border: 1px solid #DCDCDC; padding: 10px; width: 259px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

.search_submit {font-weight: 700; color: #FFF; cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: none; padding: 2px; position: absolute; right: 0; top: 6px}

/* the respond froms */

#respond {
	margin-top: 25px;
}

#respond p {padding: 2px 0}

#comment {width: 97%;}

#url, #email, #author, #log, #pwd, #comment {
	padding: 5px;
	background: url(images/form_elements.jpg);
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

#comment:focus, #url:focus, #email:focus, #author:focus, #log:focus, #pwd:focus {border: 1px solid #adadad; background:url(images/focus.png) no-repeat}

#commentform p {margin: 2px 0;}

#rememberme {margin-top: 10px}

#submit {
	margin-bottom: 15px;
	background: #666; 
	padding: 4px; 
    cursor: pointer;
	margin-top: 5px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	border: none; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px
}



/* the comments */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0px; text-indent:0; }
ol.commentlist li {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment { border: 0px solid red; padding: 0; margin: 10px 0; background: url(images/comments.jpg) }

ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard {   }
ol.commentlist li div.vcard cite.fn { font-size: 1.3em; text-transform: capitalize }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:1px solid #c7c5b2; float:right; margin:0 0 1em 1em; padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:.8em; }
ol.commentlist li div.comment-meta a { color:#000; }
ol.commentlist li p { margin:1em 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; }

ol.commentlist li div.reply a { font-weight:bold; padding: 5px 10px; border: 0px solid #c7c5b2; text-decoration: none; background: #666; repeat-x center; color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
ol.commentlist li div.reply a:hover { background: #000; color: #fff}

ol.commentlist li ul.children { list-style:none; margin: 20px 0 0; text-indent:0; }

ol.commentlist li ul.children li { background: url(images/seperator.png) repeat-x top }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-3 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-4 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-5 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-6 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-7 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-8 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-9 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-10 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { padding: 20px;  }
ol.commentlist li.odd { padding: 20px; }
ol.commentlist li.parent { border-left:0px solid #188dac; }
ol.commentlist li.pingback { border-bottom:0px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.cancel_comment_reply {margin-top: 5px;}

.cancel_comment_reply small a {padding: 3px; background: #ffffcc; width: 160px; text-decoration:none}


/* The Nivo Slider styles */



#screen {width: 936px; height: 276px; padding: 12px; background: url(images/screen.png) no-repeat; margin-bottom: 40px}

#screen h2 {padding: 20px 20px 10px; font-size: 2.4em; overflow: hidden; letter-spacing: .03em; text-shadow: 0 1px 0 #e8e8e8}

#screen p {padding: 0 20px 10px; overflow: hidden; font-size:1.6em}

#slider {width: 450px; float: left}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* extras */

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%; 
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



/*-----------------------------------------------*/
/*------------    NextGen Gallery   ------------*/
/*---------------------------------------------*/

html > body .ngg-album {border: 1px solid #DCDCDC; background: #FFF}

.ngg-albumoverview {clear: none; float: left; width: 450px; margin-right: 30px; margin-top: 0; margin-bottom: 27px}

.ngg-album {width: 450px; height: 185px; float: left}


.ngg-album p {padding: 10px 0}

.ngg-clear {clear: none; display:none}

.ngg-albumtitle {float: right; font-weight: normal; margin-right: 5px}


.ngg-gallery-thumbnail-box {
	background: url(images/thumb_bg.png) no-repeat;
	float:left;
	height:215px;
	margin-bottom:24px;
	margin-right:44px;
	padding-top:17px;
	width:207px;
	text-align:center
}

.ngg-gallery-thumbnail {}









