/*  
Theme Name: Language Theme
Theme URI: http://buddypress.org/
Description: Theme for BuddyPress language translations.
Version: 1.0
Author: AP
Author URI: http://buddypress.org
*/

body {
	background: #fff;
	padding: 0;
	margin: 0;
	margin-top: -28px;
	line-height: 180%;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #555;
	font-size: 14px;
}

img { border: none; }


/* CONTENT PAGES *****/

div#sidebar {
	float: left;
	width: 215px;
	border: 1px solid #fff;
	margin-left: -225px;
	margin-top: 1px;
	padding-top: 20px;
	border-left: 1px solid #e4e4e4;
}
	div#sidebar div.padder {
		padding-left: 25px;
		width: 224px;
	}
	
	div#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
		div#sidebar ul li {
			margin-bottom: 15px;
		}
		
		div#sidebar em {
			font-family: Georgia, Times, serif;
			font-size: 12px;
			font-style: italic;
		}
	
	div#sidebar div.avatar-box {
		float: left;
		margin-right: 15px;
	}
	
	div#sidebar h6 {
		margin: 0;
		font-size: 14px;
	}
	
	div#sidebar img { border: 2px solid #eee; }

div.container {
	margin-right: 225px;
	width: 100%;
	position: relative;
}

div#content {
	float: left;
	margin-right: 224px;
	padding-right: 30px;
	border-right: 1px solid #e4e4e4;
	width: 700px;
}

div#logo-header {
	background: #fff url( new_bp_images/header_back.gif) center left repeat-x;
	height: 65px;
}
	div#logo-header h1 {
		margin: 0;
	}
	
	div#logo-header h1 a {
		overflow: hidden;
		display: block;
		text-indent: -999em;
		width: 154px;
		height: 50px;
		background: url( new_bp_images/mini-logo.gif) bottom left no-repeat;
	}


/*****/

a { color: #d84800; }
a:hover { color: #aaa; }

a.button {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff url( new_bp_images/white-grad.png ) repeat-x left bottom;
	border: 1px solid #DDDDDD;
	color: #888;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 13px;
	text-decoration: none;
	vertical-align: bottom;
}
	a.button:hover { color: #333; border-color: #aaa; }
	
	a.download {
		color: #fff;
		border-color: #d84800;
		font-weight: bold;
		padding: 2px 13px 1px;
		background: #d84800 url( new_bp_images/download_button.gif ) repeat-x left bottom;
		text-shadow: #8e3001 0 -1px 0;
	}
		a.download:hover {
			color: #f0f0f0;
			border-color: #8e3001;
		}

h2 {
	font-size: 24px;
	margin-top: 35px;
	color: #555;
	margin-bottom: 15px;
}
	h2 a { text-decoration: none; color: #555; }
	
/* HEADER ****/

div#header {
	background: #3d3d3d;
}
	div#header a#logo-dark {
		background: url( new_bp_images/dark_logo.gif) top right repeat-x;
		width: 97px;
		height: 33px;
		overflow: hidden;
		text-indent: -999em;
		display: block;
		position: absolute;
		top: 6px;
		right: 8px;
	}

div#header ul, div#sub-nav ul {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
	div#header ul li, div#sub-nav ul li {
		float: left;
	}
		div#header ul li a, div#sub-nav ul li a {
			display: block;
			padding: 5px 12px;
			color: #ccc;
			text-decoration: none;
		}
			div#header ul li:first-child a, div#sub-nav ul li:first-child a { padding-left: 0; }
			div#header ul li.selected a, div#header ul li.current_page_item a, div#sub-nav ul li.current a { color: #fff; }
			div#header ul li a:hover, div#sub-nav ul li a:hover { color: #eee; }

div#sub-nav {
	background: #555;
	font-size: 12px;
}
	div#sub-nav ul li a {
		padding: 3px 12px;
	}
			
/* TOPSECTION ****/

.padder {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

div#topsection, div#contentsection {
	background: #fff url( new_bp_images/header_back.gif) bottom left repeat-x;
	height: 80px;
	font-size: 14px;
	text-shadow: #fff 1px 1px 0;
	line-height: 160%;
	padding-bottom: 25px;
}
	div#topsection h1 {
		background: url( new_bp_images/logo.gif) top left no-repeat;
		width: 290px;
		height: 70px;
		overflow: hidden;
		text-indent: -999em;
	}
	
	div#topsection p.bigger {
		font-size: 18px;
		line-height: 160%;
	}
	
	div#topsection div.left {
		width: 45%;
		float: left;
		margin-right: 3%;
	}
	
	div#topsection div.right {
		width: 51%;
		float: left;
	}	
		div#topsection div.right img { 
			margin-top: 20px;
		}
	
	div#topsection div.right p.info {
		position: relative;
		z-index: 9;
		background: #d84800;
		color: #fff;
		text-shadow: none !important;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		font-style: italic;
		float: right;
		padding: 2px 20px 2px 10px;
		margin-top: -65px;
		margin-right: -12px;
		text-align: right;
	}
		div#topsection div.right p a { color: #fff; text-decoration: none; }
	
	div#topsection.demo {
		background:none; 
		margin-top: 35px; 
		height: auto;
	}
	
	div#topsection span#language {
		font-size: 34px;
		font-weight: bold;
		color: #333;
		margin-top: -79px;
		margin-left: 310px;
		margin-bottom: 20px;
		border-left: 1px solid #ccc;
		padding: 15px 20px;
		display: block;
		width: 500px;
	}
	
	div.demo h2 {
		margin-bottom: 25px;
	}
	
	a.download { margin-top: 6px !important; display: inline-block; }

 	div#contentsection {
 		background: #fff;
		height: auto;
 	}
 	
