/*  
Theme Name: MarkOSullivan.ca
Theme URI: http://markosullivan.ca/blog/
Description: A customized version of the default WordPress theme for <a href="http://markosullivan.ca/blog/">markosullivan.ca/blog</a>.
Version: 1
Author: Mark O'Sullivan
Author URI: http://markosullivan.ca/
*/



/* Begin Typography & Colors */
body {
	font-size: 100%;
	font-family: arial, sans-serif, tahoma, verdana; 
	background: #fff;
	color: #000; 
	text-align: center;
	}

#page {
	text-align: left;
	}
#header {
	background: #E9F9FF;
	border-bottom: 1px solid #CAF0FE;
}
#header h1 {
	text-align: left;
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 22px;
	font-weight: normal;
	}
#header h1 a.title {
	background: url('images/markosullivan.png') center left no-repeat;
	height: 25px;
	width: 238px;
	display: block;
	float: left;
	margin-right: 20px;
}
#header h1 a span,
#header h1 span.sep {
	display: none;
}
#header h1 span {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	margin-left: 258px;
	display: block;
}
#content {
	padding-bottom: 40px;
	}

.widecolumn .entry p {
	font-size: 1.00em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 15px;
	line-height: 140%;
	}

.widecolumn {
	line-height: 1.6em;
	}

#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h2, h3, h4 {
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:visited {
	color: #000 !important;
	text-decoration: none !important;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry h2 {
	font-weight: bold;
}
h2 a {
	font-weight: bold;
}
#comments {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	background: #ff9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:link, a:visited {
	color: #2786C2;
	text-decoration: none;
}
a:hover {
	color: #FF0084;
	text-decoration: none;
}
.postmetadata a, .postmetadata a:link, .postmetadata a:visited {
	color: #999;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #000;
	background: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	}

#header {
	margin: 0; 
	padding: 0; 
	}

.narrowcolumn {
	width: 500px;
	float: left;
}
.widecolumn,
.narrowcolumn {
	padding: 0px 20px;
	margin: 0;
	}

.post {
	margin: 0 0 60px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 12px;
	}
.postmetadata {
	margin: 30px 0;
	background: #E9F9FF;
	border: 1px solid #c9efef;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	border-top: 1px solid #ddd;
	clear: left;
	padding: 0;
	margin: 40px 0 0;
	color: #999;
	font-size: 90%;
	background: #E9F9FF;
	}

#footer p {
	text-align: left;
	width: 836px;
	margin: 0 auto;
	padding: 20px 0;
	
	}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #000;
}
/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry img {
	padding: 6px;
    border: 1px solid #ddd;
    text-align: center;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata {
	font-size: 14px;
}
span.sep {
	padding: 0 6px;
	color: #ccc;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#vimeo a,
#flickr a,
#twitter a,
#facebook a,
#google a,
#lussumo a,
#brightkite a {
	padding-left: 22px !important;
}
#vimeo a { background: url('images/vimeo.png') center left no-repeat; }
#flickr a { background: url('images/flickr.png') center left no-repeat; }
#twitter a { background: url('images/twitter.png') center left no-repeat; }
#facebook a { background: url('images/facebook.png') center left no-repeat; }
#google a { background: url('images/google.png') center left no-repeat; }
#lussumo a { background: url('http://vanillaforums.com/themes/vfcom/design/favicon.png') center left no-repeat; }
#brightkite a { background: url('images/brightkite.png') center left no-repeat; }
#sidebar li.advert {
	padding-top: 40px;
}
#sidebar li.advert img {
	padding: 8px;
	border: 1px solid #ddd;
	}
#sidebar li.advert p {
	color: #999;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 13px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	xpadding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	cursor: pointer;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 580px;
	padding: 30px 0;
	}
#sidebar ul li p {
	line-height: 150%;
}
#sidebar form {
	margin: 0;
	}
	
#sidebar #contact {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #contact li {
	list-style: none !important;
	margin: 0;
	padding: 2px 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0;
	padding: 1px 10px 1px 10px;
	background: #E9F9FF;
	color: #222;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	}
blockquote p {
	margin: 0;
	padding: 4px 0;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
  
  #Menu {
	position: absolute;
	margin: 5px;
	}
#Menu a span {
	display: none;
	}
#Menu #Home {
	float: left;
	display: block;
	background: url('images/home.off.gif') 0 0 no-repeat;
	height: 24px;
	width: 47px;
	}
#Menu #Home:hover {
	background: url('images/home.on.gif') no-repeat;
	}
#Menu #Blog {
	margin-left: 47px;
	display: block;
	background: url('images/blog.off.gif') 0 0 no-repeat;
	height: 24px;
	width: 47px;
	}
#Menu #Blog:hover {
	background: url('images/blog.on.gif') no-repeat;
	}

pre {
    overflow: auto;
    background: #ff9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
    padding: 4px;
    font-family: courier;
    font-size: 12px;
    line-height: 16px;
}
hr {
    border: 0px;
    background: #2b1710;
    height: 1px;
}
table.Grid {
    border-top: 1px solid #7b6760;
    border-left: 1px solid #7b6760;
}
table.Grid th,
table.Grid td {
    border-bottom: 1px solid #7b6760;
    border-right: 1px solid #7b6760;
    background: #f7eac1;
    padding: 3px;
}
table.Grid th {
    background: #ddc094;
}
