/*
Theme Name: Real Images
Theme URI: http://www.gravitationalfx.com/
Description: Custom theme for Real Images.
Version: 1.4
Status: Release
Author: Gravitational FX
Author URI: http://www.gravitationalfx.com/
*/

@import url("css/reset.css");


/* Begin Typography & Colors */
* {margin:0;padding:0;}  /* sticky footer */
html, body {height: 100%;} /* sticky footer */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #c0c0c0;
	text-align: center;
	background-color: #404040;
	background-image:url(images/bg-repeat.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#dev-info{
	margin: 0 auto;
	float: left;
	width: 175px;
	height: 60px;
	background-color: #888;
	color: #000;
	font-size: 8px;	
	font-family: Arial, Helvetica, sans-serif;
}

#dev-info p{
	padding: 0 6px;
	margin: 0;
	line-height: 14px;
}

#dev-info a,
#dev-info a:link,
#dev-info a:visited{
	color: #600;	
}

#dev-info a:hover{
	color: #900;	
}

#header {
	/*background: #404040 url('images/realimagesheader.png') no-repeat bottom center;**/
	background: none;
	background-image:url(images/bg-repeat.jpg);
	background-position:top;
	background-repeat:repeat-x;

	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 60px;
	width: 840px;
	padding-top: 10px;
}
	
#content {
	padding: 5px 5px;
	font-size: 18px;
	overflow:auto; /* sticky footer */
	padding-bottom: 25px; /* sticky footer  - must be height of footer */
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background-color: #2c2c2c;
	border: none;
	border-top: solid 1px #555;
	}
	
p{
	padding-bottom: 15px;	
}

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: 2.0em;
	padding-bottom: 15px;
	}

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

h2 {
	font-size: 1.6em;
	padding-bottom: 15px;
	}

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: #a8c6e4;
	}

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: #55abf4;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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: #55abf4;
	text-decoration: none;
	}

a:hover {
	color: #00aaff;
	text-decoration: underline;
}
	
a.printable{
	background: url(images/icon-printer.png) bottom left no-repeat;
	padding-left: 28px;
}
	
.entry p a:hover{
	color: #00aaff;	
}

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

/* Float Properties*/
.clearfloat:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}

.clearfloat {
    display:block;
}


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #404040;
	margin: 0px auto;
	padding: 0;
	width: 840px;
	border: none;
	}


#outer-wrapper {
	text-align: left;
	min-height: 100%; /* sticky footer */	
	background-color: #404040;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	border: none;
}

#outer-wrapper.background{
	background: none;
		
}

#outer-wrapper.large-background{
	background: url(images/page-background.png) no-repeat top center;
	background-position: 50% 140px;	
}
	
	

#header {
	background-color: #404040;
	margin: 0;
	padding: 0 0 4px 0;
	height: 100px;
	width: 840px;
	}

#header-right-wrapper{
	position: relative;
	float: right;	
	width: 375px;
}

#contactInfo{
/*	position:absolute;
	top: 10px;*/
	position: relative;
	float: right;
	width: 340px;
	border: none;
	margin-top: 5px;
	padding: 0;
	text-align:right;
}

#social-networks{
	/*position:absolute;
	top: 30px;*/
	position: relative;
	float: right;
	width: 340px;
	height: 30px;
	border: none;
	padding: 0;
	text-align:right;
	margin-top: 10px;
}

#social-networks img{
	padding: 0 0 0 5px;	
}

#headerimg {
	margin: 0;
	width: 450px;
	float: left;
	position: relative;
	}

#top-navigation {
	border: none;
	height: 26px;
	margin: 0 auto;
	padding: 5px 0;
}


#top-nav-wrapper{
	float: left;	
}

#top-search{
	position:inherit;
	margin: -14px 0 0 0;
	padding: 0;
	float: right;	
}

#nav{
	padding: 2px 0 2px 0px;
	margin: 0;
    display: block;
    font-size:1.5em;
    margin-bottom:5px;
    width:100%;
}

	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
}

#nav a ,#nav a:hover{
	cursor:pointer;
	display: block;
	text-decoration: none;
	border:none;
	line-height:10px;
}

#nav a:hover {
	background:#303030;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
    float:left;
}

#nav a span {
	cursor:pointer;
    float:left;
    display:block;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	padding-right:12px;
}

#nav li {
	float: left;
    list-style:none;
	padding-right: 20px;
}

#nav a,#nav a:visited {
	display:block;
	font-weight:bold;
    color:#c0c0c0;
    text-transform:uppercase;
}

