/* @override http://www.johndaponte.com/stylesheets/screen.css */

body {
  background: #e7e5d9 url(http://www.johndaponte.com/images/bg.jpg) no-repeat left top;
  margin: 0;
  color: #888888;
  font-family: Georgia,Monaco,Verdana,Arial;
  font-size: 10pt;
}

a {
  color: #71d2fe;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

img {
  border: none;
}

.main_panel {
  width: 758px;
  margin: 40px auto;
  position: relative;
  
}

.main_panel_inner {
	float: left;
  background: url(http://www.johndaponte.com/images/stripes_tile.gif);
  width: 510px;
  padding-right: 10px;
  margin-right: 0px;
  background-color: #e7e5d9;
  position: relative;
}

#logo {
  width: 510px;
  height: 114px;
  margin-bottom: 9px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	width: 510px;
	height: 114px;
	background-image: url(http://www.johndaponte.com/images/header.jpg);
	text-indent: -9999px;
}

.card {
  background-color: white;
  padding-bottom: 10px;
}

.top_rule {
  background: white url(http://www.johndaponte.com/images/top_rule.gif) no-repeat center center;
  height: 20px;
}

.top_rule_strong {
  background: white url(http://www.johndaponte.com/images/top_rule_strong.gif) no-repeat center center;
  height: 20px;
}

.bottom_rule {
  background: white url(http://www.johndaponte.com/images/bottom_rule.gif) no-repeat center center;
  height: 25px;
}

h2 {
  background: white url(http://www.johndaponte.com/images/dotted_line.gif) no-repeat center center;
  text-align: center;
  font-size: 1em;
  margin-top: 0;
}

h2 span {
  background-color: white;
  padding: 0 .5em;
}

.card_inner {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: justify;
  font-size: .9em;
  line-height: 1.5em;
}

div.content_wrapper {
	width: 758px;
	position: relative;
}
.right_panel {
  float: right;
  padding-left: 0px;
  margin-left: 0px;
  width: 238px;
  background: #e7e5d9 url(http://www.johndaponte.com/images/stripes_tile.gif);
}

.right_panel_section {
  background-color: white;
  padding: 6px 16px;
}

.right_panel_spacer {
  height: 10px;
}

.right_panel p {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.right_panel_inner {
  background-color: white;
}
.category_wrapper {
	height: 160px;
	width: 170px;
	float: left;
	background-color: #fff;
	margin: 0 0 10px;
}

.image_wrapper {
  background-color: white;
  padding: 5px;
  margin: 0;
}

.image_container {
  position: relative;
}

.card_wrapper {
	position: relative;
}

.corner_top_left {
  position: absolute;
  left: 0;
  top: 0;
}

.corner_top_right {
  position: absolute;
  right: 0;
  top: 0;
}

.corner_bottom_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.corner_bottom_left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.float_clear {
  clear: both;
}

.clear_left {
  clear: left;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
	float: left;
}

.top_nav {
  height: 25px;
}

.top_nav a {
  color: white;
  text-decoration: none;
  display: block;
}

.tab_top_left_on a, .tab_top_on a {
  color: #71d2fe;
}

.tab_top {
  float: left;
  line-height: 21px;
  text-align: center;
  font-size: .8em;
  width: 125px;
  color: white;
  font-weight: bold;
  padding-top: 4px;
  height: 21px;
}

.tab_top_off {
  background: url(http://www.johndaponte.com/images/top-tab.png) no-repeat;
  width: 125px;
}

.tab_top_on {
  background: url(http://www.johndaponte.com/images/top-tab-on.png) no-repeat;
  width: 125px;
  color: #888888;
}

.tab_top_left {
  background: url(http://www.johndaponte.com/images/top-left-tab.png) no-repeat;
  width: 115px;
}

.tab_top_left_on {
  background: url(http://www.johndaponte.com/images/top-left-tab-on.png) no-repeat;
  width: 115px;
  color: #888888;
}

.right_nav {
  position: absolute;
  top: 0px;
  left: 100%;
}

.right_tab {
  width: 25px;
  height: 125px;
  background: url(http://www.johndaponte.com/images/right-tab.png) no-repeat;
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.right_tab_on {
  width: 25px;
  height: 125px;
  background: url(http://www.johndaponte.com/images/right-tab-on.png) no-repeat;
  color: #888888;
}

.right_tab_top {
  height: 115px;
  background: url(http://www.johndaponte.com/images/right-top-tab.png) no-repeat;
}

.right_tab_top_on {
  height: 115px;
  background: url(http://www.johndaponte.com/images/right-top-tab-on.png) no-repeat;
  color: #888888;
}

.right_img {
  position: absolute;
  top: 0px;
}

.left_nav {
  position: absolute;
  top: 0;
  left: -25px;
}
.left_nav_cat {
  position: absolute;
  top: 194px;
  left: -25px;
}
.left_tab {
  width: 25px;
  height: 125px;
  background: url(http://www.johndaponte.com/images/left-tab.png) no-repeat;
  text-align: center;
  color: white;
  font-weight: bold;
}

.left_tab div, .right_tab div {
  padding-top: 20px;
}

.left_tab_on {
  width: 25px;
  height: 125px;
  background: url(http://www.johndaponte.com/images/left-tab-on.png) no-repeat;
  color: #888888;
}

.left_tab_top {
  height: 115px;
  background: url(http://www.johndaponte.com/images/left-top-tab.png) no-repeat;
}

.left_tab_top_on {
  height: 115px;
  background: url(http://www.johndaponte.com/images/left-top-tab-on.png) no-repeat;
  color: #888888;
}

.project_nav {
  margin-top: 15px;
  color: white;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  width: 480px;
  overflow: auto; 	
}

.page_nav {
width: 510px;
overflow: auto;
  margin-top: 0px;
  color: white;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  background-color: white;
  clear: both;
}

.nav_label {
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
  font-size: .75em;
  font-weight: normal;
  font-style: normal;
}


.project_nav .previous {
  float: right;
  text-align: right;
  width: 50%;
  padding: 12px 0;
  font-weight: bold;
}

.project_nav .current {
  float: left;
  text-align: center;
  width: 33%;
  background-image: url(http://www.johndaponte.com/images/stripes_tile.gif);
  background-color: #f3f2ec;
  font-style: italic;
  color: #555;
  padding: 12px 0;
}

.project_nav .next {
	float: left;
  width: 49%;
  padding: 12px 0;
  font-weight: bold;
  border-right: 1px solid #E7E5D9;
}

.page_nav .previous {
  float: left;
  text-align: left;
  width: 33%;
  padding: 12px 0;
  padding-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #f3f2ec;
  height: 16px;
}

.page_nav .current {
  float: left;
  text-align: center;
  width: 33%;
  background-image: url(http://www.johndaponte.com/images/stripes_tile.gif);
  background-color: #f3f2ec;
  font-style: italic;
  color: #555;
  padding: 12px 0;
  margin-top: 10px;
  height: 16px;
}

.page_nav .next {
  float: left;
  text-align: right;
  width: 32%;
  padding: 12px 0;
  padding-right: 5px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #f3f2ec;
  height: 16px;
}

.categories {
  font-weight: bold;
}

.category_header {
  padding: 10px 0;	
  margin-bottom: 10px;
}

.contact {
  text-align: center;
}

.category_display {
  text-align: center;
  font-size: .9em;
}


.bottom_nav {
  border-bottom: 1px solid white;
  width: 180px;
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
  text-align: right;
}

.bottom_nav span {
  float: left;
}

.thumbnail_image {
  width: 160px;
}


.link {
	width: 160px;
	float: left;
	margin-bottom: 4px;
	background-color: #fff;
}

#links {
	height: 200px;
	font-size: 12px;
}

#hover {
	position:absolute;
	left:435px;
	float:left;
	z-index: 4;
}

#copyright {
	font-size: 10px;
	padding-left: 150px;
	padding-top: 20px;
	clear: both;
}

div.card_wrapper div.image_wrapper div.image_container {
	width: 500px;
	height: 350px;
	position: relative;
}

div.category div.image_wrapper div.image_container {
	width: 160px;
	height: 112px;
	position: relative;
}

#twitter_update_list li {list-style-type:none; font-size: .9em;}