/*
Theme Name: Element Domes
Theme URI: http://www.globeorange.com/
Description: A theme from Element Domes website.
Version: 1.0
Author: Gint at Globe Orange
Author URI: http://www.globeorange.com/
Tags: element domes, unique
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
body { margin: 0; padding: 0; background-color: #fff; }
	#container { width: 100%; padding-top: 21px; }
		#header { width: 920px; margin: 0 auto; background: url('images/headerbg.png') no-repeat left bottom; height: 219px; }
			h1#logo { margin-top: 80px; display: block; width: 237px; float: left; padding-left: 10px;}
				h1#logo a { width: 237px; height: 26px; background: url('images/logo.png') no-repeat; text-indent: -9999px; display: block; }
			#slidebar { border: 4px solid #fff; height: 210px; width: 654px; float: right; background-color: #eee; float: right; }
			#slideshadow { width: 654px; height: 28px; background: url('images/undershadow.png') no-repeat; float: right; clear: right; }
		#topmenuwrap { width: 100%; border-bottom: 1px solid #999; }
		#topmenusubwrap { border-bottom: 4px solid #ccc; }
			#topmenu { clear: both; width: 920px; margin: 0 auto; padding-top: 10px; }
				#othermenu { float: left; margin: 0 0 -5px; padding: 0; }
					#othermenu li { display: block; float: left; }
						#othermenu li a.active { background: url('images/othermenu-active.png') no-repeat 0 -1px; }
						#othermenu li a { height: 36px; background: url('images/othermenu.png') no-repeat; text-indent: -9999px; display: block; }
						#othermenu li a#om-news { width: 57px; }
						#othermenu li a#om-domeplex { width: 159px; background-position: right; }
						#othermenu li span#om-shadow { background: url('images/sidemenushadow.png') no-repeat 0 -1px; width: 10px; height: 36px; display: block; }
				#mainmenu { float: right; margin: 0; padding: 0 0 12px; }
					#mainmenu li { display: block; float: left; padding: 0 7px; overflow: visible; height: 50px; margin-bottom: -34px; }
						#mainmenu li a { color: #666; display: block; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding-top: 0px; /*padding-bottom: 34px;*/ height: 50px;}
						#mainmenu li a .dome { color: #9d9fa2; font-size: 12px; display: block; margin: -13px 0 0 0; position: absolute; }
						#mainmenu li a:hover, #mainmenu li.current_page_item a, #mainmenu li.current_page_ancestor a { color: #f26522; background: url('images/active.png') no-repeat center bottom; }
						#mainmenu li.page-item-20 a:hover, #mainmenu li.current_page_item.page-item-20 a, #mainmenu li.current_page_ancestor.page-item-20 a { color: #97bf0e; background: url('images/active-shelter.png') no-repeat center bottom; }
						
					#mainmenu li ul { display: none; position: absolute; z-index: 1000; margin: 0 0 0 -25px; width: 140px; padding: 0; border: 1px solid #ccc; background: #f5f5f5 !important; }
						#mainmenu li:hover ul { display: block; }
					#mainmenu li ul li { height: auto; margin: 0; padding: 0; float: none; border-top: 1px #ccc solid; }
						#mainmenu li ul li:first-child { border-top: none; } 
					#mainmenu li ul li a { font-size: 12px; color: #666 !important; background: none !important; padding: 5px 9px !important; float: none; margin: 0 !important; height: auto !important;}
						#mainmenu li ul li a:hover { color: #fff !important; background-color: #97bf0e !important; }
		
					#mainmenu li ul li ul { display: none !important; margin: -26px 0 0 140px; width: 140px; }
						#mainmenu li ul li:hover ul { display: block !important; }
		#bodywrap { background: url('images/bg.png') repeat-y center; border-bottom: 4px solid #ccc; }
			#body { width: 920px; margin: 0 auto; padding: 20px 0; }
				#sidebar { float: left; width: 220px; margin-left: -20px; }
				#content { float: right; width: 680px; }
				#content.fullsize { width: 950px; float: left; margin-left: -31px; }
		
		#footer { width: 920px; margin: 0 auto; padding: 20px 0 40px; color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
			#footer a { text-decoration: none; color: #666; }
				#footer a:hover { text-decoration: underline; }
			#footer #fleft { float: left; width: 220px; margin-left: -10px; }
			#footer #fright { float: right; width: 700px; }
				#footer #frightl { float: left; width: 400px; }
					#footer #footermenu { padding: 0; margin: 0; }
						#footer #footermenu li { list-style-type: none; display: inline; padding: 0 20px 0 0; }
				#footer #frightr { float: right; text-align: right; width: 200px; }

