﻿/*  
Theme Name: Contempt
Theme URI: http://wordpress.org/
Description: A more professional version of Kubrick, sporting hard lines and 2-columns.
Version: 1.0-wpcom
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, two columns, fixed width
 */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma,'Lucida Grande';
	background-color: #AAAAAA;
 	color: #444444;
   	text-align: center;
}
#topbar {
	margin: 0;
	max-width:750px;
	height:25px;
	line-height:23px;
	background:#FFFFE6;
	overflow:hidden;
	border-bottom: 1px black solid;
}	
#topbar a, #topbar {
	font-family: Tahoma,'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	padding-right: 5px;
}	

#pagebar {
	width: 750px;
	height: 35px;
	border-bottom: 1px #99CCFF solid;
	padding: 0;
	margin: 0;
}
#pagebar a {
	font-family: Tahoma,"Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 8px 10px 0px 10px;
	border-left: 1px #CECECE solid;
	text-align: center;
	height: 27px;
}
#pagebar a:hover {
	/*nothing pretty so we dont break paths to files */
	background-color: #CECECE;
	text-decoration: none; 
}
#pagebar li {
	list-style:none;
}
#page-links {
	color:#D1DCEB;
}
#page-links a {
	border: 1px solid #D1DCEB;
	padding: 2px 8px 2px 5px;
	height: 30px;
	text-decoration: none; 
}
.entry {
	font-size:1.3em;
	font-family:  Tahoma,Verdana;
	overflow: hidden;
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 750px;
}
#header {
	background-color: #73a0c5;
	border-bottom: 1px black solid;
}
#content {
	float: left;
	padding: 30px 0 20px 45px;
	margin: -70px 0 0 0;
	width: 450px;	
}
#content .entry {
	line-height: 1.4em;
}
.alt {
	background-color: #f8f8f8;
}
#footer {
	background-color: #eee;
}
small {
	font-family: Tahoma,Verdana, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
small.cats {
	text-transform: uppercase;
	font-family: Tahoma,Helvetica, Verdana;
	font-size: 0.9em;
}
h1, h2, h3 {
	font-family: Tahoma,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

.description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
        font-size: 1.5em;
}
h2.pagetitle {
	font-size: 1.5em;
}
#sidebar h2 {
	font-family: Tahoma,Verdana, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background: url('images/shadow/bandeau.gif') top left;
	color: white;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0;
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #B0C7FF;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #00f;
}
.commentlist li, #commentform textarea , #commentform input{
	font-size: 1.1em;
	font-family: Tahoma;
	background:url(images/shadow/block.gif) -5px -5px no-repeat;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
    background:url('images/shadow/user_comment.png') no-repeat center left;
	padding-left:16px;
}
.commentlist cite a {
	background:url('images/shadow/house.png') no-repeat top right;
	padding-right:18px;
}  
.commentlist p {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: none;
}
.commentlist .avatar {
	float: right;
	padding: 2px;
	margin:0px;
	border: 1px solid #ddd; 
}
p.about {
	text-align: center;
	background-color: #F8F8F8;
	font-size: 1.2em;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
}
#commentform p {
	font-family: Tahoma;
}
.commentmetadata {
	font-weight: normal;
	font-size: 1em;
}
#sidebar {
	font-size: 1.1em;
	font-family: Tahoma,'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar input{
      
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
}
code {
     font-family:Consolas,Monaco,"Courier New",Courier,monospace;	
     font-size: 1.1em ;
}
	
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:Consolas,Monaco,"Courier New",Courier,monospace;
	background:#EEE;
	padding:3px;
}

pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}
#pagebar li.page_item {
	display: inline;
}

#pagebar li.current_page_item a,#pagebar li.current_page_item a:hover{
        background: url(images/shadow/ike.gif) no-repeat top left ;
        padding-left: 30px;
        color:#0f9ec6;
}
#pagebar li.current_page_parent a,#pagebar li.current_page_parent a:hover{
        background: url(images/shadow/ike.gif) no-repeat top left ;
        padding-left: 30px;
        color:#0f9ec6;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.0em Tahoma,'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 140px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
	background-image: url(images/blue_flower/head.jpg);
}
.post {
	margin: 0 0 5px 0;
	}
.widecolumn .post {
	margin: 0;
	}
.postmetadata {
	clear: both;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;
	border-top: 1px black solid;
	}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	margin-top: -5px;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	margin: 0 5px;
	}
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
	}
/* End Images */

/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020 ";
	}
*/

.entry ul li{
        list-style-position: inside; 
        list-style-image: url('images/shadow/bullet-features.gif');
}

#sidebar ul ul li a{
        background:url('images/shadow/arrow.gif') no-repeat 0px 2px; 
        padding-left:10px; 
        }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 4px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar ul div  {
	background-color: #F8F8F8;
	border: 1px #d1dceb solid;
	padding: 8px;
}

#sidebar ul div.textwidget ul {
	border: 0;
}
#sidebar ul ul ul, #sidebar ul ol {
	background: transparent;
	margin: 0 0 0 10px;
	border: none;
	}
#sidebar ul div div {
	background: transparent;
	margin: 0;
	border: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
        margin: 0; /* Add */
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar li.current_page_item {
      background-image: url(images/shadow/topgrad2.jpg);
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	margin-top: 5px;
	width: 145px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        }

#commentform #submit {
	margin: 0;
	float: right;
    border:none;
    background-image:url('images/shadow/multimedia-580-header.gif');
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
    border: 1px solid #d8d8d8;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
