                                                                          /*  
	Theme Name: 1. Standard Text
	Theme URI: http://www.access-bydesign.com
	Description: Standard text accessible theme for The Alpha Pets
	Design by Access-bydesign 
	Author:  Access-bydesign
	Author URI: http://www.access-bydesign.com

*/

/*pretty stuff*/

.subhead{
	color:#009966;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.subheading-blue{
	font-size: large;
	color: #09C;
	font-weight: bold;
}
.secondheading{
	color:#009966;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}	
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.medium-text{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.medium-bold{
	font-size: medium;
	color:#0099FF;
 	font-weight: bold;
}
.nodisplay{
	display:none;
}
.nofloat{
	float:none;
	clear:both;
}
.medium-center{
	text-align:center;
	font-size: medium;
	margin-left:auto;
	margin-right:auto
}
.sidesubhead {
	font: 1em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}
/*images*/
.imageright{
	margin: 1em;
	float: right;
	border:none;
}
.imageleft{
	margin: 1em;
	float: left;
	border:none;
}
.images-line{
	margin: 1em;
	float: left;
	border:none;
	display:inline;	
}
.single-image{
	float:none;
	margin:1em;
	border:none;
	}
.breadcrumb{
	color:#009966;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb a{
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb a:hover{
	color:#009966;
	font-weight: bold;
	text-decoration: underline;
}
/* layoout */

html {
	margin:0px;
	padding:0px;
	}	
body {
	color: #545454;
	min-height:101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin:0px;
	background-image: url(images/grey-bg.gif);
	background-repeat: repeat-x;
	background-position:top left;
	}

#topaccess{
	display:none;
	}
	

#page {
	width:60%;
	min-width:740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium double #9DCECE;
	}

#sidebar {
	padding:5px;
	width:25%;
	float:right;
	font-size:small;
	display:inline;
}
.sideblock{
	margin-bottom: 20px;
	background-color: #F6FAFF;
	border: 1px solid #DFEAF7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar ul li 
{
	list-style:none;
	margin:0px;
	background:url(images/gobutton2.gif) no-repeat;
	background-position:top left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#sidebar h3, #sidebar h2 {
	padding:6px 0 4px 0px;
	margin:5px 0 5px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}
#sidelist li {
	list-style:none;
	}

#nav {
	width:100%;
	display:block;
	text-align:center;
	z-index:200;
	
}	
#header {
	width: 100%;
	height:315px;
	display:block;
	background-color: #FFFFFF;
	z-index:2;
	}
	
/*#header_logo
{
max-width:585px;
height: 130px;
float:left;
display:inline;
z-index:999;
}*/
/*
#address{
	text-align:right;
}*/
#flashtop{
	display:block;
	width:100%;
	height:150px;
	float:left;
	text-align:right;
	background-image:url(/images/logo.jpg);
    background-repeat:no-repeat;
	background-position:top left;
}
#flashcontent{
	height:200px;
	max-width:750px;
	float:none;
	z-index:1;
	clear:both;
	padding-bottom:20px;

}

.linebreak{
	margin-top:13px;
	border-top-style: none;
	height: 1em;
}	

#twocols{
	width:100%;
	min-height:300px;
	display:block
}
#content {
	min-height:300px;
	width:65%;
	float:left;
	display:inline;
	padding-left:0.5em;
	text-align:justify;
	z-index:2;
	}
#content ul{
	width:80%;
	margin:1em;
	text-align: justify;
	color: #666;
	padding: 0.5em;
	font-weight: bold;
}
		
/*Search*/

#search{
	float:left;
	width:70%;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#search .input{
	width: 160px;
	margin-right:0.5em;
	border:2px solid #dbdddf;
	font-size:small;
	color:#555555;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	float:left;
	display:inline;
}
#search .button{
	width:auto;
	padding: 0.5em;
	float:right;
	display:inline;
}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
		}

.clearfloat {
	display:block;	
	}
	
/* Footer*/
#linkimages{
	clear:both;
	width:100%;
	margin-bottom:1em;
	padding-bottom:1em;
}

