/*  
Theme Name: Scissors For Lefty
Theme URI: http://scissorsforlefty.org/
Description: Scissors For Lefty WP theme
Version: 1.0
Author: Oussama (OZ) Mubarak
Author URI: http://ozarts.com/
*/

body{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, sans-serif;
	background: #fff url(http://scissorsforlefty.com/wordpress/wp-content/themes/scissorsforlefty/images/gradient_bg.gif) repeat-x;
}
#wrapper{
	width: 940px;
}
#left{
	width: 297px;
	float: left;
}
#right{
	width: 643px;
	float: right;
	text-align: left;
}
#footer{
	width: 940px;
	clear: both;
	padding: 0;
}
#top_banner{
	text-align: right;
	padding: 20px 0 40px 0;
}

a{
	color: #A70B20;
	text-decoration: none;
}
a:hover {
	color: #690714;
	text-decoration: underline;
}
h4{
	margin-bottom: 0px;
}
div.entry{
	margin-left: 5px;
}

#scrollcontainer {
	position: relative;
	width: 605px;
	height: 300px;
	overflow: hidden;
	float: right;
	clear: right;
}

#scrollcontent {
	position: relative;
	top: 0px;
	width: 100%;
}

#scrollerarea {
	height: 300px;
	width: 34px;
	float: left;
	clear: left;
}

#scroller {
	position: relative;
	top: 0px;
	width: 34px;
	height: 50px;
	background: url(http://scissorsforlefty.com/wordpress/wp-content/themes/scissorsforlefty/images/scroller.gif);
	visibility: hidden;
}