/*
Theme Name: Nerdlette v2
Theme URI: http://www.nerdlette.com
Description: Nerdlette WP Theme
Version: 0.26
Author: Nerdlette
Author URI: http://www.nerdlette.com
Tags: Nerdlette
*/

/*  This theme is licensed under the GPL  */

body {
background: url(images/bg.png) top center no-repeat fixed;
padding:0px;
margin:0 auto;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
background-color:#2d2d2d;
width:1046px;
color:#585858;
}

img { border:0px }

a, a:visited, a:link { color:#FF005A; text-decoration:none }
a:hover { color:#FF005A; }
form { display:inline }
h1,h2,h3,h4,h5,h6,div { margin:0px;padding:0px; }

#page {
width:1046px;
}

/* header */
#header {
width:1046px;
background: url(images/bg_header.png) 0px 0px no-repeat;
height:527px;
position:relative;
}

.logo_img {
background: url(images/logo.png) 34px 36px no-repeat;
width: 371px;
height: 56px;
padding: 36px 0 0 34px;
margin: 0;
}

/* navigation bar */
#navbar {
position:absolute;
top:123px;
left:11px;
width:1024px;
height:56px;
}

#navbar ul {
height: 56px;
padding:0px;
margin: 0 0 0 5px;
list-style:none;
white-space:nowrap;
}

#navbar ul li {
height: 56px;
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
font-weight: bold;
color: #464646;
text-align: center;
line-height: 56px;
letter-spacing: -1px;
float:left;
margin: 0;
}
#navbar ul li a{
	display: block;
	text-decoration: none;
	padding: 0 15px;
}
#navbar ul li a:link,
#navbar ul li a:visited{
color: #fff;
text-decoration: none;
}

#navbar ul li a:hover {
color:#ff005a;
text-decoration: none;
}

.nerdlette-search{
	margin: 0;
	float: right;
}

input.topsearch{
	background: url(images/bg_searchinput.png) 0px 0px no-repeat;
	width: 232px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 18px;
	letter-spacing: -1px;
	padding: 9px;
	border: 0;
	margin: 10px 0 0 0;
	float: left;
}

.button-search{
	width: 36px;
	height: 36px;
	margin: 10px 0 0 5px;
	float: right;
}

.button-rss{
	background: url(images/btn_rss.png) 0px 0px no-repeat;
	width: 36px;
	height: 36px;
	margin: 10px 10px 0 5px;
	float: right;
}

.nerdlette-news{
	background: #ededed;
	width: 1024px;
	height: 26px;
	border-bottom: 1px solid #dedede;
	margin: 0;
	position:absolute;
	top:179px;
	left:11px;
}

.nerdlette-news h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 26px;
	padding: 0 0 0 22px;
	margin: 0;
	float: left;
}
.nerdlette-news h1 span{
	color: #bebebe;
}

.nerdlette-news h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #838383;
	text-align: left;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
}
.nerdlette-news h2 a:link,
.nerdlette-news h2 a:visited{
	color: #ff005a;
	text-decoration: none;
}
.nerdlette-news h2 a:hover{
	color: #ff005a;
	text-decoration: underline;
}

.nerdlette-extras{
	width: 1024px;
	height: 321px;
	margin: 0;
	position:absolute;
	top:206px;
	left:11px;
}

.nerdlette-announcements{
	background: url(images/bg_announcements.png) 0px 0px no-repeat;
	width: 580px;
	height: 312px;
	margin: 9px 0 0 9px;
	float: left;
}

.nerdlette-twitter{
	background: url(images/bg_twitterpanel.png) 0px 0px no-repeat;
	width: 397px;
	height: 312px;
	text-align: center;
	padding: 10px 10px 0 10px;
	margin: 9px 0 0 9px;
	float: left;
}

.twtr-tweet-text p{
	color: #fff;
	font-size: 11px;
}

.button-follow{
	background: url(images/btn_follow.png) 0px 0px no-repeat;
	width: 62px;
	height: 23px;
	margin: 25px 13px 0 0;
	float: right;
}

.current_page_item {
border: 0;
}

/* featured posts */
#featured {
width:1000px;
/*background-image:url(images/featuredbg.gif);
background-repeat:repeat-x;*/
height:215px;
}

