/*  
Theme Name: Pangea
Theme URI: http://noscope.com/pangea/
Description: Pangaea (Greek for "all lands") is the supercontinent that existed during the Mesozoic era, before the process of plate http://www.robertgirvin.com/wp-admin/theme-editor.php?file=/themes/pangea/style.css&theme=Pangea&a=tetectonics separated the component continents.
Author: Joen Asmussen
Author URI: http://noscope.com/
Template: pangea
Version: 4.0.4
Tags: two-columns, right-sidebar, fixed-width, theme-options, light, white, black, silver, threaded-comments
*/


/* CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/**
* Start Vanilla Stylesheet 0.9.6
*/
body {
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
background-color:#ffffff !important;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 15px 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix {
	zoom: 1;
	display: block;
}
* html .clearfix {
	zoom: 1;
	display: block;
}
/**
* End Vanilla Stylesheet
*/





/*****************************
* Basics
*/

body {
	background: #FBFBFB;
	color: #666666;
	font: 10pt Arial, Helvetica, sans-serif;
}
a:link, a:active {
	text-decoration: none;
	color: #777777;

}
a:visited {
	text-decoration: none;
	color: #a9a9a9;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
label:hover {
	color: #000000;
}



/*****************************
* Layout
*/
#body {
	position: relative;
float:right;
}
#nav, #body, #secondary-body, #footer {
	clear: both;
	position: relative;
	width: 875px;
	margin: 0 auto;
	padding: 0;
}

#nav {

}

#main, #secondary-main {
	float: left;
	position: relative;
	width: 750px;
	text-align: justify;
margin-left:0px;

}
#sidebar, #secondary-sidebar {
	position: relative;
	width: 750px;
	float: right;
padding-top:20px;
	
	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
#sidebar li {
	position: relative;
}




/*****************************
* Header
*/
#header {
	background-color: white;
background:transparent none repeat scroll 0 0;
	margin: 0 0 15px 0;
float:right;
}
#header a {
	border-bottom: none;
}




/*****************************
* Footer
*/
#footer {
	padding-top: 50px;
	height: 100px;
	text-align: center;
	text-transform: lowercase;
	font-size: 8pt;
	
	/*background: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 20px 0;
	width: 100%;
	margin-top: 60px !important;*/
}
#footer a {
	color: #ccc;
	border-bottom: 0;
	text-decoration: underline;
}


	
	

/*****************************
* Logo & Navigation
*/
h1 a {
	color: #666666 !important;
	display: block;
	float: left;
	font-size: 16pt;
	text-decoration: none;
	margin: 10px 20px 0 0;
	padding: 0 0 0 0;
}

#nav .menu {
	margin-right: 180px;
}

.taboverflow {

}
.taboverflow ul li a {
}
.taboverflow .current_page_item a, .taboverflow ul li a:hover {


}



/* Hide subpages */
#nav ul ul li {
	display: none;
}
/* Show subpages when parent page item is active */
#nav ul li.current_page_item>ul>li, #nav ul li.current_page_parent>ul>li, #nav ul li.current_page_ancestor>ul>li {
	display: block;
}
/* Move subpages menu */
#nav ul ul {
	position: absolute;
	top: 45px;
	z-index: 5;
	left: 50px;
}
#nav ul ul li a {
	display: block;
	float: left;
	padding: 5px 0 0 0 !important;
	height: auto !important;
	background: 0 !important;
	border: 0 !important;
	border-bottom: 1px dotted #000 !important;
	margin-right: 15px;
}
#nav ul ul li a:hover {
	border-bottom: 1px solid #000 !important;
}
#body {
	margin-top: 28px;
}
#nav ul ul li.current_page_item>a {
	border: 0 !important;
	font-weight: bold;
}
/* Sub Sub menus */
#nav ul ul ul {
	display: inline !important;
	position: static !important;
	font-size: 8pt;
}
#nav ul ul ul li {
	padding-top: 1px !important;
	float: left;
}
#nav ul ul ul li a::before {
	content: "\BB \ ";
}











/*****************************
* Searchbox
*/
#searchform {
	width: 170px;
	border: 0;
	float: right;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	}
#searchform label {
	text-transform: lowercase;
	font-size: 8pt;
	}
