@charset "UTF-8";

/* GLOBAL STYLES */

html {
  background: #5F5F5F url(../../images/production/global/bg.jpg) top center;
}
  
body {
  font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
  font-size: 13px;
  color:#444;
}
  
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}  
  
.clear {
  clear:both;
}  
  
/* STRUCTURE STYLES */  
  
#container {
  width:100%;
}  
  
#wrapper {
  margin:0 auto;
}  

.home {
  width:970px;
  background: url(../../images/production/home/bgHome.jpg) top center no-repeat;
  padding: 0 40px 0 54px;
  height: 975px;  
}

.inside {
  width:970px;
  background: url(../../images/production/inside/bgInside.jpg) top center no-repeat;
  padding: 0 40px 0 54px;  
}
  
/* HEADING STYLES */  
  
h2 {
  font-size:14px;
  font-weight:bold;
  color: #222;
  margin: 5px 0;
}

h3 {
  font-size:16px;
  font-weight:bold;
  color: #222;
  margin: 10px 0 4px 0;
}
  
h4 {
  font-size:13px;
  font-weight:bold;
  padding:15px 0;
  color: #222;
}  
  
/* HEADER STYLES */  
  
#header {
  height:140px;
}  
  
#header h1 a {
  display:block;
  height:100px;
  width:290px;
  text-indent:-9000px;
  float:left;
}

#header h2 a {
  display:block;
  height:40px;
  width:290px;
  text-indent:-9000px;
  float:left;
  clear: left;
}  
  
#header #subNav {
  float: right;
  width: 300px;
  height: 40px;
} 

.listSubNav {
  font-size: 11px;
  color: #FFF;
  padding-top: 8px;
  width: 250px;
  float: left;
}
  
.listSubNav li {
  display: inline;
  margin-right: 4px;
}
  
.listSubNav li a {
  color: #FFF;
  text-decoration: none;
}

.listSubNav li a:hover {
  text-decoration: underline;
}    

.listSocial {
  padding-top: 2px;
  width: 50px;
  float: left;
}
  
.listSocial li {
  display: inline;
}
  
#header #nav ul {
  float:right;
  width:660px;
  margin:59px 0 0 0;
  color:#333;
  font-weight:bold;
  font-size:12px;
  text-align:center;
}
  
#header #nav ul li {
  display:inline;
  margin:0 5px;
}
  
#header #nav ul li a {
  color:#333;
  text-decoration:none;
}
  
#header #nav ul li a:hover {
  color:#111;
  text-decoration:underline;
}    
  
/* COLUMN STYLES */

#column {
  width: 680px;
  min-height: 818px;
  float: right;
  background-position: -14px -8px;
}

.homeBanner {
  background: url(../../images/production/home/bgColumn.png) top right no-repeat;
}

#columnThin {
  width: 285px;
  float: left;
} 
 
.available {
  background: url(../../images/production/home/bgColumnThin.png) top center no-repeat;
} 
 
.subColumnA {
  float: left;
  width: 200px;
  padding: 60px 60px 0 60px;  
}

.first {
  margin-right: 24px; 
}

/* HOME STYLES */  

#bannerHome {
  padding: 100px 400px 0 35px;
  color: #FFF;
  font-size: 11px;
  height: 200px;
}

#latestTweet {
  background: url(../../images/production/home/latestTweet.png) top center no-repeat;
  padding: 65px 20px 20px 20px;
}

#twitter ul {
  margin: 3px 0;
}
  
#twitter a span {
  color: #888;
  font-size: 10px;
  display: block;
  padding-top: 7px;
}

#twitter ul li a {
  color: #666;
  display: block;
  padding: 5px;
  text-decoration: none;
  line-height: 18px;
  font-size: 12px;
}

#twitter ul li a:hover {
  background: #CFC2AF;
  color: #555;
}

#availableDogs {
  height: 460px;
  padding-top: 20px;
}

.dogDetails {
  float: left;
  width: 155px;
  margin-right: 5px;
  padding-left: 10px;
}

.availableDogDetailsWrapper {
  float: left;
  width: 310px;
  height: 200px;
}