#featuredbg {
height:198px;
background-image:url(images/featuredbg2.gif);
width:1000px;
background-repeat:no-repeat;
position:relative;
overflow:hidden;
}

.featuredpic {
width:550px;
height:190px;
position:absolute;
left:19px;
top:4px;
}

.featuredtext_holder {
position:absolute;
right:19px;
top:2px;
width:350px;/*380*/
height:176px;/*196*/
line-height:20px;
padding:10px;
padding-left:20px;
}

.featured_fixed_height {
height:147px;
margin-bottom:7px;
overflow:hidden;
border:0px solid red
}

.featuredposttitle {
border-bottom:1px solid #555555;
font-size:15px;
color:#f1f1f1;
font-weight:bold;
}

.featuredpostcommentcount {
color:#ff86a5;
}

.featuredpostcontent {
line-height:16px;
color:#b8b8b8;
margin-top:8px;
margin-bottom:10px;
padding-left:8px;
border-left:5px solid #353535;
overflow:hidden;
position:relative;
}

.featuredpostcontent a {
color:#ff86a5
}

.featuredpostcontent p {
margin:0px;padding:0px;height:95px;
}

.featuredseemore {
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#989898;
}

.featuredseemore a,.featuredseemore a:link,.featuredseemore a:visited {
color:#cccccc; border-bottom:1px solid #555555
}

.grad {
height:10px;
background-color:#232324;
width:380px;
position:absolute;
left:0px;
display:none
}

/* content */
#content_wrapper {
background: url(images/bg_contentwrapper.png) 0px 0px repeat-y;
width: 1046px;
margin:0 auto;
position:relative;
}

.leftcontent_wrap {
width: 663px;
float:right;
margin: 0 30px 0 0;
}

.leftcontent {
width: 663px;
padding: 0;
line-height:18px;
margin: 0;
}

.oneblog {
margin: 0 0 20px 0;
}

.thumbnail {
padding:3px;
background-color:#191919;
border:1px solid #444444;
margin-bottom:6px;
width:125px;
height:125px;
}

.date {
color:#aaaaaa;
font-size:12px;
font-weight:normal;
margin:0 auto;
width:133px;
height:15px;
}

.oneblog_float {
width:140px;
text-align:center;
height:170px;
}

.right {float:right;}
.left {float:left;}

.blog_detail {
width:430px;
color:#cccccc;
position:relative;
margin: 0;
}

.grad2 {
height:5px;
background-color:#1c1c1c;
width:435px;
position:absolute;
left:0px;
}

.extrawidth {
width:663px;
}

h1.blogtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color:#ff005a;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 0 13px;
}
h1.blogtitle a:link,
h1.blogtitle a:visited,
h1.blogtitle a:hover{
	color: #ff005a;
}

h1.poststats{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color:#585858;
	padding: 0;
	margin: 0 0 10px 13px;
}
h1.poststats a:link,
h1.poststats a:visited{
	color: #585858;
	text-decoration: underline;
}
h1.poststats a:hover{
	color: #ff005a;
	text-decoration: none;
}

.postdetails {
	background: #eee;
	border-top: 1px dotted #bebebe;
	padding:3px 10px 5px 0;
	padding-left:10px;
	margin-bottom:5px;
}
.postdetails a:link,
.postdetails a:visited{
	color: #585858;
	text-decoration: none;
}
.postdetails a:hover{
	color: #000;
	text-decoration: none;
}

.postdetails img { vertical-align:middle; margin-right:5px; }
.clear { clear:both }

.excerpt {
line-height:18px;
color:#cccccc;
margin-top:14px;
margin-bottom:10px;
padding-left:8px;
height:110px;
overflow:hidden;
border-left:5px solid #353535;
}

.excerpt p { margin:0px; padding:0px }

.excerpt a,.excerpt a:link,.excerpt a:visited {
color:#f284a0
}

.sep {
height:5px;
border-top: 1px dotted #bebebe;
margin: 25px 0;
}

/*single.php*/
h1.singleposttitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color:#ff005a;
	letter-spacing: -1px;
	padding: 15px 0 0 0;
	margin: 10px 0 0 13px;
}
h1.singleposttitle a:link,
h1.singleposttitle a:visited,
h1.singleposttitle a:hover{
	color: #ff005a;
}

