/*
CSS for Charleston Spots
*/
body {text-align: center; background: url(Images/bg.gif); color:#050051; font-family: Verdana,sans-serif; font-size: 62.5%;}
.icap {font-size:175%}
.small {font-size:75%;}
.emphasis {font-weight: bold; font-style: italic;}
.section {font-weight: bold; font-size:1.5em;}
em {text-transform: uppercase;}
a {font-size:1.2em; color: black;}

#container {
width: 734px; 
margin:15px auto; 

}

#leaderboard {
position:relative;
text-align: center;
background:#dbdcff;
padding:0 0 10px 0;
clear: both;
height:90px;

}

#skyscraperleft {

position: relative;
float: left;
width:120px;
height: 600px;
padding: 5px;

}

#skyscraperright {

position: relative;
float: right;
width:120px;
height: 600px;
padding: 5px;

}

#footerboard {
position:relative;
text-align:left;
background:#dbdcff;
padding:0 0 5px 0;
height:90px;

}

#detail {
/* Baseline no major bottom padding but must add specifically to detail pages with little content */
padding: 5px 130px 130px 130px;
background: #dbdcff;
font-size:1.1em;
font-weight: bold;
text-align: left;

}

/*#detail a {
font-size:1.2em;
color: black;

}
*/
#detail hr {
width: 98%;
background: #1B299F;
height: 3px;

}

#linkback {

text-align: center;
font-size:1.0em;
padding-top: 20px;

}

A:link.linkback {color: #CC0000; text-decoration: none;}
A:visited.linkback {color: #CC0000; text-decoration: none;}
A:hover.linkback {color: orange;}
A:active.linkback {color: red;}

#title {
font-size: 2em;
margin:6px 0 10px 0;
text-align: center;
color: black;
text-decoration: underline;

}

#review {
margin:5px 0 10px 0;
text-align: left;

}

#photos {
text-align: center;
padding-top: 10px;

}


#photos img {
border: 3px ridge gray;

}

table.photos {
width: 100%;

}

table.photos td {
padding: 10px 0 9px 0;
}

