@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND COMMUNITY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_community.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav {
		background:url(../../images/nav_bg_community.jpg) 0px 6px repeat-x;
	}
	ul#nav li#navHome a {
		background-position:0 -92px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		height:90px;
		padding:20px 0 10px 0;
		background:none;
	}
		#header h1 {
			width:768px; height:62px;
			margin:0 0 15px 0;
			 background:url(../../images/h1_community.png) 0 0 no-repeat;
		}
		#header a {
			margin:0 0 0 10px;
			font:bold 11px Arial, Helvetica, sans-serif;
		}
		
		#commHeader {
			width:960px; height:212px;
			padding:2px 0 0 0; margin:0 0 20px 0;
			background:url(../../images/communityHeader_bg.jpg) 6px 6px no-repeat;
			border-bottom:solid 2px #9b9283;
		}
			#commHeader ul#nav {
				list-style:none;
			}
				ul#nav li {
					height:44px;
					display:inline;
					float:left;
				}
					ul#nav li#navHome {
						width:58px;
						margin:0 0 0 10px;
					}
						ul#nav li#navHome a {
							width:58px; height:44px;
							background:url(../../images/commNav_sprite.png) 0 0 no-repeat;
							display:block;
						}
							ul#nav li#navHome a:hover {
							background-position:0 -44px;
						}
					ul#nav li#navCommunityGallery {
						width:180px;
					}
						ul#nav li#navCommunityGallery a {
							width:180px; height:44px;
							background:url(../../images/commNav_sprite.png) -58px 0 no-repeat;
							display:block;
						}
							ul#nav li#navCommunityGallery a:hover {
							background-position:-58px -44px;
						}
					ul#nav li#navBrowseMembers {
						width:150px;
					}
						ul#nav li#navBrowseMembers a {
							width:150px; height:44px;
							background:url(../../images/commNav_sprite.png) -239px 0 no-repeat;
							display:block;
						}
							ul#nav li#navBrowseMembers a:hover {
							background-position:-239px -44px;
						}
			#commHeader ul.features {
				width:318px;
				margin:71px 10px 0 81px;
				list-style:none;
				color:#f5f1e6;
				float:left;
				display:inline;
			}
				#commHeader ul.features  li {
					padding:5px 0 0 9px;
					background:url(../../images/list_square.gif) 0 10px no-repeat;
					font:bold 13px Arial, Helvetica, sans-serif;
					line-height:13px;
				}
					#commHeader ul.features  li.title {
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#766044;
						background:none;
					}
			#commHeader .joinLink {
				margin:93px 0 0 0;
				float:left;
			}
				#commHeader .joinLink h2 {
					font:bold 14px Arial, Helvetica, sans-serif;
					color:#f5f1e6;
				}
				#commHeader .joinLink a.btn:link, #commHeader .joinLink a.btn:active, #commHeader .joinLink a.btn:visited {
					width:103px; height:34px;
					margin:5px 0 0 0;
					display:block;
					background:url(../../images/btn_joinNow.jpg) 0 0 no-repeat;
				}
					#commHeader .joinLink a.btn:hover {
						background-position:0 -34px;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	Community Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#subNav {
		width:604px; height:32px;
	}
		ul#subNav li {
			float:left;
		}
		ul#subNav li a {
			background:url(../../images/sprites_comNav.png) 0 0 no-repeat;
			display:block;
		}
			ul#subNav li#subNavOverview {
				width:95px; height:32px;
			}
				ul#subNav li#subNavOverview a {
					width:95px; height:32px;
					background-position:0 0;
				}
					ul#subNav li#subNavOverview a:hover {
						background-position:0 -32px;
					}
			ul#subNav li#subNavGallery {
				width:95px; height:32px;
			}
				ul#subNav li#subNavGallery a {
					width:95px; height:32px;
					background-position:-95px 0;
				}
					ul#subNav li#subNavGallery a:hover {
						background-position:-95px -32px;
					}
			ul#subNav li#subNavBlog {
				width:70px; height:32px;
			}
				ul#subNav li#subNavBlog a {
					width:70px; height:32px;
					background-position:-190px 0;
				}
					ul#subNav li#subNavBlog a:hover {
						background-position:-190px -32px;
					}
			ul#subNav li#subNavComments {
				width:110px; height:32px;
			}
				ul#subNav li#subNavComments a {
					width:110px; height:32px;
					background-position:-260px 0;
				}
					ul#subNav li#subNavComments a:hover {
						background-position:-260px -32px;
					}
			ul#subNav li#subNavFriends {
				width:85px; height:32px;
			}
				ul#subNav li#subNavFriends a {
					width:90px; height:32px;
					background-position:-370px 0;
				}
					ul#subNav li#subNavFriends a:hover {
						background-position:-370px -32px;
					}
			ul#subNav li#subNavInbox {
				width:90px; height:32px;
			}
				ul#subNav li#subNavInbox a {
					width:23px; height:25px;
					padding:7px 5px 0 62px;
					background-position:-455px 0;
					font:bold 14px Arial, Helvetica, sans-serif;
					color:#766044;
				}
					ul#subNav li#subNavInbox a:hover {
						background-position:-455px -32px;
						color:#e27c0a;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	content box Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#community {
		width:604px;
		padding:0 0 0 16px;
	}
		#community .titleBar {
			height:25px;
			padding:4px 10px 0 9px;
			background:#231e1b;
			border-bottom:1px solid #1b130d;	
		}
			#community .titleBar h1 {
				width:375px;
				font:normal 18px Arial, Helvetica, sans-serif;
				color:#f5f1e6;
				float:left;
			}
			#community .titleBar a.btn_rss {
				width:70px; height:18px;
				margin:2px 0 0 0;
				background:url(../../images/btn_rss.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				#community .titleBar a.btn_rss:hover {
					background-position:bottom;
				}
			#community .titleBar .selectBox {
				float:right;
			}
		#community .contentBox {
			width:604px;
			padding:13px 0 234px 0;
			background:#9b9283;		
		}			
			
			
