.box-content {
	margin-left: 43px;
	margin-top: 0;
}
.entry-content {
	width: 510px;
}
#madberries-redirect {
	background: #EEE;
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#madberries-redirect h3 {
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
	font-size: 16px;
}
#madberries-redirect p {
	line-height: 130%;
	font-size: 14px;
}

td {
	padding: 5px;
}
button {
	cursor: pointer;
	cursor: hand;
}
.drawing-entry {
	width: 100%;
	background: #EEE;
	padding: 20px 0;
}
td.entry_label {
	color: #333;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
td.entry_field {
	margin: 0px;
	padding: 0px;
}
td.entry_note{
	color: #999;
	font-size: 0.6em;
	text-align: left;
}
/* nav menu declarations */
#menu {
	color: #a7a7a7;
	font-size: 11px;
	font-weight: normal;
	margin: 0 75px;
	padding-left: 0;
}
#menu a { text-decoration: none; }
#menu a:hover { text-decoration: underline; }

#center {
	padding-left: 0;
}

#center>div {
	background: #fff url(/images/post_grad.gif) 0 0 repeat-x;
	border: 1px solid #fff;
}

#center>div>div {
}

.post {
	font-size: 12px;
}

.post .header, .post .content {
	margin: 0 75px;
}

.post .content {
	padding-bottom: 30px;
}

.post h3 {
	font-size: 14px;
	margin: 0;
}

.post .enterBy {
	color: #a7a7a7;
}

.post .drawing_image {
	margin: 15px auto;
}

.post .drawing_image table td {
	padding: 0;
	vertical-align: top;
}

.post .drawing_image .bdr_br {
	text-align: right;
}

.post .drawing_image .bdr img {
	border: 1px solid #c6c6c6;
}


.post .regPage {
	border-top: 1px solid #c2c2c2;
}

.post .drawing-entry {
	border-top: 1px solid #fff;
}

.regPage h3 { display: none; }

.regPage form {
	display: block;
	margin: 0 75px;
}

.regPage form .entry_label {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 3px;
}

.regPage form #entry_first_name { width: 95%; }
.regPage form #entry_last_name { width: 100%; }
.regPage form #entry_email { width: 100%; }

.regPage form .bot {
	font-weight: normal;
	padding: 25px 0 0;
}

.regPage form .bot label {
	border-top: 1px solid #d6d6d6;
	display: block;
	padding: 25px 0 5px;
}

#adcopy-outer {
	margin: 0 auto;
}

/* Ad placement declarations */

/* Openads Teen leaderboard */
#openads-teen-leaderboard {
	width:728px;
	height:90px;
	margin: 0 auto;
	padding: 0px;
}
#openads-teen-leaderboard-inner {
margin: 0px;
padding: 0px;
}

/* Zone 65: COPPA Wide Skyscraper */
#openads-zone-65 {
	width:160px;
	height:600px;
	margin: 0px;
	padding: 0px;
}
#openads-zone-65-inner {
	margin: 0px;
	padding: 0px;
}

/* Zone 50: Leaderboard */
#openads-zone-50 {
	width:728px;
	height:90px;
	margin: 0 auto;
	padding: 0px;
}
#openads-zone-50-inner {
margin: 0px;
padding: 0px;
}

/* Zone 64: Med Rectangle */
#openads-zone-64 {
	float: left;
	width:448px;
	height:289px;
	margin: 0px;
	padding: 39px 0px 0px 0px;
	text-align: center;
}
#openads-zone-64-inner {
	width:300px;
	height:250px;
	margin: 0 auto;
	padding: 0px;
}

/* Zone 51: Wide Skyscraper */
#openads-zone-51 {
	width:160px;
	height:600px;
	margin: 0px;
	padding: 0px;
}
#openads-zone-51-inner {
margin: 0px;
padding: 0px;
}


/* drawing container declarations */
#alpha .box-content {
	padding: 0 3px 0 12px;
}

#drawingwrap {
	font-family: Helvetica, Arial, san-serif;
}
#drawingwrap .drawing {
	width: 150px;
	height: 250px;
	margin: 0 20px 20px 0;
	float: left;
}

div.drawing-box-shadow {
	padding: 5px;
	background-image: url('/images/drawingshadow.gif');
	background-repeat: no-repeat;
	height: 250px;
}

div.drawing-box-container {
	position: relative;
	height: 250px;
}
/* Hide the entered ribbon by default */
div.entered-ribbon {
	display: none;
}
div.drawing-box-shadow {
	position: relative;
}
/* Show the entered ribbon when the user has entered */
div.entered div.entered-ribbon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 150px;
	background: url('/images/entered-banner.png') no-repeat 50% 50%;
	z-index: 200;
	display: none;
}

