/*
Theme Name: 4707 Connecticut
Theme URI: http://www.terrapinstudios.com
Description: A custom theme for the 4707 Connecticut Avenue Condominium Association.
Version: 1.0
Author: Terrapin Studios
Author URI: http://www.terrapinstudios.com
Tags: 

This theme was designed and built by Terrapin Studios, 
based on the Blank Slate theme by Shawn Cope.


@import "style/reset.css";

*/
html {
	height:100%;
	overflow: scroll;	
}
* html #container {height:100%} 
body  {
	font: 100% Times New Roman, Times, serif;
	background: url(images/bkgd.gif) #762104;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/mainBKGD.jpg) no-repeat right top #E8E1B3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
} 
.thrColFixHdr #header { 
	background: #E8E1B3; 
	padding: 0 0 3px 0;
	margin: 0 80px 0 0;
	border-right: 2px solid #000;
	border-bottom: 5px solid #000;
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #HeadTop { 
	margin: 0 0 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 0;
	border-left: 2px solid #000;
	background: #FFF;
	height: 35px;
} 

.thrColFixHdr #Banner { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom: 2px solid #000;
	background: url(images/banner.png) no-repeat center #FFF;
	height: 115px;
	
} 

.thrColFixHdr #Navigation { 
	background:#FFF;
	margin: 0;
	border-right: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0;
	display: block;
	overflow: hidden;
} 

/* SUCKERFISH DROPDOWN MENU */

#nav, #nav ul {
	padding: 0;
	margin: 0 0 0 -10px;
	list-style: none;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 11px;
	color: #762104;
	z-index: 9999;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

#nav a, #nav a:visited {
	display: block;
	color: #762104;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 20px;
	background: #FFF;
}

#nav a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 20px;
	background: #762104;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 10em;
	display: block;
	
}

#nav li:hover ul {
	left: auto;
	margin: 0;
	padding: 2px 0 0 0;
	background: #000;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a, #nav li ul li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 20px;
	background: #762104;
	margin: 0 auto;
	width: 13em;
	text-transform: uppercase;
	
}

#nav li ul li a:hover {
	display: block;
	color: #762104;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 20px;
	background: #e8e1b3;
}

/* END SUCKERFISH DROPDOWN MENU */


.thrColFixHdr #LeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E8E1B3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
}

.thrColFixHdr #LeftSidebar h3{
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	color: #762104;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.thrColFixHdr #LeftSidebar p{
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	color: #000;
	font-size: 14px;
}


#rssImg {
	margin: 10px 10px 30px 10px;
	background: url(images/rssBKGD.jpg) center no-repeat;
	border: 2px solid #000;
	height: 150px;
	display: block;
}

#rssSignup {
	text-align: center;
	margin: -5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(images/rssButton.gif) no-repeat right center;
}

#rssSignup a, #rssSignup a:visited {
	color: #762104;
	text-decoration: none;
}

#rssSignup a:hover {
	color: #762104;
	text-decoration: underline;
}

#emailUs {
	text-align: center;
	margin: -5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: none;
}

#emailUs a, #rssSignup a:visited {
	color: #762104;
	text-decoration: none;
}

#emailUs a:hover {
	color: #762104;
	text-decoration: underline;
}

#sideNav {
	margin: -10px 10px 30px 10px;
	padding: 0;
}
#sideNav h4 {
	padding: 0;
	margin: 0 auto;
	color: #762104;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
}
#sideNav ul {
	margin: 3px 0;
	padding: 0;
	list-style: none;
	color: #762104;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	border-top: 1px solid #762104;
}
#sideNav li {
	margin: 0;
	padding: 3px 0;
	border: 0;
	border-bottom: 1px solid #762104;
}
#sideNav li a, #sideNav li a:visited {
	color: #762104;
	text-decoration: none;
}
#sideNav li a:hover {
	text-decoration: none;
	color: #000;
}

