/*
Theme Name: Rollins Podiatry
Theme URI: http://thelifecreative.net.au/jc-a-rollins-podiatrists/
Description: A custom design for Rollins Podiatry.
Author: The Life Creative
Author URI: http://www.thelifecreative.net.au
Version: 1.1
Tags: custom-menu, featured-images, microformats, sticky-post, threaded-comments
License: GNU General Public License v2.0 | From TidyThemes: This theme is completely free and open source. You may edit this theme to your hearts content :).
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{
	clear: both;
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft{
	clear: both;
	float: left;
	margin: 10px 10px 10px 0;
}
.aligncenter{
	clear: both;
	margin: 10px auto;
}

.clearfix {
	clear: both;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	color: #333;
	line-height: 150%;
	font-size: 0.8em;
}

#wrapper {
	margin: 30px auto;
	padding: 20px;
	width: 90%;
	max-width: 1000px;
}

/* HEADER */

#header {
	margin: 0 0 20px 0;
	padding: 0;
}

#branding {
	margin: 0;
	padding: 0;
}

#blog-title a {
	display: block;
	text-indent: -9999px;
	margin: 0 40px 0 0;
	padding: 0;

	background: url('images/logo.png') top center no-repeat;

	width: 300px;
	height: 104px;

	border-bottom: 0;
}

/* BREADCRUMBS */

#breadcrumbs {
	clear: both;
	display: block;
	margin: 7% 0 0 10%;
	color: #999;
}

#breadcrumbs a {
	color: #999;
	font-weight: normal;
}

#breadcrumbs a:hover {
	color: #1c7ea9;
}


/* NAVIGATION MULTI-LEVEL */

#nav {
	margin: 2% 0 0 10%;
}

#nav ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
	list-style-position: outside;

	position: relative;
}

#nav ul a {
	display: block;

	padding: 5px;
	
	border-bottom: 4px solid #999;
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}

#nav ul a:hover {
	border-bottom: 4px solid #1c7ea9;
	color: #1c7ea9;
}

#nav ul ul a {
	color: #FFF;
}

#nav ul ul a:hover {
	background-color: #1c7ea9;
	color: #FFF;
	border: 0 none;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul ul {
	position: absolute;
	display: none;
	width: 12em;
}

#nav ul li ul a {
	width: 12em;
	height: auto;
	float: left;
	border: none;
	background: #333;
}

#nav ul ul ul {
	top: auto;
}	

#nav ul li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li:hover ul ul ul ul {
	display: none;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li li li li:hover ul {
	display: block;
}


/* MAIN */

#main {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
}

#container {
	width: 60%;

	float: left;

	margin: 0 0 0 10%;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
}

#comments {
	display: none;
}

.entry-meta,
.entry-utility,
#nav-above {
	display: none;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

/* TYPOGRAPHY */

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, serif;
	color: #1c7ea9;
}

a {
	text-decoration: none;
	color: #1c7ea9;
	color: #000;
	border-bottom: 1px #000 dotted;
}

a:hover {
	color: #59a7c9;
	color: #000;
	color: #1c7ea9;
	border-bottom: 1px #1c7ea9 dotted;
}

p {
	margin: 2% 0;
}


/* IMAGES */

img a, a img {
	border: 0 none;
}

a img {
	display: block;
	border: 0;
}

img {
	max-width: 100%;
}

/* SIDEBAR */

#sidebar {
	width: 25%;
	margin-left: 5%;
	
	float: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* FOOTER */

#footer {
	
	text-align: right;
	
	margin: 30px auto;
	
	font-size: 0.8em;
	
}


/* THE LIFE CREATIVE LOGO */

a img#TLClogo {
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

a:hover img#TLClogo {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}