#searchform #s {
	width: 100%;
	font-size: 90%;
	padding: 0;
}
#searchform #searchsubmit {
	display: none;
}



/*****************************
* Widgets
*/
#sidebar>ul {
	margin-left: 0;
}
li.widget {
	list-style: none;
}
table#wp-calendar {
	width: 100%;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 11pt;
	text-align: left;
	color: #000;
}
table#wp-calendar thead {
	font-size: 10pt;
	color: #000;
	font-weight: normal !important;
}
table#wp-calendar a {
	border: 0;
	display: block;
	background: #EAFAFF;
}
table#wp-calendar a:hover {
	background: #FFF;
}







/*****************************
* Post Styles
*/
.post-commentlink {
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/icon_comments.gif) no-repeat left center;
}


h1, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 13pt;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
color:#555555;
}

#sidebar h2, .category-asides h2 {

}
h2 a, h3 a, h4 a {
	color: #000 !important;
	border-bottom: none !important;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px dotted #000 !important;
}


.meta {
	margin: 0 0 5px 0 !important;
	display: block;
	text-transform: lowercase;
	font-size: 8pt;
	color: #99bdca !important;
}
.tags {
	background: url('images/icon_tag.gif') no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}
.categories {

}
.tags a, .categories a {

	border: 0 !important;
	text-decoration: none;
}
.tags a:hover, .categories a:hover {
	text-decoration: underline;
}
.author a {
	color: #99bdca !important;
	border: 0 !important;
	text-decoration: none;
}
.author a:hover {
	text-decoration: underline;
}
blockquote {
	background: url('images/icon_quote.gif') no-repeat left top;
	padding: 0 10px 0 40px;
}


.post a img {
	display: block;
	border: 0;
	text-decoration: none;
}
.post img {
	border: 0px solid #00B0EB;
}
.gallery img, .attachment img, .bottomnav img {
	border: 10px solid #00B0EB !important;
}
.attachment img {
	margin: 0 auto;
}
img.noborder {
	border: 0 !important;
}
.bottomnav {
	color: #000000;
	width: 50%;
	margin: 0 auto 20px auto;
	text-transform: lowercase;
	font-size: 8pt;
}
.bottomnav ul {
	margin-left: 0;
}
.bottomnav ul li {
	list-style: none;
}
.bottomnav a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.bottomnav a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
}
.bottomnav a:hover {
	border-bottom: 1px solid #000;
}



.post table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.post table th, .post table td {
	text-align: left;
	padding: 1em;
	border: 1px solid #F0F0F0;
}
.post table th {
	border: 1px solid #F0F0F0;
}
strike {
	color: #999999;
}
strike:hover {
	text-decoration: none;
}


.post {
	position: relative;
	margin-bottom: 37px;
}


.pages {
	width: 100% !important;
}
.pages span {
	background: url('images/icon_document.gif') no-repeat right top;
	color:  #000;
	padding: 7px 9px 6px 7px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
.pages a span {
	color:  #d0d0d0;
}











/*****************************
* Columns
*/
.col1, .col2 {
	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	padding-left: 10px;
}
.col1 {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 5px;
	}
.col2 {
	position: relative;
	float: right;
	width: 50%;
	padding-left: 5px;
}
.pages {
	text-align: center;
	width: 20%;
	margin: 0 auto;
}

	


/*****************************
* Moderation
*/
.notice {
	clear: both;
	padding: 10px 10px 10px 40px;
	margin: 40px 0 10px 0;
	border-top: 1px solid #FFFCB7;
	border-bottom: 1px solid #FFFCB7; 
	background: #FFFFF4 url('images/icon_warning.gif') no-repeat 10px 10px;
}
.notice p, .notice h4 {
	margin: 0 0 10px 0 !important;
}





	

/*****************************
* Comments
*/
#secondary {
	clear: both;
	background: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 20px 0;
}
a#cancel-comment-reply-link {
	right: 10px;
	top: 10px;
	position: absolute !important;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close_dark.gif') no-repeat center center;
	border: 0;
	overflow: hidden;
}
a#cancel-comment-reply-link:hover {
	background: url('images/icon_close_dark_over.gif') no-repeat center center;
}
.reply {
	margin-bottom: 20px;
}

