/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 990px;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.HeaderCustomize
{
	float:right;
	text-align:right;
	padding:4px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:250px;
}

.HeaderIcons
{
	width:100%;
	clear:both;
	margin-top:4px;
	text-align:right;
	float:right;
}
div#header {
	margin-bottom:5px;
}
h1 {
	font-size: 48px;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 700px;
	float: left;
	padding:4px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {

}
div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 30px 0 0 0;
}
div.thumbnail {
	width: 700px;
	float: left;
}
div.entry {
	margin-left:10px;
	width: 260px;
	float: left;
	padding:4px 4px 4px 4px;
}
div#content h2 {
	font-size: 24px;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
}
p.comment-link {
	margin: 0;
	font-size: 12px;
	line-height: 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
p.comment-link a {
	text-decoration: none;
}
p.comment-link a:hover {
	text-decoration: underline;
}
div#footer p {
	text-align: center;
}
div#footer p a {
	text-decoration: none;
}
div#footer p a:hover {
	text-decoration: underline;
}
div.post {
	margin: 0 0 6px;
}
h3#comments, h3#respond {
	line-height: 34px;
}
div.author {
	width: 150px;
	float: left;
}
div.author cite {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
.CommentSection
{
	width:100%;
}

.CommentLabel
{
	width:360px;
	padding:2px;
	background-color:lime;
}

.CommentLabel .thisLabel
{
	width:150px;
	background-color:red;
}

div.comment {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	border-bottom:1px dotted gray;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 4px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 2px 0 0;
}
form input, form textarea {
	margin: 0 2px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

.cssClear
{
	clear:both;
	height:2px;
}

div.PostsOnHomePage
{
	clear:both;
}

div.ArticleHeader
{
	clear:both;
	position:relative;
	text-align:left;
	width:100%;
	padding:2px;
}

.ArticleTitleHeadline
{
	width:100%;
	color:#FF6600;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px solid #0099CC;
	margin-bottom:20px;
}

.ArticleTitle
{
	width:870px;
	padding:2px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}

.ArticleDate
{
	position:relative;
	float:right;
	width:100px;
	text-align:right;
	vertical-align:top;
}

div.ArticleContent
{
	width:870px;
	padding:4px;
	clear:both;
}

.Previews
{
	width:210px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-bottom:4px;
	padding:4px;
}

div.PreviewsTitle
{
	width:100%;
	display:block;
	font-size:14px;
	padding:2px;
	padding-left:6px;
	font-weight:bold;
	position:relative;
	float:left;
}

div.PreviewsTitle a
{
	text-decoration : none;
}

div.PreviewsTitle a:hover
{
	text-decoration : underline;
}

div.PreviewsText
{
	clear:both;
	margin-left:6px;
	padding-right:2px;
	width:198px;
}

div.PreviewsText a
{
	text-decoration:none;
}

div.PreviewsText a:hover
{
	text-decoration:underline;
}

div.PreviewsOverlay
{
	color:white;
	background-color:#191919;
	position:absolute;
	right:8px;
	float:right;
	top:38px;
	padding-left:1px;
	padding-right:1px;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

div.PreviewsTextDate
{
	position:relative;
	float:left;
	padding-left:2px;
}

.PreviewsMiniIcons
{
	position:relative;
	float:right;
	margin-top:4px;
}

.PreviewsTextComment
{
	left:15px;
	float:left;
	padding:2px;
	height:35px;
	width:96%;
}

div.PreviewsThumbnail {
	width: 200px;
	float: left;
	padding:4px 4px 4px 4px;
}

div.PreviewsThumbnail img
{
	border:2px solid transparent;
}


div.PreviewsThumbnail img:hover
{

}

div.PageNavigation
{
	clear:both;
	padding:4px;
	display:block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}

div.PageNavigationCenter
{
	float:left;
	width:100%;
	padding:4px;
	text-align:center;
}

div.PageNavigationLeft
{
	float:left;
	width:300px;
	padding:4px;
	text-align:left;
}

div.PageNavigationRight
{
	float:right;
	width:300px;
	padding:4px;
	text-align:right;
}

.PostImage
{
	margin:5px;
}

.HeaderArea
{
	padding-top:10px;
	clear:both;
	height:60px;
}


.banner
{
	position:relative;
	float:right;
}

.bannerQuotes
{
	margin-top:10px;
	margin-bottom:5px;
	clear:both;
	height:40px;
	text-align:right;
}
.bannerQuotesText
{
	font-size:14px;
	font-family:comic sans ms, Verdana, Arial, Helvetica, sans-serif;
}
.blogTitle
{
	position:relative;
	font-size:30px;
	font-weight:bold;
	float:left;
	width:350px; 
	padding-bottom:10px;
	text-transform:lowercase;
}

.blogSubTitle
{
	clear:both;
	float:left;
	font-size:12px;
	font-style:italic;
	margin-left:30px;
	text-align:left;
}


.blogSubTitle a
{

}

.blogTitle a
{
	text-decoration:none;
}

.blogTitle a:hover
{
	text-decoration:underline;
}

.PostExcerpt
{
	font-family:Comic Sans Ms, Arial;
	font-size:14px;
}

blockquote {
	padding: 10px 10px 0 10px;
	line-height:1.5em;
	font-size:1.2em;
	font-family:Comic Sans Ms;
	letter-spacing:-0.05em;
	color: #647dbc;
	margin:10px 20px 10px 20px;
	}

.HeaderNavigationBar
{
	display:block;
	height:30px;
	border-bottom:2px solid #0099CC;
	padding:2px;
}



#top_icons
{
text-align:right;
float:right;
display:block;
}

#tabs {
height : 40px;
overflow : hidden;
padding : 0;
width : 100%;
float:left;
}
#tabs ul {
margin : 0;
padding : 0 0 0 5px;
width : 100%;
float : left;
}
#tabs li {
display : inline;
height : 32px;
margin : 0;
}
#tabs li a {
background : transparent url(images/bg_sidetab.gif) no-repeat;
color : #fff;
font-family : Tahoma, "Trebuchet MS", sans-serif;
font-size : 12px;
font-weight : bold;
float : left;
height : 30px;
padding : 4px 4px 5px 1px;
text-align : center;
width : 80px;
}
#tabs li a:hover {
background : transparent url(images/bg_sidetab.gif) no-repeat 0 -34px;
}
#tabs .sidetab_alt_feed a {
background : url(images/feed2.png) no-repeat -47px 0;
margin : 0 0 0;
height : 45px;
width : 40px;
}
#tabs .sidetab_alt_feed a:hover {
background : url(images/feed2.png) no-repeat 0 0;
}
#tabs .sidetab_alt_facebook a {
background : url(images/facebook.png) no-repeat -47px 0;
margin : 0 0 0;
height : 45px;
width : 40px;
}
#tabs .sidetab_alt_facebook a:hover {
background : url(images/facebook.png) no-repeat 0 0;
}

#tabs .sidetab_alt_flickr a {
background : url(images/flickr.png) no-repeat -92px 0;
margin : 0 0 0;
height : 45px;
width : 90px;
}
#tabs .sidetab_alt_flickr a:hover {
background : url(images/flickr.png) no-repeat 0 0;
}

#tabs .sidetab_alt_yashvinblogs a {
background : url(images/blog.png) no-repeat -77px 0;
margin : 0 0 0;
height : 45px;
width : 75px;
}
#tabs .sidetab_alt_yashvinblogs a:hover {
background : url(images/blog.png) no-repeat 0 0;
}

.PageText
{
	font-size:14px;
	font-family:comic sans ms, Verdana, Arial, Helvetica, sans-serif;
}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style-type:disc;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	font-family:"Courier New", Courier, mono;
	}

.post ol li ul li, #front-list ol li ul li {	
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:0px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}
	

.SingleRatingSection
{
	clear:both;
	height:40px;
}

.divFacebookShare
{
	width:80%;
	padding:10px;
	float:right;
	text-align:right;
}