/*
Theme Name: Cleaning 2000 Pty Ltd
Theme URI: http://titanweb.com.au
Description: A custom theme made for Cleaning 2000 Pty Ltd
Author: Guy Lillico @ Titan Web
Version: 1
License: All Rights Reserved
License URI: 
Tags: 
*/


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

@import url("css/styles.css");
/*@import url("css/shop.css");*/
@import url("css/superfish.css");

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright,
.page #content #featuredimage {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom:1.1em;
	border:1px solid #7e0b09;
}
	.content_fp .alignright {
		border:none!important;
		margin-left: 0em!important;
	}	
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}