#footer {
	clear:both;
	height:100px;
	width:100%;
	padding:0.5em;
	text-align:center;
	color:#000000;
	font-size: x-small;
}
.linklove{
	display:none;
	
}
.box{
	display: block;
	background:#f2f3f4;
	padding: 2em;
	margin: 1em;
	border: 1px solid #888888;
}
.box2{
	width:30%;
	margin:2em;
	text-align: justify;
	color: #FFFFFF;
	font-size: small;
	background-color: #990000;
	padding: 2em;
	border: 1px solid #666666;
	word-spacing: normal;
	font-weight: bold;
	display: block;
	float: left;
}
.box3{
	width:30%;
	margin:2em;
	text-align: justify;
	color: #FFFFFF;
	font-size: small;
	background-color: #666666;
	padding: 2em;
	border: 1px solid #666666;
	word-spacing: normal;
	font-weight: bold;
	display: block;
	float: left;
}
.boxnobullets{
	display:block;
	background:#f2f3f4;
	padding: 2em;
	margin: 1em;
	border: 1px solid #888888;
	list-style-type: none;
}
.boxnobullets li {}
.searchsubhead{
	margin:0.5em 0;
	padding:0;
	color:#000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
/*suckerfish*/

#suckerfishnav {
	background-color:#c0daf5;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
}

#suckerfishnav {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	border:1px solid #aaa;
	margin:0 0 1px 0;
	width:100%;
	color: #000000;
	
}
#suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	border:1px solid #aaa;
	margin:0 0 1px 0;
	width:100%;
	color: #000000;
	
}
#suckerfishnav a {
display:block;
color:#000000;
text-decoration:none;
padding:0px 10px;
z-index:200;
}

#suckerfishnav li {
float:left;
padding:0px;
z-index:200;
}
#suckerfishnav  .current_page_item a {
	display:block;
	color:#FFFF00;
	padding:1px;
	background-color: #000066;
	height:auto;
	z-index:200;	
}
#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:150px;
font-weight:normal;
margin:0;
line-height:1;
z-index:200;
}

#suckerfishnav li li {
padding-right:1px;
width:150px;
border-bottom:1px solid #aaa;
z-index:200;

}

#suckerfishnav li li a {
padding:4px 10px;
z-index:200;

}

#suckerfishnav li ul li {
font-weight:bold;
z-index:200;
}

#suckerfishnav li ul li a {
font-size:12px;
color:#ddd;
z-index:200;

}

#suckerfishnav li:hover ul li a {
	color:#ddd;
z-index:200;

}

#suckerfishnav li ul ul {
	margin:-21px 0 0 75px;
	z-index:200;
}

#suckerfishnav li ul li:hover {
background-color:#009966;
z-index:200;
}

#suckerfishnav li ul li:hover a {
color:#ddd;
z-index:200;

}

#suckerfishnav li ul li:hover li a {
color:#ddd;
z-index:200;

}

#suckerfishnav li ul li li:hover a {
color:#ddd;
z-index:200;
}

#suckerfishnav li ul li ul li:hover ul li a {
color:#ddd;
z-index:200;
}

#suckerfishnav li ul li ul li:hover ul li:hover a {
color:#ddd;
z-index:200;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em;
z-index:200;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
background-color:#444;
z-index:200;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background-color:#009966;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#ddd;

}
/*general*/
a:link, a:visited {
	color: #000099;
	text-decoration:none;
	font-weight: bold;
	}

a:hover, a:active {
	color:#009966;
	text-decoration:underline;
	font-weight: bold;
	}

hr {
	display: block;
	height:2px;
	border:0;
	background-color: #0099FF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
h1{
	display:none;
	}
blockquote{
	font-style: italic;
	color: #09C;
}
.floating-inline-box{
	width:200px;
	min-height:200px;
	padding:0.5em;
	margin:0.5em;
	display:inline;
	float:left;
	text-align:justify;
}


/*phplist styling========================================================================================= */

.phplist fieldset legend {
	font-size:3em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
.phplist label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;

}
.phplist {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

  margin: 0;
  padding: 0;
  width:100%;
  height:100%;

}

/* Caption for multiple lists */
.phplist .caption {

}
.phplist fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.phplist input, .phplist textarea, .phplist select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:50%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:left;
}

.phplist input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.phplist textarea{ overflow: auto; }

.phplist small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
.phplist .required{

	color:#CC33CC;
} 
.phplist .requiredOutline {
	border: 1px solid #ff0000;
}

/* uses class instead of div, more efficient */
.phplist br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.phplist .attributeinput
{

}

.phplist .attributename
{
	text-align:left;
	float:left;
	width:50%;
	height:100%;
	
}

.phplist #contactsubmit
{
width:20%;
float:left;

}

#newsletter ul
{
width:100%;
height:100%;
float:left;
}

#newsletter ul li
{
list-style:none;
float:left;
width:100px;

}

#newsletter ul li.smaller
{
list-style:none;
	display:inline;
width:30px;
float:left;
margin-left:10px;
}

.right
{
float:right;

}

#newsletter input
{
width:10px;

}
/* End Contact Form CSS */
