/*
Theme Name: Sophia
Theme URI: http://wplover.com/
Description: A modern, minimalistic Thematic child theme.
Author: Hafiz Rahman
Author URI: http://wplover.com/
Template: thematic
Version: 0.9
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

Changelog
---------
02 December 2009
* Added fixes for BuddyPress
* Removed unnecessary images from /images folder
* Modified the header area's bottom border.  

*/

/* Reset browser defaults */
/* @import url('../thematic/library/styles/reset.css'); */

/* Apply a basic layout */
@import url('3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/*
-----------------------------------------------------------------
	Eric Meyer's Reset CSS
----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:90%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
body {
	color : #333;
	font-family : "Lucida Grande", Arial, Verdana, sans-serif;
	font-size : 62.5%;
}
a {
	color: #5575AA;
}
a:hover {
	color: #ab700a !important;
}
hr { margin: 20px auto; color: #000; background-color: #000; border-color: #000; }
/*
-----------------------------------------------------------------
	Layout: Major
----------------------------------------------------------------- */  
#header {
	margin : 0 auto;
	position : relative;
	height: 135px;
	width : 960px !important;
# the important part is a buddymatic fix
}
#branding, #access {
	margin : 0 auto;
	overflow : visible;
	width : 960px;
}
#branding {
	padding-top : 15px;
}
#main {
	background: url("images/header-border.png") top left repeat-x;
}
#container {
	background: url("images/container.png") 550px 6px no-repeat;
	width: 540px;
}
#content {
	width: 520px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 20px 0 40px;
}
/*
-----------------------------------------------------------------
	Top Navigation and Header
----------------------------------------------------------------- */
#access {
	position : absolute;
	bottom: 0px;
	background: #E1E8E4;
}
.skip-link {
	display : none;
}
.sf-menu, .sf-menu * {
	list-style : none;
	margin : 0;
	padding : 0;
}
.sf-menu {
	line-height : 13px;
	width: 960px;
	margin-left: -10px;
}
.sf-menu ul { display:none; }
/*
.sf-menu ul {
	position : absolute;
	top : -999em;
	width : 16em;
}
.sf-menu ul li {
	width : 100%;
}
*/
.sf-menu li:hover {
	visibility : inherit;
}
.sf-menu li {
	float : left;
	position : relative;
}
.sf-menu a {
	display : block;
	position : relative;
}
/*
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left : 0;
	top : 12px;
	z-index : 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top : -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left : 16em;
	top : 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top : -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left : 16em;
	top : 0;
}
*/
.sf-menu a {
	padding : 5px 15px;
	text-decoration : none;
	font-size: 1.1em;
}
.sf-menu a, .sf-menu a:visited {
	color : #444;
	border-right: 1px solid #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu .current_page_item {
	background : #C0D1C9;
	outline : 0;
}
/*.sf-menu li a:hover { color:#FFF !important; }*/
.sf-menu ul {
	border-bottom : 1px solid #f0f0f0;
	border-left : 1px solid #f0f0f0;
	border-right : 1px solid #f0f0f0;
}
/*
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top : 23px;
}
.sf-menu ul ul {
	margin-top : 0;
}
.sf-menu ul a {
	border-bottom : none;
}
.sf-menu ul a:hover {
	color : #FF4B33;
}
*/
#blog-title {
	font: bold 40px Georgia, serif;
	letter-spacing: -1px;
	padding: 0;
	margin-top:0;
	background: url("images/henriktopp.png") left bottom no-repeat;
	height:95px;
}
#blog-title a {
	text-decoration: none;
	color: #853;
	visibility: hidden;
}
#blog-description {
	font: 1.2em "Lucida Grande", sans-serif;
	text-transform: capitalize;
	padding: 0 0 30px 74px;
	margin-top:-15px;
	color: #999;
	visibility: hidden;
}
/*
-----------------------------------------------------------------
	Main Content
----------------------------------------------------------------- */  
#nav-above {
	display: none;
}
.page-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	color: #999;
}
#index-top {
	background-color: #F5F5F5;
	padding: 0 10px 2px;
	margin:-10px 0 20px 0;
	border: 1px solid #DDD;
}
#index-top h3 {
	font-size: 2em;
	font-weight: bold;
}
/*
-----------------------------------------------------------------
	Entries
----------------------------------------------------------------- */
h1.entry-title {
	padding: 0 0 9px 0;
	margin: -10px auto 20px 0;
	border-bottom:1px dotted #EEE;
	font: 1.1em Georgia, serif;
	color: #999;
	text-transform: uppercase;
	display:none;
}
.post h1.entry-title, h1.post-entry-title {
	padding: 0 0 15px 0;
	margin: 25px auto -0.50em 0;
	border-bottom:1px dotted #EEE;
	font: 3em Georgia, serif;
	color: #333;
	text-transform: none;
}
.post h2.entry-title, h2.entry-title {
	padding: 0 0 15px 0;
	margin: 25px auto -0.50em 0;
	border-bottom:1px dotted #EEE;
	font: 3em Georgia, serif;
	color: #333;
	text-transform: none;
}
.entry-title {
	padding: 5px 0 2px 0;
	/*font: 2em Georgia, serif;*/
	color: #333;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-meta {
	margin-top: -8px;
	margin-bottom: 15px;
}
.entry-date {
	font: 1.2em Georgia, serif;
	text-transform: capitalize;
	font-variant: small-caps;
	margin-bottom: 15px;
	margin-right: 10px;
	color: #999;
	letter-spacing: 1px;
}
.post, #content .page {
	margin-bottom: 0px;
	padding-bottom: 30px;
	background: url("images/post.png") bottom center no-repeat;
}
.post h2, #content .page h2 {
	font: 1.40em Verdana, sans-serif;
	margin: 25px 0 -0.7em;
	color: #000;
}
.post h3, #content .page h3 {
	font: 1.15em Verdana, sans-serif;
	margin: 25px 0 -0.5em;
	color: #000;
}
.post p, #content .page p {
	line-height: 1.45em;
}
.entry-content {
	font: 1.3em/1.8em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333;
}
.entry-content h1 {
	margin: 20px 0;
	font: bold 2.0em/normal Georgia, serif;
}
.entry-content p {
	margin: 1.15em 0;
}
/*
.entry-content h3 {
  font-size: 1.15em;
  margin: 50px 0 10px;
  }
*/  
.entry-content blockquote {
	padding: 0px 30px 0px 25px;
	margin-left: 15px;
	border-left: 1px solid #ddd;
}
.entry-content pre {
	font-size: 1.6em;
}
.entry-content code {
	font-size: 1.2em;
}
.entry-content ul, .entry-content ol {
	/*color: #555;*/
	padding-left: 10px;
	margin: -5px 0 0 20px;
}
.entry-content ul li {
	list-style-type: disc;
	margin: 10px 0;
	line-height: 1.45em;
}
.entry-content ul li li {
	font-size: 1em;
}
.entry-content ol li {
	list-style-type: decimal;
	margin: 10px 0;
	line-height: 1.45em;
}
.entry-content ol li li {
	font-size: 1em;
}
.entry-content dt {
	font-style: italic;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.entry-content dd {
	margin-bottom: 1em;
	color: #555;
}
.entry-content dl {
	padding-left: 20px;
	margin-bottom: 1.3em;
}
.entry-utility {
	clear: both;
	margin: 20px 0 30px;
	border-top: 3px double #eee;
}
.entry-utility p {
	font-size: 1.2em;
	text-align: left;
	padding: 5px 0 5px 20px;
	margin: 0;
	border-top: 1px dotted #eee;
	background: url("images/more.png") left 5px no-repeat;
	color: #999;
}
.entry-utility p.author {
	border-top: 1px solid #eee;
}
.entry-utility em {
	font-family: Georgia, serif;
	color: #999;
}
.entry-utility a {
	color: #333;
	text-decoration: none;
}
.entry-utility .edit-link {
	text-transform: uppercase;
	font: 0.8em Georgia, serif;
	letter-spacing: 1px;
	float: right;
	margin-top: 4px;
}
.entry-utility .edit-link a {
	text-decoration: none;
}
/*
-----------------------------------------------------------------
	Comments
----------------------------------------------------------------- */    
#comments {
	padding : 22px 10px 0 0;
}
#comments, #comments input, #comments textarea {
	font-size : 12px;
}
#comments h3 {
	font-family : Georgia, serif;
	font-size : 1.4em;
	font-weight : bold;
	line-height : 22px;
	padding : 0 0 18px 0;
}
#comments-list {
	padding : 0 0 18px 0;
}
#comments-list ol, #comments-list ul {
	border : 3px double #eee;
	list-style : none;
	margin : 0;
}
#comments-list ol {
	margin : 0 0 18px 0;
}
#comments-list li {
	background : #fff;
	padding : 18px 1.5em 18px 1.5em;
	position : relative;
}
#comments-list li.alt {
	background : #f0f0f0;
}
#comments-list li.bypostauthor {
	background : #FFFFCC;
}
#comments-list ul li {
	border : 1px solid #ccc;
	margin : 0 0 18px 0;
}
#comments-list li .avatar {
	height : 36px;
	left : 1.5em;
	position : absolute;
	top : 22px;
	width : 36px;
}
#comments-list .comment-author {
	font-weight : bold;
	padding : 9px 0 0 46px;
}
#comments-list .comment-meta {
	color : #666;
	font-size : 11px;
	padding : 0 0 9px 46px;
}
#comments-list .comment-meta a {
	color : #666;
	font-style : italic;
	text-decoration : none;
}
#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
	color : #FF4B33;
}
.comment-reply-link {
	font-size : 11px;
	padding : 0 0 18px 0;
	text-align : right;
}
.comment-reply-link a {
	color : #666;
	font-style : italic;
	text-decoration : none;
}
.comment-reply-link a:active, .comment-reply-link a:hover {
	color : #FF4B33;
}
.comment-navigation {
	font-weight : bold;
	margin-right : 0.5em;
	padding : 0 0 18px 0;
}
.comment-navigation a {
	border : 1px solid #ccc;
	color : #666;
	font-weight : normal;
	padding : 0.5em 0.75em;
	text-decoration : none;
}
.comment-navigation a:active, .comment-navigation a:hover {
	color : #FF4B33;
}
.comment-navigation a, .comment-navigation span {
	margin-right : 0.5em;
}
#trackbacks-list .comment-content {
	left : -9000px;
	position : absolute;
}
#respond {
	background : #fff;
	margin-bottom : 22px;
	overflow : hidden;
	padding : 18px 0 0 0;
	position : relative;
}
#comments-list #respond {
	border-bottom : 1px solid #ccc;
	margin : 0 0 18px 0;
	padding : 18px 1.5em;
}
#comments-list ul #respond {
	border : 1px solid #ccc;
	margin : 0;
}
#cancel-comment-reply {
	font-size : 11px;
	position : absolute;
	right : 1.5em;
	top : 18px;
}
#cancel-comment-reply a {
	color : #666;
}
#respond .required {
	color : #FF4B33;
	font-weight : bold;
}
.form-section label {
	font-size : 11px;
}
.form-section input {
	margin : 0 0 18px 0;
	width : 98%;
}
.form-section textarea {
	width : 99%;
}
#form-allowed-tags p {
	color : #666;
	font-size : 11px;
	margin : 0;
}
#form-allowed-tags span {
	font-style : italic;
}
.form-submit {
	padding : 18px 0 0 0;
	text-align : right;
}
.subscribe-to-comments {
	color : #666;
	float : left;
	font-size : 11px;
	margin : 0;
	padding : 18px 0 0 0;
}
.solo-subscribe-to-comments {
	color : #666;
	font-size : 11px;
	padding : 18px 0 0 0;
}
.comment_license {
	clear : both;
	color : #666;
	font-size : 11px;
	margin : 0;
	padding : 18px 0 0 0;
}
#author-info {
	border: 1px dotted #ccc;
	padding: 5px;
	overflow: hidden;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#author-info h2 {
	border-bottom: 3px double #ddd;
	padding: 5px 0;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#author-info .avatar {
	float : left;
	border : 3px double #ddd;
	margin : 0 10px 10px 0;
}
/*
-----------------------------------------------------------------
	Sidebar
----------------------------------------------------------------- */    
.xoxo {
	padding: 40px 0 0;
	font:1.15em/1.6em "Lucida Grande",Arial,Verdana,sans-serif;
}
.blogroll, .gdpn-pages-item {
	padding: 0;
	font:1em/normal "Lucida Grande",Arial,Verdana,sans-serif;
}
.xoxo li {
	margin: 0 0 20px 0;
}
.xoxo li li {
	margin: 5px 0;
	margin-left: 12px;
	list-style-type: disc;
	color: #999;
	font-size: 1em;
	/*line-height: 175%;*/
}
.xoxo li li li {
	/*margin: 10px 0 0 0;
	font-size: 1em;*/
}
.xoxo li li li a {
	display: block;
}
.xoxo h3 {
	font: 1.45em Georgia, serif;
	/*font: 1.2em/normal "Lucida Grande",Arial,Verdana,sans-serif;*/
	color: #000;
	margin: 8px 0 3px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #aaa;
}
.xoxo p { margin-bottom: 0.5em; }
.xoxo a {
	color: #5575AA;
	text-decoration: underline;
}
.xoxo .widget_rbrichwidget a {
	color: #5575AA;
	text-decoration: underline;
}
#search {
	margin-top: 20px;
	background: #f5f5f5;
	padding: 5px;
}
#search h3 {
	display: none;
}
#searchform .search_input {
	padding: 5px;
	font: italic 1.2em Georgia, serif;
	color: #999;
	width: 276px;
	border: 1px solid #ccc;
}
#searchform .search_input:focus {
	color: #333;
	border-color: #999;
}
.textwidget {
	padding: 10px 0;
	/*font-size: 1.1em;
	line-height: 1.5;*/
}
/*
-----------------------------------------------------------------
	Footer
----------------------------------------------------------------- */  
#footer {
	clear: both;
	font-size: 1.2em;
	text-align: right;
	color: #999;
	padding : 30px 0;
	width: 960px;
	margin: 0 auto;
}
#address {
	text-align:left;
	margin:5px auto auto 0;
}
#address td {
	padding:0 20px 0 0;
	line-height: 1.55em;
}
#footer-content {
	border-top: 1px solid #bbb;
	padding: 10px 0;
}
#copy {
	margin-bottom: 3px; float:left;
}
#footer-content em {
	font-family: Georgia;
}
/*
-----------------------------------------------------------------
	Navigation & WP Pagenavi
----------------------------------------------------------------- */    

