/*  
Theme Name: MikeCarpenter.ca
Author URI: http://www.Mikecarpenter.ca.com
Version: 1
Author: Mike Carpenter
Description: Designed souly for use on MikeCarpenter.ca
*/

body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background:#FFFFFF url(images/dj-background.png) top center no-repeat;
	color:#000;
	margin: 0;
	}
	
a, a:visited {
	color: #3366ff;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#container { 
	width:940px; 
	background:#fff;
	text-align: left; 
	margin: 0px auto;
	padding:0; 
	}



/*
#footer { 
	background: #2A2A2A;
	color:#ffdab6;	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 0;
	font-size:12px;
	text-transform:uppercase;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

#footer a { 
	color:#ffdab6;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: underline;
	}
	
	ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
*/
/* ----------- HEADER ---------------- */
#header { 
	/*background:#fff url(images/header-background.jpg) repeat-x;*/
	background: #1F1D1E;
	padding-top:5px;
	margin-top: 20px;
	height: 100px;
	}

#header h1 {
	font: 35px Helvetica, Georgia, Arial, Verdana, Sans-Serif; 
	color: #fff;
	margin:20px 0px 0px 10px;
	}

#header h1 a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

/* --------------------------------------------------------
TO USE AN IMAGE AS AN H1 INSTEAD OF TEXT, MODIFY CODE BELOW 
----------------------------------------------------------*/



/* -------------------------------------------------------- 
	
	#header {
	position:relative;
 	width:820px;
 	padding:0;
 	height:260px;
 	margin:0;
	}

	h1 {
	width:220px;
	}

	#header h1 a {
	background:#fbf7ee url(../img/logo.gif) no-repeat;
	display:block;
	height:176px;
	overflow:hidden;
	text-indent:-9999px;
	width:220px;
	}
	
------------------------------------------------------------ */

#header h3 {
	font: 14px Georgia, Times New Roman, Sans-Serif; 
	color: #666;
	margin:0px 20px 20px 10px;
	font-weight: bold;
	}
/* ---------- END HEADER -------------- */



/* NEWMENU added by Mike */

#newmenu {
	float: right;
	font-size:14px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:6px;
	margin-right: 10px;
	font-weight: bold;
	}

#newmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
	}
	
#newmenu ul li{
	display:block;
	float:left;
	text-align: center;
	margin:5px 2px;
	margin-top: 60px;
	padding: 0px 10px 0px 10px;
}
	
#newmenu ul li a{
	display:block;
	float:left;
	color:#C0C0C0;
	text-decoration:none;
	line-height:20px;
	}
	
#newmenu ul li a:hover {
	color:#fff;
	}

#newmenu ul li.current_page_item a,#menu ul li.current_page_item a:hover {
	color:#FFFFFF;
	}
	
*html #newmenu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	line-height:43px;
	}

/* End NEWMENU added by Mike */


/* ---------- MAIN NAVIGATION MENU CODE ---------------- */

#menu h2 {
	margin: 0;
	padding: 10px 25px 12px 25px;
	}
	
#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu {
	position:relative;
	height:43px;
	font-size:14px;
	text-transform:uppercase;
	background:#2A2A2A url(images/time4bed_bg.jpg) repeat-x bottom left;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:16px;
	font-weight:bold;
	/*margin-bottom:20px;*/
	}
	
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#menu ul li{
	display:block;
	float:left;
	margin:0 2px;
	}
	
#menu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 15px;
	height:43px;
	line-height:50px;
	}
	
#menu ul li a:hover {
	color:#fff;
	}

#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover {
	color:#000000;
	background:transparent url(images/menuslice.gif) repeat top center;
	}
	
*html #menu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	line-height:43px;
	}
/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */



/* -------------- MAIN CONTENT CODE ------------------------ */
#content { 
	float:left;
	width: 650px; 
	margin: 10px 0 20px 0;
	padding: 5px 15px 015px;
	min-height:400px;
	text-align: justify;
	}
	
*html #content {
	height:600px;
	width:570px;
	w\idth:520px;
	}

#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	}
	
#content p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}