ol.commentlist {
	position: relative;
	margin: 0;
}
ol.commentlist li {
	list-style: none;
}
#respond {
	margin-top: 15px;
}


.addcomment {
	position: absolute;
	right: 0;
	font-size: 8pt;
	text-transform: lowercase;
}
.addcomment a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.addcomment a:hover {
	border-bottom: 1px solid #000;
}

	

	
.comment-author img.avatar {
	float: left;
	margin-right: 10px;
	border: 4px solid #d1d1d1;
}
.comment-author cite {
	display: block;
	margin: 3px 0 0 0;
	line-height: 1em;
	color: #666;
}
.comment-author cite a {
	color: #666;
	border-color: #666;
}
span.says {
	display: none;
}
.comment-meta {
	margin-bottom: 5px;
}
.comment-meta a {
	font-size: 8pt;
	color: #d1d1d1;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px dotted #d1d1d1;
}


ol.pinglist {
	position: relative;
}








/*****************************
* Boxes
*/
.box, .box-dark {
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.box, ol.commentlist li {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-bottom: 4px solid #d1d1d1;
	position: relative;
}
ol.commentlist li {
	margin: 15px 0 15px 0;
}
.box::before, ol.commentlist li::before {
	content: "";
	background: transparent url('images/box_corner.gif') no-repeat top right;
	display: block;
	height: 11px;
	margin: -1px -16px 0 0;
}
ol.commentlist li::before {
	background: transparent url('images/box_corner_secondary.gif') no-repeat top right;
}
ol.commentlist li li::before {
	background: transparent url('images/box_corner_threaded.gif') no-repeat top right;
}
#secondary .box::before {
	background: transparent url('images/box_corner_secondary.gif') no-repeat top right;
}
.box-dark .box::before {
	background: transparent url('images/box_corner_dark_secondary.gif') no-repeat top right !important;
}
#secondary .box-dark {
	background: #545454 url('images/box_dark_corner_secondary.gif') no-repeat right top;
}
.box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top;
	color: #fbfbfb;
}
.box-dark h2, .box-dark h3 {
	color: #fbfbfb !important;
}
.box-dark .box p, .box-dark .box li, .box-dark .box #comment-preview {
	color: #666666;
}
.box-dark .box h3 {
	color: #000 !important;
}



	
ol.commentlist li .comment-author {
	padding: 15px 0 0 0;
	margin-top: -11px;
	background: url('images/comment_bubble.gif') no-repeat 8px top;
}
ol.commentlist li li .comment-author {
	background-image: url('images/comment_bubble_threaded.gif');
	background-repeat: no-repeat;
	background-position: 12px top;
}


ol.commentlist li.depth-2,
ol.commentlist li.depth-4,
ol.commentlist li.depth-6,
ol.commentlist li.depth-8,
ol.commentlist li.depth-10 { 
	background-color: #F7FAFB !important; 	
}
ol.commentlist li.depth-2::before,
ol.commentlist li.depth-4::before,
ol.commentlist li.depth-6::before,
ol.commentlist li.depth-8::before,
ol.commentlist li.depth-10::before { 
	background: transparent url('images/box_corner_threaded_even.gif') no-repeat top right;
}
ol.commentlist li.depth-3::before,
ol.commentlist li.depth-5::before,
ol.commentlist li.depth-7::before,
ol.commentlist li.depth-9::before { 
	background: transparent url('images/box_corner_threaded_odd.gif') no-repeat top right;
}

/*
ol.commentlist li.depth-2>div>.box-dark,
ol.commentlist li.depth-4>div>.box-dark,
ol.commentlist li.depth-6>div>.box-dark,
ol.commentlist li.depth-8>div>.box-dark,
ol.commentlist li.depth-10>div>.box-dark {
	background: #545454 url('images/box_dark_corner_threaded_even.gif') no-repeat right top !important;
}
ol.commentlist li.depth-1>div>.box-dark,
ol.commentlist li.depth-3>div>.box-dark,
ol.commentlist li.depth-5>div>.box-dark,
ol.commentlist li.depth-7>div>.box-dark,
ol.commentlist li.depth-9>div>.box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top !important;
}
*/

ol.commentlist .box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top !important;
}
ol.commentlist li.odd>.box-dark {
	background: #545454 url('images/box_dark_corner_threaded_even.gif') no-repeat right top !important;
}