.activePage, .activePage a, activePage a:visited {
	font-weight: bold;
	color: #D44C43;
}

/* LOGIN PANEL */


/* If Logged in */

#Login {
	border: 0;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#Login p {
	font-size: 12px;
	border-top: none;
	padding: 0 0 5px 0;
	margin: 0 0 3px 0;
	border: none;
}

#Login ul {
	padding: 3px 0;
	border: none;
	margin-bottom: 5px 0 10px 0;
}

#Login li {
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 0;
	margin: 0 0 0 10px;
	border-top: none;
}

#Login li a {
	color: #762104;
	text-decoration: none;
	list-style-type: disc;
}

#Login li a:hover {
	color: #000;
}

#Login ul {
	margin: 0;
	padding: 0;
}

#Login input {
	background: #929FA7;
	padding: 3px;
	border: #FFF 1px solid;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	font-size: 10px;
	cursor: pointer;
	margin: 3px 0;
}

/* If Logged out */

#Logout {
	border: none;
	padding: 0 0 5px 0;
	margin: 0 10px 20px 10px;
	font-family: Times New Roman, Times, serif;
	text-align: left;
	color: #762104;
	display: inline-block;
}

#Logout ul {
	font-size: 12px;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
}

#Logout li {
	list-style-type: none;
	font-size: 12px;
	padding: 3px 0;
	border: none;
	margin: 0;
}

#Logout li a {
	color: #762104;
	text-decoration: none;

}

#Logout li a:hover {
	color: #000;
	text-decoration: underline;
}


#Logout p {
	margin: 0;
	padding: 0;
}

#Logout input {
	background: #FFF;
	padding: 3px;
	border: #000 1px solid;
	font-weight: bold;
	color: #762104;
	text-transform: none;
	font-size: 10px;
	cursor: text;
	margin: 3px 0;
	font-family: Times New Roman, Times, serif;
}

#Logout input.sideButton {
	background: #762104;
	padding: 2px;
	border: #000 1px solid;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	font-size: 10px;
	cursor: pointer;
	margin: 3px 0;
	font-family: Times New Roman, Times, serif;
}


/* end LOGIN PANEL */




.thrColFixHdr #Main { 
	
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background: #FFF;
	min-height: 820px;
	width: 636px;
	float: left;
	
} 
#MainSlider { 
	margin: 0 0 3px 0;
	padding: 0;
	border-bottom: 5px solid #000;
	height: 330px;
	background: #CCC;
	display: inline-block;
	overflow: hidden;
	position: relative;

} 
#pageHead { 
	margin: 0 0 3px 0;
	padding: 0;
	border-bottom: 5px solid #000;
	height: 72px;
	background: url(images/detailCeiling.jpg) center no-repeat #E8E1B3;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;

} 
#MainHome { 
	margin: 0;
	padding: 20px;
	border-top: 2px solid #000;
} 

#titleOut { 
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	background: url(images/lineBKGD.gif) no-repeat center;
	display: block;
	text-align: center;
} 

#titleIn { 
	margin: 0 auto;
	min-width: 10px;
	padding: 0 10px;
	border: 0;
	background: #FFF;
	text-align: center;
	display: inline-block;
} 

#titleIn h1 { 
	font-size: 24px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 8px #000 double;
	font-weight: normal;
	text-transform: uppercase;
	color: #762104;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	
} 

.tableTitle {
	margin: 5px 35px 15px 35px;
	padding: 0;
}

.tableCenter {
	padding: 0 20px;
}

.tableCenter h1 { 
	font-size: 24px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 8px #000 double;
	font-weight: normal;
	text-transform: uppercase;
	color: #762104;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	
} 

.tableLeft {
	background: url(images/lineBKGD.gif) no-repeat center #FFF; 
	width: 50%;
}

.tableRight {
	background: url(images/lineBKGD.gif) no-repeat center #FFF; 
	width: 50%;
}


