h1, h2, h3, h4, h5, h6  {
	font-weight: bold;
}

h2 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 25px;
}

.proj {
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold;
}
a:hover {
	text-decoration:underline;
        color: #ef1111;
}

/* STRUCTURE */

#wrap {

}

#header  {
	position: relative;
	height: 65px;
}

#logo h1 {
	text-indent: -9999px;
	float: left;
}

#logo h1 a{
	display: block;
	height: 70px;
	width: 690px;
}

#header h1.title  {
	display: none;
}

#header h1.title a  {
	text-decoration: none;
}

#header p.description  {
	display: none;
}

.rss {
	text-align:left;
}

.rss li {
	margin: 0px !important;
}

.rss a  {
	text-decoration: none;
	font-size: 0.9em;
	background: url(images/design/btn_rss.gif) no-repeat center left;
	padding-left:20px;
}

.rss a:hover, .home_ad a:hover {
	text-decoration:underline;
}

#nav  {
	height: 45px;
	color: #000 !important;
}

#nav ul  {
	padding: 0;
	line-height: 45px;
	height: 45px;
	margin: 0px;
}

#nav ul li  {
	display: inline;
	margin: 0 24px 0 0;
	_margin-right:23px;
	font-family: 'Times New Roman', Times, serif;
}

#nav ul li h3 {
	color:#FFFFFF;
	font-size:14px;
}

#nav ul li a  {
	color: #fff;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
	line-height: 45px;
	padding:3px;
	
}

#content  {
	padding: 40px 0; /* menu to content padd */
}

#footer  {
	height: 45px;
	font-size: 1em;
	margin-bottom:30px;
}

#footer p  {
	margin: 0;
	line-height:23px;
}

#footer p a  {
	text-decoration: none;
}

#footer p a:hover  {
	text-decoration: underline;
}

#footer img {
	vertical-align:middle;
}

#footer .powered {
	text-align:left;
}

#footer .powered a {
	text-align:right;
	padding: 10px 0px 10px 2px;
}

#footer .credit {
	text-align: right;
}

/* tagline */

#tagline  {
	position: absolute;
	top: 45px;
	right: 20px;
	font-size:16px;
	font-weight:bold;
}

#tagline p {
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
}


/* BLOG CSS */

.post {
	margin-bottom:25px; /* post to post padding*/
}

.post p.categories {
	margin-bottom:5px;
}

.post p.categories span {
	padding: 5px;
	margin-top: 25px;
}

.post p.categories a  {
	font-weight: bold;
	text-decoration:none;
}

.post p.categories a:hover  {
	text-decoration:underline;
}

.post_seperator  {
	margin-bottom:10px;
	height:1px;
}

h2.title  {
	font-size:22px;
        margin-bottom:15px;
}

h2.theme_title  {
        font-size:28px;
	margin-bottom:20px;
	line-height:28px;
}

h2.title .date  {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size:14px;
}

h2.title a  {
	text-decoration: none;
}

.post p.comments a  {
	padding: 0 0 0 22px;
	font-weight: bold;
	text-decoration: none;
}

p.continue  {
	float: left;
	display: inline-block;
}

p.continue a  {
	font-weight: bold;
	text-decoration: none;
}

.widget {
	margin-bottom:15px;
	/* corg 2009-12-18 */
		padding-left: 20px;
}

#leftwidget  {
	width: 159px;
	padding-right: 10px;
	margin-right: 0;
}

.widgetlist  h3  {
	margin: 0;
	/* corg 2009-12-18 */
		/* padding: 5px 0 5px 10px; */
		padding: 5px 0 5px 0;
		margin-left: -10px;
	font-weight: bold;
	font-size: 14px;
}

.widgetlist ul  {
	margin: 0;
	/* corg 2009-12-18 */
		padding: 0;
}

.widgetlist ul li  {
	margin: 0;
	/* corg 2009-12-18 */
		/* padding: 4px 0 4px 10px; */
		padding: 4px 0 4px 0;
	list-style: none;
	font-size: 14px;
	border-bottom: 1px dotted #b9c1c9;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	text-decoration: underline;
}

.widgetlist ul li a:hover  {
	text-decoration: underline;
}


/* STYLES */

.fix {
	clear: both;
}

.bordered  {
	border: 0px solid #000;
}

.floatleft  {
 float: left;
}

.floatright  {
	float: right;
}

.alignright  {
	text-align: right;
}

.alignr  {
	text-align: right;
}

blockquote {
	font-size:14px;
	margin-bottom:15px;
	color:#4F4F4F;
}

/* INDIVIDUAL THEME LISTING */

.theme h2 {
	font-size: 14px !important;
	margin: 0px !important;
}

.large-screenshot {
	margin-bottom: 5px;
	padding: 0px; /* rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
	width: 690px;
}

.screenshot {
	margin-bottom: 3px;
	padding: 0px;
	width: 330px;
	height: 190px;
}

.screenimg {
	width: 100%;
	height: 100%;
	float:left;
	position: relative;
}

.screenimg span {
	position: absolute;
	font-size:12px;
	right: 0px;
	top: 7px;
}

.screenimg span a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
}

.theme .date {
	font-size: 11px;
    color:#ababab;
	padding-top: 2px;
	padding-right: 8px;
    text-align: right;
}

.theme p {
	margin: 0px 0px 4px !important;
}

.theme .tags {
	padding-left: 0px;
}

.theme .tags a {
	font-size: 13px;
	text-decoration: none;
}
.theme .tags a:hover {
	text-decoration: underline;
}

.theme .rating {
	font-size: 11px !important;
	width: 100% !important;
	padding-right: 8px;
}

.post-ratings-text {
	font-size: 11px !important;
	padding-right: 8px;
}


/* COMMENTS */

#comments {
	border-top: 1px solid #dddddd;
	padding-top:20px;
}

#comments h2  {
	margin: 0px 0px 20px;
	font-size: 18px !important;
	line-height: 24px;
	font-weight: normal !important;
}
.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 20px;
	padding:10px 10px 0px;
}
.commentlist p {
	margin-bottom:10px;
}
.commentlist .gravatar {
	float:right;
	margin:0px 5px 5px 20px;
}

.gravatar {
	width:65px;
	height:65px;
	float:right;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:10px;
}

.gravatar img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
}

.commentlist cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	margin-bottom:10px;
}
.commentlist cite a:hover {
	text-decoration: none !important;
}
.commentlist .metadata {
	color:#000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}	
.commentlist .metadata:hover {
	text-decoration: underline !important;
}
#commentform input {
	padding: 5px;
	margin-right: 10px;
}

#commentform #submit {
	font-size:14px;
}

#commentform textarea {
	padding: 10px;
	width:558px;
	_width:540px;
}

.pagenavi {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:30px;
}
.pagenavi_selected {
        color:#969696;
}
