/*
Theme Name: Yellow
Theme URI: http://themes.tonystreet.com/
Description: A simple, bright but reserved, yellow theme.
Version: 1.0
Author: Tony Carideo
Author URI: http://www.tonystreet.com/

Feel free to customize to your heart's desire, just please don't change the credits in the style.css or in the footer. Released under GPL.
*/

/* LINKS */
a {color: #444499; text-decoration: none; }
a:hover {color: #DDDD44; text-decoration: underline; }
a img {border: none; }
a.name {text-decoration: none; color: black; width: 480px;}
a.name:hover {color: blue; }

a.tony {text-decoration: underline; color: black; }
a.tony:hover {color: blue; }

blockquote {
	border-left: 1px dashed #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
background: #FFFF44;
border: solid 2px #ffff44;
border-bottom: solid 1px #ffff44;
border-top: solid 1px #ffff44;
color: #444;
font-family: Verdana;
img#wpstats{display:none}
margin-left: 75px;
margin-right: 75px;
}

h1 {          /* main title */
font-size: 26px;
text-decoration: none;
}

h2 {          /* menu titles */
font-size: 16px;
font-variant: small-caps;
border-bottom: 2px solid #ccc;
width: 150px;
}
h3 {          /* post titles */
font-size: 16px;
font-variant: small-caps;
color: black;
}

ul {list-style: none; }
li.menu {list-style: none;}
ul.menu {list-style: none;}

#main {
background-color: #fff;
padding-left: 5px;
padding-bottom: 3px;
text-align: justify;
}

#desc {
font-size: 10px;
background-color: #ffff99;
border: 1px dotted #fff;
border-top: 4px solid #ffff99;
padding-left: 5px;
width: 300px;
margin-left: auto;
margin-right: auto;
}

#menu {           /* SIDEBAR */
float: right;
border-left: 0px dashed yellow;
border-bottom: 0px dashed yellow;
padding-top: 2px;
padding-right: 2px;
}

#cats {
font-size: 10px;
padding-left: 5px;
}

#banner {
background-image: url(images/sun8.jpg);
background-repeat: no-repeat;
background-position: center center;
border: 1px dashed black;
width: 280px;
height: 202px;
}

#divider {
border-bottom: 3px solid #ccc;
width: 200px;
}

#foot {           /* F00TER */
font-size: 10px;
text-align: center;
border-bottom: .5px;
padding-bottom: 3px;
}