.dogDetailsWrapper {
  float: left;
  width: 155px;
  height: 200px;
  margin-right: 5px;
  padding-left: 10px;
  margin-bottom: 25px;
}

.listDog li {
  font-size: 11px;
  margin-bottom: 3px;
}

.listDogLarge {
  margin: 20px;
}

.listDogLarge li {
  font-size: 12px;
  margin-bottom: 6px;
}

.last {
  padding-top: 5px;
}

.dogThumb {
  float: left;
  width: 91px;
  height: 71px;
  background: url(../../images/production/home/bgThumb.png) top center no-repeat; 
  padding: 10px 0 0 20px; 
}

.dogThumbWrapper {
  float: left;
  width: 91px;
  height: 190px;
  background: url(../../images/production/home/bgThumb.png) top center no-repeat; 
  padding: 10px 0 0 20px; 
  margin-right: 20px;
}

.dogThumb img, .dogThumbWrapper img{
  width: 70px;
  height: 64px;
}

.dividerDogs {
  margin: 20px 10px;
  height: 1px;
  border-top: 1px dashed #999;
}

.imageRightFeature {
  float: right;
  margin: 15px;
  max-width: 225px;
  border: 2px solid #CCC;
}

.listPhotos li {
  float: left;
  margin: 10px;
}

.listPhotos img {
  max-width: 150px;
}

/* CONTENT STYLES */  

#content {
  font-size: 12px;
}

#content p {
  padding: 7px 0;
  line-height: 18px;
} 
  
#content a {
  color: #222;
  text-decoration: none;
}  
  
#content a:hover {
  color: #111;
  text-decoration: underline;
}    
  
.smallest {
  font-size: 10px;
}

.small {
  font-size: 11px;
}  

.divider {
  margin: 20px 0;
  height: 1px;
  border-top: 1px dashed #999;
}

.columnThinPadding {
  padding: 0 20px 0 40px;
}

.columnPadding {
  padding: 0 20px;
}
  
.prisonOverview {
  margin: 5px 0 30px 0;
  height: 160px;
  color: #FFF;
}  
  
#contentFooter {
  width: 980px;
  margin-left: -7px;
}  

.extendedMargin {
  margin-bottom: 20px;
}

/* LIST STYLES */    
  
.listSquare {
  margin:10px 0 10px 25px;
}
  
.listSquare li {
  list-style:square;
  margin:0 0 5px 0;
  line-height:18px;
}
  
.listNone {
  margin:5px 0 0 20px;
  font-size: 12px;
}
  
.listNone li {
  margin:0 0 5px 0;
  list-style:none;
}  
  
.listInline {
  line-height:20px;
  margin:0;
}
  
.listInline li {
  margin:0 25px 0 0;
  float: left;
  display:inline;
}
  
.buffer {
  padding-top: 5px;
}  

.imageRight {
  float: right;
  margin: 10px;
}
  
/* FOOTER STYLES */  

#footerWrapper {
  width: 938px;
  margin: 20px auto;
  padding:15px 20px;
  color: #FFF;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

#footerWrapper a {
  color: #FFF;
}

#footerWrapper ul {
  width: 600px;
}

#footerWrapper ul li {
  display: inline;
  margin-right: 15px;
}

#footerWrapper span {
  font-size: 11px;
  width: 200px;
  text-align: right;
  float: right;
}

#formErrors {
  padding: 15px;
  margin-bottom: 20px;
  background: #000;
  color: #FFF;
  border: 3px solid #555;
}

#formErrors ul li {
  margin-bottom: 4px;
}

/* TABLE STYLES */

dt {
  padding-bottom: 4px;
}

dd {
  margin-bottom: 10px;
}

dd input, dd select {
  border: 1px solid #CCC;
  padding: 4px;
}	

table {
  border: 1px dashed #999;
  background: #DEDEDE;
}

table a,
table a:link,
table a:visited {
	color:#222;
	text-decoration:underline;
	}

table a:hover {
	text-decoration:none;
	color:#333;
	}	
			
table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	font-size: 12px;
	}
	
td {
	color:#333;
	padding:10px;
	text-align:center;
	}		