/*
Theme Name: Gale's Custom
Theme URI: http://www.pgawebdesign.com
Description: Custom
Version: 1.0
Author: PGA Web Design
Author URI: http://www.pgawebdesign.com
Tags: 
*/


body {
	margin: 0px;
	padding: 0px;
	
	color: #444444;
	background-attachment: scroll;
	background-color: #E5F1FB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.clear {
	clear: both;
}
.right { float: right !important;}
.left {float:left !important;}
img.left {padding-right: 10px;}
.none {float: none !important; }
a:focus {
	outline: none;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #666;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #666;
	text-decoration: none;
}

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

a img {
	border: none;
}

#wrapper {
	width: 1001px;
	margin: 0 auto;
	padding: 0px;
}

/* Header -----------------------------------------*/

#header {
	width: 1001px;
	height: 365px;
	margin: 0px auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo ------------------------------------------*/

#logo {
	float: right;
	margin-right: 35px;
	text-align: right;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #252525;
	font-size: 20px;
}

#logo h1 {
	padding: 97px 0px 0px 0px;
	font-family: "Century Gothic", Arial, sans-serif;
}

#logo h1 a {
	color: #252525;
}

/* Menu --------------------------------------*/

#catmenucontainer{
	height:36px;
	padding:0px 0px 20px 0px;
	font: 12px Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 auto;
	width:983px;
	background: url(images/menu-bg.jpg) repeat-x center top;
	}
		
#catmenu{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:36px;
	float: right;
	}
	
#catmenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #3f4d56;
	display: block;
	margin: 0px;
	padding: 8px 11px 8px 11px;
	border-left: 1px solid #596261;
	}

#catmenu li a:hover, #catmenu li a:active {
	color: #495D5C;
	margin: 0px;
	padding: 8px 11px 8px 11px;
	text-decoration: none;
	background-image: url(images/menu-bg-hov.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-left: 1px solid #596261;
	}
	
#catmenu li.current_page_item a {
	background-image: url(images/menu-bg-current.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:url(images/catmenuhovli.jpg) repeat-x;
	width: 150px;
	color: #FFFFFF;
	font-family:century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 4px 10px 7px 10px;
	border-left: 1px solid #596261;
	border-right: 1px solid #596261;

	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:url(images/catmenuhov.jpg) repeat-x;
	color: #495D5C;
	padding: 4px 10px 7px 10px;
	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#catmenu li li { 
	}

#catmenu li ul a { 
	width: 140px;
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -33px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
	left: -999em;
	}

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
	left: auto;
	}

#catmenu li:hover, #catmenu li.sfhover { 
	position: static;
	}

/* Page ------------------------------------------------*/

#page {
	width: 1001px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 600px;
}

/* Content ---------------------------------------------*/

#page-content {
	margin: 0px;
	padding: 0px 30px 40px 0px;
	float: right;
}

#fogcontent {
	float: right;
	margin-right:15px;
}

#fogcontent img {
	border: #252525 dotted 1px;
	margin: 5px 15px 5px 0px;
	background: #FFFFFF;
	padding: 5px;
}
/* =====================Content======================= */

#content {
	float:left;
	height:100%;
	padding:0px 0 0 15px;
	width:645px;
}
.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 5px 0px;
}	

.date {
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px;
   	color:#39525E;
	text-transform: uppercase;
	}
	
.single {
	width:636px;
	overflow: hidden;
	margin:0 0 15px;
	height:100%;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
	background:#ffffff;
	line-height:20px;
	border:3px solid #b3bcbf;
	}

.single  h2 {
	margin: 0px 0 5px 0;
	padding: 5px 0px 0px 10px;
	text-align: left;
	font: 24px  Georgia,century gothic,Arial,verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#252525;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #ac0604;
	background-color: transparent;
	}	
.author{
	color:#39525E;
	padding:0px 0 0px 5px;

}
.clock{
	color:#39525E;
	padding:0px 0 0px 5px;
}	

