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

Title :  hotcakesbakes CSS
Author :  Techwood Systems
URL : techwoodsystems.com

Description : 

Created : 2/12/09
Modified : 

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

/* ----- CSS ----- */

body {
	background-image:;
	background-repeat:;
	background-color:#FFFFFF;
	font-family: "Helvetica", Arial;
	font-weight:;
	font-size:12pt;
	color:#572600;
	margin:0;
}

a img {
	border:none;
}

/* ----- LINKS ----- */

a{
font:;
color:#572600;
text-decoration:none;
border-bottom:;
}
a:hover{
color:#572600;
background-color:;
}
a:visited, a:active, a:focus{
color:#572600;
background-color:;
border-bottom:;
}
a:visited{
color:#572600;
background-color:;
border-bottom:;
}
a:active{
color:#572600;
background-color:;
border-bottom:;
}
a:focus{
color:#572600;
background-color:;
border-bottom:;
}


/* Layout */
#container {
	border:30px solid #FCDBD8;
	margin: 20px auto 10px auto;
	width:720px;
	text-align: left;
}

#header{
	margin:15px 0px 5px 0px;
	height:;
	border-bottom:;
}


/* ----- IDS ----- */

#content{
position:;
padding:15px;
width:;
margin:0px 20px 0px 20px;
background:;
text-align:left;
}

body.brownpage #content{
background:#572600;
font-weight:;
color:#FCDBD8;
}

body.pinkpage  #content{
background:#FCDBD8;
color:#572600;
}

#footer{
font-size:10pt;
}

#navigation,#footer-menu {
font-size:12pt;
border-top:1px solid #FCDBD8;
border-bottom:1px solid #FCDBD8;
margin:5px 0px;
padding:;
}
#navigation td,#footer-menu td{
margin:;
padding:4px;
}

#navigation a,#footer-menu a{
margin:;
padding:4px;
font-weight:bold;
}
#navigation a:hover,#footer-menu a:hover{
color:#572600;
background-color:;
padding:3px;
border:1px dotted #572600;
}

#navigation a:active,#footer-menu a:active{
color:#572600;
background-color:;
padding:3px;
border:1px dotted #572600;
}

#navigation a.current,#footer-menu a.current{
color:#572600;
background-color:;
padding:3px;
border:1px dotted #572600;
}

div.credits {
border-top:1px solid #FCDBD8; border-bottom:1px solid #FCDBD8; margin:5px 0px;
}

#twitter 
{
position:absolute;
right:340px;
top:170px;
}

#facebook 
{
position:absolute;
right:300px;
top:172px;
}


/* ----- Tables----- */

table.gallery td {
padding:2px 2px;
vertical-align:center;
}

table.gallery td.main-image {
background:#572600;
text-align:center;

}


/* ----- CLASSES ----- */


.hide{
/* display:none; */
}
.show{
/* display:block; */
}

/* ----- HEADINGS ----- */

h1{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h2{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h3{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h4{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}

/* ----- PARAGRAPHS ----- */


#content p{

}
#secondaryContent p{
}

/* ----- LISTS ----- */

li{
list-style:none;
list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;
}
li p{
}
ol{
width:;
margin:;
padding:;
}
ul{
width:;
margin:;
padding:;
}
ol li{
}
ul li{
}

#navigation table{
}

#navigation td{

}



/* ----- IMAGES ----- */

img{
border:;
}
img a{
border:;
text-decoration:;
}
img a:hover{
border:;
}

/* BREAK */

hr{
/* display:none; */
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- Generic Classes----- */

.bold {
	font-weight:bold;
}
