/*
THEME NAME: Site 7
THEME URI: http://www.adityanaik.cp,/
DESCRIPTION: Aditya Naik's personal Website
VERSION: 7.0
AUTHOR: Aditya Naik
AUTHOR URI: http://www.adityanaik.com/
TAGS:  variable width, fixed width, two columns, widgets, theme options, white, blue, typography, gray

*/
* {
	margin:0;
	padding:0;
}

abbr {
	border-bottom-width: 0;
}

body {
	font-family: "Lucida Grande",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color:#000;
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:active, a:link, a:visited  {
	color: #900;
}

a:hover  {
	color:#000;
}

ul, ol {
	list-style:none;
}

#wrapper {
	margin: 0 auto;
}

h1 {
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

h1 a{
	display: block;
	text-indent: -9000px;
	background: url('images/header-top.gif') no-repeat;
	height: 60px;
	width: 284px;
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman",Times,serif;
	text-transform: lowercase;
	font-size:1.5em;
	font-weight: bold;
	margin-bottom:0.5em;	
}

p {
	margin-bottom:1em;
	line-height:1.8em;
}

#latesttheme {
	padding:0.5em 0 1em 0;
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
}

#latesttheme .screenshot img {
	padding:1em;
	border:1px solid #ddd;
	margin-bottom:1em;
}

#site-menu {
	background: url('images/header-bottom.gif') no-repeat 0px -1px;
	font-weight: normal;
	font-size:0.8em;
	letter-spacing: 0.4em;
	text-align:right;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

#site-menu ul{
	padding:0.8em 0;
	display: block;
}

#site-menu ul li{
	padding:0;
	display: inline;
}

#site-menu a {
	color:#777;
	padding:0.8em;
}

.container {
	width: 800px;
	margin: 0 auto;
}

#content {
	float:left;
	width:550px;
}
.post-left-column {
	float:left;
	width:150px;
	text-align:right;
}

.post-right-column {
	margin-left:170px;
}

.entry-meta span {
	display:block;
}

.meta-sep {
	text-align:left;
	text-indent:-9000px;
	height:1px;
	margin:1em 0;
	border-bottom:1px solid #ddd;
}

.linklog {
	width:550px;
}

.linklog p, .forumlog p {
	padding-left:20px;
	border-left:3px solid #900;
	padding-bottom:0;
}

#footer {
	line-height: 1.5em;
	padding:0.5em 0;
	border-top:1px solid #ddd;
	display: block;
	width: 100%;
}

#footer a {
	color: rgb(0, 187, 221);
}

.navigation {
	font-size: 0.8em;
	padding:0.5em 0;
}

.spacer {
	clear:both;
}

.nav-previous {
	width:50%;
	float:left;
}

.nav-next {
	text-align:right;
}

#sidebar {
	margin-left: 570px;
}

.textinput {
	padding:5px 4px 4px 4px;
	border: 1px solid #777;
	-moz-border-radius:3px;
}

#searchform #s {
	border:1px solid #777;
	-moz-border-radius:3px;
	width: 125px;
}

.button {
	background-color:#eee;
	color:#777;
	-moz-border-radius:3px;
	border:1px solid #777;
	cursor:pointer;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	padding:4px 4px 3px 4px ;
}

#searchform .button {
	width: 75px;
}

li.widget, .pagenav {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

.pagenav li, .widget li{
	padding: 0.25em 0;
}

.widget li a {
	display: block;
}

blockquote, code {
	-moz-border-radius:5px;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 1em;
	text-align: left;
	display: block;
	font-size: 1em;
	overflow: auto;
}

code {
	font-family: 'Courier New';
}

.avatar {
	padding: 0.3em;
	border: 1px solid #aaa;
}

.comment-author .fn {
	display: block;
}

.comment {
	padding: 1em;
	line-height: 1.8em;
}

.comment p {
	padding-bottom: 1em;
}

.comment blockquote p{
	padding-bottom: 0;
}

.comment blockquote {
	margin-bottom: 1em;
}

.commentlist .alt blockquote {
	background-color: #fff;
}

.commentlist .alt {
	-moz-border-radius:3px;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 0.5em;
	text-align: left;
	display: block;
}

.comment-meta {
	padding-top: 0.5em;
	border-top: 1px solid #aaa;
}

.pingback {
	padding: 1em 0;
	border-top: 1px solid #aaa;
	line-height: 1.8em;
}

.pingback p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: none;
}

