/*  
Theme Name: Mick 3.0
Theme URI: http://www.oncourse4wd.com
Author: Tania Lazib

  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

/* BASE RESET - ERIC MEYERS: v1.0 | 20080212
-----------------------------------------------  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;/*background: transparent; this is causing a problem with tables - background in ie*/
}
body {
	line-height: 1;
}
/* Meyer: tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BODY
----------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000000;
	background-color: #FFFFFF;
}
/* CONTAINERS
----------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#masthead {
	margin-top: 5px;
	background-color: #333;
}
#column_wrapper {
	background-image: url(images/clm08_middle.png);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(images/clm08_top.png);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(images/clm08_bottom.png);
	background-repeat: no-repeat;
	height: 12px;
}
#feature {
	width: 960px;
	background-image: url(images/feature_bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}
#center {
	width: 530px;
	float: left;
}
#left {
	width: 170px;
	float: left;
}
#right {
	width: 260px;
	float: left;
}

#footer { /* uses oncourse footer */
}
/* ACCESSIBILITY
----------------------------------------------- */
#skip, hr { /* HR:  Simple style when CSS not in use */
	display: none;
}
/* CONTENT STYLES
----------------------------------------------- */
#masthead .content {
	color: #FFF
}
#feature .content {
	padding: 24px 32px;
	font-size: .98em;
	line-height: 1.65em;
}
#center .content {
	padding: 10px 24px 24px 32px;
	font-size: .97em;
	line-height: 1.65em;
}

#left .content {
	padding: 10px 10px 14px 10px; /* adjust to h2 top padding - so in line */
	font-size: 0.75em;
	line-height: 1.5em;
	color: #58564F;
}

#right .content {
	padding: 10px 10px 14px 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #58564F;
}

.content p {
	margin: 12px 0;
}

/* MASTHEAD - HEADER CONTAINER
----------------------------------------------- */

#header_left {
	padding: 15px 0px 24px 32px;
}
#header_left .tagline {
	color:#999;
	padding: 0 0px 0px 24px;
	font-size: 0.65em;
}
#header_img /* header photo on blog */ {
	background-image:  url(images/rotate/kyrg_IMG_1199.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 250px /*250px - normal size*/;
	border-bottom: #FFFFFF solid 5px;
}
#rss {
	float:right;
	width: 85px;
	height: 85px;
	
}
 
/*  HEADER STYLES 
------------------------------------------------------------ */
h1. h2. h3 . h4. h5 {
 font-family: 'Lucida Sans', 'Myriad Pro', Myriad, Arial, sans-serif;
 letter-spacing: -1px;
 color:#000;
}

h1 {
	font-size: 1.5em;
	font-weight:normal;
}

#header_left h1 {/* blog title */
	font-size:1.4em;
	font-weight:normal;
}
#center h1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.6em;
	border-top: 3px solid #EEB054;
	padding-top: 10px;
	margin: 15px 0 0 0;
}
h2 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	font-weight:normal;
}

#right .content h2, #left .content h2 {
	font-family: 'Lucida Sans', 'Myriad Pro', Myriad, Arial, sans-serif;
	letter-spacing: -1px;
	border-top: 2px solid #7F302D;
	font-size: 1.3em;
	padding: 10px 0;
	font-weight:normal;
}

#center h2.sectionhead, #center h3.sectionhead {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 3px solid #EEB054;
	padding-top: 10px;
	font-weight:normal!important;
	
}

h3 {
	font-size: 1.1em;
	font-weight:normal;

}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
/*  LIST-BULLET TYPE
------------------------------------------------------------ */
ul, ol, dl {
	list-style-type: disc;
} /* standardise */

#center .content ul, #center .content ul ul { /* eric meyer indent suggestion */
	margin-left: 2.5em;
	padding-left: 0;
	list-style-type: disc;
	line-height: 1.4em;
}
#center .content ul li {
	margin: 0 0 15px 0;
}

#left .content ul, #right .content  ul, #right .content  ul li,
#right .content ul li ul {
	list-style-type: none;
}
#right .content ul li {
	margin: 0 0 15px 0;
}
#right .content ul li ul {
	padding: 0 0 0 5px;
}
#right .content ul li ul li {
	margin: .3em 0 .3em 1.25em;
	padding: 0 0 .3em 0em;
	list-style-type: disc;
}

.menulist li {
	padding-bottom: 4px;
	list-style-type: none!important;
}

#left .content  ul li ul li {
	line-height: 1.8em;
	}   
		

 
/*  LINK STYLES
------------------------------------------------------------ */

/* STANDARDISE LINKS */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #00f;
}
a:hover {
	color: #33f;
}
a:active {
	color: #fff;
}
#masthead a {
	text-decoration: none;
}