.comm{
	padding:0px 10px 0px 10px;
	position:relative;
}

.comm a:link,
.comm a:visited {
	color:#0082D8;
}
.comm a:hover{
	color:#d42323;
}

.more{
	padding:0px 0 2px 20px;
	background:url(../ave3custom/images/add.png) no-repeat;
	margin-right:5px;
	float:right;
}

.more a:link,
.more a:visited {
		color:#AC0604;
}
.more a:hover{
	color:#d42323;
}

.singleinfo {
	height:15px;
	margin:0px 0px;
	padding: 5px 0px 5px 0px;
	font:12px  Georgia, Arial,century gothic,verdana, sans-serif;
			}
	
.postmore{
	padding:0px 5px 2px 25px;
	float:left;
	font-weight:bold;
	background:url(../ave3custom/images/pmore.jpg) left no-repeat;

}

.postmore a:link,
.postmore a:visited {
	color:#fff;
}
.postmore a:hover{
	color:#fff;
}
.category{
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px 5px 10px;
	text-transform: uppercase;
}

.category a:link,.category a:visited{
	color:#0082D8;
}
	
.category a:hover{
	color:#333;
}
	
.entry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	
}	
	
.entry a:link,
.entry a:visited {
	color: #AC0604;
	background-color: transparent;
}
.entry a:hover {
	color:#455236;
	background-color: transparent;
	text-decoration: none;
}
.entry img {
	border:0;
	padding:5px 5px;
	background:#dfe2e4;
	border:1px solid #ccc;
	margin:5px 5px 5px 5px;
	float: left;
	}
	
.entry p{
	margin:5px 5px;
	padding:0px 0px;
	font-family:  Tahoma,Georgia, Arial,century gothic,verdana, sans-serif;
	font-size:13px;
}

/* The Page Title ===============================================================*/

h2.pagetitle {
	padding:5px 5px;
	margin:0px 0 10px 5px;
	font-size:16px;
	text-align:center;
	color:#4A413C;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
	
/*Post===========================================================================*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	}
	
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	

.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(../ave3custom/images/postinf.jpg) repeat-x;
			}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
}

.categ a:link,.categ a:visited{
	color:#4395be;

	}
	
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	

.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}

.centry p{
	margin:2px 0;
}

.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}

/* the links at the bottom of each post -----------------------------------------*/

#content .post .links {
  display: block;
  clear: both;
  width: 95%;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #444444;
  padding: 3px 10px;
  font-size: 85%;
}

#content .post .links a {
  text-decoration: none;
  color: #666666;
}

#content .post .links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}

#content .post .links .comment {
  background: url(images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  height: 20px;
}

#content .post .links .feed {
  background: url(images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  height: 20px;
}

#content .post .links .cat {
  background: url(images/categories.jpg) no-repeat left center;
  padding-left: 20px;
  height: 20px;
}

/* Comments -----------------------------------*/

ol.commentlist {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ol.commentlist li {
	background: #FFFFFF;
	border: 1px solid #596261;
	padding:20px 10px 20px 20px;
	width:500px;
}

/* Footer ----------------------*/

#footer {
	clear: both;
	width: 1001px;
	height: 190px;
	color: #252525;
	background-image: url(images/footer_sponsors.png);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

footer img {
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: #252525;
}

hr {
	display: none;
}

.pagetitle {
	color: #AC0604;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #444444;
}

/*=======Sidebar========================= */

#rightcol{ margin:0px 0px; float:right; width:310px; padding:0px 15px 5px 0; }

#sidebar {
	float:right;
}

/* The Sidebar1 */
.sidebar1{
	float:left;
	width:310px;
	padding-top:5px;
	font-size:12px;
	font-family:Tahoma,Georgia,Century gothic, Arial, sans-serif;
}