/* MIDDLESECTION ****/

div#middlesection {
	background: #fff;
}
	div#middlesection h2 {
		font-size: 22px;
		margin: 35px 0 25px 0;
		color: #555;
		text-shadow: #eee 1px 1px 0;
	}	

	div#middlesection h3 {
		font-size: 18px;
		margin: 0 0 10px 0;
		text-shadow: #eee 1px 1px 0;
	}	
	
	div#middlesection img { border: 1px solid #eee; }
	
	div#middlesection div.left, div#middlesection div.middle, div#middlesection div.right,
	div#bottomsection div.left, div#bottomsection div.middle, div#bottomsection div.right {
		float: left;
		width: 306px;
		margin-right: 26px;
	}
		div#middlesection div.right, div#bottomsection div.right { margin-right: 0; }
	
	div.feature {
		min-height: 320px;
	}
	
	div.feature div.image p {
		position: relative;
		background: #3d3d3d;
		color: #fff;
		font-family: Georgia, Times, serif;
		font-size: 12px;
		font-style: italic;
		float: right;
		padding: 2px 20px 2px 10px;
		margin-top: -40px;
		margin-right: -7px;
		z-index: 9;
		text-align: right;
	}

/* BOTTOMSECTION ****/
		
div#bottomsection {
	background: #3d3d3d;
	overflow: hidden;
	color: #fff;
	text-shadow: #000 1px 1px 0;
}
	div#bottomsection h2 {
		font-size: 22px;
		color: #fff;
		margin: 35px 0 25px 0;
	}
	
	div#bottomsection div.feature div.image p {
		background: #d84800;
		font-size: 18px;
		margin: -150px 10px 0 0;
		padding: 8px 10px 5px 10px;
	}
	
	div#bottomsection div.feature {
		min-height: 260px;
	}
	
	
/* BLOG STYLES ****/

	div.author-avatar-box, div.comment-avatar-box {
		background: #f0f0f0;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0 !important;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		width: 80px;
		line-height: 150%;
		font-size: 12px;
	}
		div.author-avatar-box p, div.comment-avatar-box p { margin: 5px 0 0; }
		div.author-avatar-box a, div.comment-avatar-box a { text-decoration: none; }

		div.author-avatar-box img, div.comment-avatar-box img {
			float: none;
			border: 4px solid #fff;
			margin: 0;
		}
		
		div.post {
			margin-bottom: 60px;
			margin-top: 20px;
		}
			div.post div.date, div.post div.tags {
				margin: 0;
				border-top: 1px solid #ddd;
				border-bottom: 1px solid #ddd;
				padding: 2px 0;
				font-family: georgia, times, serif;
				font-style: italic;
				font-size: 12px;	
			}
			
			span.comments { float: right; }
			
		div.post-content {
			margin-left: 120px;
		}
		
		div.post h3 {
			font-size: 24px;
			color: #555;
			margin-bottom: 8px;
		}
			div.post h3 a { 
				color: #555;
				text-decoration: none;
			}

/* demo *****/

.site { 
	overflow: hidden;
	margin-bottom: 45px;
}
	.site img {
		border: 6px solid #eee;
	}
	
	.site .left {
		width: 61% !important;
	}

	.site .right {
		width: 35% !important;
	}
	
	.site .right h2 {
		margin-top: 6px;
	}
	
	.site a {
		color: #d84800 !important;
		text-decoration: underline !important;
	}



/* FOOTER *****/

div#footer {
	clear: both;
	background: #ddd;
	padding: 25px 0;
	overflow: hidden;
	text-shadow: #eee 1px 1px 0;
}

div#footer .left{
	float: left;
}

div#footer .right{
	float: right;
}

#wp-admin-bar { display: none; }

/** BLOG COMMENTS ***/


#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #555;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

textarea#comment {
	width: 597px;
}

#comment-textarea p {
	margin-left: 120px !important;
}

ol.commentlist {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

ol.commentlist li {
	margin: 10px 0 40px 0;
}
	div.comment-text {
		margin-left: 120px;
	}
	
	div.comment-meta {
		padding: 3px 0;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}

	div.comment-meta h5 {
		font-size: 14px;
		font-weight: bold;
		display: inline;
	}

	div.comment-meta em {
		float: right;
		font-size: 12px;
		font-family: georgia, times, serif;
	}

	div.comment-options {
		border-bottom: none;
	}


h4 {
	margin-top: 30px;
	margin-bottom: 0; 
	font-size: 18px;
}
	