.singlepostdetails {
	background: #eee;
	border-top: 1px dotted #bebebe;
	padding:3px 10px 5px 0;
	padding-left:10px;
	margin-bottom:5px;
}
.singlepostdetails a:link,
.singlepostdetails a:visited{
	color: #585858;
	text-decoration: none;
}
.singlepostdetails a:hover{
	color: #000;
	text-decoration: none;
}

.singlesep {
height:5px;
border-top: 1px dotted #bebebe;
margin: 15px 0 20px 0;
}

.singlepostimage {
margin:0 auto;
padding:3px;
background-color:#272727;
border:1px solid #414141;
}

.singlecontent,.searchcontent {
	width: 648px;
	margin: 0 0 0 15px;
	line-height: 18px;
	color: #585858;
}

.searchcontent {
width:596px;/*636*/
background-color:#1c1c1c;
padding-top:10px;
line-height:18px;
}

.singlecontent h1,.singlecontent h2,.singlecontent h3 {
margin-bottom:7px;
margin-top:25px;
}

.singlecontent h4,.singlecontent h5,.singlecontent h6 {
margin-bottom:7px;
margin-top:15px;
}

.singlecontent h1,.searchcontent h1,.singlecontent h2,.singlecontent h3 {
color:#ff005a;
margin-top:35px;
font-size:21px;font-weight:normal;
}

.singlecontent h4 {
font-size:17px;
font-weight:normal;
margin-top:30px;
border-bottom:1px solid #333333;
}

.singlecontent h5 {
font-size:15px;
font-weight:normal;
}


.singlecontent b,.singlecontent strong {
font-weight:bold;
font-size:13px;
color:#ff005a;
}

.singlecontent a,.singlecontent a:link,.singlecontent a:visited,.singlecontent ul li a {
color:#ff005a;
border-bottom:1px dashed #ff005a;
}

.singlecontent blockquote {
display:block;
background-color:#292929;
border:1px dashed #444444;
padding:20px;
margin:0px;
margin-top:10px;
margin-bottom:10px;
}

.singlecontent img {
border:1px solid #444444;
padding:3px;
margin-right:5px;
margin-bottom:5px;
}

.singlecontent img { 
max-width: 575px; 
width: expression(this.width > 575 ? 575: true);
}

.singlecontent .wp-smiley {
padding:0px;
border:0px;
}

.singlecontent ul,.lunaul {
list-style:square;
margin-bottom:20px;
padding:0px;
padding-left:25px;
}

.singlecontent ul li,.lunaul li {
padding:2px;
}

.singlecontent i,.singlecontent em {
color:#f9f9f9;
font-size:13px;
}

#multipage-links {
margin-top:20px;
}

#multipage-links a,#multipage-links a:link,#multipage-links a:visited {
padding:4px;
background:#333333;
border:1px solid #444444;
}

.singlesep2 {
height:5px;
border-top: 1px dotted #bebebe;
margin: 60px 0 13px 0;
}

.singlepostinfo {
margin:-20px;
margin-top:63px;
margin-bottom:-20px;
background-color:#222222;
padding:20px;
border-top:2px dashed #3f3f3f;
border-bottom:2px dashed #3f3f3f;
}

.singlepagfeinfo {/*for page.php*/
margin:-20px;
margin-top:63px;
margin-bottom:-20px;
background-color:#222222;
border-top:2px dashed #3f3f3f;
border-bottom:2px dashed #3f3f3f;
border-top:1px dashed #3f3f3f;
border-bottom:1px dashed #3f3f3f;
padding:5px;padding-top:8px;padding-left:13px;padding-right:13px;
}

.leftcontent input,.leftcontent textarea {
background:#202020;
border:1px solid #000;
color:#eeeeee;
font-family:Lucida Sans Unicode;
padding:3px;
font-size:12px;
}

.leftcontent button, .leftcontent input[type="submit"] {
	padding-left:9px;
	padding-right:9px;
}

.leftcontent table {
border:1px solid #444444;
border-top:0px;
border-right:0px;
}

.leftcontent table tr th {
padding:5px;
background-color:#333333;
border:1px solid #444444;
border-left:0px;
border-bottom:0px;
}

