/*
Theme Name: Realty Queen TO
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Crimson Pear
Author URI: http://www.crimsonpear.com.au/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.

*/

/* = Global styles
-------------------------------------------------------------- */
a, a:link, a:active {
	color:#E33E8D;
	text-decoration:none;
}

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

/* =Structure
-------------------------------------------------------------- */

body {
	background:url(images/body-bg-tile.jpg) repeat-x #FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:0.9em;
}

#page {
	display: block;
	margin: 0 auto;
	max-width:1010px;
	min-width:1010px;
	background:#fff;
}
#primary {
	float: left;
	margin: 0 -257px 0 1.1em;
	width: 100%;
}
#content {
	margin: 0 289px 0 0;
	border:3px solid #cccccc;
    border-image: url("images/border.jpg") 3 3 3 3 repeat;
	-moz-border-image:url("images/border.jpg") 3 3 3 3 repeat;
    -webkit-border-image:url("images/border.jpg") 3 3 3 3 repeat;
	padding:1em;
}

#main .widget-area {
	float: left;
	overflow: hidden;
	width: 233px;
}
#colophon {
	clear: both;
	display: block;
	font-size: 0.8em;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
.search-form {
	width:24%;
	float:right;
}

.search-submit {
	height:27px;
	background: #E33E8D;
	color:#FFF;
	border:1px solid #444444;
	text-transform:uppercase;
}

hgroup {
	margin:0 0 -1em 0;
	-webkit-margin-bottom-collapse: collapse
}

header#branding, hgroup {
	height:228px;
}

#site-title {
	background: url("images/banner.jpg") no-repeat scroll 0 0 transparent;
	height: 228px;
	width: 1010px;
	margin:0;
}

#site-title a {
display: block;
height: 100px;
text-indent: -9999px;
width: 1010px;
}


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

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0.3em 0 0 1.12em;
	width: 69.8%;
	height:48px;
	z-index:100;
	padding-left: 1em;
}
#access ul {
	list-style: none;
	margin: 0.3em 0 0 0;
	padding: 0.3em 0 0.3em 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0.3em 0.6em 0 0.6em;
	text-decoration: none;
	color:#fff;
	font-family:'Helvetica Neue',Verdana,sans-serif;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #E33E8D;
	padding: 0.3em 0.6em 0 0.6em;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}

.entry-meta {
	clear: both;
	display: block;
	position:relative;
	padding-top:10px;
}

.entry-date {
	bottom: 1.2em;
    position: absolute;
    right: 2em;
	font-family: Helvetica Neue,Verdana,sans-serif;
	font-size: 1.2em;
	color:#fff;
	font-weight:bold;
}

.blog .entry-header, .single .entry-header {
	background:url(images/title-bg.jpg) no-repeat center right;
	 height: 4.6em;
    width: 106.2%;
margin-bottom:30px;
}

.page .entry-header {
	height:3.4em;
	background:url(images/page-title-bg.jpg) repeat-x bottom left;
}
	

.blog .entry-title a, .blog entry-title, .single .entry-header h1 {
	padding-left:3em;

}

.entry-title a, .entry-title {
	font-family: 'Courier New',Courier,monospace;
	color:#919293;
	text-decoration:none;
	padding-top:0.5em;
}
	
.single-author .entry-meta .byline {
	display: none;
}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

.comments-link {
	font-size:0.9em;
}

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	padding-bottom: 20px;
	font-size: 0.87em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

#secondary {
	margin-top:-3em;
}
ul.social-links {
	display:inline-block;
	list-style-type:none;
	margin-left:-41px;
	margin-top:-2px;
}

ul.social-links li {
	display:inline;
}

ul.social-links li a {
	display:inline-block;
	height:40px;
	width:40px;
	text-indent:100%;
	overflow:hidden;
}

a.youtube {
	background:url(images/black_youtube.png) no-repeat;
}

a.youtube:hover {
	background:url(images/pink_youtube.png) no-repeat;
}

a.twitter {
	background:url(images/black_twitter.png) no-repeat;
}

a.twitter:hover {
	background:url(images/pink_twitter.png) no-repeat;
}

a.facebook {
	background:url(images/black_facebook.png) no-repeat;
}

a.facebook:hover {
	background:url(images/pink_facebook.png) no-repeat;
}

a.instagram {
	background:url(images/black_instagram.png) no-repeat;
}

a.instagram:hover {
	background:url(images/pink_instagram.png) no-repeat;
}

a.pinterest {
	background:url(images/black_pintrest.png) no-repeat;
}

a.pinterest:hover {
	background:url(images/pink_pintrest.png) no-repeat;
}

a.rss {
	background:url(images/black_rss.png) no-repeat;
}

a.rss:hover {
	background:url(images/pink_rss.png) no-repeat;
}

a.mail {
	background:url(images/black_mail.png) no-repeat;
}

a.mail:hover {
	background:url(images/pink_mail.png) no-repeat;
}



#secondary .widget-title {
	color:#919293;
	background:url(images/sidebar-title-border.jpg) repeat-x left bottom;
	padding-bottom: 0.5em;
}

#footer-widgets .widget-title, #comments h2, #comments h3 {
	color:#919293;
}

#twitter-1 ul {
	padding-left: 15px;
    text-align: left;
    width: 185px;
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em;
}

footer {
	background:#ffffff;
}

#footer-widgets {
	background:#fff;
	margin:1em;
}

#footer-left {
	width:33%;
	float:left;
}
	
#footer-centre {
	width: 33%;
	float:left;
}

#footer-right {
	width:33%;
	float:right;
}

#footer-centre h1, #footer-right h1 {
	visibility:hidden;
}

.footer-subtitle {
	font-weight:bold;
}