.sidebar1 h2 {
	line-height:20px;
	font-size:18px;
	color:#535f67;
	margin:15px 0 5px 0 ;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;

	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px ;
	padding: 0;

	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background:#fff url(../epsilon/images/side.jpg) repeat-x;
	float:left;
	border:1px solid #bbb;

	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	background:#fff;
	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 290px;

	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	
	color:#6e777d;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px dotted #ccc;
	}

.sidebar1 ul li a:hover {

	color: #1183d7;
	}

.sidebar1 p {
	padding: 7px 5px;
	margin:0;

	}

.sidebar1 table {
	width:100%;
	text-align:center;
	color:#6e777d;
	}
/*====Tabs==========================================*/
.widgets {
	width:310px;
	overflow:hidden;
	float:right;
	padding:0px 0px 5px 0px;
	margin:10px 0px 0px 0px;
}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {
	color: #009;
	text-decoration: underline;
	}
	
ul.tabnav{
	padding:0px 0px 0px 0px;
	height:25px;
	margin:0px 0px;
}	
	

.tabnav li {
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;

	}


.tabnav li a {
	text-decoration: none;
	font-weight: normal;
	padding: 5px 8px;
	width:80px;
	line-height:15px;
	font-size:12px;
	font-weight:normal;
	font-family:Tahoma ,Century gothic, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display:block;
	border-right:1px solid #595D5F;
	border-left:1px solid #595D5F;
	border-top:1px solid #595D5F;
	background:#595D5F;
	}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration:none;
	color: #0095D6;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	background:#ECECEC;
	}


.tabdiv {
	margin-top:2px;
	padding: 5px 5px 5px 5px;
	font-family:  Tahoma,Georgia,Century gothic, Arial, sans-serif;
	border-right:1px solid #F7F7F7;
	border-left:1px solid #F7F7F7;
	border-bottom:1px solid #F7F7F7;
	background:#FFFFFF;
	}
.tabdiv a:link,.tabdiv  a:visited {	

		color:#333;

	}
.tabdiv a:hover{

	color: #2676A1;
	}
.tabdiv ul{
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
		}
		
.tabdiv ul li{	
	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	color:#333;
	border-bottom:1px dotted #fff;	
}
.tabdiv li a:link,.tabdiv li a:visited{
	margin-left:5px;
	overflow:hidden;
	height:18px;
	line-height:22px;
	padding:0px 0 0px 0px;
	margin:3px 0px;
	color:#AC0604;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

		}

.tabdiv li a:hover {
	background:url(../ave3custom/images/la.jpg) no-repeat;
	color: #2676A1;
	text-decoration:none;
		}
.ui-tabs-hide {
	display: none;
		}

	
.form-item{
	padding-bottom:5px;

}
/*====Search===============================*/
#search {
	height:30px;
	width:auto;
	margin-top:5px;
	padding:30px 5px 10px 5px;
	width:300px;
	border:1px solid #fff;
	background:#ececec url(images/sform.jpg) no-repeat;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:0px;
	float: left;
	width:231px;
	padding: 6px 2px 7px 5px;
	background:#fff url(images/sform2.jpg) no-repeat;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
}

#searchsubmit {
	width:57px;
	float: left;
	background:#fff url(images/sbutton.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}
/*--------------------------------- Sidebar ----------------------*/