.leftcontent table tr td {
padding:5px;
background-color:#222222;
border:1px solid #333333;
border-left:0px;
border-bottom:0px;
}

.adsense-afterpost {
margin-top:45px;
margin-bottom:-30px;text-align:center;
}

/*single.php - related posts*/
.relatedblock {
width:130px;
float:left;
margin-left:50px;
}

.relatedblock img {
margin-bottom:3px;
margin-top:5px;
margin-left:0px;
padding:3px;
background-color:#191919;
border:1px solid #444444;
}

.relatedblock .details {
text-align:center;
margin-bottom:5px;
}

/*single.php - social bookmark*/
.socialbmark {
margin:-20px;
margin-top:20px;

text-align:center
}

.socialbmark img {
margin-left:5px;
}

/*comments area*/
.singleposttitle div.replyjump {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	float:right;
	padding:0;
	margin:0;
}
.singleposttitle div.replyjump a{
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
.singleposttitle div.replyjump a:link,
.singleposttitle div.replyjump a:visited{
	background: #202020;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
}
.singleposttitle div.replyjump a:hover{
	background: #ff005a;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
}

.commenttitle {
	margin: 30px 0 5px 0;
	padding-left:13px;
	padding-top:7px;
	font-size:11px;
}

.comment-container{
	width: 590px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color:#2e2e2e;
	border:1px solid #232323;
	margin-bottom:10px;
}

.comment-left, .comment-left-admin{
	float: left;
	clear: left;
	width: 72px;
	text-align: center;
	color: #dddddd;
	font-size: 1em;
	overflow: hidden;
	background-color:#2e2e2e;
	padding:10px;
	padding-top:15px;
}

.comment-right {
	float: left;
	clear: right;
	width: 464px;
	overflow: hidden;
	padding-left:10px;
	background-color:#2e2e2e;
	padding-top:15px;
}

.admincomment {
background-color:#881f51;
border-left:4px solid #611539;
border-right:4px solid #611539;
}

.admincomment .avatar {
	padding: 3px;
	background: #5a1737;
	border: 1px solid #666666;
	margin: 0px 0px 5px 0px;
}

/* threaded comment*/
.comment-childs {
margin:5px !important;
padding:5px !important;
padding-left:15px !important;
background-color:#292929 !important;
border:0px solid #333333 !important;
font-size:13px !important;
border-left:4px solid #393939 !important;
}

.comment-childs cite { margin-right:10px; }
.commentmetadata { font-size:11px  !important; color:#999999 }

/* end threaded comment*/

.comment-header{
	width: 428px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #dddddd;
	font-size: 1.167em;
}

.comment-header a:link,
.comment-header a:visited{
	font-style: normal;
	color: #dddddd;
	font-size: 1.417em;
}

.comment-header a:hover{
	color: #dddddd;
}

.comment-header .comment-number{
	font-weight: bold;
	font-style: italic;
	color: #333;
	font-size: 1.167em;
}

.comment-content{
	text-align: justify;
	line-height: 1.834em;
	font-size: 13px;
}

.comment-content p{
	padding: 0px 0px 15px 0px;
}

.comment-content a,.comment-content a:visited,.comment-content a:link { color:#dddddd }

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	font-family: "Trebuchet MS", sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 1.25em;
	padding: 0px 0px 15px 0px;
}

.comment-content blockquote{
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
	background: #333333;
	font-style: italic;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	color: #999999;
}

.comment-content ul,
.comment-content ol{
	padding: 10px 10px 10px 30px;
	background: #202020;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #bebebe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment-content ul{
	list-style-image: none;
	list-style-type: disc;
}

.comment-left img{
	padding: 3px;
	background: #000000;
	border: 1px solid #666666;
	margin: 0px 0px 5px 0px;
}

.comment-edit-link {
color:#ffffff
}

.comment-textarea, .textarea {
	padding:5px;
	border:1px solid #000;
	background-color:#202020;
	color:#dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment-textarea {	width: 656px; }

.comment-textarea:focus,.textarea:focus {
	border:1px solid #000;
}

.comment-input {
	width: 300px;
	padding:5px;
	overflow: hidden;
	border:1px solid #4f4f4f;
	background-color:#222222;
  color:#dddddd;
}

.comment-input:focus {
	border:1px solid #555555;
}

.commentsform_title {
background:#111111;
padding:3px;
border:1px solid #222222;
width:50px;
float:left;
color:#bfbfbf
}

.comment-button {
	background: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding:5px 10px;
	margin:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.comment-button:hover{
	background: #ff005a;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

/*right sidebar*/
.rightsidebar {
	background: #202020 url(images/bg_sidebar.png) 0px 0px no-repeat;
	width:300px;
	padding: 16px 8px 0 8px;
	margin: 9px 0 0 20px;
	float:left;
}

.rightsidebar a:link,
.rightsidebar a:visited{
	color: #fff;
	text-decoration: none;
}
.rightsidebar a:hover{
	color: #009cff;
	text-decoration: none;
}

.rightsidebar h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 0 19px;
}

.rightsidebar h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-align: left;
	padding: 0;
	margin: -1px 0 0 19px;
}

.rightsidebar ul{
	width: 100%;
	list-style-type: none;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #3d3d3d;
}
.rightsidebar ul.lastlist{
	width: 100%;
	list-style-type: none;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 0;
	border: 0;
}

.rightsidebar ul li{
	width: 250px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	line-height: 26px;
	padding: 0 9px;
	margin: 0 16px 3px 16px;
}
.rightsidebar ul li span{
	float: right;
	margin: -26px 0 0 0;
}

.rightsidebar ul li:hover{
	background: url(images/bg_sb-li_over.png) 0px 0px no-repeat;
	color: #009cff;
}
.rightsidebar ul li:hover a{
	color: #009cff;
	text-decoration: none;
}
.rightsidebar ul li a{
	display: block;
	text-decoration: none;
}
.rightsidebar ul li a:link,
.rightsidebar ul li a:visited{
	color: #fff;
	text-decoration: none;
}
.rightsidebar ul li a:hover{
	color: #009cff;
	text-decoration: none;
}

.tag-cloud{
	width: 86%;
	padding: 10px 7%;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #3d3d3d;
}

.ad-grid{
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}

.sidebar-closer{
	background: url(images/bg_sidebar-footer.png) 0px 0px no-repeat;
	width: 316px;
	height: 7px;
	margin: 0 0 0 -8px;
	float: left;
}

.sidesep {
background-image:url(images/sidesep.gif);
width:270px;
height:10px;
background-repeat:repeat-x;
margin-left:10px;
margin-bottom:20px;
margin-top:20px;
}

.adv {
width:280px;
text-align:center;
margin:0 auto;
}

.adv img { float:left; margin-right:15px; margin-bottom:15px }

.widgetobj {
width:268px;
margin:0 auto;
margin-top:20px;
padding:10px;
padding-top:0px;
}

.widgettitle,.tabber .tabbertab h2 {
background-image:url(images/widgettitle.jpg);
height:21px;/*28*/
width:253px;/*268*/
padding-left:15px;
padding-top:7px;
background-repeat:no-repeat;
color:#bfbfbf;
font-family:tahoma;
font-size:11px;
font-weight:bold;
margin-bottom:6px;
margin-left:-10px;
margin-right:-10px;
}

.widgetcontent {
}

.side_subscribe {
color:#dfdfdf;
line-height:20px;
}

.side_subscribe a,.side_subscribe a:link,.side_subscribe a:visited { text-decoration:underline }

.textwidget a {
color:#ED8BAF
}

.textwidget b,.textwidget strong {
font-family:tahoma
}

#recentcomments .recentcomments a {
color:#cccccc;
text-decoration:underline
}

#recentcomments .recentcomments .url {
color:#cccccc;
text-decoration:none
}

.subs_email {
background-color:#202020;
border:1px solid #393939;
margin-top:15px;
margin-bottom:5px;
padding:6px;
font: bold 11px tahoma;
letter-spacing:1px;
color:#cccccc;
width:180px;
}

.widgetobj ul,.tabber .tabbertab ul {
list-style-image:url(images/li.gif);
padding:0px;
margin:0px;
padding-left:16px;
}

.tabberlive .tabbertab ul {
list-style-image:url(images/li.gif);
padding:0px;
margin:0px;
padding-left:17px;
}

.widgetobj ul li,.tabber .tabbertab ul li,.tabberlive .tabbertab ul li {
padding:4px;
padding-left:0px;

}

.tabberlive .tabbertab ul li {
border-bottom:1px solid #333333
}

.widgetobj ul li strong a,.tabber .tabbertab ul li strong a,.tabberlive .tabbertab ul li strong a {
font-weight:normal;
color:#f284a0 !important;
}

.widgetobj ul li a:hover,.tabber .tabbertab ul li a:hover,.tabberlive .tabbertab ul li a:hover  {
border-bottom:1px dashed #777777;
}

/* fix bugs in msie */
.removefloat { float:none }

/*footer*/
#footer {
background: url(images/bg_footer.png) 0px 0px no-repeat;
width:1046px;
height: 67px;
margin: 0;
}