#content h1, #content h2 {
	font: bold 22px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #3366ff;
	margin: 0;
	line-height: 120%;
	}
#content h1 a, #content h2 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h3 {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #3366ff;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px solid #cccccc;padding-bottom:5px;
	}
#content h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
#content li {
	margin: 0;
	padding: 0;
	}
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}
#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	background: #FFFFFF;
	width: 420px;
	height: 0;
	margin: 0;
	padding: 0;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
/* --------------- END OF MAIN CONTENT CODE ------------------------ */



/* ------------- LEFT SIDEBAR CODE -------------------------------------- */
#l_sidebar { 
	background: #F5F5F5 url(images/lsidebar-bot.gif) no-repeat left bottom;
	color: #000000;
	width:215px;
	float:right; 
	margin:15px 0 20px 15px;
	padding:0 0 20px; 
	min-height: 460px;
	display:inline;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);		
	
	}

#l_sidebar p {
	margin: 0;
	line-height: 16px;
	padding: 5px 0 10px 0;
	border:1px solid #ddd;
	}
	
#l_sidebar h2 {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin:0;
	padding:10px 15px 10px 15px;
	color:#000000;
	font-weight: bold;
	}

*html #l_sidebar h2 {
	padding-left:15px;
	}

*+html #l_sidebar h2 {
        padding-left:15px;
        }
	
#l_sidebar h2.top {
	background:url(images/lsidebar-top.gif) no-repeat;
	margin:0;
	padding-top:15px;
	width:185px;
	}
	
#l_sidebar ul {
	background:#fff;
	list-style: none;
	padding:0;
	margin:0 15px;
	border:1px solid #ddd;
	}

#l_sidebar li {
	margin: 0;
	list-style-type:none;
	padding: 0;
	font-size: 14px;
	}

#l_sidebar li ul li, #l_sidebar ul li {
	width:100%;
	}
	
#l_sidebar ul li a {
	display: block;
	color:#0084cc;
	text-decoration: none;
	padding:2px 15px;
	line-height:1.5;
	}

#l_sidebar ul li a:hover {
	color: #ffffff;
	background: #3366ff;
	}
	
#l_sidebar ul.children {
	margin-left: 20px;
	border: none;
	}

#l_sidebar form {
	padding:20px 0;
	margin:0;
	}

#l_sidebar form div {
	margin:0;
        padding:0;
	}

#l_sidebar form input {
	margin:5px 0 0 15px;
	}

#l_sidebar form input.text {
        margin-left:0;
        }
#l_sidebar form input.submit {
        padding-left:15px;
        }

#l_sidebar .current-cat {
	background: #000000;
	color: #FFFFFF;
}

#l_sidebar .current-cat a {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

#l_sidebar ul#recentcomments {
	padding:10px 5px;
	}

#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}

*html #menu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	line-height:43px;
	}
	
.clear {
	clear:both;
	}
	
#content p.bloglinks {
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:10px;
	line-height: 18px;
	padding:5px 8px;
	}
	
#content ol.commentlist {
	list-style: decimal; 
	line-height:1.6;
	margin:0;
	padding:0 0 10px 0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 15px 0px 15px 0px;
	display:block;
	font-style:normal;
	background:#fcfcfc;
	border-top:1px solid #C8C8C8;
	color:#000000;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#000000;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
	}
.commentlist .author {
	font: small-caps bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}
.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}
#l_sidebar ul#recentcomments li.recentcomments {
	background:url(images/blue-arrow.png) no-repeat 0 2px;
	padding-left:16px;
	line-height:1.4;
	margin:0 0 10px;
	width:auto;
	}
.commenttext {
	background: #EFEFEF;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	padding:15px 20px;
	color:#000000;
	margin-bottom:15px;
	}

/* ADDED BY MIKE */	
	
input {
	padding: 7px;
	border: 1px solid #C0C0C0;
}

textarea {
	border: 1px solid #C0C0C0;
	padding: 7px;
}

#postlist {
	display: block;
	float: left;
	width: 660px;
	padding-bottom: 25px;
}

