/*
Theme Name: kReese.net
Theme URI: http://kreese.net/
Description: A theme by <a href="http://kreese.net">Kristopher Reese</a>
Version: 1.0
Author: Kristopher W. Reese
Author URI: http://kreese.net/
Datum: January 16, 2010
*/

/*---------------------------------------------
|         Reset All Margins and Padding       |
---------------------------------------------*/

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px; 
  line-height: 32px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #0084B4;
}

ul, 
ol { 
	margin: 11px 0 10px 35px; 
}

/*---------------------------------------------
|                 General CSS                 |
---------------------------------------------*/

body {
	background: #333 url(img/bg.png) repeat;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 936px;
	margin: 0px auto 25px auto;
	background: #fff;
        -moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
}

#loginWrap {
        display:block;
        float:right;
        margin-right:15px;
}

#login {
        background:black;
        opacity:0.75;
        padding:5px 15px 5px 15px;
        -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
        display:none;
}

#login p{
       margin:0;
       padding:0;
}

#loginTab {
      display:block;
      float:right;
      background:url('http://kreese.net/wordpress/wp-admin/images/fav.png');
      padding:2px 5px 2px 5px;
      margin-right:15px;
      height:20px;
      min-height:20px;
      -moz-border-radius-bottomleft:5px;
      -moz-border-radius-bottomright:5px;
      -webkit-border-bottom-left-radius:5px;
      -webkit-border-bottom-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
}

#loginTab a:visited, #loginTab a:link {
     color:white;
}

#rotator {
        -moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
        border:1px solid #aeaeae;
        float:left;
}

#rotator a img {
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
}

#recentPosts {
        display:block;
        float:right;
        width: 225px;
        border: 1px solid #0088aa;
	border-right: 0px solid;
	background: #f8f8f8;
	padding: 10px 20px;
        margin: 0px -30px 0px 0px;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-bottomleft:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
}

#recentDocs {
        display:block;
        float:right;
        width: 225px;
        border: 1px solid #0088aa;
	border-right: 0px solid;
	background: #f8f8f8;
	padding: 10px 20px;
        margin: 15px -30px 15px 0px;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-bottomleft:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
}

#recentDocs ul ul li:before {
	content: "» ";
}

#recentDocs ul {
        margin:0;
        padding:0;
        margin-top:5px;
        list-style-type:none;
}

#recentDocs ul ul {
        margin-left:25px;
        margin-top:0;
}

#eventList {
        display:block;
        float:left;
        width: 580px;
        height: 112px;
        min-height: 112px;
        border: 1px solid #0088aa;
	background: #fdfdfd;
	padding: 10px 20px;
        margin: 15px -30px 0px 0px;
	-moz-border-radius14px;
	-webkit-border-radius:14px;
	border-radius:14px;
        overflow:auto;
} 

#eventList hr {
       margin-bottom:5px;
}

#main {
	background: url(img/bg-content.png) repeat-x top left;
}

#content {
	width: 600px;
	padding: 30px 30px 0;
	float: left;
}

#main_content {
        width: 876px;
	margin: 30px 30px 0;
	position:relative;
	z-index:1;
	float: left;
}

#cvbody {
        margin:0 auto;
}

#content iframe, #main_content iframe {
        width:600px;
        height:600px;
        min-height:600px;
        border: 3px groove #aeaeae;
}

a {
	color: #0088aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/*---------------------------------------------
|                 Images CSS                  |
---------------------------------------------*/

p img {
	padding: 0;
	max-width: 100%;
}

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;
}

/*---------------------------------------------
|                Captions CSS                 |
---------------------------------------------*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

/*---------------------------------------------
|                 Header CSS                  |
---------------------------------------------*/

#header {
	position:relative;
	z-index:1000;
}

#head {
	background: black;
	width:934px;
	display:block;
	float:left;	
	padding:0;
	margin:0;
	border-left:1px solid white;
	border-right:1px solid white;
}

#head h1 {
	display:block;
	float:left;
	padding:5px 0 3px 25px;
	margin:0;	
	color:white;
	font-weight:normal;
	font-family:"Palatino Linotype","Book Antiqua","Palantino", serif;
	font-size:1.7em;
}

