/*   
Theme Name: tweeg.net
Theme URI: http://tweeg.net
Description: tweeg.net wordpress theme
Author: jim
Author URI: http://tweeg.net
*/



BODY
{
	text-align: center; /* to add the left and right margins to the container for windows IE 5.5 */
	background-image: url(images/handbackground.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Baskerville, Palatino, Georgia, serif;
}


ul
{
	margin: 0px;
	margin-left: 1em;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 15px;
}

ul li
{
	list-style-type: square;
	margin: 0px;
}

EM
{
	font-style: italic;
	font-weight: bold;
}

a
{
	text-decoration: none;
	padding: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

a:link
{
	color: #363;
}

a:visited
{
	color: #630;
}

a:hover
{
	color: white;
	background-color: #363;
}


div .post
{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/handbackgroundlight.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 10px;
}


div H1
{
	font-family: arial, sans-serif;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

H2
{
	font-family: arial, sans-serif;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.post H2
{
	text-align: left;
}


#header
{
	position: relative;
	top: 0px;
	left: 13%;
	width: 220px;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	background-image: url(images/handbackgroundlight.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
}

#header div .description
{
	font-size: 80%;
}

#container
{
	text-align: left; /* to cancel body's text-align */
	width: 94%;
	margin: 5px auto;
}

#leftcolumn
{
	float: left;
	width: 60%;
}

#sidebar
{
	position: fixed;
	right: 0px;
	margin-top: 30px;
	margin-right: 10%;
	width: 180px;
}

#content
{
	width: 100%;
	margin-right: 20px;
}




#sidebar ul li
{
	text-align: center;
	width: 100%;
	background-image: url(images/handbackgroundlight.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 7px;
	list-style-type: none;
}

#sidebar H2
{
	font-size: 17px;
}

#sidebar H2 a
{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer
{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 80%;
}

div H3
{
	font-size: 15px;
	text-align: left;
	text-indent: 10%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

dl dd
{
	margin-bottom: 0.5em;
}

ol.commentlist
{
	background-image: url(images/handbackgroundlight.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.floatright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.floatleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.vstretcher
{
	clear: both;
}

.centered
{
	text-align: center;
}