/*
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('../thematic/library/layouts/2c-r-fixed.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;
	}
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 : #777;
	}
a:hover {
	color: #ab700a !important;
	}  
/*
-----------------------------------------------------------------
	Layout: Major
----------------------------------------------------------------- */  
#header {
	margin : 0 auto;
	position : relative;
	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") 630px 6px no-repeat;  
  width: 631px;
  }
#content {
  width: 610px; 
  margin-left: 10px; 
  padding: 40px 0;
  }
  
/*
-----------------------------------------------------------------
	Top Navigation and Header
----------------------------------------------------------------- */
#access {
	position : absolute;
	top : 0px;
  background: #f5f5f5;
	}
.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 {
	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 : #666;
  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 {
	background : #f0f0f0;
	outline : 0;
	}
.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: 4em Georgia,serif;
	letter-spacing: -2px;
	padding: 40px 0 0;
	margin-top: 30px;
	background: url("images/header.png") left 1px no-repeat;
	}	
#blog-title a {
  text-decoration: none;
  text-transform: capitalize;
  color: #333;
  }
#blog-description {
	font: 1.2em Lucida Grande, sans-serif;
	text-transform: capitalize;
	padding: 3px 0 30px;
	color: #999;
	}
/*
-----------------------------------------------------------------
	Main Content
----------------------------------------------------------------- */  
#nav-above {
  display: none;
  }
.page-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  color: #999;
  }
  
/*
-----------------------------------------------------------------
	Entries
----------------------------------------------------------------- */
.entry-title {
  padding: 5px 0 0;
  margin-bottom: 1px;
  font: 2.4em Georgia, serif;				
  color: #666;
  text-transform: capitalize;
  }
.entry-title a {
  text-decoration: none;
  color: #000;
  }
.entry-meta {
  margin-bottom: 40px;
  }
.entry-date {
  font: 1.2em Georgia, serif;
  text-transform: capitalize;
  font-variant: small-caps;
  margin-bottom: 40px;
  margin-right: 10px;
  color: #999;
  letter-spacing: 1px;
  }
.post, #content .page {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: url("images/post.png") bottom center no-repeat;
  }
.post h3, #content .page h3 {  
  font: 2em Georgia, serif;
  margin: 20px 0;
  color: #000;
  }  
.entry-content {
  font: 1.3em/1.8em Lucida Grande,Arial,Verdana,sans-serif;
  color: #333;
  }
.entry-content p {
  margin: 1.2em 0;
  }
.entry-content h3 {
  font-size: 1.4em;
  margin: 50px 0 10px;
  }  
.entry-content blockquote {
  padding-left: 10px;
  border-left: 1px solid #ddd;
  font-family: Georgia, serif;  
  color: #666;
  }
.entry-content pre {
  font-size: 1.6em;
  }
.entry-content code {
  font-size: 1.2em;
  }			
.entry-content ul, .entry-content ol {
  color: #555;
  margin-left: 20px;
  padding-left: 10px;
  }
.entry-content ul li {
  list-style-type: disc;
  margin: 15px 0;  
  }
.entry-content ul li li {
  font-size: 1em;
  }
.entry-content ol li {
  list-style-type: decimal;
  margin: 15px 0;
  }
.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: 10px 0 0;
  }
.blogroll {
  padding: 0;
  }
.xoxo li {
  margin: 0 0 20px 0;
  }
.xoxo li li {
  margin: 10px 0;
  margin-left: 12px;
  list-style-type: none;
  color: #999;
  font-size: 1.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.4em Georgia, serif;
  color: #000;
  margin: 5px 0 0; 
  padding-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  }
.xoxo a {
  color: #333;
  text-decoration: none;  
  }
#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 {
  font-size: 1.1em;
  padding: 10px 0;
  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;
  }
#footer-content {
  border-top: 1px solid #bbb;
  padding: 10px 0;
}
#copy {
  margin-bottom: 3px;
}
#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.
----------------------------------------------------------------- */    
.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;
  }
  