/*	--------------------------------------------------------------------------------------------------------------------------
	commLogIn Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#newsContent {
		
	}
		#commLogIn .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#commLogIn .titleBar h1#h1_logIn {
				width:52px; height:12px;
				background:url(../../images/h1_logIn.png) no-repeat;
			}
		#commLogIn .contentBox {
			height:227px;
			padding:12px;
			border-bottom:1px solid #aca394;
		}
			#commLogIn .contentBox .login {
				height:199px;
				padding:21px 0 6px 18px;
				background:#f5f1e6;
				border:none;
			}
			#commLogIn .login label {
				font:normal 16px Arial, Helvetica, sans-serif;
				color:#766044;
			}
			#commLogIn .login .inputBox input {
				width:323px; height:20px;
				margin:4px 0 17px 0; padding:1px 0 0 0;
				background:#dcd6c8;
				border:solid 1px #b6ae9d;
				color:#766044;
			}
			#commLogIn .login .checkBox {	
				margin:0 0 23px 0;
			}
				#commLogIn .contentBox .checkBox input {
					width:15px; height:15px;
					margin:0 4px 0 0;
					float:left;
				}
				#commLogIn .login .checkBox p {
					font:normal 14px Arial, Helvetica, sans-serif;
					color:#766044;
					line-height:14px;
					float:left;
				}
			#commLogIn .login a.btn:link, #commLogIn .login a.btn:active, #commLogIn .login a.btn:visited {
				width:75px; height:23px;
				padding:6px 0 0 0;
				display:block;
				background:url(../../images/btn_75.png) top left no-repeat;
				color:#613300;
				font:bold 14px Arial, Helvetica, sans-serif;
				text-decoration:none;
				text-align:center;
			}
				#commLogIn .login a.btn:hover {
					background-position:bottom;
					color:#14407d;
				}
	.contentHolder {
		padding:0 0 30px 0;
		background:#e3dfd3;
	}			
/*	--------------------------------------------------------------------------------------------------------------------------
	blogContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blogContent {
		width:604px;
		padding:0 4px 0 10px;
		float:left;
	}
		#blogContent .titleBar {
			height:21px;
			padding:8px 0 0 9px;
			background:#231e1b;
		}
		#blogContent .contentBox {
			height:216px;
			padding:13px 13px 0 13px;
			overflow:hidden;
			background:#9b9283;
		}
		#blogContent .footerBar {
			height:16px;
			padding:6px 13px 0 0;
			text-align:right;
			font:bold 10px Arial, Helvetica, sans-serif;
			line-height:11px
		}
			#blogContent .footerBar a:link, #blogContent .footerBar a:active, #blogContent .footerBar a:visited {
				padding:0 7px 0 0;
				color:#d8cfbd;
				text-decoration:none;
				background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
			}
				#blogContent .footerBar a:hover {
					color:#ff0000;
					background-position:right -40px;
				}
				
		#blogContent h1#h1_latestBlogs {
			width:165px; height:14px;
			background:url(../../images/h1_latestBlogEntries.png) no-repeat;
		}
		#blogContent .entry {
			width:576px;
			margin:0 0 1px 0; padding:0 0 2px 0;
			background:#f1f1f1 url(../../images/bg_communityBlog.png) 0 0 repeat-y;
		}
			#blogContent .entry p.date {
				width:84px;
				padding:6px 6px 0 0;
				float:left;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#908b86;
				text-align:right;
			}
			#blogContent .entry p.text {
				width:470px;
				float:left;
				padding:2px 8px 5px 8px;
				font:normal 16px Arial, Helvetica, sans-serif;
				line-height:21px;
			}
				#blogContent .entry p.text a:link, #blogContent .entry p.text a:active, #blogContent .entry p.text a:visited {
					color:#d33030;
				}
					#blogContent .entry p.text a:hover {
						color:#ff0000;
					}
				#blogContent .entry p.text .post {
					margin:2px 0 0 0;
					font:normal 11px Arial, Helvetica, sans-serif;
					display:block;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	mediaPanel Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mediaPanel {
		border:solid 1px #869098;
		width:308px; height:279px;
		margin:20px 0 0 10px;
		background:url(../../images/mediaPanel3_bg.jpg) no-repeat;
		float:left;
		display:inline;
	}
		#mediaPanel .buyLink {
			margin:140px 0 0 124px;
		}
		#mediaPanel a.btnBuyNow:link, #mediaPanel a.btnBuyNow:active, #mediaPanel a.btnBuyNow:visited {
			width:95px; height:39px;
			margin:0;
			display:block;
			background:url(../../images/btn_buyNow.jpg) 0 0 no-repeat;
		}
			#mediaPanel a.btnBuyNow:hover {
				background-position:0 -39px;
			}
		#mediaPanel #audioPlayerHolder {
			width:277px; height:59px;
			margin:21px 0 0 15px;
			color:#fad58b;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
		}
			#mediaPanel #audioPlayer {
				width:277px; height:59px;
			}
			#mediaPanel #audioPlayerHolder a:link, #mediaPanel #audioPlayerHolder a:active, #mediaPanel #audioPlayerHolder a:visited {
				color:#fefbbf;
			}
				#mediaPanel #audioPlayerHolder a:hover {
					color:#e4efff;
				}
		/* #altCol styles*/
		#altCol #mediaPanel {
			width:318px;
			margin:10px 0 0 0;
		}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	photosContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photosContent {
		width:314px;
		margin:20px 3px 0 3px;
		background:#9b9283;
		float:left;	
	}
		#photosContent .titleBar {
			height:17px;
			padding:7px 0 0 9px;
			background:#231e1b;
		}
		#photosContent .contentBox {
			height:230px;
			padding:8px 0 0 1px;
			overflow:hidden;
			
		}
		#photosContent .footerBar {
			height:16px;
			padding:3px 8px 0 0;
			text-align:right;
			font:bold 10px Arial, Helvetica, sans-serif;
			line-height:11px
		}
		#photosContent .footerBar a:link, #photosContent .footerBar a:active, #photosContent .footerBar a:visited {
			padding:0 7px 0 0;
			color:#d8cfbd;
			text-decoration:none;
		}
			#photosContent .footerBar a:hover {
				color:#000;
			}
		#photosContent h1#h1_photos {
			width:196px; height:14px;
			background:url(../../images/h1_latestGalleryPhotos.png) no-repeat;
		}
		#photosContent .entry {
			width:300px;
			text-align:center;
		}
			#photosContent .entry a:link, #photosContent .entry a:active, #photosContent .entry a:visited {
				width:300px; height:217px;
				padding:5px;
				display:block;
				background:#f1f1f1;
				overflow:hidden;
			}
				#photosContent .entry a:hover {
					background:#ffffff;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	communityContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#communityContent {
		width:314px;
		margin:20px 0 0 0;
		background:#9b9283;
		float:left;
	}
		#communityContent .titleBar {
			height:19px;
			padding:5px 0 0 9px;
			background:#231e1b;
		}
		#communityContent .contentBox {
			height:230px;
			padding:8px 0 0 5px;
			overflow:hidden;
		}
		#communityContent .footerBar {
			height:16px;
			padding:3px 8px 0 0;
			text-align:right;
			font:bold 10px Arial, Helvetica, sans-serif;
			line-height:11px
		}
		#communityContent .footerBar a:link, #communityContent .footerBar a:active, #communityContent .footerBar a:visited {
			padding:0 7px 0 0;
			color:#d8cfbd;
			text-decoration:none;
			background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
		}
			#communityContent .footerBar a:hover {
				color:#ff0000;
				background-position:right -40px;
			}
		#communityContent h1#h1_communityLatestMembers {
			width:251px; height:19px;
			background:url(../../images/h1_community-LatestMembers_15px.png) no-repeat;
		}
		#communityContent .entry {
			width:100px; height:115px;
			margin:0 1px 1px 0;
			font:normal 11px Arial, Helvetica, sans-serif;
			float:left;
			text-align:center;
			overflow:hidden;
		}
			#communityContent .entry a:link, #communityContent .entry a:active {
				width:100px; height:110px;
				padding:5px 0 0 0;
				display:block;
				background:#f5f1e6;
			}
				#communityContent .entry a:visited {
					width:100px; height:110px;
					padding:5px 0 0 0;
					display:block;
					background:#e8e3d4;
				}
				#communityContent .entry a:hover {
					width:100px; height:110px;
					padding:5px 0 0 0;
					display:block;
					background:#fff;
				}
			#communityContent .entry a img {
				padding:0 0 5px 0;
				display:block;
				margin:0 auto;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	userContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#userContent {
		width:320px;
		float:left;
	}
		#userContent .titleBar {
			height:19px;
			padding:9px 0 0 9px;
			background:#231e1b;
			color:#a15400;
			
		}

			#userContent .titleBar h1#h1_jameyJohnsonCommunity {
				width:196px; height:16px;
				background:url(../../images/h1_jameyJohnsonCommunity.png) no-repeat;
			}
		#userContent .contentBox {
			padding:8px 0 8px 9px;
			background:#cbc3b6;
		}
			#userContent .contentBox .userInfo {
				width:292px;
				padding:10px 0 0 10px;
				background:#f1f1f1;
			}
				#userContent .contentBox .userInfo .userPhoto {
					float:left;
				}
					#userContent .contentBox .userInfo .userPhoto img {
						display:block;
					}
				#userContent .contentBox .userInfo .user {
					margin:0 0 0 10px;
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#9b8569;
					float:left;
				}
					#userContent .contentBox .userInfo .user strong {
						font:normal 13px Arial, Helvetica, sans-serif;
					}
			/*	NOT LOGGED IN */
			#userContent .contentBox .userInfo .statusText {
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#9b8569;
			}
			#userContent .contentBox .userInfo .btnHolder {
				padding:0 0 10px 0;
			}
				#userContent .contentBox .userInfo .btnHolder a.btn:link, #userContent .contentBox .userInfo .btnHolder a.btn:active, #userContent .contentBox .userInfo .btnHolder a.btn:visited {
					width:70px; height:16px;
					margin:10px 0 0 0; padding:2px 0 0 0;
					display:block;
					background:url(../../images/btn_70.png) no-repeat;					
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#cfcfcf;					
					text-align:center;
					text-transform:uppercase;
				}
					#userContent .contentBox .userInfo .btnHolder a.btn:hover {
						color:#a5bdde;
						background-position:bottom;
					}
			#userContent .contentBox ul {
				width:292px;
				padding:0 0 7px 10px;
				background:#f5f1e6;
				color:#9b8569;
				list-style:none;
			}

				#userContent .contentBox ul li {
					margin:5px 0 0 0; padding:0 4px 0 0;
					background:url(../../images/list_line.gif) right 5px no-repeat;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
				}
					#userContent .contentBox ul li.noLine {
						background:none;
					}
					#userContent .contentBox ul li a {
						margin:2px 0 0 0;
					}
						#userContent .contentBox ul li a.active {
							color:#766044;
						}
				#userContent .contentBox ul li a.btn:link, #userContent .contentBox ul li a.btn:active, #userContent .contentBox ul li a.btn:visited {
					width:70px; height:18px;
					margin:0 0 0 15px;
					display:block;
					background:url(../../images/btn_logout.jpg) no-repeat;					
				}
					#userContent .contentBox ul li a.btn:hover {
						color:#a5bdde;
						background-position:0 -18px;;
					}
					
					
					
			#userContent .contentBox .login {
				width:292px;
				padding:0 0 7px 10px;
				background:#f1f1f1;
			}
				#userContent .contentBox .login a {
					width:62px; height:21px;
					margin:0 20px 0 0; padding:0;
					line-height:21px;
					float:right;
					display:inline-block;
				}
					#userContent .contentBox .login a:hover {
						background-position:0 -21px;
					}
					
			#userContent .contentBox .userInfo .user p {
				padding:0 0 5px 0;
			}