/*
* This stylesheet applies to the Club Website community site
* Designed and developed by Saddam Azad. http://azadcreative.com
* 
* This is a legal intellectual property of Club Website.
* May be modified by developers under future provisions
* May not be redistributed or resold
*/

ul#social {
			position: absolute;
			bottom: 5px;
			right: 60px;
			}
			ul#social li {
				float: left;
				margin: 0 10px 0 0;
				}
				ul#social li a {
					text-decoration: none;
					}

/* Wordpress news pages */

#copy .post {
	width: 540px;
	margin: 0 0 30px 0;
	}

#copy .post h1 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px 0;
	}
	#copy .post h1, 
	#copy .post h1 a {
		color: #D07500;
		text-decoration: none;
		}
		#copy .post h1 a:hover {
			text-decoration: underline;
			}
		#copy .post p {
			padding: 5px 0;
			line-height: 20px;
			}
			#copy .post a {
				color: #D07500;
				}
		#copy .post ul {
			margin: 0 0 15px 20px;
			}
		#copy .post ul li {
			list-style: square;
			padding: 3px 0;
			}
		
		
	#copy .post .postFooter {
		background: url(/community/includes/images/news_postFooter.png) top left no-repeat;
		display: block;
		width: 540px;
		margin: 15px 0 0 0;
		color: #999
		}
		
		#copy .post .postFooter p {
			padding: 7px 0 8px 10px;
			}
	
	#copy .widget {
		margin: 0 0 30px 0;
		width: 300px;
		}
		#copy .widget h2 {
			margin: 0 0 5px 0;
			}
		
		#copy .widget form {
			margin: 0;
			}
			
		#copy .widget_search {
			margin: 0 0 20px 0;
			}
			#copy .widget_search label {
				display: none
				}
			#copy .widget_search input#s {
				width: 220px;
				}
			#copy .widget_search input#searchsubmit {
				width: auto;
				background: none;
				}
			
		#copy .widget_recent_entries li {
			padding: 10px 0;
			border-bottom: 1px solid #EDEDED;
			}
			
	#copy .latestUpdates {
		}
		#copy .latestUpdates h2 {
			margin: 0;
			}
		#copy .latestUpdates ul li {
			display: block;
			border-bottom: 1px solid #ededed;
			padding: 10px 0;
			color: #8c8c8c;
			}
			#copy .latestUpdates ul li a {
				display: block;
				font-size: 14px;
				}
				
	#copy .newsletter {
		}
		#copy .post .postFooter a:link,
		#copy .post .postFooter a:visited,
		#copy .newsletter a:link,
		#copy .newsletter a:visited {
			color: #D07500;
			text-decoration: none;
			}
		#copy .post .postFooter a:hover,
		#copy .newsletter a:hover {
			color: #D07500;
			text-decoration: underline;
			}
			
	#copy #comments {
		margin: 30px 0 0 0;
		font-size: 12px;
		width: 540px;
		}
		#copy #comments .comment {
			display: block;
			background: #f6f6f6;
			border: 1px solid #e9e9e9;
			padding: 10px;
			margin: 0 0 10px 0;
			}
			#copy #comments .comment .author {
				}
				#copy #comments .comment .author span {
					font-style: italic;
					}
				#copy #comments .comment .commentBody {
					background: url(/community/includes/images/news_comment.png) top left no-repeat;
					padding: 0 0 0 30px;
					color: #626262;
					}
				#copy #comments .comment .commentDate {
					text-align: right;
					font-size: 11px;
					color: #909090;
					}
					#copy #comments .comment .commentDate p {padding: 0;}
			
			#copy #comments .nocomment {font-style: italic}
			
	#copy #commentForm {
		margin: 20px 0 0 0;
		}
		#copy #commentForm form {
			margin: 0;
			}
			#copy #commentForm form input {
				width: 300px;
				}
			#copy #commentForm form textarea {
				width: 300px;
				height: 140px;
				padding: 5px;
				background: url(/community/includes/images/form_textarea.png) top left no-repeat;
				border: 1px solid #e1e1e1;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				}
			#copy #commentForm form input.button {
					margin: 10px 0 0 400px;
					width: auto;
					height: auto;
					}
					



/**  =WORDPRESS **/
/*
*  WP-Caption: code generated from WYSIWYG editor
*/
.wp-caption {
	border:2px solid #EEEEEE;
	background: #efefef;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	}
	.wp-caption img {padding: 2px;}
	
/* Images on posts */
.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignright {float:right; margin:1em 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignleft {float:left; margin:1em 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/**/
	
/* Polls */
.wp-polls {
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 10px 0;
	}
	#copy .wp-polls input {
		width: auto;
		margin: 0;
		}
	#copy .wp-polls label {
		float: none;
		width: auto;
		}
