

/*++++++ BODY ++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	background:url(images/back.jpg) repeat;
	letter-spacing:1px;
}
/*++++++ H1,H2,H3,H4 HYPERLINKS ++++++++*/
h2, h3 {
	padding:10px 0 10px 0;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	background-color:#d0d484;
	padding:5px 5px 5px 5px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link {
	color : #333;
}
a:active {
	color : #333;
}
a:visited {
	color : #333;
}
a:hover {
	color : #a39e00;
}
a:focus {
	outline: none;
}
/*++++++ MAIN ++++++++*/
#wrapper {
	width: 966px;
	margin:0px auto 0px;
}
#border {
	width:966px;
	margin:auto;
}
#top {
	width:966px;
	height:30px;
}
#bottom {
	background:url(images/footer.png) no-repeat;
	width:940px;
	height:229px;
	margin-left: 16px;
}
/*++++++ HEADER ++++++++*/
#header {
	width:966px;
	height:125px;
	background: url(images/topLogo.png) no-repeat;
}
#logo {
	width: auto;
	float: inherit;
}
#logo h1 {
	text-indent:-10000px;
}
#logo h1 a {
	display:block;
	outline:none;
}
#ads {
	float:right;
}
#searchbox {
	width: 338px;
	height: 23px;
	background: url(images/s.gif) no-repeat;
	margin:45px 5px 0 0;
}
#searchbox #s {
	float: left;
	margin: 4px 0 0 6px;
	border: 0;
	width: 270px;
	background: none;
	color:#999999;
}
#searchbox #go {
	float: right;
	margin: 6px 8px 0 0;
	width:52px;
	height:11px;
}
/*++++++ NAV ++++++++*/
#nav {
	width:966px;
	height:58px;
	background:url(images/navBackground.png) no-repeat;
	line-height:29px;
}
#nav ul {
	margin-left:10px;
	padding-top:15px;
}
#nav ul li {
	display:inline;
	height:29px;
	line-height:29px;
	font-weight:700;
}
#nav ul li.current_page_item a {
	background:url(images/) repeat-x;
	color:#a39e00;
	margin-left:5px;
}
#nav ul li a {
	color:#e50b8a;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 10px 0 10px;
	margin-left:5px;
}
#nav ul li a:hover {
	background:url(images/) repeat-x;
	color:#a39e00;
	text-decoration:none;
}
#nav ul li.feed {
	text-indent:-10000px;
}
#nav ul li.feed a {
	float:right;
	width:32px;
	height:32px;
	margin-top:6px;
}
/*++++++ MISC ++++++++*/
.clear {
	clear:both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;

}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img {
	border:none;
}
.pleft {
	float:left;
	width:720px;
}
.pright {
	float:right;
	width:164px;
}
/*++++++ CONTENT ++++++++*/
#content {
	width: 924px;
	margin: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	padding-left:16px;
	margin-left: 16px;
}
#latest {
	width:907px;
	margin: 0 auto 10px;
	padding:5px;
	border-left:3px solid #d7d4b1;
}
#latest p {
	padding-bottom:10px;
}
#latest p a {
	font-weight:bold;
	color:#0578ac;
}
#latest h2 {
	font-size:16px;
	font-family:Arial;
}
#latest h2 small {
	font-size:11px;
	font-weight:normal;
	padding-left:20px;
}
#latest h2 a {
	color:#e50b8a;
}
#latest h2 a:hover {
	color:#a39e00;
	border-bottom:dotted 1px;
}
#lbg {
	width:897px;
	padding:5px;
	margin-bottom:5px;
	line-height:140%;
}
#left {
	float: left;
	width: 555px;
	background-color: #FFFFFF;
}
#right {
	float:right;
	width:352px;
}
.entry h2 {
	display:block;
	/*background-image:url(images/top.png);*/
	font-family:Arial;
	padding-left:10px;
	font-size:14px;
	margin-bottom:10px;
}
.entry h2 a {
	color:#e50b8a;
}
.entry h2 a:hover {
	color:#a39e00;
	border-bottom:dotted 1px;
}
.entry {
	width:545px;
	padding:5px;
	border-right:1px dotted #d7d4b1;
	margin-bottom:10px;
	line-height:140%;
}
.entry img {
	margin:0 10px 10px 10px;
}
.entry p {
	padding-bottom:10px;
}
.entry p a {
	font-weight:bold;
	color:#e50b8a;
}

