

/*********************************/

/* tinyplace.css              */

/* t i n y p l a c e Style Sheet */

/* http://www.shauny.org/tinyplace/  */

/*********************************/



/*Color Specs:---------------------------------------------------------

#cc6633 - Main Background 

#6699cc - Title Color Blue



#ff9933 - Tinyblog title orange 

#ccffff - Bright header color 

#000000 - Link Color 

#003399 - Visited link color 

#ffcc00 - Hover Orange 

# - Future Color 

#000000 - Future

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



	/* Regular Font Color and Style */



body, td  {

	background-color: #cc6633;

	margin-left : 10px;

}

p {  }

blockquote { font-size:8pt; color: #000000; font-family: georgia, serif }



table.maintable {

	margin : 0px 20px 20px 20px;

	width: 498px;

}



td.menubox {

	border : 1px solid Black;

	padding : 20px 20px 20px 20px;

	font : 10pt Georgia, "MS Serif", "New York", serif;

	text-align : center;

}



div.menuitem{

	margin : 10px 0px 10px 0px;

	border : 1px dotted #ff9933;

	padding : 10px;

}



table.menuitem {

	

}

table.menutable {
	margin-bottom: 1em;
}



	/*Heading Styles*/

	/*Hasn't been decided on yet*/



h1 {  }

h2 {  }

h3 {  }



.orange_header {

	border-width: 2;

	border-color: #000000;

	border-style: double;

	font-weight: bold;

	text-align: center;

	background-color: ff9933;

	padding: 5;

	font-size:9pt;

	color: #000000;

	font-family: georgia, serif;

	

}



.littleheader {

	border-width: 1;

	border-color: #000000;

	border-style: solid;

	font-weight: bold;

	text-align: center;

	background-color: ff9933;

	padding: 2;

	font-size: 8pt;

	color: #000000;

	font-family: georgia, serif

}



	/*Blog Body Styles*/



.dateheader {

	color: #ff9933;

	border-bottom: 1;

	border-top: 1;

	border-right: 1;

	border-left: 1;

	background-color: #000000;

	padding: 2;

	border-color: #ffcc00;

	border-style: solid;

	font-weight: bold;

	font-size:12pt;

	font-family: georgia, serif

}



div.details 

{

	font-size: 8pt;

	margin : 1em 0px 3em 0px;

}



p.date

{

	background-color : #3399CC;

	text-align: left;

	margin: 1px;

	border : 1px solid Black;

	padding : 4px;

	color : Black;

}



p.details

{

	background-color : #3399CC;

	text-align: right;

	margin : 1px;

	border : 1px solid Black;

	padding : 4px;

	color : #ccFFFF;

}

div.frizzen {
  font-family:georgia, verdana, arial, sans-serif;
  color:#333;
  font-size:small;
  font-weight:normal;
  background:#FFF;
  line-height:140%;
  padding-left:10px;	
  padding-right:10px;
  padding-top:10px;	
  border:1px solid #993300;
  margin-bottom:5px;
}


	/*Link Styles*/



a:link { text-decoration: underline; color: #000000 }

a:active { text-decoration: underline; color: #ffcc00 }

a:visited { text-decoration: underline; color: #003399 }

a:hover { text-decoration: none; color: #ffcc00 }

a.onorange:hover { color: #ffffff; }



a.tilde:link { text-decoration: none; color: #6699cc; }

a.tilde:active { text-decoration: none; color: #6699cc;  }

a.tilde:visited { text-decoration: none; color: #6699cc; }

a.tilde:hover { text-decoration: none; color: #000000; }