.thinline { width: 216px; height: 2px; background: url('images/thinline.png') no-repeat; margin: 10px 0; clear: both; }
.social { height: 31px; width: 31px; margin: 0 0 8px 8px; background: url('images/sociallogo.png') no-repeat; display: block; float: left; }
	.social.tweet { background-position: 0 0; }
	.social.facebook { background-position: -39px 0; }
	.social.linkedin { background-position: -76px 0; }

	h4.n-title { font-size: 14px; font-weight: bold; margin-bottom: 0; }
	small.n-date { font-size: 11px; color: #999; }
	p.n-text { color: #666; font-size: 12px; }
	a.n-moreinfo { color: #f26522; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: url('images/moreinfo.png') no-repeat right; height: 18px; padding: 2px 24px 0 0; display: block; float: right; }


#content h2 { font-size: 18px; color: #f26522; font-weight: bold; margin: 0 0 16px; }
#content h5 { font-size: 16px; font-weight: normal; margin: 0 0 12px; }
#content h6 { font-size: 14px; font-weight: normal; margin: 0 0 12px; }
#content p { font-size: 12px; font-weight: normal; }

#home-left { float: left; width: 420px; }
#home-right { float: right; width: 220px; }
.home-image { width: 200px; height: 133px; padding: 3px; border: 1px solid #ccc; margin-bottom: 12px; }


#ds-back { width: 613px; height: 231px; background: #000 url('images/size/bg.jpg') no-repeat; }
#ds-sizes { width: 613px; height: 60px; padding: 0; margin: 0; background: url('images/size/foot.png') no-repeat 0 -7px; padding-left: 100px; }
	#ds-sizes li { float: left; list-style-type: none; margin: -7px 0 0; padding: 0; height: 60px; background: url('images/size/foot.png') no-repeat; }
	#ds-sizes li:hover, #ds-sizes li.active { background-image: url('images/size/foot-active.png'); }
		#ds-sizes #ds-16 { background-position: -100px 0; width: 30px; }
		#ds-sizes #ds-20 { background-position: -130px 0; width: 29px; }
		#ds-sizes #ds-24 { background-position: -159px 0; width: 28px; }
		#ds-sizes #ds-30 { background-position: -187px 0; width: 33px; }
		#ds-sizes #ds-36 { background-position: -220px 0; width: 29px; }
		#ds-sizes #ds-44 { background-position: -249px 0; width: 31px; }
		#ds-sizes #ds-60 { background-position: -305px 0; width: 25px; margin-left: 25px; }
		#ds-sizes #ds-70 { background-position: -351px 0; width: 25px; margin-left: 21px; }
		#ds-sizes #ds-90 { background-position: -425px 0; width: 25px; margin-left: 49px; }
	#ds-info { float: right; width: 158px; padding: 10px 5px 0; }
		#ds-info h4 { font-size: 30px; font-weight: normal; color: #fff; margin: 0; padding-bottom: 15px; }
		#ds-info p { font-size: 11px; color: #fff; font-weight: normal; margin: 0; padding: 0 8px 2px 0; text-align: left; }
	#ds-archs { width: 437px; height: 231px; float: left; }
		#ds-archs.f16 { background: url('images/size/f5.png') no-repeat; }
		#ds-archs.f20 { background: url('images/size/f6.png') no-repeat; }
		#ds-archs.f24 { background: url('images/size/f7.png') no-repeat; }
		#ds-archs.f30 { background: url('images/size/f9.png') no-repeat; }
		#ds-archs.f36 { background: url('images/size/f11.png') no-repeat; }
		#ds-archs.f44 { background: url('images/size/f13.png') no-repeat; }
		#ds-archs.f60 { background: url('images/size/f18.png') no-repeat; }
		#ds-archs.f70 { background: url('images/size/f21.png') no-repeat; }
		#ds-archs.f90 { background: url('images/size/f27.png') no-repeat; }
	#ds-images {}
		.ds-img {}
		

#newsleft { float: left; width: 402px; }
	.newsitemmain { margin-bottom: 20px; padding-top: 20px; border-top: 1px solid #777; }
		.newsitemmain:first-child { border-top: none; }		
		.newsitemmain h2 { float: left; }
		.newsitemmain p { text-align: justify; }
		.newsitemmain img { border: 1px solid #e5e5e5; width: 400px; display: block; clear: both; margin-top: 15px; }
		.newsitemmain .ngg-galleryoverview img { width: 183px; height: 122px; }
		#content .newsitemmain .ngg-galleryoverview { width: 420px; }
		.newsitemmain .sn-date { float: right; padding: 2px 8px; background: #f26522; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.sn-date .line1 { font-size: 16px; display: block; text-align: center; } 
			.sn-date .line2 { font-size: 14px; display: block; text-align: center;  }
#newsright { width: 210px; float: right; text-align: left; }
	#newscatstitle { font-size: 24px; font-weight: normal; font-stretch: -1px; border-bottom: 1px solid #000; padding-bottom: 7px; margin-bottom: 8px; }
	#newscats { margin: 0; padding: 0 0 0 6px; }
		#newscats li { list-style-type: none; font-size: 14px; }
		#newscats a { text-decoration: none; color: #000; }
			#newscats a:hover, #newscats li.current-cat a{ font-size: 24px; color: #f26522; }
#sn-pagin { text-align: right; font-size: 12px; }
	#sn-pagin a { color: #000; line-height: 22px; }
	#sn-pagin a:hover, #sn-pagin a.active{ font-size: 18px; color: #f26522; text-decoration: none; }
	
#content .ngg-galleryoverview { width: 700px; }
#content .wpcf7-form { text-align: left; background-color: #e8e8e8; float: right; width: 450px;}
	#content .wpcf7-form p { padding: 4px 6px !important; margin: 0; }
	#content .wpcf7-form p.odd { padding: 4px 6px; background-color: #f5f5f5; }
	#content .wpcf7-form p.last { padding: 15px 6px !important; text-align: right; }
	#content .wpcf7-form label { width: 140px; display: block; text-align: right; padding-right: 8px; padding-top: 3px; float: left; font-size: 15px; color: #666; }
		#content .wpcf7-form textarea, #content .wpcf7-form input { margin-left: 20px; width: 250px; } 
		#content .wpcf7-form p.last input { border: none; color: #f26522; font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 60px; background: transparent url('images/moreinfo.png') no-repeat right; height: 18px; padding: 0 24px 1px 0; display: block; float: right; }
			#content .wpcf7-form p.last input:hover { text-decoration: underline; }
#content div.wpcf7-validation-errors { border: none; font-style: italic;}