/*  
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;
}
.clearall { clear:both; }
.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;
}
#mypaintlogoactivearea {
	position: absolute;
	width:300px;
	height:115px;
}
#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 {
	/* 1-09-11 Deevad : Css trick for right column color background ; it's a tiled color on all the content , it can wrap with all the content */
	background: #f4f9ff url(images/wrap-background.png) repeat-y right top;
	width:830px;
	float:left;
	overflow:hidden;
}

#thumbnails img{
	/* 09-09-11 Deevad : new 'screenshot' gallery div box */
	margin: 0 0;
	padding: 3px 3px 0 0;
	float:left;
}
#thumbnails br{
	/* 09-09-11 Deevad : display none = hack for wordpress auto add br inside post */
	display:none
}
#content h2{
	padding: 10px 0 10px 0;
	clear:both;
}
#thumbnails h3{
	padding: 20px 0 10px 0;
}
.post {
	margin-bottom:20px;
}
.post h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#0053c3;
	padding:5px 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 {
	clear:both;
	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:#4D5D73;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
.icon {
	background:url(images/icon.png);
	margin:5px 10px 5px 0;
	width:32px;
	height:33px;
	float:right;
}
.col {
	width:610px;
	padding:8px 6px 5px 14px;
	overflow:hidden;
	float:left;
}
.col ul {
        margin-left:1px;
	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 {
	/* 1-09-11 Deevad : Css trick for right column color background ; it's a tiled color on all the content , it can wrap with all the content */
	width:180px;
	float:left;
	padding:5px 10px 5px 10px;
	margin:0;
}
#rightnav {
	font-size:0.8em;
	float:left;
	width:100%;
	padding: 5px;
}
#rightnav h3{
   color:#0054CB;
}
#rightnav ul {
	list-style:none;
}
#rightnav ul a {
	margin-left:7px;
	color:#52667c;
}
#rightnav ul a:hover {
	color:#6893b7;
}
#rightnav ul li li {
	margin-top:3px;
	padding-top:3px;
        padding-bottom:3px;
	overflow:hidden;
        font-size:0.9em;
}

.dev_blog {
	padding-top:5px;
}

/*
     1-09-11 Deevad : Awesome buttons class 
*/

.button{
width: 160px;
background-color: #6D8BAD;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
margin: 0 0 5px 0;
}
a .button{
color: #fff;
}
a:hover .button{
color: #FFF;
background-color: #87B6EF;
-moz-box-shadow: none;
-webkit-box-shadow: none;
padding: 6px 10px 5px;
border-bottom: 1px solid #888;
text-shadow: 0 -1px 1px #888;
}


/*
    ColorBox Core Style
    1-09-11 Deevad : Embeding Colorbox css style in main CSS to reduce Css call ( lightbox library ) 
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* ColorBox user style */
#cboxOverlay{background:#4D5D73;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{font-size:0.75em; position:absolute; top:-13px; left:5px; color:#ccc;}
        #cboxCurrent{display:none}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:3px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-15px; right:-5px; display:block; background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
/*
    ColorBox End
*/


/*
    ORBIT Start
    1-09-11 Deevad : Embeding Orbit css style in main CSS to reduce Css call ( homepage slideshow library ) 

*/
/* CSS for jQuery images Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
  PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 600px;
	height: 275px;
	background: #f4f9ff url('images/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }
/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* TIMER
   ================================================== */

div.timer {
display : none;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(images/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(images/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }

/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 19px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(images/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(images/left-arrow.png);
    left: 0; }
/*
    ORBIT End

*/

