@charset "iso-8859-1";
/* 

	Theme Name: Vivacity
	URI: http://lukaret.com/
	Description: A simple 2 column design.
	Version: 1.0.5
	Author: Beng Hafner
	Author URI: http://lukaret.com/	
*/

/*---------------------------- Main -------------------------------*/
html, body {
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	background-color: #6CB4D6;
	color: #333333;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #CA5311;
	text-decoration: none;
	}	
a:visited {
	color: #4F8CB0;
	text-decoration: none;
	}
a:hover {
	color: #F287F8;
	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;
	}
.entry img {					/*A nice hover efect when your post-images are linking somewhere (does not work in IE)*/
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entry a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	}
.entry a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #EFEDED;
	}	
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
	}
	.ncol h2{	
	    border-top: 0px solid #CA5311;
		border-bottom: 1px dotted #CA5311;
		font-size: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
	.ncol2 h2{	
	    border-top: 0px solid #CA5311;
		border-bottom: 1px dotted #CA5311;
		font-size: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		}	
	.archived h2{	
		font-size: 11px;
		}
	.lnks h2{	
		border-bottom: 1px solid #CA5311;
		font-size: 12px;
		width: 80%;
		}			
	.narchives h3{	
		margin: 25px 0px 10px 10px;
		}
	.wcol h2{	
		font-size: 20px;
		margin-bottom: 20px;
		}	
	.sidebar h2{	
		border-bottom: 0px solid #CA5311;
		text-align: left;
		font-size: 12px;
		}
	.sidebar2 h2{	
		border-bottom: 0px solid #CA5311;
		text-align: left;
		font-size: 12px;
		}		
h2, h3, h2 a, h2 a:visited{
	color: #CA5311;
	}
h2 a:hover {
	color: #336699;
	}		
h3{	
	font-size: 13px;
	}
h4 {font-family: "Century Gothic", Georgia, sans-serif;}		
        
blockquote {
	background-color: #F7F7F7;
	border-left : 5px solid #94A6BD;
	padding: 10px 20px;
	}
blockquote:hover { /*-- does not work in IE --*/
	background: #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: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.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;
	}
	
/*---------------------------- Top Panel -------------------------------*/
#toppanel {
		background: url(images/new.gif) no-repeat top right;
		width: 778px;
		margin-top: 35px;
		padding: 0px;
		background-color: transparent;
		text-align: left;
		float: left;
}
.postintro {
	margin-top: 35px;
	margin-right: 45px;
	margin-bottom: 25px;
	margin-left: 45px;
}	
.storytitle {
    padding-top: 15px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	font-size: 14pt;
    letter-spacing: -0.2px;
	color: #000;
	margin-bottom: 20px;
}

/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url('images/page_bg.jpg');
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin-top: -40px;
	margin-right: 15px;
	padding-right: 30px;
	width: 778px;
	height: 25px;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.navbar{	
	margin: 0px auto;
	padding: 3px 1px 2px 1px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	cursor: default;
	float: right;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #000000;
	}		
.navbar a:hover{
	color: #336699;
	}
/*---------------------------- Top Search Form -------------------------------*/
.topsform {
	margin: 0px 2px 3px 0px;
	padding: 0px;
	width: 185px;
	height: 16px;	
	background-color: transparent;
	border:1px solid #CA5311;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: transparent;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #CA5311;
	cursor: default;
	}
.topsformsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #336699;
	}	
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 0px 0px;
	padding: 0px;
	display: block;
	width: 800px;
	height:149px;
	background-color: white;
	background: url('images/header.jpg') no-repeat bottom center;
	cursor: default;
	}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 778px;
	margin: 0px 0px 0 8px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	float: left;
	}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 0px 0px 20px 23px;
	width: 480px;
	background:transparent;
	float:left;
	}	
.ncol2 {
	padding: 25px 0px 20px 23px;
	width: 480px;
	background:transparent;
	float:left;
	}		
/*---------------------------- Extras -------------------------------*/
.sideText {
	FONT-SIZE: 12px; FONT-FAMILY: trebuchet ms, serif
}
.sideText ul li{
	list-style-type: square;
	}
.sideText  ul li ul li {	
	color: #7F7F07;
	list-style-type: square;
	list-style-image: none;
	}	