#postlistimage {
	width: 150px; 
	height: 150px; 
	float: left; 
	padding: 10px; 
	border: 1px solid #C8C8C8; 
	margin-right: 10px; 
	background: #EFEFEF;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);		
	
}

/* Footer */

#footer {
	margin-top: 20px;
	clear: both;
	height: 190px;
	padding-top: 30px;
	background: #1F1D1E;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	border: none;
	color: #FFFFFF;
}


#footercontent {
	margin: auto;
	width: 960px;
	text-align: center;
	display: block;
	height: 150px;
}

#footerstuff {
	display: block;
	float: left;
	width: 260px;
	height: 120px;
	margin-right: 20px;
	padding-top: 8px;
	border-right: 1px solid #515151;
	text-align: left;
}

#footerstuff a {
	font-size: 12px;
	text-decoration: underline;
}

#footerstuff h2 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

#tweet {
	display: block;
	float: right;
	width: 190px;
	height: 225px;
	margin-right: 10px;
	margin-left: 20px;
	padding-left: 10px; 
	padding-top: 15px;
	padding-bottom: 10px;	
	font-size: 15px;
	background: url('images/mike-says.png') top left no-repeat #FFFFFF;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);			
	
}

#countdown {
	display: none;
	float: right;
	width: 190px;
	height: 225px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px; 
	padding-top: 15px;
	padding-bottom: 10px;	
	font-size: 15px;
	text-align: center;
}

#countdown a {
	text-decoration: none;
	color: #000000;
}

#countdown a:hover {
	text-decoration: underline;
	color: #000000;
}

/* ADDING CSS FOR GAMES PAGE */

#games {
	display: block;
	float: left;
	width: 400px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	background: url('../images/howitworks-bg.jpg') top left repeat-x;
	cursor: pointer;
	cursor: hand;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);	
	
}

#games img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

#games:hover {
	display: block;
	float: left;
	width: 400px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	background: #EFEFEF;
	cursor: pointer;
	cursor: hand;
}

/* PAGINATION FOR GAMES */

 .pagination {
	float: left;
	display: block;
	height: 20px;
	border: 1px solid #C0C0C0;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 10px;	
}

.pagination:hover {
	float: left;
	display: block;
	height: 20px;
	border: 1px solid #AC021C;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	background: #FAFAFA;
}

.paginationcurrent {
	float: left;
	display: block;
	height: 20px;
	border: 1px solid #AC021C;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	background: #FAFAFA;
}

.paginationoff {
	float: left;
	display: block;
	height: 20px;
	border: 1px solid #C0C0C0;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 10px;	
}olid #0066cc;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding: 2px 4px 2px 4px; 
	margin-right: 10px;
	margin-bottom: 10px;	
}

.pagination:hover {
	float: left;
	display: block;
	height: 15px;
	border: 1px solid #000000;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding: 2px 4px 2px 4px; 	
	margin-right: 10px;
	background: #FAFAFA;
	text-decoration: none;
}

.paginationcurrent {
	float: left;
	display: block;
	height: 15px;
	border: 1px solid #000000;
	text-align: center;
	padding: 2px 4px 2px 4px; 	
	margin-right: 10px;
	color: #FFFFFF;
	background: #0066cc;
	text-decoration: none;
}

.paginationcurrent:hover {
	float: left;
	display: block;
	height: 15px;
	border: 1px solid #000000;
	text-align: center;
	padding: 2px 4px 2px 4px; 	
	margin-right: 10px;
	color: #FFFFFF;
	background: #0066cc;
	text-decoration: none;
}

.paginationoff {
	float: left;
	display: block;
	height: 15px;
	border: 1px solid #C0C0C0;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding: 2px 4px 2px 4px; 	
	margin-right: 10px;
	margin-bottom: 10px;	
}

.twitpic-pic {
	width: 160px; 
	height: 160px; 
	float: left; 
	padding: 10px; 
	border: 1px solid #C8C8C8;
	margin-right: 20px; 
	margin-bottom: 10px;
	background: url('images/loading.jpg') center no-repeat #EFEFEF;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide img {
	border: 1px solid #C8C8C8;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 1px solid #C8C8C8;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}