#media h2.mediatitle {
	text-indent: -9999px;
	width: 250px;
	height:80px;
	background-image: url(images/julymedia.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#media h2.mediatitle a {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height:80px;
	text-decoration: none;
	background-image: url(images/julymedia.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}	

#media h2.mediatitle a:hover {
	text-indent: -9999px;
	width: 250px;
	height:80px;
	background-image: url(images/julymediahover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#golfteachimage {
	margin: 10px;
	padding: 0px;
	float: right;
}
/*====TEMPLATES===================*/
/* Home Page------------------------------------------------------- */

.pagetitle { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.6em; font-style: italic; border-bottom: 1px dotted #000000; margin:10px 0 20px;}
.home-entry { 
	background-color:#FFFFFF;
	border:medium solid #B3BCBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	margin:0 0 15px;
	padding:10px 15px;
	text-align:center;
}
#featuredvideos { width: 100%; height: 160px;}
#featuredvideos img { float:left; margin: 15px 25px 5px 0px; border: none; background: none; }

#home-recent-wrapper {
	border: 3px solid #B3BCBF;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 636px;
	height: 275px;
	background-color:#FFFFFF;
}
.home-recent {
	width: 191px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #B3BCBF;
	float: left;
	height: 275px;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}
.home-recent h2, .home-recent h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	
	margin: 8px 0px 8px 0px;
	height: 30px;
	color: #0095D6;
	text-decoration: none;
}
.home-recent img {
	padding:5px;
	background: #CCC;
	border: 1px solid #666;
	margin: 0px auto 5px auto;
}
.home-recent p {
	text-align: left;
	font-size: 0.8em;
	margin:0 0 8px;
}
.read-more {
	bottom:5px;
	position:absolute;
	right:5px;
}
.movie {
	border-color:#252525;
border-style:solid;
border-width:0px 80px;
margin:0 auto 15px auto;
width:480px;
}
/*----No Sidebar-----------------------------------------------*/

#content-wide {
	width: 963px;
	margin: 0 auto;
}
.wide {
	border: none;
	padding: 0px;
	margin: 0px;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;	
}
/* FOGS PAGE --------------------------------------------------*/

#fogs {
	background: #5E7B69 url(images/fogs-bg.jpg) no-repeat center top;
	width: 962px;
	min-height: 350px;
	margin: 0 auto;
	padding: 0px;
	border:1px solid #252525;
}

#fogs-player {
	width: 400px;
	margin:10px auto;
	padding: 0px;
	clear: both;
}

#fogs-pics {
	width: 90%;
	margin:0 auto;
	padding:0px;
	border-top: 1px solid #252525;
        min-height: 200px;
}

#fogs-pics img {
	float:left;
        padding:5px;
}
#privatelessons {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#privatelessons h3 {
	font-size: 14px;
	font-weight: bold;
	color: #963;
}
#privatelessons h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#privatelessonstypes {
	font-weight: bold;
	text-align: right;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 160%;
}
#privatelessonsind {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#privatelessonstwo {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
/*----------------Tips--------------------------*/
#tips {
	width: 650px;
	float: right;
	padding: 10px 20px;
}

#tips-sidebar {
	width: 200px;
	float: left;
	padding: 10px 10px;
}
#tips-sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: 1px solid #252525;
	margin-bottom: 20px;
	padding: 0px 0px 5px 0px;
}
/*-------------Instruction-------------------*/
.instruction-sb {
	margin: 0px;
	padding:130px 10px 0 15px;
	background: url(images/help-sidebar.jpg) center top no-repeat;
	border: 1px solid #FFFFFF;
	background-color: #ECECEC;
	width: 283px;
}
.instruction-sb h3 {color: #AC0604; font-family: Georgia, "Times New Roman", Times, serif; font-size:1.6em; margin: 0px;}
.instruction-sb p { margin: 0px 0px 10px 0px; padding: 0px;}
.instruction-sb ul { list-style-type: none; margin: 0px; padding: 0px; }
.instruction-sb ul li { height:75px; margin:10px 0 0; padding:0; }

.instructionpage-sb {
	margin: 15px 0px 0px 0px;
	width: 310px;
	padding: 0px; 
}
.instructionpage-sb ul{ list-style-type: none; margin: 0px; padding: 0px; }
.instructionpage-sb ul li { margin: 0px; padding: 0px; list-style-type: none; }

.entry img.alignright {
	float: right;
	margin: 5px 0px 15px 20px;
}

.entry img.alignleft {
	float: left;
	margin: 5px 20px 15px 0px;
}