#MainHome h2 { 
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #762104;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
} 
#MainHome h3 { 
	font-size: 18px;
	margin: 10px 0 5px 0;
	color: #762104;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
} 
#MainHome h3 a { 
	color: #762104;
	text-decoration: none;
	font-weight: normal;
} 
#MainHome h3 a:hover { 
	color: #762104;
	text-decoration: underline;
	font-weight: normal;
} 

#MainHome h4 { 
	font-size: 18px;
	margin: 15px 0 5px 0;
	color: #762104;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
} 
#MainHome p { 
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 21px;
} 
#MainHome ul, #MainHome ol { 
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 20px;
} 
#MainHome hr { 
	width: 5em;
	border: 0;
	border-top: solid #762104 1px;
	height: 1px;
	background: none;
	margin: 25px auto;
} 
#MainHome a, #MainHome a:visited { 
	font-size: 14px;
	color: #762104;
	text-decoration: none;
} 
#MainHome a:hover { 
	text-decoration: underline;
} 
#MainHome small { 
	font-size: 12px;
	margin: 0 0 5px 0;
} 
#MainHome img {
	border: 1px solid #000;
	margin: 5px 15px 5px 0;
	padding: 3px;
}
#footer { 
	padding: 3px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0 80px 0 0;
	border-right: 2px solid #000;
	border-top: 5px solid #000;
	text-align: center;
} 
#FooterContent { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0;
	border-right: 0;
	border-top: 2px solid #000;
	text-align: center;
} 
#FooterContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	letter-spacing: 1px;
}
#FooterContent a {
	color: #762104;
	text-decoration: none;
}
#FooterContent a:hover {
	color: #762104;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pageRoster {
	margin: 5px 0;
	padding: 0;
}

#pageRoster h4, #pageRoster h4 a, #pageRoster h4 a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #762104;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}

#pageRoster h4 a:hover {
	text-decoration: underline;
}

#documentList {
	margin: 5px 0;
	padding: 0;
}

#documentList h2, #documentList h2 a, #documentList h2 a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #762104;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}

#documentList h2 a:hover {
	text-decoration: underline;
}

#documentList p {
	margin: 0;
	padding: 0;
}

#docMeta {
	margin: 15px 0;
	padding: 0;
}

.entry {
	margin: 0 0 20px 0;
	padding: 0;
}


/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
	margin: 0 8px 0 0;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
.smallTitle {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.googleMap {
	float:right;
}
.googleMap iframe {
	border: 1px #000 solid;
}
.googleMap small, .googleMap a {
	color: #762104;
	text-decoration: none;
}

.wp-caption {
   border: none;
   text-align: center;
   background: none;
   padding: none;
   margin: 0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0;
   margin: 0;
   text-align: center;
   font-style: italic;
}

.wp-caption.alignleft {
	margin: 0;
	margin-right: 10px;
}

.wp-caption.alignright {
	margin: 0;
	margin-left: 10px;
}

#searchResult {
	margin: 10px 0;
	padding: 0;
}

#searchResult img {
	display: none;
}

#searchResult p {
	font-size: 14px;
	line-height: normal;
}


#searchResult h2, #searchResult h2 a, #searchResult h2 a:visited {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#searchResult h2 a:hover {
	text-decoration: underline;
}

#searchResult small, #searchResult small a, #searchResult small a:visited {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#searchNav {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#searchForm {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#searchForm input {
	background: #FFF;
	padding: 3px;
	border: #000 1px solid;
	font-weight: bold;
	color: #762104;
	text-transform: none;
	font-size: 10px;
	cursor: text;
	margin: 3px 0;
	font-family: Times New Roman, Times, serif;
}

#searchForm input.sideButton {
	background: #762104;
	padding: 2px;
	border: #000 1px solid;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	font-size: 10px;
	cursor: pointer;
	margin: 3px 0;
	font-family: Times New Roman, Times, serif;
}
