/*  
common.css
------------------------

Universal CSS definitions for pinupreptiles.com

*/
/* BEGIN - CSS reset - Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END - CSS reset */



body{
	background: url(../images/bg_pattern.gif);
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}


br.clear{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

em{
	font-style:italic;
}

strong{
	font-weight: bold;
}


#main{
	background: url(../images/bg_center.gif) repeat-y;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#wrapper{
	height: 100%;
}

#header{
	display: block;
	margin: 0 auto 30px auto;
}

#header #gfx{
	display: block;
	background: url(../images/bg_header.gif);
	width: 800px;
	height: 220px;
	margin: 0 auto;
}

#header #nav{
	display: block;
	background: url(../images/bg_menu.gif);
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}


#header #nav ul {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align:center;
  width: 600px;
}
#header #nav li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

#header #nav a {
	color:#FFFFFF;
	font-family:Comic Sans MS,cursive;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0;
	text-decoration:none;
	text-transform:uppercase;
}
#header #nav a:hover { text-decoration: none; color:#FF0000; }
#header #nav a.active { color: #ff0000; background: #000; }
#header #nav a.active:hover { color: #ff0000; background: #000; }


/* -------------------------------------------- */

#header #admin_nav{
	display: block;
	background: url(../images/bg_menu.gif);
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}


#header #admin_nav ul {
  margin: 0 auto 0 auto;
  padding: 8px 0 0 0;
  text-align:center;
  width: 675px;
}
#header #admin_nav li {
  list-style: none;
  float: left;
  margin-right: 6px;
}

#header #admin_nav a {
	color:#FFFFFF;
	font-family:Comic Sans MS,cursive;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0;
	text-decoration:none;
	text-transform:uppercase;
}
#header #admin_nav a:hover { text-decoration: none; color:#FF0000; }
#header #admin_nav a.active { color: #ff0000; background: #000; }
#header #admin_nav a.active:hover { color: #ff0000; background: #000; }



#admin_footer{
	margin-bottom: 30px;	
}

#admin_footer ul {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align:center;
  width: 550px;
}
#admin_footer li {
  list-style: none;
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #000;
}

#admin_footer li.last {
	border: 0px;
}

#admin_footer a {
	color:#ff0000;
	text-decoration:none;
	font-weight: bold;
}
#admin_footer a:hover { text-decoration: underline; color:#FF0000; }
#admin_footer a.active { color: #ff0000; background: #000; }
#admin_footer a.active:hover { color: #ff0000; background: #000; }

#admin_footer p{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	margin: 5px 0;
}

#admin_footer p a{
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}


#content #admin{
	
}

#content #admin label{
	display: inline-block;
	width: 75px;
	vertical-align: top;
	font-weight: bold;
}

#content #admin input[type=text]{
	width: 440px;
	margin-bottom: 10px;
}


#content #admin input[type=file]{
	margin-bottom: 10px;
}

#content #admin textarea{
	width: 440px;	
	margin-bottom: 10px;
}

#content #admin input[type=submit]{
	margin-right: 10px;
}
#content #admin input[type=button]{
	margin-right: 10px;
}



/* ----------------------------------------------- */


#content{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: block;
}

#content p{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#content p a{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover{ text-decoration: underline; }

#content iframe p{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#content iframe p a{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#content iframe p a:hover{ text-decoration: underline; }


#content iframe{
	border: 2px solid #000;
}

#content #left_col{
	float: left;
	border-right: 1px solid #000;
	display: block;
	width: 600px;
	min-height: 230px;
}
.left_col_index{
	background: url(../images/welcome_graphic.gif) no-repeat;
}
#content #left_col #welcome_content{
	margin: 120px 0 0 0;
	width: 350px;
}

#content #left_col #welcome_content p{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content #left_col #blog_content{
	
}

#content #left_col #blog_content .news_headline{
	font-size: 12px;
	color: #000;
	line-height: 22px;
}

#content #left_col #blog_content .news_headline a{
	font-size: 17px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#content #left_col #blog_content .news_headline a:hover{ text-decoration: underline; }