/* Comment bubbles -- careful when messing with the order of these! */
ol.commentlist li.depth-2 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-3 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-4 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-5 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-6 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}	
ol.commentlist li.depth-7 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-8 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-9 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-10 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}

	



/*****************************
* Commentform
*/
input, textarea {
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0 2px;

	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
input[type="button"],input[type="submit"] {
	padding: 4px;
}
textarea {
	padding: 4px;
}

.commentbox {
	width: 60%;
	float: left;
	margin-bottom: 1em;
}
#comment {
	width: 100%;
}
#respond {
	position: relative !important;
}
#tags-allowed {
	position: relative !important;
	clear: both;
	margin: 10px 0;
}
a.close {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close.gif') no-repeat center center;
	border: 0;
}
a.close:hover {
	background: url('images/icon_close_over.gif') no-repeat center center;
}





/* Move reply link to the bottom */
ol.commentlist li, ol.commentlist ul.children li {
	position: relative;
	padding-bottom: 40px;
}
ol.commentlist li div {
	position: static;
}
.reply {
	position: absolute !important;
	z-index: 10;
	bottom: 0;
}
ol.commentlist #respond {
	clear: both;
	position: absolute !important;
	z-index: 10;
	bottom: 0;
	margin: 0 15px 15px 0 !important;
}












/*****************************
* Edit link
*/
.edit a {
	margin: 0;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	border: 0 !important;
	text-indent: -9999px;
	background: url('images/icon_edit.gif') no-repeat;
	overflow: hidden;
}
.edit a:hover {
	background: url('images/icon_edit_over.gif') no-repeat;
}




/******
Daniel Pennypackers code BEGIN
******/

#nav div.menu {
   margin-left:0px !important;

}
body {
   font-family:Helvetica, sans-serif !important;
}

#header {
background-position:right center;
background-repeat:no-repeat;
float:right;
margin-top:25px !important;
}

#nav {
  margin:10px 0px 1px 0px;
}

#nav ul {
float:left;
margin:0px 0px 0px 0px;
}

#nav ul li {
list-style-type:none;
float:left;
}

#nav h1 a {
  float:none;
  margin-bottom:19px;
}

.highlight {
 color:#00d9d2;
}

#sidebar div.menu li a:hover {
  text-decoration:underline;
}

#sidebar div.menu li a, #sidebar div.menu li a:hover {
 border:none !important;
}

#sidebar #mindmap {

}

li.cat-item a {
 height:28px;

}

#nav ul li.current-cat a {
 padding-top:20px;
margin-top:-9px;
}

/***
Removing border from images
***/

.gallery img, .attachment img, .bottomnav img {
border:1px solid #B1B1B3 !important;
padding:9px;
}

#lightbox a, #lightbox a:hover {
  border-bottom:none !important;
}

#create-side {
padding-top:6px;
}

body {
 text-transform:lowercase;
}


#widget_pages  ul li {
 list-style-type:none;
}

#sidebar a:hover {
color:black !important;
}

#sidebar ul {
margin:0px !important
}

#sidebar li.widget {
border:1px solid #A1A1A1;
float:left;
list-style-type:none;
margin-top:20px;
max-height:230px;
overflow:hidden;
padding:10px;
width:214px;
margin-right:20px;
}

#text-4 {
border:none !important;
padding-bottom:0px;
padding-left:0px !important;
padding-right:0px !important;
margin-top:0px !important;
width:236px !important;
clear:left
}

#text-3 {
height:175px;
}

#text-3 h2.widgettitle {
margin-bottom:10px;
}

#sidebar a {
border:medium none !important;
}

#sidebar  a {
color:#666666 !important;

}

h2.widgettitle {
font-size:12pt !important;
color:#55555  !important;

}

li.widget div {
font-size:9pt;
color:#444444;

}

#sidebar li {
 list-style-type:none; 
}

li.widget_pages ul{
 margin-left:0px;
}

#searchform {
 float:none;
}

#side-images {
top:-196px;
padding:0;
position:absolute;
right:-160px;

width:185px;
}

#side-images img{
display:none;

}

#sidebar, #secondary-sidebar {
float:left;
width:750px;
margin-bottom:20px;
}