.entry p a:hover {
	font-weight:bold;
	color:#a39e00;
	text-decoration:underline;
}
.pmeta, .allinfos {
	background:#ffffff;
	padding:8px 5px 8px 10px;
	font-size:11px;
	color:#105f94;
}
.pmeta a, .allinfos a {
	color:#105f94;
}
.postmetadata {
	background:#eef5f8;
	padding:5px;
}
html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding:0;
	margin:0;
}
.entry ol li {
	background:  #FFFFFF;
}
.navigation {
	padding-top:10px;
}
/*++++++ SIDEBAR ++++++++*/
#sidebar {
	width:342px;
	padding:5px;
}
#sbg {
	width:332px;
	background:#fff;
	padding:5px;
}
#sidebarbottom {
	width:339px;
	padding:5px;
	margin-bottom:5px;
}
#sbottombg {
	margin:auto;
	width:332px;
	background: #FFFFFF;
	padding:5px;
}
.space {
	clear:both;
	height:10px;
}
#lsidebar h2 {
	font-size:13px;
	margin-bottom:10px;
	color:#0A9BDC;
	padding-left:5px;
}
#rsidebar h2 {
	font-size:13px;
	margin-bottom:10px;
	color:#0A9BDC;
}
#lsidebar {
	float:left;
	width:120px;
	padding:5px;
}
#lsidebar a:hover {
	display:block;
	border-right: 3px solid #a39e00;
	color:#a39e00;
	font-weight:bold;
}

#lsidebar a{
	color:#050505;
}

#rsidebar {
	float:right;
	width:172px;
	padding:5px;
}

#rsidebar a:hover {
	display:block;
	border-right: 3px solid #a39e00;
	color:#a39e00;
	font-weight:bold;
}

#rsidebar a{
	color:#050505;
}

#sidebarbottom ul {
	margin:10px auto 20px;
}
#sidebarbottom ul li {
}
#sidebarbottom ul li ul {
}
#sidebarbottom ul li ul li {
	display:block;
	background:url(images/bullet1.png) no-repeat 0 0;
	padding-left:18px;
	padding-bottom:5px;

	;
}
/*+++++++ COMMENTS +++++++*/
#c {
	float:left;
	width:225px;
}
#cc {
	float:right;
	width:304px;
}
#commentform p {
	padding-bottom:10px;
	color:#000000
}
#commentform #author {
	border:1px solid #d7d4b1;
	padding-left:20px;
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#b0ac79;
	background-image:url(images/comment_name.png);
	width:200px;
	height:16px;
	background-repeat:no-repeat;
}
#commentform #email {
	border:1px solid #d7d4b1;
	padding-left:20px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#b0ac79;
	background-image:url(images/comment_mail.png);
	width:200px;
	height:16px;
	background-repeat:no-repeat;
}
#commentform #url {
	border:1px solid #d7d4b1;
	padding-left:20px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#b0ac79;
	background-image:url(images/comment_site.png);
	width:200px;
	height:16px;
	background-repeat:no-repeat;
}
#commentform #comment {
	border:1px solid #d7d4b1;
	width:290px;
	height:200px;
	padding-left:5px;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b0ac79;
}
.commentlist cite {
	background:#ffffff;
	padding:5px 5px 5px 10px;
}
.commentlist cite a {
	color:#333;
}
.commentlist .ctext {
	font-size:11px;
	color: #030303;
	font-family:Arial, Helvetica, sans-serif;
	width:534px;
	height:auto;
}
#commentdata {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:2px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:22px;
	padding-top:8px;
}
#commentdata a {
	color:#e50b8a;
}
.commentdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #999999;
	padding-left:20px;
	padding-top:1px;
}
#commenttop {
	width:534px;
	height:45px;
	background-image:url(images/comment_top.png);
	background-repeat:no-repeat;
}
#commentbottom {
	background-image:url(images/comment_date.png);
	background-repeat:no-repeat;
	width:auto;
	border-bottom:#ffcc99 1px dotted;
}
#commenttime {
	background-image:url(images/comment_time.png);
	background-repeat: no-repeat;
	height:17px;
}
/*++++++ FOOTER ++++++++*/
#footer {
	width:917px;
	padding-top:10px;
}
#fb {
	width:900px;
	margin:0 auto 0px;
	color:#fff;
	text-align:center;
	display: none;
}
#fb a:link {
	color : #fff;
}
#fb a:active {
	color : #fff;
}
#fb a:visited {
	color : #fff;
}
#fb a:hover {
	color : #efe64f;
}
/**************** Misc *********************/
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	padding-top:10px;
	border-left: 2px solid #003B74;
	background-color: #EEE;
	font-family:Calibri;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
	padding-left:30px;
	padding-bottom:20px;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}