.prevposts {
	padding-top: 7px; 
	padding-bottom: 7px; 
	padding-right: 2px; 
	border-bottom: 1px dashed #a9a09b;
}
.prevposts h2{	
		border-bottom: 0px solid #CA5311;
		font-size: 12px;
		font-weight: bold;
		display: inline;
		padding-right:5px;
		}
.showwords {
	color: #000000; 
	display: inline; 
}
		
	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px auto;
	width: 80%;	
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px 0px 30px 0px;
	text-align: justify;	
	}
.archived {
	padding: 20px 0px 0px 15px;
	}	
.postmetadata {
	width: 85%;
	margin: 1px 0px 0px 0px;
	padding: 3px;
	border-top: 0px solid #CA5311;
	color: #999999;
	text-align: left;
	line-height: 17px;
	font-size: 10px;
	}
	.wcol .postmetadata {
	width: 100%;
	margin: 25px 0px 30px 0px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.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 #CA5311;
	}	
.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: 270px;
	text-align: left;
	padding: 13px 0px 40px 0px;
	float:right;
	font-size: 10px;
	}
.sidebar h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 12px;
	border: none;
	}	
.sidebar ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar  ul li ul {	
	margin: 10px 0px 20px 30px;
	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: normal;
	}
/*---------------------------- Pages Sidebar -------------------------------*/
.sidebar2 {
	width: 270px;
	text-align: left;
	margin-top: 35px;
	padding: 20px 0px 40px 0px;
	float:right;
	font-size: 10px;
	}	
.sidebar2 h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 12px;
	border: none;
	}	
.sidebar2 ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar2  ul li ul {	
	margin: 10px 0px 20px 30px;
	list-style-type: none;
	list-style-image: none;
	}	
.sidebar  ul li ul li {	
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar2  ul li ul li a{	
	font-weight: normal;
	}		
/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: transparent;
	border:1px solid #CA5311;
	}
.searchbox #searchform {
	background: #FFFFFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #CA5311;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	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: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #CA5311;
	cursor: default;
}
.searchbox #searchform #searchsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #336699;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
    background: #FCFAE6;
	border: 1px solid #CA5311;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 95%;
}
.comauth{	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 1px 2px;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 0px 0px 5px 2px;
	border-bottom: 0px dotted #CA5311;
	font-size: 10px;
	font-weight: normal;
}	
.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: 100%;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	border-left: 1px solid #CA5311;
	border-bottom: 1px solid #CA5311;
	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 #CA5311;
	border-right: 3px solid #CA5311;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 594px;
	padding: 2px;
	border: 1px solid #CA5311;
	border-right: 3px solid #CA5311;
}
#commentform #submit {
	width: 600px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #CA5311;
	border-right: 3px solid #CA5311;
	font-weight: bold;
	cursor: default;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}
/*---------------------------- Footer -------------------------------*/
.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 0.8em;
	margin: 0px 0px;
	padding-top: 7px;
	width: 800px;
	height: 81px;
	background: url('images/footer.jpg') no-repeat bottom center;
	clear:both;
	}	
.powered {
	margin: 12px auto;
	margin-right: 100px;
	padding-left: 30px;
	text-align: center;
	}
.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: 1px auto;
	padding: 0px;
	width: 778px;
	height: 2px;
	background-color: transparent;
	font-size: 10px;
	cursor: default;
	}
.ttrack a, .ttrack a:visited, .ttrack a:hover{
	font-size: 0px;
	}		
/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: default;
	}	
/*---------------------------- Links Template -------------------------------*/	
.lnks {
	font-size: 10px;
	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: 210px;
background: #F1EFD9;
float:right;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-right: 7px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #FDB812;
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: 8px solid #F1EFD9;
background: #F1EFD9;
color: #4B0000;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #CA5311;
text-decoration: underline;
color: #FDB812;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #CA5311;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #283D82;
background: #E2E4EB;
color: #283D82;
text-decoration: none;
}
.more-link {
   font-style: normal;
   text-align: right;
   font-weight: bold;
   padding-top: 15px;
   padding-bottom: 20px;
}

/*---------------------------- 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-------------------------------------------------------*/