@charset "iso-8859-1";
/* 

	Theme Name: Pop Art
	URI: http://lukaret.com/
	Description: A simple 2 column design (based on Equix Theme of M. Sader)
	Version: 1.0.5
	Author: Beng Hafner
	Author URI: http://lukaret.com/	
*/

/*---------------------------- Main -------------------------------*/
html, body {
	margin: 0 auto;
	padding-top: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	background-repeat:repeat-y;
	background-color:#000000;
	color: #FFFFFF;
	background-image: url('images/sidebar.jpg'); background-repeat:repeat;

	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #DFFF02;
	text-decoration: none;
	}	
a:visited {
	color: #B4CC12;
	text-decoration: none;
	}
a:hover {
	color: #EBB600;
	text-decoration: none;
	}		
a img {
	border: none;
	}		
/*---------------------------- Images Structure -------------------------------*/

img.c {						/*Now if you add the class "c" will center the img, "r" will float it to the right and yeah you guessed!... "l" will float it left.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	}
img.l {
	float: left; margin:5px;
	}
.entry img {					/*A nice hover efect when your post-images are linking somewhere (does not work in IE)*/
	border: 1px solid #ffffff;
	max-width: 98%;
-moz-border-radius:8px;
	background-color: #ffffff;
padding:2px;
	}
.entry a img {	
	border: 1px solid #ffffff;
	padding: 2px;
	max-width: 98%;
	background-color: #EFEDED;
-moz-border-radius:8px;
	}
.entry a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #000000;
-moz-border-radius:8px;
padding:2px;
	}	
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
	

h1 {
	background: url(images/line.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block;
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #FFF;
	padding-left:10px;
}


h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
	}
	.ncol h2{	
		font-size: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
	.archived h2{	
		font-size: 10px;
		}
	.lnks h2{	
		border-bottom: 1px solid #AE0544;
		font-size: 11px;
		width: 80%;
		}			
	.narchives h3{	
		margin: 25px 0px 10px 0px;
		}
	.wcol h2{	
		font-size: 20px;
		margin-bottom: 20px;
		}	
	.sidebar h2{	
		padding-left: 5px;
		text-align: right;
		font-size: 11px;
		border-bottom:1px solid #451626;
		color:#451626
		}	
		
h2, h3, h2 a, h2 a:visited{
	color: #EBB600;
	}
h2 a:hover {
	color: #CCFF00;
	}		
h3{	
	font-size: 12px;
	}	
blockquote {
	padding-right: 15px; 
	padding-left: 45px; 
	font-size: 0.9em; 
	background: url(images/quote.gif) #230111 no-repeat left top; 
	padding-bottom: 5px; 
	MARGIN: 0px 20px; 
	color: #88886F; 
	padding-top: 5px; 
	border-bottom: #CDE47A 0px solid
}
	
	
blockquote:hover { /*-- does not work in IE --*/
	color: #FFFFFF;
	}
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 11px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 10px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 780px;
	font-size: 10px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: 0px;
	padding: 0px;
	width: 541px;
	height: 200px;
	background:url(images/topnav.gif) no-repeat left top;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 9px;

	}
.navbar{	
	margin: 0px auto;
	padding: 3px 15px 2px 35px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin-top: 3px;
	margin:5px;
	color: #FFFFFF;
	padding:10px;
	padding-top:2px;
	border:1px solid #140009;
	background-color:#140009;
	-moz-border-radius:4px;

	}		
.navbar a:hover{
	color: #CCFF00;
	}
/*---------------------------- Top Search Form -------------------------------*/
.topsform {
	margin-right: 10px;
	padding: 0px;
	width: 170px;
	height: 16px;	
	background-color: #FFFFFF;
	border:1px solid #AE0544;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 9px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #5A5455;
	font-size: 9px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #AE0544;
	cursor: pointer;
	}
.topsformsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #CCFF00;
	}	
/*---------------------------- Header -------------------------------*/
	
.header {
	margin: 0px 0px;
	padding: 0px;
	display: block;
	width: 540px;
	height:0px;
	cursor: pointer;
	}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 778px;
	margin: 1px 0px;
	padding: 0px;
	background: transparent;
	text-align: left;
	float: left;
	}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 30px 40px 20px 23px;
	width: 480px;
	background-image: url('images/bg.jpg'); background-repeat:repeat-y;
	float:left;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	padding: 30px 40px 20px 23px;
	width: 480px;
	background-image: url('images/bg.jpg'); background-repeat:repeat-y;
	float:left;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px;
	text-align: left;
	
	}
.archived {
	padding: 20px 0px 0px 15px;
	}	
.postmetadata {
	width: 85%;
	margin: 1px 0px 0px 0px;
	padding: 3px;
	border-top: 0px solid #AE0544;
	color: #999999;
	text-align: left;
	line-height: 17px;
	font-size: 9px;
	}
	.wcol .postmetadata {
	width: 100%;
	margin: 25px 0px 30px 0px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	text-align:justify;
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: none;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #AE0544;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: default;
	}
.entry input[value="Submit"]:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 200px;
	padding: 0px 0px 0px 10px;
	float:right;
	font-size: 9px;
	margin-top:-150px;

	}
.sidebar h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 11px;
	border: none;
	}	