div.imageSpacer {
height:196px;
clear:both;
}

.widget_search {
clear:both;
font-size:10pt;
margin-top:10px;
}

#searchform label {
font-size:10pt
}

div.post, div.page {
 font-size:10pt;
color:#222222;
font-size:10pt;
margin:0 auto;
width:875px;
 color:#222222;
}



#main {
 margin-right:28px;
}

cat-item a {
 color:white;
}

span.categories, span.categories a, span.categories strong {
font-size:10pt;
 color:#a1a1a1;
}

#nav ul li.cat-item a{
color:white;
}


#nav ul li.cat-item a{
 background-color:black;
}

#nav ul li.cat-item-2 a{
 background-color:#080808
}

 
#nav ul li.cat-item-3 a{
 background-color:#282828 
}

#nav ul li.cat-item-4 a{
 background-color:#484848 
}

#nav ul li.cat-item-5 a{
 background-color:#585858 
}

#nav ul li.cat-item-6 a{
 background-color:#707070 
}

#nav ul li.cat-item-7 a{
 background-color:#888888 
}

#nav ul li.cat-item-8 a{
 background-color:#989898 
}

#nav ul li.cat-item-9 a{
 background-color:#A8A8A8  
}

#body {
	margin-top: 28px;
}

#secondary-body {
 margin-left:125px
}

#header-logo {
margin-top:12px;
margin-left:15px;
}


#search-pages {
position:absolute;
right:0;
top:15px;

}

#search-pages li {
display:inline;
}

#search-pages li a {
 color: #444444 !important;
border-bottom:3px solid white;
margin-right:20px;
}

#search-pages li a:hover {
color:#50C8E8 !important;
border-bottom:3px solid black;
}


#search-pages .cat-item a {
color:#50c8e8 !important;
}

#search-pages .page_item a:hover, #search-pages .current_page_item a {
color:black !important;
}

#search-pages .current-cat a, #search-pages .current_page_item a {
border-bottom:3px solid black;
}

#search-pages .current_page_item a {
color:black;
}

#search-pages input {
margin-top:10px;
}

body.home #container {
min-height:1125px;
}

/**/

#container {
position:relative;
 width:1000px;
 margin:20px auto;
border:0px #f5f5f5 solid;
background-color:#ffffff !important;
background-image:url(/wp-content/uploads/2010/02/create1000px.png);
background-position:center 180px;
background-repeat:no-repeat;
padding-bottom:50px;
}

li.widget_tddrecentposts {

height:230px;

}

li.widget_tddrecentposts, li#twitter {
margin-top:-197px !important;
}
.sidebardate {
display:none;
}

ul.tddrecentposts dd {
margin-left:0px;
}

ul.tddrecentposts dl  {
margin:0px;
}

ul.tddrecentposts li{
 margin-top:10px;
}

#sidebar {
 padding-top:0px;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

body.single div.bottomnav {
display:none;
}


#twitter_update_list {
height:209px;
overflow:hidden;

}

ul.tddrecentposts {
height:209px;
overflow:hidden;

}

#twitter_update_list li {
margin-top:10px;
}

div.twitter_div h2 {
margin-bottom:5px;
}

#container {

}

#s, #email-cap {
font-color:#999999;
font-size:9pt;
border-width:1px;
border-color:#a1a1a1;
border-style:solid;
height:28px;
padding:5px;
}

#email-cap {
width:236px;
border-width:1px !important;
}

#s {
width:244px;
}

a.shareLink {
width:26px;
height:25px;
display:block;
float:left;
background-repeat:none;
margin-right:10px;
border-bottom-width:0px;
}

li#twitter {
height:230px !important;
overflow:hidden !important;
margin-right:0px !important;
}

a.twitter-link {
background-image:url(http://www.robertgirvin.com/wp-content/uploads/2010/02/icon_twitter.png);
}

a.facebook-link {

background-image:url(http://www.robertgirvin.com/wp-content/uploads/2010/02/icon_facebook.png);

}

a.email-link {
background-image:url(http://www.robertgirvin.com/wp-content/uploads/2010/02/icon_email.png);
}

span.FBConnectButton_Small {
display:none;
}

div.share-links {
float:right;
margin-left:10px;
 
}

#twitter_update_list li {
 width:200px;
}

#twitter_update_list li a {
display:block;
width:200px;
overflow:hidden;
}

#copy-right-info {
border-top:1px solid #999999;
bottom:0;
color:#999999;
font-size:8pt;
margin:10px 0px 0 0px;
padding:10px 0;
position:absolute;
width:1000px;
margin-left:100px;
}