div.thumbnail_large {
	text-align: center;
	padding-top: 4px;
}
div.thumbnail_large img {
	border: 1px solid #BDBDBD;
	width: 130px;
	height: 130px;
}
.drawing .description {
	height: 75px;
	margin: 0 5px;
	overflow: auto;
	font-size: 13px;
}
.drawing .description h4 {
	font-weight: bold;
	margin: 5px 0;
}
.drawing .description h4 a {
	text-decoration: none;
}
.drawing .enter-by {
	color: #999;
	font-size: 11px;
}
div.drawing a {
	outline: none;
}

div.drawing-box-entry-link {
	position: absolute;
	bottom: 15px;
	left: 4px;
	width: 136px;
	display: none;
}

div.drawing-box-entry-link a {
	display: block;
	text-align: center;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	height: 32px;
	text-indent: -9999px;
	background: url('/images/enter-sprite.png') no-repeat 50% 0;
}

div.drawing-box-entry-link a:hover  {
	background: url('/images/enter-sprite.png') no-repeat 50% -32px;
}
div.entered div.drawing-box-entry-link a,
div.entered div.drawing-box-entry-link a:hover {
	background: url('/images/enter-sprite.png') no-repeat 50% -64px;
}

/* Enter Message Confirmation on the main win it page */
.entered_drawing {
  border: 1px solid green;
  padding: 17px 25px;
  margin: 7px 9px 0 25px;
  background-color: #f0fff0;
  color: #008000;
  text-align: left;
}

.entered_drawing h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 0;
}

.entered_drawing h4 {
  padding-left: 20px;
  margin: 0;
  background: url('/images/accept.png') no-repeat 0 50%;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
}

/* Warning and notice boxes */
.warning {
  border: 1px solid red;
  padding: 17px 25px;
  margin: 7px 9px 0 25px;
  background-color: #fff0f0;
  color: #800000;
  text-align: left;
}

.warning h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

.warning h4 {
  padding-left: 20px;
  margin: 0;
  background: url('/images/exclamation.png') no-repeat 0 50%;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.warning p {
	margin: 3px 0 2px 0;
}

.notice {
  border: 1px solid green;
  padding: 17px 25px;
  margin: 7px 9px 0 25px;
  background-color: #f0fff0;
  color: #008000;
  text-align: left;
}

.notice h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: -7px -7px 5px -7px;
  background-color: #008000;
  color: #fff;
}

.notice h4 {
  padding-left: 20px;
  margin: 0;
  background: url('/images/accept.png') no-repeat 0 50%;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.notice p {
	margin: 3px 0 2px 0;
}

/* Pagination declarations */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.pagination {
padding: 2px;
font-size: 14px;
margin: 10px 0 5px;
padding: 0;
text-align: center;

}
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.current{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination .disabled, 
.pagination .disabled:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination .prev_page, 
.pagination .next_page{
font-weight: bold;
border: 0px;
}
#my_account th {
	text-align: left;
}
.cancel {
	color: red;
}
.edit {
	color: blue;
}
#enterButton {
	font-size: 40px;
	margin: 0 auto;
	display: block;
}
#log_in_request {
	text-align: center;
	font-size: 30px;
}
#comment {
	border: 1px solid #999;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 5px;
}
#comment p {
	margin: 5px 10px;
}
#comment .about {
	margin: 0 0 5px 0;
}
.winner {
	margin-bottom: 15px;
}
.winner .add_prize_form {
	margin-left: 20px;
}
ul#photos {
	list-style: none;
	margin-left: 0;
}
#photos li {
	float: left;
	list-style: none;
	width: 48px;
	padding-right: 15px;
}
#photo_form {
	clear: both;
	margin-top: 20px;
}
.missing_small_product_thumbnail {
	width: 48px;
	height: 48px;
	background: #CCC;
}
.pdf {
	background: url('/images/pdf.gif') no-repeat 0 50%;
	padding: 2px 2px 2px 22px;
	
}
ol#post_photos {
	list-style: none;
	padding: 0;
}
ol#post_photos li {
	clear: both;
	margin-bottom: 15px;
}
ol#post_photos li ul li {
	margin-bottom: 0;
}
ol#post_photos li img {
	display: block;
	float: left;
}
ol#post_photos li ul {
	float: left;
	width: 500px;
	list-style: none;
	padding-left: 10px;
}

/* Fixes
============================================= */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ========================================== */