.sidebar ul {
	margin: 0px 15px 30px 15px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar  ul li ul {	
	margin: 10px 0px 20px 5px;
	list-style-type: none;
	list-style-image: none;
	}	
.sidebar  ul li ul li {	
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar  ul li ul li a{	
	font-weight: bold;
	}	
/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 460px;
	height: 50px;
	background: #EFEDED;
	border:1px solid #AE0544;
	}
.searchbox #searchform {
	background: #FFFFFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #AE0544;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 9px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #5A5455;
	font-size: 9px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #AE0544;
	cursor: default;
}
.searchbox #searchform #searchsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #CCFF00;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	padding-left: 15px;
	color: #ECEAFF;
	}
#comment {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #663300;
	font-size: 10px;
	padding-left: 2px;
	vertical-align: middle;
	width: 450px;
}	
.commentbody {
	color: #FAE4F9;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 5px;
	background-repeat: repeat-x;
	background-image: url('images/comment-bg.gif');
	background-color:#8F0538;
	border-bottom: 2px dotted #FFFFFF;
	position: relative;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 9px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	position: absolute;
	right: 36px;
	top: 0;
	font-family: Georgia,sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	color: #F05CAE;
	float: right;
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border-bottom: 1px solid #AE0544;
	font-size: 9px;
	font-weight: normal;
}	
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	}
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}
.preview {
	text-align: left;
	margin-top: 20px;
	list-style: none;
	width: 380px;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	border-left: 1px solid #AE0544;
	border-bottom: 1px solid #AE0544;
	border-top: 1px solid #AE0544;
	border-right: 1px solid #AE0544;
	text-align: left;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #AE0544;
	border-right: 3px solid #AE0544;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 380px;
	padding: 2px;
	border: 1px solid #AE0544;
	border-right: 3px solid #AE0544;
}
#commentform #submit {
	width: 380px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #AE0544;
	border-right: 3px solid #AE0544;
	font-weight: bold;
	cursor: default;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}
/*---------------------------- Footer -------------------------------*/
.footer {
	width: 541px;
	height: 200px;
	font-size: 9px;
margin:0px;
padding:0px;
	}	
.powered {
	margin: 12px auto;
	margin-right: 100px;
	padding-left: 40px;
	text-align: left;
	}
.powered a {	
	font-weight: bold;
	}
/*---------------------------- Go-up -------------------------------*/
	/*------An useless bottom line that will let you go up by clicking on it :p-----*/
.go-up {	
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 2px;
	background-color: transparent;
	cursor: default;
	}
.ttrack a, .ttrack a:visited, .ttrack a:hover{
	color: #FFFFFF;
	font-size: 0px;
	}		
/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: default;
	}	
/*---------------------------- Links Template -------------------------------*/	
.lnks {
	font-size: 9px;
	padding: 8px 0px 0px 30px;
	}
.lnks a {
	font-weight: bold;
	}	
.lnks ul li {	
	margin: 0px 0px 0px 4px;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
.lnks li {
	list-style-type: none;
	list-style-image: none;	
	}
	
	
#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 200px;
float:right;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-right: 10px;
margin-left: 25px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #6D6D6D;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 180px;
w\idth: 174px;
}

#subnavlist a
{
display: block;
color: #9C9C9C;
padding: 1px 0 1px 8px;
margin-left: 8px;

}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 0px solid #7B8C0B;
background: transparent;
color: #9C9C9C;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 0px solid #CB2C43;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 0px solid #CB2C43;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 1px solid #283D82;
background: #E2E4EB;
color: #283D82;
text-decoration: none;
}

/*---------------------------- mozilla-styles -------------------------------*/
	/*--	Just a nice touch for mozilla user, will make text selection with a fancy background
		Taken from: http://a.proletarium.org/post/11/
		If you want to use it just uncomment it, is deactive coz won't validate.. :(
	--*/
		/*--
			*::-moz-selection {
				background-color: #f09;
				color: #fff;
				} 
		--*/
/*-------------------------------End of |X| - One Theme to Rule Them All-------------------------------------------------------*/


/* 	modifications and added tags----------------------------------------------------------------------------------------------*/
	
.date {
	font-size: 10px;
	float: left;
	clear: left;
	height: 80px;
	width: 80px;
	margin: 5px 5px 5px 5px;
	background: #000000;
	border:1px solid #ccc;
	-moz-border-radius:8px;

}

.date span.day, .date span.month, .date span.year {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

.date span.day {
    padding-top: 5px;
	font: bold 30px Arial Narrow, times, serif;
	color: #8CA40A;
	
}

.date span.month {
	margin-top: -10px;
	font-weight: bold;
	color: #676864;
}


.date span.year {
	margin-top: -10px;
	font-weight: bold;
	color: #676864;
	padding-bottom: 10px;

}



.entrymeta {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	text-align: left;
	font-weight:normal;
}

.entrymeta a, .entry p.entrymeta a:link, .entry p.entrymeta a:active, .entry p.entrymeta a:visited {
	font-size: 9px;
	color: #999;
		font-weight:normal;

}


.button {
border:1px solid #FFFFFF;
background:#230111;
color:#FFFFFF;
font-size:10px;
}


