/*
Golf Video Site
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #E3EEDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #007301;
	text-decoration: none;
}

a.smaller {
	font-size: 10px;
}

a.stronger {
	font-weight: bold;
}

#page {
	margin: 0 auto;
	width: 780px;
	border-left: 2px solid #6B8E23;
	border-right: 2px solid #6B8E23;	
	border-bottom: 2px solid #6B8E23;
	background: white;
}

#body {
	margin: 0 auto;
	border-left: 1px solid #d3decb;
	border-right: 1px solid #d3decb;
	border-bottom: 1px solid #d3decb;	
}

#header {
	background: #4f7d31;
	background-image: url(images/header-golf-ball.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	height: 80px;
	border-bottom: 1px solid #333333;
}

#header a {
	color: white;
	font-family: Arial, Verdana, Geneva;
	font-size: 26px;
	position: relative;
	top: 24px;
	left: 90px;
	text-decoration: none;
}

#header a:hover {
	color: #DADADA;
}

#header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #67A242;
	text-align: right;
	position: relative;
	right: 15px;
	top: 19px;
}

#header-img {
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
	height: 66px;
}

#header-img-after {
	background-image: url(images/header-image-after.jpg);
	background-repeat: no-repeat;	
	background-color: white;
	height: 40px;
}

#menu {
	padding-top: 15px;
	padding-left: 40px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
	padding-right: 10px;
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #556B2F;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
}

#menu ul li a:hover {
	background-color: #CBD9C0;
	color: Black;
}

#content-before {
	background-image: url(images/content-before.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#content-wrapper {
	background-image: url(images/content-wrapper.gif);
	background-repeat: repeat-y;
	width: 778px;
}

.clearer {
	clear: both;
}

#sidebar {
	float: left;
	width: 177px;
	padding-bottom: 20px;
}

#sidebar .item {
	background-image: url(images/sidebar-background.jpg);
	margin-left: 5px;
	margin-right: 5px;
	color: #A86900;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #55711D;
}

#sidebar ul {
	list-style-type: none;
	background-color: #F9FEE8;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #E3EFC1;
	border-right: 1px solid #F9FDEC;	
	padding-left: 6px;
	padding-bottom: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
}

#sidebar li {
	padding-left: 17px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;	
	padding-top: 3px;
}

#sidebar li a {
	text-decoration: none;
	color: #556B2F;
}

#content {
	float: right;
	width: 580px;
	padding-right: 8px;
}

.clearer {
	clear: both;
}

#footer {
	height: 35px;
	background-color: #005701;
	color: white;
	border-top: 2px solid #228B22;
}

#footer p {
	text-align: center;
}

#videos-box {
	border: 1px solid #6B8E23;
	margin-bottom: 15px;
}

#videos-box h2 {
	background-color: #6B8E23;
	font-size: 14px;
	color: white;
	margin-bottom: 10px;
}

#videos-box .hr-vid-sep {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #8FBC8F;
}

#videos-box .hr-blank {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

#videos-box img {
	border: 2px solid #A8D0AE;
}

#videos-box img:hover {
	border: 2px solid #8FBC8F;
}

.pagination {
	margin-bottom: 25px;
	text-align: center;
}

.pagination a, .pagination span {
	border: 1px solid #556B2F;
	padding: 3px 5px;
}

.pagination div.sep {
	padding-top: 10px;
}

.pagination a:hover, .pagination span:hover {
	background-color: #E8F1DA;
}

.pagination span.current {
	background-color: #556B2F;
	font-weight: bold;
	color: white;
}

.post{
	padding: 11px 11px 0;
	background: url(images/post-background.jpg) no-repeat;
	margin-bottom: 20px;
}

.post h1 {
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	background: url(images/background-dot.gif) repeat-x bottom left;
	color: #536f06;
	position: relative;
}

.post .entry p {
	padding-top: 15px;
}

.post .entry p.video {
	text-align: center;
}

.post .entry p.tags {
	padding-top: 5px;
}

.post-info {
	border-color: #F0F0F0;
	border-style: solid none;
	border-width: 1px 0pt;
	clear: both;
	float: left;
	margin: 15px 0pt 10px;
	padding: 0pt 0pt 10px;
	width: 100%;
}

.post-info ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

.post-info ul li {
	float: left;
	margin: 10px 0pt 0pt;
}

.post-info ul li.post-date {
	background: transparent url(images/calendar.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

.post-info ul li.post-category {
	background: transparent url(images/category.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

.post-info ul li.post-views {
	background: transparent url(images/views.gif) no-repeat scroll 0%;
	margin-right: 10px;	
	padding: 0pt 0pt 0pt 21px;
}

.post .more-videos {
	border: 1px solid #F0F0F0;
}

.preview-video-title {
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	background: url(images/background-dot.gif) repeat-x bottom left;
	text-decoration: none;
	color: #536f06;
	position: relative;
}

.preview-video-desc {
	font-size: 13px;
}

#error {
	border: 1px dotted red;
	padding: 10px;
	margin-bottom: 10px;
}

.post .social {
	border-color: #F0F0F0;
	border-style: solid none;
	border-width: 1px 0pt;
	clear: both;
	float: left;
	margin: 0px 0pt 10px;
	padding: 0pt 0pt 10px;
	width: 100%;
}

.post .social ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

.post .social ul li {
	float: left;
	margin: 10px 0pt 0pt;
}

.post .social ul li.delicious {
	background: transparent url(images/delicious.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

.post .social ul li.digg {
	background: transparent url(images/digg.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

.post .social ul li.reddit {
	background: transparent url(images/reddit.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

.post .social ul li.stumbleupon {
	background: transparent url(images/stumbleupon.gif) no-repeat scroll 0%;
	margin-right: 10px;
	padding: 0pt 0pt 0pt 21px;
}

#content-page h1 {
	color: #006400;
	margin-bottom: 15px;
}

#content-page ul {
	list-style-type: none;
	margin-bottom: 5px;
}

#content-page li {
	padding-left: 17px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;	
	padding-top: 3px;
}