body.category #container {
 min-height:800px;
}

a.cboxElement {
display:none;
}

a.cboxElement:first-child {
display:inline;
}

div.post-913, div.post-6 {
min-height:600px;
}

div.post-913 span.categories, div.post-6 span.categories, div.post-55 span.categories{
 display:none;
}

#slideshow a.cboxElement {
display:inline;
}

#slideshow a.cboxElement:first-child {
display:inline;
}

div.post span.categories {
visibility:hidden;
}

#new-hp .row div {
	float:left;
	position:relative;
}	

#new-hp .row div img.hover {
	position:absolute;
	top:0px;
	left:0px;
}	

#new-hp .row div.hovered img.hover {
	display:none;
}	

#new-hp .row div img {
	display:block;
}	

#new-hp .row {
	clear:both;
        height:114px;
        overflow:visible;
}

#new-hp .row div.title {
	position:relative;
}

#new-hp .row div.title img.hover {
	margin-left:-300px;
	display:block;
	opacity:0;
	position:absolute;
	right:1000px;
}

#new-hp div.row div.shade {
	position:absolute;
	bottom:0px;
	right:0px;
	height:15px;	
	width:189px;
	opacity:0.8;
	display:none;
}	

#new-hp div.direction div.shade, #new-hp div.strategy div.shade {
	width:756px;
}

#new-hp .strategy .shade { 
	background-color:#333333;	
}


#new-hp .branding .shade {
	background-color:#444444;	
}

#new-hp .direction .shade {
	background-color:#555555;	
}

#new-hp .interface .shade {
	background-color:#666666;	
}

#new-hp .graphic .shade {
	background-color:#777777;	
}

#new-hp .product .shade {
	background-color:#888888;	
}

#new-hp .environment .shade {
	background-color:#999999;	
}

#new-hp div.row p {
  margin:0px;
}

#new-hp div.row span.copy {
	font-family:helvetica;
	right:5px;
	font-size:8pt;
	color:white;
	display:block;
	bottom:0px;
	display:none;
	position:absolute;	
}

#new-hp .row div.hovered div.shade, #new-hp .row div.hovered span.copy {
	display:block;
}

#new-hp div.row br {
   display:none !important;
}

#new-hp div.expander {
display:none;
height:107px;
position:absolute;
right:257px;
top:0;
background-color:#F6F6F6;
width:9999px;
}

#new-hp div.hovered div.expander {

}

#nav a img.hover {
  position:absolute;
  opacity:0;
  top:0px;
  right:0px;
}

#nav a:hover img.normal {
opacity:0;
}

#nav a:hover img.hover {
opacity:1;
}

#nav li {
 position:relative;
}

#search-pages {
 right:-10px;

}

li.widget_tddrecentposts, li#twitter {
 margin-top:-122px !important;
}

li.widget_tddrecentposts, li#twitter {
height:156px !important;
}


#twitter_update_list {
height:144px !important;
}

ul.tddrecentposts {
height:134px !important;
}

#twitter_update_list li {
  width:320px;
}

#search-pages input {
 border:none;
background-color:#f5f5f5;
}

#text-3 {
height:99px;
}

#email-cap {
 border-width:0px !important;
 width:97%;
 background-color:#f5f5f5;
}

#nav, #body, #secondary-body, #footer {
 width:1000px;
}

#sidebar li.widget {
 margin-right:7px;
width:311px;
 border-color:#f5f5f5;
padding:10px;
}

#text-4 {
width:333px !important;
}

#container {
 width:1100px;
}

#main, #secondary-main, #sidebar, #secondary-sidebar {
 width:1100px;
}

body.home div.page {
 width:1100px !important;
}

#secondary {
margin-left:210px;
width:875px;
}

#secondary-body, #secondary-main {
 width:875px !important;
margin-left:105px;
margin:0 auto;
}

#search-pages li.page-item-1315 {
 display:none;
}

/******
Daniel Pennypackers code END
******/


 