/*  
Theme Name: MyPaint
Theme URI: http://www.seanjmacisaac.com
Description: This is my theme for MyPaint.
Version: 1.0
Author: Sean J MacIsaac
Author URI: http://www.seanjmacisaac.com/

*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#91aad1;
}
a {
	text-decoration:none;
	color:#0054cb;
}
a:hover {
	text-decoration:none;
	color:#26b4ff;
}
img {
	margin:0;
	padding:0;
	border:none;
}
img a {
	border:none;
}
hr {
	clear:both;
	border:none;
	width:80%;
	padding-top:10px;
	margin:10px auto 10px auto;
	border-bottom:1px #3e639d solid;
}
.pictext {
	font-size:0.8em;
	color:#000;
	/* background:#bbcbe4; */
	padding:5px;
	width:80%;
	margin:auto;
	margin-top:3px;
	text-align:left;
}
.piccontainer {
	text-align:center;
	width: 25%; 
	float: left;
}
#container {
	color:#000;
	width:1024px;
	margin:auto;
}
#header {
	float:left;
	background:url(images/MyPaint_header_fill.png) repeat-x;
	width:100%;
	height:120px;
	border-bottom:4px #608cc2 solid;
}
#header_left {
	background:url(images/MyPaint_left.png) no-repeat;
	background-position:left;
	float:left;
	width:100%;
	height:120px;
}
#header_right {
	background:url(images/MyPaint_right.png) no-repeat;
	background-position:right;
	float:right;
	width:100%;
	height:120px;
}
#header_logo {
	width:830px;
	height:120px;
	margin:auto;
	background:url(images/MyPaint_logo.png) no-repeat left;
}
#left_splatter {
	background:url(images/left_splatter.png) no-repeat;
	width:97px;
	height:207px;
	float:left;
}
#right_splatter {
	background:url(images/right_splatter.png) no-repeat;
	width:97px;
	height:207px;
	float:left;
}
/* Navigation */
#nav {
	font-size:0.8em;
	padding-top:90px;
	height:30px;
	width:100%;
	text-align:right;
}
#nav ul {
	float:right;
	list-style:none;
}
#nav ul li {
	float:left;
}

#nav ul li a, .current_page_item ul li a {
	background:url(images/nav_fill.png) repeat-x;
	height:22px;
	padding:8px 10px 0 10px;
	display:block;
	color:#fff;
}

#nav ul .current_page_item a, #nav ul a:hover {
	background:#5a91be;
}
/* Sub menu */
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	text-align:left;
}
#nav li ul a {
	background:#5a91be;
	width:150px;
}
#nav li ul a:hover {
	background:#6aa8da;
	width:150px;
}
#nav li ul ul {
	margin: -1em 0 0 148px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#content {
	background:#f4f9ff;
	width:830px;
	float:left;
	overflow:hidden;
}
.post {
	margin-bottom:20px;
}
.post h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#0053c3;
	padding:0 0 5px 0;
}
.post h2 a {
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:none;
	color:#1cb4ff;
}
.post h3 {
	color:#00357e;
	font-weight:normal;
	font-size:1.2em;
	padding:0 0 5px 0;
}
.post .postInfo {
	font-size:0.75em;
	margin-bottom:10px;
	color:#3988d5;
}
.post .postInfo p {
	float:left;
	color:#2b5782;
	padding:0;
	margin:0;
}
.post .date {
	float:left;
}
.post .entry {
	font-size:0.9em;
}
/* Posted in <Categoriy> | Edit | Comments */
.post .postmetadata {
	float:left;
	width:97%;
	margin:10px 0 10px 0;
	padding:0 0 0 5px;
	font-size:0.7em;
	border-left:4px #adff37 solid;
}
#footerContainer {
	float:left;
	width:100%;
	background:#7d98ba;
	color:#fff;
}
#footer {
	float:left;
	width:80%;
	font-size:0.7em;
	text-align:left;
}
#footer p {
	padding:5px 0 5px 10px;
}
#footer a {
	color:#8ff300;
}
#footer a:hover {
	color:#adff37;
	text-decoration:none;
}
.icon {
	background:url(images/icon.png);
	margin:5px 10px 5px 0;
	width:32px;
	height:33px;
	float:right;
}
.col {
	width:610px;
	padding:5px 10px 5px 10px;
	overflow:hidden;
	float:left;
	background:url(images/MyPaint_seperator.png) repeat-y;
	background-position:right;
}
.col ul {
	padding:10px 0px 10px 40px;
	list-style-image:url(images/li.png);
}
.col ul li {
	padding:0;
}
.col .entry p {
	margin:0px 10px 10px 5px;
}
.col .code {
        border-width:1px;
        border-color:#AAAAAA;
        border-style:solid;
	margin:auto;
        clear:both;
        margin:10px;
        padding:10px;
        font-family: 'Lucida Console', Monaco, monospace;
        background:#EEEEEE;
        font-size:0.8em;
        font-color:#000000;
}
/* 2ND column list */
.col2 {
	width:180px;
	float:left;
	padding:5px 10px 5px 10px;
	margin:0;
}
#rightnav {
	font-size:0.8em;
	float:left;
	width:100%;
}
#rightnav ul {
	margin-left:1px;
	list-style:none;
}
#rightnav ul a {
	margin-left:7px;
	color:#52667c;
}
#rightnav ul a:hover {
	color:#6893b7;
}
#rightnav ul li li {
	margin-top:3px;
	height:15px;
	overflow:hidden;
}
.dev_blog {
	padding-top:5px;
}