#head h1 a {
	color:white;	
}

#slogan {
	background: #00B0F1 url(img/reeseHeader.gif) no-repeat;
	color: #fff;
	clear: both;
	height: 167px;
	border-left:1px solid white;
	border-right:1px solid white;
}

/*---------------------------------------------
|               Side Menu CSS                 |
---------------------------------------------*/

#menu {
	float: right;
	width: 200px;
	margin: 31px 0px 21px 0px;
	border: 3px solid #0088aa;
	border-right: 0px solid;
	background: #f8f8f8;
	padding: 10px 20px;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-bottomleft:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}

#menu li a:hover {
	background: #00B0F1;
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}




/*---------------------------------------------
|              Top Navigation                 |
---------------------------------------------*/

#tNavBar ul{
	list-style-type:none;
	display:block;
	float:right;
	margin-top:12px;
	padding:0;
}

#tNavBar ul li{
	display:block;
	float:left;	
	font-size:0.85em;
	background-image:url("img/arrowWhite.gif");
	background-repeat:no-repeat;
	background-position:center left;
}

#tNavBar li a:link,
#tNavBar li a:visited {
	background-color: transparent;
	color:white; 
	display:block;
	padding-right:11px;
	padding-left:7px;
	text-decoration:none;
	font-family:"Trebuchet MS",Verdana,Arial;
}

#tNavBar li a:hover {
	text-decoration:underline;
}

/*---------------------------------------------
|              Main Navigation                |
---------------------------------------------*/

#navBar {
	clear:both;
	display:block;
	float:left;
	width:936px;
	height:36px;
	margin:0;
	margin-top:-36px;
	opacity:0.85;
	background:#0088aa;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	z-index:1000;
}

#navBar ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	min-height:100%;
	width:100%;
	z-index:1000;
}

#navBar li:hover, #navBar ul li.current_page_item {
	border-bottom:4px solid #656B6C;
}

#navBar ul li li.current_page_item {
	border-bottom:1px solid #DDDDDD;
}

#navBar li {
	background:transparent;
	text-align:center;
	display:block;
	float:left;
	padding:0;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:4px solid #DDDDDD;
	width:154px; 
}

#navBar li:first {
	border-left:none;	
}

#navBar li a:link,
#navBar li a:visited {
	background-color: transparent;
	color:#FFFFFF; 
	display:block;
	padding:8px;
	text-decoration:none;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:0.9em;
	font-weight:bold;
}

#navBar li a:hover {
	text-decoration:underline;
}

#navBar li ul {
	display:none;
	position:absolute;
	width:156px;
	z-index:1000;
}

#navBar li:hover ul {
	display:block;	
}

#navBar li li:hover {
	border-bottom:1px solid white;
}

#navBar li li {
	background:#0088aa;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	width:100%;
	display:block;
	float:left;
	padding:0;
	margin-left:-1px;
	z-index:1000;
}

.switcher:hover {
	border:none;	
	width:156px;
}

#navBar li li:last-child {
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;	
}

/*---------------------------------------------
|                   Blog CSS                  |
---------------------------------------------*/

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
}

html>body .post li {
	margin: 0px 0 2px 10px;
}

.post ul li:before {
	content: "\00BB \0020";
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}
.post ol, .post ul {
        padding-bottom: 21px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*---------------------------------------------
|                    Footer                   |
---------------------------------------------*/

#footer {
	text-align:center;
	padding: 20px 0px 20px;
	border-top:  2px solid #0088aa;
	clear: both;
}

#footer p {
	margin:0;
	padding:0;
	font-size: 90%;
}

/*---------------------------------------------
|                    Misc.                    |
---------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	background:#AEAEAE;
	border:1px solid #AEAEAE;
	}

a img {
        border: none;
} 

/*---------------------------------------------
|                  Sidebar                    |
---------------------------------------------*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar {
	background:#FFF;
	border: 1px solid #AEAEAE;
	margin-top:15px;
	padding: 20px 10px 20px;
	float:right;
	width: 20%;
	}

#sidebar form {
	margin: 0;
	}

#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; }