.commenthide {
    visibility:hidden;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin: -60px 0 0 530px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	height: 1px;
	color: #FFDEAD;
	background-color: #AAAAAA;
	border: 0;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.blueFrame {
	border: solid #ccccff 1px; 
	background-color:#E4EAF2;
	margin: 5px;
	padding: 3px;
}
.OrgTitle {
	background:url('images/shadow/bluewater.gif') no-repeat top left ;
	padding: 4px 5px 5px 5px;
}
.Gbar2 {
	background: url('images/shadow/topentry.png') repeat-x top left ;
	border: 1px solid #D1DCEB;
	padding:3px 0 3px 5px;
	margin-top:0;
}

.photoBGR {
	background: url('images/shadow/bgR_photo.gif') no-repeat 100% 100%;
	padding:7px 7px 7px 0; 
	margin:5px;
}
.pgDone {
	background:url('images/shadow/arrow.gif') no-repeat center left; 
	padding-left:12px; 
}
.tScB {
	font-family: 'courier new',courier;
	font-style:normal;
	font-weight:bold;
	text-align: right;
	background-color: #fef8ea;
	padding: 0 2px 0 2px;
}
.tScI {
	font-family: 'courier new',courier;
	text-align: left;
	font-weight:normal;
	color:#00f;
	background-color: #fef8ea;
	padding:0 2px 0 2px;
}

.discover {
	
	background:url('images/shadow/discover2.gif') no-repeat top left ;
	padding-bottom:  5px; 
}

.fullwidth {
	clear:both;
}

.halfwidth {
	width:49%;
    padding-left:5px;
    float:left;
}

.frmL {
	border-style: solid; 
	border-width: 1px 1px 1px 5px; 
	padding: 5px; 
	margin-left: 5%;
}
.gsqL {
	border-left: 16px solid #a0d684;  
	color: #800000; 
	padding-left: 5px; 
}
.greyBox {
   border: 1px solid #C2CFDF; 
   margin: 3px;
   padding: 3px;
}
.grBln {
       border-bottom: 1px solid #41bd49;
       padding-bottom: 20px;
}
.meIcon {
      background: url('images/shadow/me.gif') no-repeat top left;
      padding: 0 0 20px 20px;
      
}
.cmntNum {
	color:#00f; 
	background:url('images/shadow/sfx_top1a_bg2.png') no-repeat top left;
	font-weight: bold;
	margin-top: 3px;
    padding:6px;
    float:right;
}
.bfoss {
    margin: 5px; 
    text-align: center; 
    width: 120px; 
    height: 140px; 
    float: left; 
    padding-bottom: 10px;
}
.indt5 {
    text-indent:5%;
}
.fscreen {
    background:url('images/shadow/fullscreen.png')no-repeat right center; 
    padding-right:20px;
}
.thinHR {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom:10px;
}
.nvBar {
    border-top: 1px double #f0d50e; 
    border-bottom: 1px double #f0d50e; 
    background-color: #fef9cc; width: 48%; 
    float: left; 
    padding-left: 5px;
}
.pdf {
    background:url('images/shadow/9601page_white_acrobat.png') no-repeat right center;
    padding:1px 20px 1px 1px;
}
.msword {
	background:url('images/shadow/6156page_white_word.png') no-repeat right center;
    padding:1px 20px 1px 1px;
}
.feather {
    background:url('images/shadow/feature_bg.gif') no-repeat bottom right;
    padding:10px;
}
.ombra {
	background-image:url(images/shadow/ombra.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:10px 0 0;
	padding:6px 15px 15px 5px;
}
.tabTL {
	border-width: 1px 0 0 1px;
	border-style:solid;
	border-color: #DFE6EF;
	margin:0px;
	padding:3px;
	float: left;
}
.tabTR {
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color: #DFE6EF;
	margin:0px;
	padding:3px;
	float: left;
}
.tabBL {
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #DFE6EF;
	margin:0px;
	padding:3px;
	float: left;
 }
.tabBR {
	border-width: 1px ;
	border-style:solid;
	border-color: #DFE6EF;
	margin:0px;
	padding:3px;
	float: left;
}
.noLNK p a:visited {
	color: #ff0;
}
.blackBG {
	background-color:#000;
	padding:5px;
	text-align: center;
}
.page_nm {
	text-align: right;
	background-color:#f8f8f8; 
	padding:5px;
}
.ilink {
        background:url(images/shadow/orange_bullet.png) no-repeat right top;
        padding-right:5px;
}
.more-link {
        background:url(images/shadow/bullet_go.png) no-repeat left center;
        padding-left:15px;
        font-style:italic;
        float:right;
}
.slide {
   background:url(images/shadow/slideshow_icon.png) no-repeat top left;
   padding: 9px 0 0 34px;
}

.rbi {
      color: #ff0000;
      font-size: medium;
      font-style:italic;
      font-weight:bold;
      background:url(images/shadow/forum_new.png) no-repeat 50% 50%;
      padding:6px; 
}
#study {
	background: url(images/shadow/brcorner.gif) no-repeat right bottom; 
	background-color: #F8F8F8; 
	margin-bottom: 10px;
	width: 450px;
	}

 #study .titl {
	padding: 5px; 
	font-size: 1.2em; 
	color: #FFF; 
	background: url(images/shadow/bandeau.gif) repeat-y left top;
}

#study p{
 padding: 0 10px 10px 10px;
 }

 #study em{
 color: #666666;
}

/* End KruNokCSS */
      
#akismetwrap #akismetstats { margin: 0 auto; }