#nav a:hover, #nav a:active{
	text-decoration:none;
	color: #fff;
}	


#nav .current_page_item a span{
	color: #ffffff;
	background:#46709b;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
    float:left;
	
}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	float: left;
	padding: 0px 5px;
	margin: 0 auto;
	width: 840px;
	}

.post {
	margin: 0 0 40px;
	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;
}

#footer {
	margin: 0 auto;
	width: 100%;
	height: 25px;
	background-color: #2c2c2c;
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	clear:both;	
}

#footer-inner-wrapper{
	margin: 0 auto;
	height: 25px;
	width: 840px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


#footer-left{
	float: left;
	margin-left: 5px;
	width: 60%;
}

#footer-right{
	float: right;	
	margin-right: 5px;
	width: 37%;
	text-align:right;
}

#footer-right ul{
	list-style:none;	
	margin: 0;
	padding: 5px 0 0 0;
}

#footer-right ul li{
	display: inline;
	list-style:none;
	margin: 0;
	padding-left: 4px;	
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
}

#footer-right p{
	text-align:right;	
}

#footer-left p{
	text-align:left;	
}

/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

.entry h1{
	margin-top: 7px;	
}
h2 {
	padding: 15px 0 5px 0;
	margin: 0;
	}

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

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

h3 {
	padding: 0;
	margin: 5px 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
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

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

#footer a.externalLink, #footer a.externalLink:visited{
	color:	#444;
}

#footer a.externalLink:hover{
	color:	#fff;
}

#content .ngg-singlepic{
	display: inline-block;
}

#content .ngg-gallery-thumbnail img:hover {
	/*background-color: #A9A9A9;*/
	border:1px solid #ffffff;
} 


/* =Menu
-------------------------------------------------------------- */

#access {
	background: none;
	display: block;
	float: left;
	margin: 0;
	width: 840px;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	width: 840px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 28px;
	padding: 0 7px;
	text-decoration: none;
	margin-right: 8px;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	float: left;
	width: 140px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	margin: 0;
	padding : 0;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;		
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #263d54;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;		
}
#access ul li:hover > ul {
	display: block;	
}

#access ul li.current_page_item > a,
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffffff;
	background:#46709b;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}



#breadcrumbs-wrapper{
	padding: 2px 5px;	
	margin: 0;
}

#breadcrumbs-wrapper p{
	margin: 0;
	padding: 0;
}

/* --------------  Webby Divs -----------------*/

#webby-wrapper{
	position: relative;
	width: 371px;
	float: left;
	z-index: 1;
	background-color: #424c57;
	border: 2px solid #556270;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 30px;
	padding: 5px 5px 10px 5px;
	
}

#webby-wrapper:hover{
	background-color: #4d5865;	
	border: 2px solid #00aaff;
	color: #fff;
}

#webby-inner-wrapper{
	position: relative;	
	z-index: 2;
	width: auto;
	min-height: 160px;
}

#webby-wrapper p{
	padding-bottom: 10px;
}

#webby-title{
	margin: 0;
	padding: 2px 2px 10px 2px;	
}

#webby-title h1, #webby-title h2{
	border: 0;
	text-decoration:none;
	color: #fff;
	font-size: 24px;
	padding: 0;
	margin: 0;
	text-align:left;
}


#webby-image-wrapper{
	width: 150px;
	height: 113px;
	float: left;	
}



#webby-image-wrapper img{
	border: 2px solid #fff;	
}

#webby-double-image-wrapper img{
	border: 2px solid #fff;	
	margin-right: 4px;
}


#webby-image-wrapper a img,
#webby-image-wrapper a:link img,
#webby-image-wrapper a:visited img{
	border: 2px solid #556270;	
}

#webby-image-wrapper a:hover img{
	border: 2px solid #fff;	
}

#webby-text-wrapper{
	width: 200px;
	float: right;
	margin-right: 10px;
	text-align: left;
}


#webby-text-wrapper p{
	font-size: 14px;
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
}


#webby-title h2{
	text-shadow: 0px 1px 2px #333;
}

#webby-wrapper a.hover-webby-img-anim{
		display: block;
		text-decoration: none;
		color: #333;
		z-index: 2;
		-webkit-transform: rotate(0deg) scale(1.0);
		-moz-transform: rotate(0deg) scale(1.0);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform 0.15s ease-in;
}

