/*  
Theme Name: Robber Barons Profile Theme
Theme URI: http://buddypress.org/
Description: A bare-bones BuddyPress theme to start your own theme from.
Version: 1.2
Author: Andy Peatling
Author URI: http://apeatling.wordpress.com
*/

/**
 * I find it easier to break down CSS into seperate files, each one tackling a specific component.
 * Of course this is only a guide, you could quite easily keep all your CSS in this style.css file.
 */

/* First, include the "base" styles, that will structure and style the header, main content areas and footer. */

/**** BODY **********************************/
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #222;
	text-align: center;
	}

#page {
	background-color: black;
	text-align: left;
	}

#header {
	background: url('kubrickheader.jpg') no-repeat bottom center;
	}
	
	#navigation-1 {
	width:800px;
	margin-left: auto;
	margin-right:auto;
	list-style:none;
	height:20px;
	font:15pt "Courier New", Courier, monospace;
	font-weight:bold;
}
#navigation-1 li {
	padding: 0% 1.4% 1.4%;
	float:left;
	position:relative;
	width: auto;
	text-align:center;
	color:#FFFF00;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	color:#FFFF00;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	display:block;
	text-decoration:none;
	background:#3333FF;
}

#headerimg 	{
	height: 289px;
	width: 800px;
	}


/**** SEARCH / LOGIN BAR **********************/

#search-login-bar {

}



/**** BODY **********************/

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background:url(profilebg.png) repeat;
	margin: 20px auto;
	padding: 0;
	width: 800px;
	}

#header {
	padding: 0;
	height: 289px;
	width: 800px;
	}



.headerimg {
	margin: 0;
	height: 289px;
	width: 100%;
	}
h1, h1 a {
	font-size:1.45em;
	color:#FFF;
	font-weight:bold;
	padding-top:83px;
	padding-left:30px;
	padding-right:110px;
	text-align:center;
}

#item {
	background: url(waveshape.jpg) repeat-x;
	padding-top: 25px;
	}
	
img.avatar {
	margin: 10px;
	width:210px;
	height:auto;
}

#post_title {
	float:left;
	padding-top:0;
	}
	
#the_post{
	}

#left-column {
	float: left;
	width: 230px;
	margin-left:15px;
	}

#main-column {
	float:left;
	width: 500px;
	margin-left:40px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
	
p.label {
	text-indent:5px;
	text-align:left;
	font-weight:bold;
	color: #111;
}

p.data {
	text-align: left;
	color: #222;
}


/**** HEADER **********************************/

#header {

}
	#header h1.logo { }
	#header ul#nav { }


/**** USER NAVIGATION MENU ********************/

#userbar {

}


/**** ITEM OPTIONS NAVIGATION MENU ************/

#optionsbar {

}


/**** CONTENT *********************************/

#content {

}

	/* ---- Main Content Box ---------------- */
	
	#content-header {
		
	}	
		#content-header ul.content-header-nav { }
		
		
	/* ---- Main Content Box ---------------- */
	
	#content #main {
		
	}

		/* ---- Menu Column ----------------- */
	
		#content #main #page-menu {
		
		}
	
		/* ---- Main Column ----------------- */	

		#content #main #main-column {
		
		}
	
	
/**** FOOTER **********************************/

#footer {
	margin-bottom:25px;
	color:#CCC;
}


/**** COMMON ELEMENTS *************************/

div.clear { clear: both; }

/* Content block wrapper on profile and group pages */
div.info-group { }

/* Button block wrapper on group and profile menus */
div.button-block { }

/* All buttons contain this class */
div.generic-button { }

/* Generic pagination link class on all pagination links */
div.pagination-links { }

/* Pagination status text - "Viewing X to X of X" */
div.pag-count { }

/* All lists of content contain this generic class "group-list, friend-list" etc. */
ul.item-list { }

/* Horizonal listing of content, for example random friends or groups on the profile page */
ul.horiz-gallery { }

/* Most forms contain this class */
form.standard-form { }

/* All avatar images have this class */
img.avatar { }

/* All feedback error/success messages contain this class */
div#message { }


/* Next, include the CSS file for each component. Profile, Groups, Friends, etc... */
@import url( css/activity.css );
/**** LIST BLOGS/POSTS/COMMENTS PAGE *************/

ul#blog-list {
	
}

ul#comment-list {
	
}

div.recent-post {
	
}

/**** CREATE NEW BLOG PAGE ***********************/

/* Create blog form */
form#setupform {
	
}
@import url( css/directories.css );
@import url( css/friends.css );
@import url( css/groups.css );
@import url( css/messages.css );

/**** PROFILE PAGE *************************/

div#profile-name { }

table.profile-fields { 

}
	table.profile-fields tr.label {
		
	}
	
	table.profile-fields tr.data {
		
	}
	

/**** PROFILE EDIT PAGE *********************/

form#edit-profile-form {
	
}

@import url( css/wire.css );