.navigation {
	color:#666;
	font: 1.1em Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height:18px;
	margin:0px 0 22px 0;
	overflow:hidden;
}
.navigation a {
	color:#666;
	text-decoration:none;
}
.navigation a:active, .navigation a:hover {
	color: #FF4B33;
}
.navigation .meta-nav {
	font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
.wp-pagenavi {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	text-transform: uppercase !important;
	padding: 5px 0 !important;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 3px 7px !important;
	text-decoration: none !important;
	color: #333 !important;
	background: #f0f0f0 !important;
	margin: 4px !important;
	border-width: 0 !important;
}
.wp-pagenavi a:hover {
	background: #eee !important;
	color: #20566f !important;
}
.wp-pagenavi span.pages {
	padding: 3px 7px !important;
	background: #eee !important;
	margin-right: 10px !important;
	border-width: 0 !important;
}
.wp-pagenavi span.current {
	padding: 3px 7px !important;
	border-width: 0 !important;
}
.wp-pagenavi span.extend {
	padding: 3px 7px !important;
	border-width: 0 !important;
}
/*
-----------------------------------------------------------------
	WordPress.org's Required Styles. Taken straight from Thematic.
----------------------------------------------------------------- */    

.nyrad {
	clear:both;
}
.entry-content img {
	margin: 0 0 18px 0;
	max-width:100%;
}
.alignleft, img.alignleft {
	float: left;
	margin-right:20px;
}
.alignright, img.alignright {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter, img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
	margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
.xoxo li.cleanli { list-style:none; padding-left:0; text-indent:0; margin-left:0; }