
/*********************************/
/* linklove.css              */
/* t i n y p l a c e Style Sheet */
/* http://www.shauny.org/tinyplace/  */
/*********************************/

/*Color Specs:---------------------------------------------------------*/
/*#6699cc - Main Background */
/*#ff9933 - Tinyblog title orange */
/*#ccffff - Bright header color */
/*#000000 - Link Color */
/*#003399 - Visited link color */
/*#ffcc00 - Hover Orange */
/*# - Future Color */
/*#000000 - Future Color */
/*-----------------------------------------------------------------------------*/

	/* Regular Font Color and Style */

body  {
	background-color: #6699cc;
	margin-left : 50px;
	margin-top : 0px;
}
p {  }
blockquote { font-size:8pt; color: #000000; font-family: georgia, serif }

table.linklist {
	border : 1px solid Black;
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom : 20px;
	margin-top : 20px;
	color : #ccffff;
	padding : 0px 0px 0px 0px;
}

tr.linklist {
		padding : 20px 20px 20px 20 px;
}

table.corral {
	border : 1px solid Black;
	font : 10pt Georgia, "MS Serif", "New York", serif;
}

tr.corral {
	text-align : center;
	padding : 5px 5px 5px 5px;
	background : Black;
}

	/*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;
	
}

.menuitem{
	margin : 10px 0px 10px 0px;
}

.category {
	border-width: 1px;
	border-color: #ccffff;
	border-style: solid;
	text-align: center;
	background-color: 000000;
	padding: 2;
	font-size: 8pt;
	color: #ccffff;
	margin-top : 10px;
	margin-bottom : 10px;
}

	/*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;
}

	/*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; }