#content #left_col #blog_content .updated{
	font-size: 11px;
	color: #000;
	line-height: 18px;
}


#content #left_col #blog_content p{
	width: 96%;
	line-height: 1.5em;
}

#content #left_col #blog_content div{
	width: 96%;
	line-height: 1.5em;
}

#content #left_col #blog_content .hr{
	height: 1px;
	width: 94%;
	border-top: 1px dashed #000;
	margin: 10px auto;
}

.blog_pager{
	text-align: right;
}
.blog_pager a{
	color: #ff0000;
	font-size: 12px;
}
.blog_pager a.active{
	text-decoration: none;
	font-weight: bold;
}


#content #left_col #info_content{
	width: 96%;	
}

#content #left_col #info_content p{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content #left_col #info_content .headline {
	font-size: 17px;
	color: #ff0000;
	font-weight: bold;
}


#content #left_col #contact_content{
	width: 96%;	
}

#content #left_col #contact_content form{
	
}
#content #left_col #contact_content form label{
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
#content #left_col #contact_content form input[type=text]{
	margin-bottom: 10px;	
	width: 430px;
}

#content #left_col #contact_content form textarea{
	margin-bottom: 10px;
	width: 550px;
	height: 12em;
}

#content #left_col #contact_content form input[type=submit]{
	margin-left: 225px;
}


#content #left_col #contact_content form span.error{
	color: #f00;
}

#content #left_col #contact_content h1.error{
	color: #f00;
	font-size: 18px;
	margin: 0 0 10px 0;
}



#content #right_col{
	float: right;
	display: block;
}

#content #right_col #sidebar_headline{
	font-size: 18px;
	color: #fff;
	background: #000;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
}

#content #right_col .sidebar_item{
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

#content #right_col .sidebar_item .headline{
	font-weight: bold;
	color: #f00;
	margin-bottom: 4px;
}

#content #right_col .sidebar_item img{
	margin-bottom: 4px;
}

#content #right_col .sidebar_item a{
	display: inline-block;
	color: #f00;
	margin: 8px 0 4px 0;
	text-decoration: none;
}

#content #right_col .sidebar_item a:hover{
	text-decoration: underline;
}

#footer{
	margin-bottom: 30px;
	text-align: center;
}

#footer ul {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align:center;
  width: 340px;
}
#footer li {
  list-style: none;
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #000;
}

#footer li.last {
	border: 0px;
}

#footer a {
	color:#ff0000;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover { text-decoration: underline; color:#FF0000; }
#footer a.active { color: #ff0000; background: #000; }
#footer a.active:hover { color: #ff0000; background: #000; }

#footer p{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	margin: 5px 0;
}

#footer p a{
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}


/* ********************************************** */

#accordion_container{
	width: 680px;
	margin: 0 auto;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: #DDDDDD;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
	font-size: 12px;
	color: #FF0000;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_light{
	background: #eee;
}

.accordion_toggle_dark{
	background: #ddd;
}

.accordion_toggle:hover{
	color: #A01319;
	border: 1px solid #DDDDDD;
}

.accordion_toggle_active {
	color: #FF0000;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}

.accordion_content {
	width: 680px;
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 10px 0 10px;
}

.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 1.5em;
	padding: 0px 0px 10px 0px;
}

.accordion_content .image{
	float: left;
	display: inline-block;
	margin-bottom: 10px;
}

.accordion_content .text{
	margin: 0 0 0 160px;
	padding: 0px 10px 0px 10px;
}

.accordion_content .available{

}

.accordion_content .available h2{
	margin: 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
.accordion_content .available p{
	
}
.accordion_content .available p.price{
	float: right;
	padding: 0px 10px 0px 10px;
}
.accordion_content .available p.contact{
	float: right;
	padding: 0px 10px 0px 10px;
}

.hr_grey{
	border: 0;
	border-bottom: 2px solid #DDD;
	margin-bottom: 10px;
}

#form_login{
	text-align: center;
}
#form_login label{
	text-align: right;
	width: 80px;
	display: inline-block;
}
#form_login input[type=text]{
	margin-bottom: 5px;
}
#form_login input[type=submit]{
	margin-top: 10px;
}