img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}
pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed
}
code {
	font-size:1.0em;
	color: #000
}
/**************** Gallery *********************/
.gallery {
	text-align:center;
}
.gallery img {
	padding:2px;
	height:100px;
	width:100px;
}
.gallery a:hover {
	background-color:#ffffff;
}
.attachment {
	text-align:center;
}
.attachment img {
	padding:2px;
	border:1px solid #999999;
}
.attachment a:hover {
	background-color:#FFFFFF;
}
.imgnav {
	text-align:center;
}
.imgleft {
	float:left;
}
.imgleft a:hover {
	background-color:#FFFFFF;
}
.imgleft img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}
.imgright {
	float:right;
}
.imgright a:hover {
	background-color:#FFFFFF;
}
.imgright img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}
/**************** avatar *********************/
.gravs {
	margin-top:20px;
}
.avatar {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #999999;
}
/**************** others *********************/





#twitter {
	background-image:url(images/twitter.png);
	width:332px;
	height:50px;
}
#plurk {
	background-image:url(images/plurk.png);
	width:200px;
	height:48px;
}
#twitterlist {
}
#categories {
	background-image:url(images/categories.gif);
	width:120px;
	height:45px;
}
#entrecard {
	background-image:url(images/entrecard.gif);
	width:79px;
	height:47px;
}
#recentposts {
	background-image:url(images/latestpost.png);
	width:120px;
	height:47px;
}
#recentcomments a {
	color:#e50b8a;
}
#recentcomments a:hover {
	color: #a39e00;
	border-bottom:dotted 1px;
}
#recentcomments li {
	background-color:#e7e7dc;
	padding-left:5px;
}
#archives {
	background-image:url(images/archives.png);
	width:120px;
	height:47px;
}
#listed {
	background-image:url(images/listed.png);
	width:145px;
	height:47px;
}
#droppers {
	background-image:url(images/droppers.png);
	width:141px;
	height:47px;
}
#tagcloud {
	background-image:url(images/tagcloud.png);
	width:332px;
	height:50px;
	border-bottom: #dadada dotted 1px;
	margin-top:30px;
}
#smilies {
}
#commentside {
	background-image:url(images/comments.png);
	width:332px;
	height:50px;
	border-bottom: #dadada dotted 1px;
	margin-bottom:10px;
}
#flickr {
	background-image:url(images/flickr.png);
	width:332px;
	height:47px;
	border-bottom: #dadada dotted 1px;
	margin-top:30px;
	margin-bottom:5px;
}
#entrecardheader {
	background-image:url(images/entrecard.png);
	width:332px;
	height:47px;
	border-bottom: #dadada dotted 1px;
	margin-top:30px;
	margin-bottom:5px;
}
#entrecardholder {
	margin-left:50px;
}
.datemain {
	position:absolute;
	width:61px;
	height:111px;
	background:url(images/date.png);
	text-align:center;
	color: #FFFFFF;
	margin-left: -82px;
}
.datemain .day {
	font-size:25px;
	line-height:20px;
	padding-top:10px;
}
.datemain .month {
	font-size:16px;
	text-transform:lowercase;
	font-weight:bolder;
}
#commentsList li {
	margin-bottom: 2px;
	border-bottom: 1px inset #878666;
	border-right:1px inset #878666;
	padding-bottom: 10px;
}
#tagimage {
	background-image:url(images/tag_green.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
}
.flickrWrapper img {
	border:1px solid #906e2a;
}
#reply {
	float:right;
	padding-bottom:10px;

}
#dropin {
	background-image:url(images/dropin.png);
	width:105px;
	height:47px;
}
#lastfm {
	background-image:url(images/playlist.gif);
	width:332px;
	height:47px;
	border-bottom: #dadada dotted 1px;
	margin-top:30px;
	margin-bottom:5px;
}


#dropholder {
	margin-left:20px;

}
#bebo {
	background-image:url(images/bebo.png);
	width:32px;
	height:32px;
}
ul#plugboard {
        /* The Plugboard Container */
        list-style: none;
        float: left;
}

ul#plugboard li {
        float: left;
        padding-right: 5px;
        padding-bottom: 5px;
}

#plugboard-form {
        /* The Plugboard Form Container */
        clear: both;
}

#pageheader {
	background-color:#F06;
	display:block;
	
}
	
ul li a:link {
	color : #333;
}
ul li a:active {
	color : #333;
}
ul li a:visited {
	color : #333;
}
ul li a:hover {
	color : #a39e00;
}

ul {
	list-style:circle;
}