#webby-wrapper a.hover-webby-img-anim:hover,
#webby-wrapper a.hover-webby-img-anim:focus,
#webby-wrapper a.hover-webby-img-anim:active {
		z-index: 999;
		-webkit-transform: rotate(-5deg) scale(1.075);
		-moz-transform: rotate(-5deg) scale(1.075);
		transform: rotate(-5deg) scale(1.0775);
}

#webby-text-wrapper p.read-more{
	margin-top: 10px;	
}

#webby-text-wrapper p.read-more span{
	padding: 3px 10px;
	font-size: 12px;
	background-color: #46709b;
	border-radius: 15px;
}

#webby-text-wrapper p.read-more a{
	color: #ccc;	
}

#webby-text-wrapper p.read-more a:hover{
	color: #fff;
}

/* read more for homepage */
#webby-wrapper.homepage{
	width: 300px;
	margin-left: 60px;
}

#webby-text-wrapper.homepage{
	width: 130px;
	border; 1px solid #f00;
}

#webby-text-wrapper p.read-more-homepage{
	margin-top: 20px;	
	font-size: 20px;
	text-align: center;	
}


#webby-text-wrapper p.read-more-homepage a{
	color: #ccc;	
}

#webby-text-wrapper p.read-more-homepage a:hover{
	color: #fff;
	text-decoration: none;
}


/* --------------  Big Webby Divs -----------------*/

#big-webby-wrapper{
	position: relative;
	width: 800px;
	float: left;
	z-index: 1;
	background-color: #424c57;
	border: 2px solid #556270;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 30px;
	padding: 5px;	
}

#big-webby-wrapper:hover{
	background-color: #4d5865;	
	border: 2px solid #00aaff;
	color: #fff;
}

#big-webby-inner-wrapper{
	position: relative;	
	z-index: 2;
	width: auto;
	min-height: 160px;
}

#big-webby-wrapper p{
	padding-bottom: 10px;
}

#big-webby-title{
	margin: 0;
	padding: 2px 2px 10px 2px;	
}

#big-webby-title h1, #big-webby-title h2{
	border: 0;
	text-decoration:none;
	color: #fff;
	font-size: 24px;
	padding: 0;
	margin: 0;
	text-align:left;
}


#big-webby-image-wrapper{
	width: 150px;
	height: 113px;
	float: left;	
}



#big-webby-image-wrapper img{
	border: 2px solid #fff;	
}

#big-webby-double-image-wrapper img{
	border: 2px solid #fff;	
	margin-right: 4px;
}


#big-webby-image-wrapper a img,
#big-webby-image-wrapper a:link img,
#big-webby-image-wrapper a:visited img{
	border: 2px solid #556270;	
}

#big-webby-image-wrapper a:hover img{
	border: 2px solid #fff;	
}

#big-webby-text-wrapper{
	width: 500px;
	float: right;
	margin-right: 10px;
	text-align: left;
}


#big-webby-text-wrapper p{
	font-size: 14px;
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
}


#big-webby-title h2{
	text-shadow: 0px 1px 2px #333;
}

#big-webby-wrapper a.hover-webby-img-anim{
		display: block;
		text-decoration: none;
		color: #333;
		z-index: 2;
		-webkit-transform: rotate(0deg) scale(1.0);
		-moz-transform: rotate(0deg) scale(1.0);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform 0.15s ease-in;
}

#big-webby-wrapper a.hover-big-webby-img-anim:hover,
#big-webby-wrapper a.hover-big-webby-img-anim:focus,
#big-webby-wrapper a.hover-big-webby-img-anim:active {
		z-index: 999;
		-webkit-transform: rotate(-5deg) scale(1.075);
		-moz-transform: rotate(-5deg) scale(1.075);
		transform: rotate(-5deg) scale(1.0775);
}

#big-webby-text-wrapper p.read-more{
	margin-top: 10px;	
}

#big-webby-text-wrapper p.read-more span{
	padding: 3px 10px;
	font-size: 12px;
	background-color: #46709b;
	border-radius: 15px;
}

#big-webby-text-wrapper p.read-more a{
	color: #ccc;	
}

#big-webby-text-wrapper p.read-more a:hover{
	color: #fff;
}



.shadow {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
}

.shadow-no-bottom {
	-moz-box-shadow: 3px 2px 4px #333;
	-webkit-box-shadow: 3px 1px 4px #333;
	box-shadow: 3px 2px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
}

.read-more-button{
	padding: 3px 10px;
	font-size: 12px;
	background-color: #46709b;
	border-radius: 15px;
}

