/*
Theme Name: Matt Layout
Theme URI: http://mattrubinstein.com.au/
Description: My theme
Version: 1
Author: Me
Author URI: http://mattrubinstein.com.au/
*/


a {
	color: #666699;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #666699;
}

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

acronym, abbr {
	border-bottom: none;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 2px solid #9999cc;
	margin-left: 3em;
	padding-left: 20px;
	font-size: 85%;
	line-height: 3;
}

blockquote br {
	margin: 0;
	padding: 0;
	line-height: 4;
}


body {
	background: #fff;
	color: #000;
	font-family: 'Georgia', 'Times New Roman', serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}


h1 {display:none; font-size: 230%; color: blue;}

h2 {
	border-bottom: 1px solid #ccccff;
	font: 95% 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: 'Georgia', 'Times New Roman', serif;
	color: #666699;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: 9999cc;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #666699;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #9999cc;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
	color: #666699;
}

.storytitle a {
	text-decoration: none;
	color: #666699;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	display: none;
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 98%;
}

#commentlist li ul {
	border-left: 1px solid #ccccff;
	padding:0;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 10px 10em 0 3em;
	padding-right: 40px;
	width: 92%;
}

#header {
	background: url("/wp-images/mr3.jpg") no-repeat;
	width: 100%;

}

#header a {
	color: #666699;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

#menu {
	padding: 20px 10px 10px 20px;
	position: absolute;
	right: 20px;
	top: 129px;
	width: 10em;
}

#menu form {
	margin: 0 0 0 0px;
}

#menu input#s {
	display: none;
	width: 80%;
	background: #ccccff;
	border: 1px solid #000033;
	color: #000;
}

#menu ul {
	display: none;
	color: #666699;
	'Georgia', 'Times New Roman', serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	display: none;
	font: normal 105% 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #333366;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	display: none;
	border: 0;
	font: normal normal 70%/115% 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	display: none;
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #9999cc;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	color: #000;
	width: 90%;
}

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

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

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

#wp-calendar a:hover {
	background: #ccccff;
	color: #333;
}

#wp-calendar caption {
	color: #666699;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #000;

	font: normal 12px 'Georgia', 'Times New Roman', serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #ccccff;
	color: #333366;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.clearer {
clear: left;
line-height: 0;
height: 0;
}

.img-shadow {
clear: both;
float:left;
margin: 20px 0 0 17px !important;
margin: 20px 0 0 8px;
}


.img-shadow img {
display: block;
position: relative;
background-color: #fff;
margin: -6px 6px 6px -6px;
padding: 4px 6px 4px 4px;
}

.img-shadow1 {
clear: both;
float:right;
margin: 0px 0 0 17px !important;
margin: 0px 0 0 10px;
}


.img-shadow1 img {
display: block;
position: relative;
background-color: #fff;
margin: -6px 0px 6px -6px;
padding: 4px 4px 4px 6px;
}

.p-shadow {
width: 90%;
float:left;
margin: 10px 0 10px 30px !important;
margin: 30px 0 0 15px;
}


.p-shadow div {
background: none !important;
padding: 0 !important;
padding: 0 6px 6px 0;
}


.p-shadow p {
color: #777;
background-color: #fff;
font: italic 1em georgia, serif;
padding: 4px;
margin: -6px 6px 6px -6px !important;
margin: 0;
}

