/*
Theme Name: The Wright Career Solution
Theme URI: http://wordpress.org/
Description: Custom theme developed for The Wright Career Solution by Organized Assistant
Version: 1.0
Author: Janet Barclay
Author URI: http://www.organizedassistant.com

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* - BASIC STUFF - */
body {
    background:#FFF;
    margin:0 auto;
    font:9pt/11pt Verdana, Geneva, sans-serif;
    color:#000;
    padding:0;
}


a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}


/* -- LISTS -- */

ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}

/* -- HEADINGS -- */
/* h1,h2,h3,h4,h5,h6 {
      margin:0;
      padding:3px 0;
} 

*/

h2#comments{margin:20px auto 10px;font-size:100%;}
/* headings inside posts */
.entry-content h3 {font-size:100%;}
.entry-content h4 {font-size:100%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:100%;}

/* -- WRAPPER -- */
#wrapper {
       float:none;
       clear:both;
       margin:0 auto;
       padding:0;
       width:100%;
}


/* -- HEADER -- */
#header {
    text-align:center;
    margin:0 auto;
    background: url(images/bckheader.gif);
}

#header .img {
	padding: 0 0 0 85px;
	height: 125px;
	background: left no-repeat url(images/logo.png);
        margin-left: 50px;
}

#header .imgrt {
	padding: 0 85px 0 0;
	height: 125px;
	background: right no-repeat url(images/staircase.jpg);
        margin-right: 50px;
}

#header h1 {
        padding-top: 50px;
}

#header h1 a {
    color: #cc6600;
    font-family: palatino linotype, georgia, arial, times;
    font-style: italic;
    font-size: 24pt;
}

#header h2 {
    color: #CCC;
    font-family: palatino linotype, georgia, arial, times;
    font-style: italic;
}




/* SIDEBAR */

/* -- SIDEBARS --*/
.sidebar-wrap {
   margin:0 auto;
   padding-left: 10px;
   overflow:hidden; 
   float:right;
   clear:none;
   width:275px;
   background: #fff;
}
.block-1 {float:left;}

}

.sidebar h3 {
   color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
   }

.sidebar a {
  color: #336699;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.sidebar li {
  height: 3em;
}

/* MAIN MENU */

#menu {
	background: url(images/bckheader.gif);
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	height:25px;
	border-top: 3px solid #fff;
	border-bottom: 5px solid #fff;
}

#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 10px 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}

/* -- POSTS -- */
.post-index {
     margin:0 0 10px;
}
#post-single {
     margin:0 0 20px;
}
.posts-wrap {
     float:left; 
     clear:none;
     width:65%;
     padding: 0 20px;
}

h2.entry-title a {
    font-size:125%;
    color: #cc6600;
    font-family: palatino linotype, georgia, arial, times;
    font-style: italic;
    padding-top: 10px;
}

h2.page-title {
    font-size:180%;
    color: #cc6600;
    font-family: palatino linotype, georgia, arial, times;
    font-style: italic;
    padding-top: 15px;
}

h2 {
   line-height: 1.25em;
   font-size:75%:
}

blockquote {
    font-style:oblique;
    font-weight:bold;
    color: #336699;
    padding: 5px 0;
}

/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li li {margin-left:5px;}

.entry-content ol li {
     margin-left:5px; 
     list-style: decimal; 
     list-style-position:outside;
     padding-bottom:5px;
}

.entry-content ul li {
      margin-left:20px; 
      list-style:disc; 
      list-style-position:outside
}

/* -- FOOTER -- */
#footer {
   height:60px;
   overflow:hidden;
   margin:20px auto 0;
   clear:both;
   float:none;
   text-align:center;
   padding: 20px 0;
	font-size: 8pt;
}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}


/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}


/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}


/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}



