/*
Theme Name: Matt Dinnery
Theme URI: http://www.mattdinnery.co.uk/
Description: Theme custom-made for www.mattdinnery.co.uk in order to keep the outward style consistent.
Version: 1.0
Author: Matt Dinnery
Author URI: http://www.mattdinnery.co.uk/
Tags: white, black, fixed width, two columns, widgets
*/


/* Basics & Page Layout */
body {
	font-size: 11pt;
	font-family: Arial,sans-serif;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

div {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
img {
	border: 0px;
}
input, textarea {
  border: 1px solid #00349E;
  color: #FF388C;
  background-color: #FFFFFF;
  padding: 1px;
  margin: 1px;
}
hr {
  border: 0px;
  width: 80%;
  height: 1px;
  color: #FF388C;
  background-color: #FF388C;
}

#outer {
  height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
}
#container {
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
#inner {
  width: 950px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#wrapper {
	display: inline-block;
	float: none;
	width: 950px;
	overflow: hidden;
}

#page {
	display: inline-block;
	float: right;
	width: 750px;
	text-align: justify;
}
#title {
	display: inline-block;
  height: 85px;
}
#content {
	display: inline-block;
	width: 745px;
}


/* Headings & Titles */
h1, h1 a, h1 a:hover, h1 a:active, h1 a:visited {
	font-family: Verdana,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 0px;
	text-decoration: none;
}
h2 {
	font-family: Verdana,sans-serif;
	font-style: italic;
	font-size: 12pt;
	text-decoration: none;
}
h3 {
	font-family: Verdana,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 0px;
	text-decoration: none;
	color: #00349E;
}
h4 {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 0px;
	text-decoration: none;
	color: #00349E;
}

#name {
	display: block;
	float: right;
	width: 78%;
	height: 90px;
}


/* Twitter */
#twitter_div {
	font-size: 9pt;
	float: right;
	padding: 0px;
	margin: 0px;
}
#twitter_update_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


/* Top Menu */
div.menu {
	display: inline-block;
	width: 950px;
	height: 25px;
	text-align: right;
	font-family: Verdana,sans-serif;
	font-size: 9pt;
}
div.menu ul {
	padding: 0px;
	list-style: none;
}
div.menu li {
	display: inline;
}

div.menu a 
{
	margin: 2px 2px;
}
div.menu a:link, div.menu a:visited {
	color: #00349E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #FF388C;
}
div.menu a:hover, div.menu a:focus {
	color: #00349E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 0px;
}

li.current_page_item a:link, li.current_page_item a:visited, li.current_page_parent a:link, li.current_page_parent a:visited {
  color: #00349E;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
}


/* Sidebar */
#sidebar {
  font-size: 9pt;
	display: block;
	float: left;
	width: 175px;
	padding: 5px;
}

ul.sidebar {
  list-style-type: none;
  padding: 0px;
	margin: 0px;
}
#sidebar li {
  list-style-type: none;
  padding: 0px;
	margin: 0px;
}
h2.widgettitle {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	padding: 10px 0px 0px 0px;
	line-height: 0px;
	color: #00349E;
}
#sidebar li.widget ul {
  list-style-type: none;
  padding: 0px;
	margin: 10px;
}
#sidebar li.widget li a {
  display: block;
  height: 15px;
  width: 100%;
  border-bottom: 1px dotted #00349E;
  text-decoration: none;
  color: #FF388C;
}
#sidebar li.widget li a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

#sidebar li.widget_tag_cloud a:link, #sidebar li.widget_tag_cloud a:visited {
  color: #FF388C;
  border-bottom: 1px solid #00349E;
  text-decoration: none;
}
#sidebar li.widget_tag_cloud a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

/* Posts */
#content h4, #content h4 a:link, #content h4 a:visited {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 0px;
	text-decoration: none;
	color: #00349E;
}
#content h4 a:hover {
  text-decoration: none;
  border-bottom: 3px solid #FF388C;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

p.postmetadata {
font-size: 8pt;
}

p.edit {
	font-size: 8pt;
}
p.edit a:link, p.edit a:visited, p.edit a:after, p.edit a:before {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
}
p.edit a:hover, p.edit a:focus {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 0px;
}
p.edit a:active {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
}

ul.linklist {
	padding: 0px;
	list-style: none;
}
ul.linklist li h2 {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 0px;
	text-decoration: none;
	color: #00349E;
}
ul.linklist li ul {
	padding: 10px;
	list-style: none;
}

p.subpages {
  line-height: 5px;
  font-size: 9pt;
}
ul.subpages {
  line-height: 5px;
  font-size: 9pt;
	padding: 0px;
	list-style: none;
}
ul.subpages li {
	display: inline;
}
ul.subpages a 
{
	margin: 2px 2px;
}
ul.subpages a:link, ul.subpages a:visited, ul.subpages a:after, ul.subpages a:before {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
}
ul.subpages a:hover, ul.subpages a:focus {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 0px;
}
ul.subpages a:active {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
}


/* Comments */
ol.commentlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ol.commentlist li {
  border: 1px dotted #FF79C2;
  padding: 5px;
  margin: 5px;
}

li.even {
  background: #C1D6FF;
}
li.even li.odd {
  background: #FFFFFF;
}
li.even li.odd li.even {
  background: #C1D6FF;
}

ul.children {
	padding: 20px;
	list-style: none;
}


/* Tables */
table {
	width: 100%;
}
td, th {
	padding: 5px;
	vertical-align: top;
}
th {
	font-weight: bold;
}

/* Custom */
#google-calendar {
  width: 720px;
  height: 375px;
}


/* Google 404 Widget */
#goog-wm h3 {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 0px;
}
#goog-wm li.search-goog {
  list-style-type: none;
}


/* Bottom Menu */
#footer {
	display: inline-block;
	width: 950px;
	height: 25px;
	text-align: left;
	font-family: Verdana,sans-serif;
	font-size: 9pt;
}
#footer ul {
	padding: 0px;
	list-style: none;
}
#footer li {
	display: inline;
}

#footer a 
{
	margin: 2px 2px;
}
#footer a:link, #footer a:visited {
	color: #00349E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-top: 1px dotted #FF388C;
}
#footer a:hover {
	color: #00349E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-top: 0px;
}

#footer li.current-cat a:link, #footer li.current-cat a:visited {
  color: #00349E;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-top: none;
}


/* Footer */
p.footer {
	font-size: 8pt;
}

p.printonly {
	visibility: hidden;
}


/* Links */
a:link, a:visited, a:after, a:before {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

span.tag a:link, span.tag a:visited, span.cat a:link, span.cat a:visited {
  color: #FF388C;
  border-bottom: 1px solid #00349E;
  text-decoration: none;
}
span.tag a:hover, span.cat a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

div.alignleft a:link, div.alignleft a:visited, div.alignright a:link, div.alignright a:visited {
  color: #00349E;
  border-bottom: 1px solid #FF388C;
  text-decoration: none;
}
div.alignleft a:hover, div.alignright a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:after, a.footer:before, a.footer:hover, a.footer:focus, a.footer:active {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}