/*
Theme Name: Mick Owen
Theme URI: http://mickowen.com/
Description: A custom theme maded for Mick Owen.
Author: DotEfx
Author URI: http://dotefx.com
version: 2.2
Tags: two-column, three-boxes, blue, royal blue, gray, white
*/





/* basics */

*{margin:0; padding:0;}

body {
	background: #575757 url(images/main_bg.png) repeat-x top center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	margin:0;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

.title { width:100%; float:left; }

.title h2 { margin:6px 10px; }

.title h3 { 
    color:#013559;
    font:normal 18pt georgia, times;
    margin:0;
    float:left;
    }
    
.attachment-post-thumbnail{width:134px; height:134px; margin:5px; padding:0 20px 10px 0; float:left;}

.slider-wrapper { padding-top:100px; }

.cat-item {
    border-bottom:1px #ccc solid;
	background: url(images/icon_bullet.png) no-repeat;
    }
    
.cat-item a {
    padding-bottom:5px;
	padding-left:20px;
    margin:10px 0;
    }
    

/* links */

a{
	color:#027CD7;
	text-decoration:none;
	}

a:hover{color:#013559; text-decoration: underline;}
   
    

/* contact */

#cm-left {
    width:354px;
    height:450px;
    background:url(images/cm-lef.png);
    float:left;
    }
    
#cm-right {
    width:380px;
    height:450px;
    float:left;
    }
    
    
/* mick's tips */

#mt-top {
    width:763px;
    height:238px;
    background:url(images/mt-top.png);
    }
    
#mt-bot {
    width:800px;
    height:193px;
    padding-left:260px;
    }
    
#mt-guy {
    overflow:visible;
    height:0px;
    }
    
#tips input {
    padding:10px;
    }
    
#tips input image {
    border: 0;
    padding:0;
    }
    
/* header */
    
#head {  
    background: url(images/header.png) no-repeat top center;
  	width: 100%; 
  	height: 189px;
	color: #fff; 
    }
    
#header {  
  	width: 949px; 
  	height: 189px;
	color: #fff; 
    margin: 0 auto;
	padding:0;
    }
    
#logo {
    background:url(images/logo.png) no-repeat;
    width:413px;
    height:123px;
	margin:30px 0;
    float:left;
	}
    
#connect {
    width:216px;
    height:123px;
	margin:60px 0 0 300px;
    float:left;
	}

#addr { 
    font:normal 15pt georgia, times;
    padding:0; 
    }
    
#htit {
	font:normal 20pt georgia, times;
	padding:0;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#sub {
	font:normal 10pt georgia, times;
	padding: 0;
	margin:0;	
	}

/* main menu */


.menu {
	background:#6796c4 url(images/menu.png);
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	width:949px; 
    height:36px;
    overflow:visible;
    margin: 0 auto;
	padding:0;
    /*-moz-box-shadow: 2px 2px 20px #000;
    -webkit-box-shadow: 2px 2px 20px #000;
    box-shadow: 2px 2px 20px #000;*/
}


.menu ul {
	width:949px;
    margin: 0 auto;
	padding:0;
}

.menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	padding:9px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

.menu ul li a:hover {
	padding:9px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

.menu ul li p {
	padding:9px 10px;
	margin: 0;
	color: #fff;
	display:block;
}



/* container */


#container {
    background:#fff;
    width: 949px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	border:2px solid #314d6a;
   /* -moz-box-shadow: 2px 2px 20px #000;
    -webkit-box-shadow: 2px 2px 20px #000;
    box-shadow: 2px 2px 20px #000;*/
    }


/* boxes */

#boxes {
    background:url(images/boxes.png) no-repeat;
    width:949px;
    height:299px;
    border-top:5px solid #fffeff;
    border-bottom:5px solid #fffeff;
    padding:0;
    margin:13px 0 0 0;
    }
    
#boxes h2 { 
    color:#013559;
    font:normal 18pt georgia, times;
    margin:5px;
    float:left;
    }
    
#boxes p {
    width:100%;
    float:left;
    }
    
.box {
    float:left;
	width:259px;
    height:158px;
	overflow: hidden;
    background:#fff url(images/bg-posts.png) repeat-x;
    margin:13px 0 13px 10px;
	padding:27px 20px 27px 20px;
    border:1px #ccc /*#D7D8DF*/ solid;
    }
    