a.nohover, #rss a:hover  { /* to remove the background colour on a:hover img and on rss logo */
	background:none;
} 

#feature a:link, #center a:link {
	color:#000099;
}
#feature a:visited, #center a:visited {
	color: #333333;
}
#feature a:hover, #feature a:active, #feature a:focus, #center a:hover, #center a:active, #center a:focus {
	color:#9F2214;
	text-decoration:none;
	background-color:#FFFF99;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}

#right a:link {
	color: /*#826800*/ color: #58564F;
}
#right a:visited {
	color: #333333;
}
#right a:hover, #right a:active, #right a:focus {
	color:#9F2214;
	text-decoration:none;
	background-color:#FFFF99;
}

/* left sidebar */

.menulist { 
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #7F302D;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #FFA418;
}


a.linkopacity img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;}


a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }


.p7uberlink {
	font-color: #FF0000 !important;
	font-weight: bold !important;
}
/*  IMAGE STYLES
------------------------------------------------------------ */

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}
img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}
img.centered {
	display: block;
	padding: 2px;
	margin: 10px auto;
	border: 1px solid #000;
	float: none;
	clear: both;
}
#rss img { /* used on rss image placement  */
	display:block;
	padding: 10px 20px 0 0;
}
/*#right img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/


.thumbpic {  /* used on homepage for thumbnail alignments and design  */
	float: right;
	margin: 10px 0 5px 10px;
	width: 100px;
	height: 100px;
}
/*  FORM STYLES
------------------------------------------------------------ */

#searchform {
	margin: 0;
	padding: 0 20px 0 0;
}
#searchform #s {
	font-size:8pt;
	width: 90px;
}
#searchform #searchsubmit {
	font-size:8pt;
}
#searchform label {
	display: none;
}
#searchform input {
	display: inline;
	margin: .7em 0;
	background:#FFF;
}
#searchform input:focus {
	background: #FFD940;
}
/*  COMMENT FORM STYLES
------------------------------------------------------------ */

.allcomments {
	border-top:5px solid #B3ADA1;
	background: #FFFF99;
	border-bottom:5px solid #B3ADA1;
	margin: 20px 0;
	padding:0;
}
#commentform {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 15px 15px 1px;
	margin: 0;
}
#commentform label {
	display:block;/* margin: 0;*/
}
#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
}
#commentform textarea {
	width: 400px;
	padding: 0;
	margin: 0px 0px 10px 0;
}
#commentform #submit {
	margin: 0 0 20px 0;
}
#commentform p {
}
/* -------------------[ Comments ]------------------- */


ol.commentlist {
	padding: 0;
	margin: 0 0 1px;
}
ol.commentlist li {
	border-top:1px solid #000;
	display: block;
	list-style: none;
	padding: 15px 15px 1px;
	margin: 0;
}
ol.commentlist li.commenthead {
	display: block;
	list-style: none;
	padding: 5px 15px;
	margin: 0;
}
ol.commentlist li.commenthead h2 {
	margin: 0;
}
ol.tblist {
	border-top:1px solid #000;
	list-style: none;
	padding: 15px;
	margin: 0 0 1px;
}
ol.tblist li {
	display: block;
	list-style: none;
	background:transparent url(images/hotbullet.gif) 0px 2px no-repeat;
	padding-left:15px;
	margin: 0 0 5px;
}
/* GLOBAL STYLES
----------------------------------------------- */
.nomargintop {
	margin-top: 0;
}
.nomargin {
	margin: 0;
	padding: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}




/*  Misc Tags and Classes
----------------------------------------------- */


.post ul, .singlepost ul, .post ol, .singlepost ol {
        }

.post ul li, .singlepost ul li {
        }

.post ol li, .singlepost ol li {
}
.entry {
	}
.postinfo { font-size: .92em;
	}

.postinfo2 {    
        }

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dotted #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding-left: 10px;
	border-left: 5px solid #000;
}
.navigation {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.navigation .alignright {
	float: right;
	margin: 0;
}
.navigation .alignleft {
	float: left;
	margin: 0;
}
.post {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	background: url(images/dot.gif) top left repeat-x;
	font-size: .9em;
}
a.more-link {
	padding-right:17px;
	background: transparent url(images/hotbullet.gif) 100% 80% no-repeat;
}
#tag_cloud-2 { /* used on wordpress tag cloud widget */
	line-height:2.8em;
}     
   
/*  Tables
----------------------------------------------- 

.entry table {
		margin-bottom:15px;
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#FFFFCC;
}

.entry td {
	border:1px solid #FFFFCC;
} */
