/*
Theme Name: Bayou Bucks
Theme URI: http://www.localwebworks.com/
Description: Bayou Bucks custom theme
Version: 1.0
Author: Local Web Works
Tags: fixed width

Custom WordPress theme by Arnas Lukosevicius || http://www.localwebworks.com
Created for Bayou Bucks website || http://www.bayoubucks.com
*/

.telecourse-video {
	float: left;
	margin-right: 5px;
}

.entry img {
	margin-right: 5px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 5px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px!important;
	line-height: 12px!important;
	padding: 0 4px 5px;
	margin: 0;
	font-weight: bold;
}
/* End captions & aligment */

/* Start pagination */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	width: 100%;
	background: white;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #ff8000;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #46daff;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #ff8000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}
/* End pagination */

/* Start Sociable */
#content .sociable ul { margin-left: 0px; padding: 0px;}
.sociable ul li { display: inline; margin: 0px; padding: 0px;}
/* End Sociable */

/* Start Comments */
#comment-zone ol {
	padding: 0px;
	margin: 0px;
}

#comment-zone h3 {
	color: #000000;
}

#comment-zone li {
	line-height: 100%;
	list-style-image: none;
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	clear: both; 
	border-bottom: 1px solid #DEDEDE; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#comment-zone .datestamp { 
	font-size: 90%; 
	font-weight: normal;
	color: #999999;
}
#comment-zone li cite {
	font-style:normal; 
	font-size:14px; 
	font-weight:bold;
}
#comment-zone li cite a {
	text-decoration:none;
}
#comment-zone li .comment-col { 
	float:left; 
	width:320px;
}
#comment-zone .action { 
	font-size: 90%; 
	font-weight: normal;
}
/* End Comments */