.box1 {
    width: 297px;
    float:left;
    margin:63px 0 0 20px;
    border-right: solid 1px #cacaca;
    }
    
.box2 {
    width: 297px;
    float:left;
    margin:63px 0 0 15px;
    padding:0 5px 0 0;
    border-right: solid 1px #cacaca;
    }
    
.box3 {
    width: 297px;
    float:left;
    margin:63px 0 0 15px;
    overflow:hidden;
    }
    

/* content */


#content {
	float:left;
	width:600px;
	overflow: hidden;
    /*background:#fff url(images/bg-posts.png) repeat-x;*/
    margin:13px 7px;
	padding:27px 20px 27px 20px;
    /*border:1px #ccc solid;*/
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 28pt georgia, times;
    color: #013559;
	}
	
.post h2 a{
	color: #013559;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000;
	text-decoration: none;
	}

.post ul {}

.post li {}

.hipost {
	margin:0 0 40px 0;
	padding:0;
	line-height: 14pt;
    height:210px;
	}
    
.hipost h2{
	font:normal 18pt georgia, times;
	}
	
.hipost h2 a{
	color: #013559;
	text-decoration: none;
	}
	
.hipost h2 a:hover{
	color: #000;
	text-decoration: none;
	}
    
.thumb { 
    width: 134px;
    height: 134px; 
    float:left;
    margin:0 25px 10px 0;
    border:4px solid #afafaf;
    background:url(images/icon.png);
    }
    
.details {
    float:left;
    width: 415px;
    }
	
.details h2{
	font:normal 20pt georgia, times;
	}
	
.details h2 a{
	color: #013559;
	text-decoration: none;
	}
	
.details h2 a:hover{
	color: #000;
	text-decoration: none;
	}
    
.detbot {
    margin:10px 0 5px 0;
    border-top:#D4D4D4 dashed 1px;
    }
    
.detbot a {
    color:#808080;
    }

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* newsletter */

#nform {
    width:189px;
    font-weight:bold;
    margin:20px;
    }

#name, #from {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #000;
    width: 184px;
    }

#subscribe { 
    float:right;
    margin:5px 0;
    }
    
    

/* sidebar */

#sidebar {
	background:#fff url(images/bg-posts.png) repeat-x;
    font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:228px;
	float:right;
	margin:13px 7px 13px 7px;
	padding:27px 14px 27px 14px;
    border:1px #ccc /*#D7D8DF*/ solid;
	}

#sidebar h2 { 
    color:#013559;
    font:normal 18pt georgia, times;
    margin:5px;
    float:left;
    }


#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	line-height: 14pt;
	}
    
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
    border:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}



	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





/* footer */

#footer {
    background:url(images/boxes.png) no-repeat;
    width:949px;
    height:237px;
    border-top:5px solid #fffeff;
    border-bottom:5px solid #fffeff;
    padding:0;
    margin:13px 0 0 0;
    clear: both;
    }
    
#footer h2 { 
    color:#013559;
    font:normal 18pt georgia, times;
    margin:5px;
    float:left;
    }
    
#footer p {
    width:100%;
    float:left;
    }
    
#footer ul { margin: 0 0 0 20px; }
      
.fbox {
    float:left;
	width:259px;
    height:158px;
	overflow: hidden;
    background:#fff url(images/bg-posts.png) repeat-x;
    margin:0 0 13px 10px;
	padding:27px 20px 27px 20px;
    border:1px #ccc /*#D7D8DF*/ solid;
    }
    
.fbox1 {
    width: 297px;
    float:left;
    margin:20px 0 0 20px;
    padding:0 7px 0 0;
    border-right: solid 1px #cacaca;
    }
    
.fbox2 {
    width: 290px;
    float:left;
    margin:20px 0 0 15px;
    padding:0 5px 0 0;
    border-right: solid 1px #cacaca;
    }
    
.fbox2 ul { list-style:none; }
    
.fbox2 li {
    border-bottom:1px #ccc solid;
	background: url(images/icon_bullet.png) no-repeat;
    margin-right:20px;
    } 
    
.fbox2 li a {
    padding-bottom:5px;
	padding-left:20px;
    margin:10px 0;
    }
 
    
.fbox3 {
    width: 297px;
    float:left;
    margin:20px 0 0 15px;
    overflow:hidden;
    }