#footer p{
	height: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6b6b6b;
	text-align: left;
	padding: 13px 0 0 30px;
	margin: 0;
}
#footer p a:link,
#footer p a:visited{
	color: #009cff;
	text-decoration: none;
}
#footer p a:hover{
	color: #009cff;
	text-decoration: none;
}

/*flickr*/
.flickr_roundedtop, .flickr_roundedbtm {
background-image:url(images/flickr_roundedtop.jpg);
background-repeat:no-repeat;
width:930px;
height:8px;
font-size:1px;
margin:0 auto;
}

.flickr_roundedtop {margin-top:40px;}

.flickr_roundedbtm {
background-image:url(images/flickr_roundedbtm.jpg);
margin-bottom:10px;
}

#flickr {
width:750px;/*930*/
background-image:url(images/flickr_logo.gif);
background-repeat:no-repeat;
background-color:#1f1f1f;
margin:0 auto;
padding:10px;
padding-left:170px;
}

.flickrimg {
}

.flickrimg_foot {
margin-top:15px;
}

.flickrimg img,.flickrimg_foot img {
margin-right:10px;
padding:3px;
background-color:#222222;
border:1px solid #444444;
margin-bottom:10px;
}

/* Wordpress Necessary */
.below-post .bold {
color:#585858;
font-size:14px;
}