p a.read-more-button, p a.read-more-button:visited, p a.read-more-button:link{
	color: #ccc;	
}

p a.read-more-button:hover{
	color: #fff;
}

.ba-container{
	margin: 15px 0 10px 0;	
}

.ba-wrapper{
	float: left;	
}

.balinks{
	padding-bottom: 20px;
}

.pro-player-container{
	margin-top: 15px;
	margin-bottom: 10px;	
}

#header-middle{
	padding: 0;
	margin: 0;	
	display: block;
	height: 250px;
	margin: 10px 0 25px 0;
}

#header-middle.image-placeholder{
	background-color: #333;
	border: 2px solid #fff;	
	height: 200px;
}

#header-middle.white-border{
	border: 2px solid #fff;
	margin-bottom: 10px;
}

#header-middle-video{
	float: right;
	width: 413px;
	height: 240px;
	border: 1px solid #fff;
	background-color: #000;
	margin-top: 4px;
	margin-right: 100px;
}

div .presentation{
	border: 1px solid #333;
	border-radius: 10px;
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444)); 
	background-image: -webkit-linear-gradient(top, #555, #444); 
	background-image:    -moz-linear-gradient(top, #555, #444); 
	background-image:     -ms-linear-gradient(top, #555, #444); 
	background-image:      -o-linear-gradient(top, #555, #444); 
	background-image:         linear-gradient(top, #555, #444); /* standard, but currently unimplemented */	
}

.entry ul.green-tick{
	margin: 6px 10px 20px 10px;	
	padding-left: 1.5em;
 	text-indent: -1.5em;
	display: block;
	border: 1px solid #333;
	border-radius: 10px;
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444)); 
	background-image: -webkit-linear-gradient(top, #555, #444); 
	background-image:    -moz-linear-gradient(top, #555, #444); 
	background-image:     -ms-linear-gradient(top, #555, #444); 
	background-image:      -o-linear-gradient(top, #555, #444); 
	background-image:         linear-gradient(top, #555, #444); /* standard, but currently unimplemented */	
}

.entry ul.bedroom{
	background-image:url(/wp-content/gallery/presentation-tips/bedroom.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.bathroom{
	background-image:url(/wp-content/gallery/presentation-tips/bathroom.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.entertaining-area{
	background-image:url(/wp-content/gallery/presentation-tips/entertaining-area.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.kitchen{
	background-image:url(/wp-content/gallery/presentation-tips/kitchen.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.livingroom{
	background-image:url(/wp-content/gallery/presentation-tips/livingroom.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.pool{
	background-image:url(/wp-content/gallery/presentation-tips/pool.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.yard{
	background-image:url(/wp-content/gallery/presentation-tips/yard.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 180px;
 	text-indent: -1.5em;
	overflow:hidden;
}

.entry ul.green-tick li{
	list-style-image: url(images/green-tick.png);	
	list-style-position:inside;
	line-height: 1.5em;
	padding: 0 10px;
	padding-bottom: 8px;
}

#wp-realtime-sitemap-pages ul{
	margin: 6px 10px 20px 10px;	
	padding-left: 1.5em;
 	text-indent: -1.5em;
	display: block;		
}

#wp-realtime-sitemap-pages ul li{
	list-style-position:inside;
	line-height: 1.8em;
	padding: 0 10px;
	list-style-type:circle;
	color: #449ae3;
}

#contact-form-wrapper{
	text-align: left;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 10px;	
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444)); 
	background-image: -webkit-linear-gradient(top, #555, #444); 
	background-image:    -moz-linear-gradient(top, #555, #444); 
	background-image:     -ms-linear-gradient(top, #555, #444); 
	background-image:      -o-linear-gradient(top, #555, #444); 
	background-image:         linear-gradient(top, #555, #444); /* standard, but currently unimplemented */
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');	
}

#contact-form-wrapper p span.highlight-1{
	color: #955;	
}

#content span.wpcf7-not-valid-tip,
#content span.wpcf7-not-valid-tip-no-ajax{
	color: #ccc;
	background: #622;
	border: 1px solid #822;
}

#content div.wpcf7-validation-errors{
	background-color: #622;	
	border: 2px solid #722;
}

.entry ul,
.entry ol{
	margin: 6px 10px 20px 10px;	
	padding-left: 1.5em;
 	text-indent: -1.0em;
	display: block;
}

.entry ul li,
.entry ol li{
	list-style-position:inside;
	line-height: 1.25em;
	padding: 6px 10px;
}

span.small-text{
	font-size: 9px;
}