.pingback .comment-meta {
}

.form-label, .form-input, .form-submit, .form-textarea {
	padding:1em 0;
}

.form-textarea textarea {
	width:90%;	
}

.post img {
	padding:1em;
	border: 1px solid #ddd;
}

#profile_block {
	text-align: right;
	float:right;
	width:250px;
}

.section {
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
	padding-bottom:1em;
}

#front-page-blog .post-right-column a {
	color: rgb(0, 187, 221);
}

.entry-meta, .comment-meta{
	font-size: 0.8em;
	font-weight:bold;
}

p.pingback-meta {
	font-weight:bold;
	border: none;
	padding:0;
}

.single .entry-title,
.page .entry-title,
.search .page-title,
.archive .page-title,
.pagenotfound .entry-title {
	padding:0.5em 0 1em 0;
} 

.page .entry-title,
.search .page-title ,
.archive .page-title,
.pagenotfound .entry-title {
	border-bottom:1px solid #ddd;
}

.navigation {
	padding-bottom:1em;
}

.projects .screenshot {
	width:300px;
} 

.linklog {
}

/* *** forum specific *** */

.forum-block {
	width:156px;
	float: left;
	padding: 10px 100px 10px 10px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 100px;
	text-transform: lowercase;
}

#forums-list .first, 
#forums-list .second,
#forums-list .first-current, 
#forums-list .second-current  {
	border-right: 1px solid #ddd;
}

#forums-list {
	border-bottom: 1px solid #ddd;
	margin-bottom:1em;
}

#forums-list .first {
	background-image: url('images/rants.png');
}

#forums-list .second {
	background-image: url('images/themes.png');
}

#forums-list .third {
	background-image: url('images/plugins.png');
}

#forums-list .current-forum a {
	color:#900;
}

#forums-list a {
	color: #00BBDD;
}

.forum-description {
	bottom:1px;
	display:block;
	font-family:"Lucida Grande",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	margin-top:1em;
	position:relative;
}

.forum-title {
	font-family: Georgia, "Times New Roman",Times,serif;
	font-size: 1.5em;
}


.frontpageheatmap a, a.tag-link{
	padding: 5px;
	color: #900;
}

.frontpageheatmap a.related {
	background-color: #00BBDD;
	color: #000;
}

.frontpageheatmap a:hover, a.tag-link:hover {
	background-color: #900;
	color: #fff;
}

.frontpageheatmap {
	padding-bottom: 1em;
}

.current-forum {
	border-bottom:3px solid #900;
	height:97px;
}

.forum-sidebar-links {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}
#front-page-discussion h2 {
	padding-bottom:1em;
}

#front-page-discussion .post-left-column ,
#front-page-discussion .topic {
	border-top:1px solid #ddd;
	padding-top:1em;
}

#front-page-discussion p.topic {
	margin:0;
	padding:0;
}

#front-page-discussion .topic a {
	display:block;
	padding:1em 0;
}

#topic-tags li {
	display:inline;	
	margin-right:1em;
}

fieldset {
	border:0;
}

#topic-tags fieldset {
	padding-top:1em;
	display:block;
}

.topic-header-left {
	text-align:left;
}

#userinfo {
	font-size:0.8em;
}

#userinfo dt {
	font-weight:bold;
}

#userinfo dl {
	padding-bottom:1em;
}

#useravatar {
	float:right;
	margin-left:10px;
}