.go-left{float: left;clear: left;}
.go-right{	float: right;	clear: right;}
.go-center{	margin: 0 auto;	text-align: center;}
.bold{ font-weight: bold;}
.italic{ font-style: italic;}
.block{	display: block;}
.align-right{	text-align: right;}
.align-left{ text-align: left;}

.wp-pagenavi {
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.navigation { 
position:relative;
padding:10px;
padding-left:20px;
padding-right:20px;
background-color:#222222;
margin-left:-20px;
margin-right:-20px;
margin-top:5px;
margin-bottom:-10px;
border-top:1px dashed #555555;
border-bottom:1px dashed #555555;
}

.postmetadata { font-family:verdana;font-size:11px }

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
   border: 1px solid #444444;
   text-align: center;
   background-color: #333333;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-smiley{
	display: inline;
}

.white{
	color: #CCC;
}

/*archives.php*/
.archives_ul h2 {
border:0px;
}

.archives_ul li {
border-bottom:4px solid #111111;
margin-bottom:10px;
}

.archives_ul .thumbnail {
margin-right:20px;
}

/*twitter at footer*/
#twitter_update_list {
margin-top:10px;
list-style: none;

}

#twitter_update_list li {
border-bottom:1px solid #333333;
padding:4px;
}

#twitter_update_list li a,#twitter_update_list li a:link,#twitter_update_list li a:visited {
font-size:11px !important;
color:#ffbdce;
font-family:tahoma;
margin-left:6px;
}

#twitter_update_list li span a {
font-size:13px !important;
color:#fffb8d !important;
font-family:Calibri, "Lucida Grande", Arial, Helvetica, sans-serif !important;
margin-left:0px !important;
}

.foot_follow {
font-size:13px;
background-color:#333333;
padding:5px;
width:60px;
display:inline;
margin-left:5px;
}

.cic_codes_div {
background:#333333;
border:1px solid #444444;
padding:8px;
color:#aaaaaa
}

/* custom classes */
h1.categorytitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color:#bebebe;
	letter-spacing: -1px;
	padding: 0;
	margin: 20px 0 0 13px;
}
h1.categorytitle a:link,
h1.categorytitle a:visited,
h1.categorytitle a:hover{
	color: #ff005a;
}
