@charset "UTF-8";
/*
Theme Name: conte-stuff
Theme URI: http://conte-club.com
Description: Ported WordPress Theme Released under Creative Commons Attribution 2.5 Generic License by <a href="http://wpport.com">WPPORT</a>
Version: 1.0
Author: WPPORT
Author URI: http://conte-club.com
*/

/* ----------------------------------------------
	Template Name : UrbanArtist
	Template Code : S-0025
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : June 30, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0; padding: 0; outline: 0;
}

html { 
	background: #ffde00;
}

body {
	font: 12px/160% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0; 	padding: 0; 
	text-align: center;
}


/* Links */
a, a:visited {
	text-decoration: none;
	color: #cc0033;
}
a:hover {
	color: #cc0033;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #FAFAFA;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 1.4em;
	color: #333333;
	padding: 20px 10px 5px 10px;
}

h3 {
	font-size: 1.6em;	
	font-weight: bold;
	padding: 20px 10px 5px 10px;		
}

h4 {
	font-size: 1.0em;	
	color: #333333;
	font-weight: bold;
	padding: 10px 20px 5px 10px;
	border-bottom: 1px dashed #333333;	
}

h5 {
	font-size: 0.8em;	
	color: #333333;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}

p, dl {
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 5px;
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul {
	list-style: none;
}

dt {
  font-weight: bold;
  color: #FAFAFA;
}

dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #ffde00;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #fff;
	border: 1px solid #111;   
}

acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}

blockquote {
	margin: 15px 10px 15px 10px;
 	padding: 5px 5px 5px 5px;  
	background: #ffff99;
	border: 1px dashed #ffffff; 
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #e3001b;
}


/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;	
}

th {
	background: #cccccc;
	color: #666666;
	height: 30px;
	padding-left: 10px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	border-top: 1px solid #666666;
}

tr {
	color: #666666;
	height: 34px;		
}

td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #666666;	
	background: #ffffcc; 
}

/* end - table */

/* sidebar - table */
table-side {
	margin: 5px 5px 5px 5px; 
	border-collapse: collapse;	
}

table-side-th {
	background: #cccccc;
	color: #666666;
	height: 35px;
	padding-left: 10px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	border-top: 1px solid #666666;
}

tr2 {
	color: #666666;
	height: 100px;		
}

table-side-td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #666666;	
	background: #ffffcc; 
}


/* end - table */

/* comment form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #ffffff; 	
	border: 1px solid #fffebc;	
}
form p {
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #cccccc;  
	border: 1px solid #999999;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

/*  ue  */
#wrap {
	width: 1000px;	
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

.header {
	width: 1000px;	
	height: 455px;	
	margin: 0;
	padding: 0;	
}

.title {
	background-repeat: no-repeat;
	background-image: url(images/bg2.png);
	height: 380px;
	width: 1000px;
}

/*  Navigation  */
#pointarea {
	height: 70px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#pointarea ul {
	list-style:none;
	height: 70px;
	margin: 0px;
	padding: 0px;
}
#pointarea li {
	display:inline;
	margin:0px;
}

#pointarea li a { float:left; display:block; height:70px; background-position:0px 0px; background-repeat:no-repeat; }
#pointarea li a:hover { background-position:0px -70px; background-repeat:no-repeat; }
#pointarea li a#point01 { background-image:url(images/button01.png); width:166px; }
#pointarea li a#point02 { background-image:url(images/button02.png); width:158px; }
#pointarea li a#point03 { background-image:url(images/button03.png); width:114px; }
#pointarea li a#point04 { background-image:url(images/button04.png); width:125px; }
#pointarea li a#point05 { background-image:url(images/button05.png); width:156px; }
#pointarea li a#point06 { background-image:url(images/button06.png); width:115px; }
#pointarea li a#point07 { background-image:url(images/button07.png); width:166px; }

#pointarea li a.selected { background-position:0px -70px; }

#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 0px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: -1000px; left: 25px;	
}

logo-text :hover {
	background: none;	border: none;
}

.header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #6D7D2D;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: -1000px; left: 30px;		
}


/*  sita  */
#content-wrap {
	clear: both;
	width: 1000px;	
	float: left;	
	padding-top: 15px;
	padding-bottom: 15px;	
	background: #ffde00;
}


/* Main Column */
#main {
	float: left;
	width: 630px;
	padding: 0; 
	margin: 0 0 0 20px;
	display: inline;
}

#main h2 {
	padding: 5px 12px;
	margin: 5px 5px 10px 5px;
	font: bold 1.35em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #ffffff;
	border: 1px solid #ffffff;
	border-left: 9px solid #ffffff;
	background: #f3d400;
}

#main h2 a {
	color: #ffffff;
	text-decoration: none;		
	border: none;		
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

p.backtop {
	padding-top:7px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-left:auto;
}
p.backtop a {
 height: 22px;
 width: 86px;
 background-image: url(images/backtop.png);
 background-repeat: no-repeat;
 display: block;
 float: right;
}


table.rec {
	padding:0;
	border: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10;
	border-collapse: collapse;	
}

th.rec {
	text-align:left;
	padding-top: 0.5em;
	padding-right: 12px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	background: #cccccc;
	color: #666666;
	height: 30px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	white-space: nowrap;
}

tr.rec {
	color: #666666;
	height: 34px;		
	}

td.rec {
	line-height:240%;
	text-align:left;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #666666;	
	background: #ffffcc; 
}

table.info {
	padding:0;
	border: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10;
	border-collapse: collapse;	
}

th.info {
	text-align:left;
	padding-top: 0.5em;
	padding-right: 12px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	background: #cccccc;
	color: #666666;
	height: 30px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	white-space: nowrap;
}

tr.info {
	color: #666666;
	height: 34px;		
	}

td.info {
	line-height:240%;
	text-align:left;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #666666;	
	background: #ffffcc; 
}





/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0; margin: 0px 20px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #333333;
	background: #feee83;		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #5E5E5E;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 10px;		
}
#sidebar ul.sidemenu li a span {
	color: #5E5E5E;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 10px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {	
	color: #5E5E5E;	
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px; padding: 0;
}
#sidebar ul.sidemenu ul li { 
	border: none;
}



#sidebar ul {
	text-align: left;
	margin: 0px 5px 20px 0px; 
	padding: 0;		
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px dotted #5E5E5E;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5E5E5E;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 12px;		
}
#sidebar ul li a span {
	color: #5E5E5E;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 12px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #333333;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;
	background: url(images/header-search.gif) no-repeat;		
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #7b7a7a;	
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 24px; height: 24px;			
}
#sidebar form#quick-search label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	padding: 0em 0 0 0;
	background: #ffde00;
	color: #955b21;
	width: 100%;
	float: left;
	font-size: 100%;
}
#footer a {	
	color: #955b21;
	border: none;
}
#footer a:hover {
	color: #955b21;
}
#footer .rssfeed {
	background: url(images/rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 70%;
}
#footer-right {
	float: right;
	width: 25%;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	background: #fff; 
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info {
	font-size: .95em;
	padding-top: 3px;
	margin-left: 5px;
	color: #444;
	}

.post-info a, .post-info a:visited {
	color: #6a3906;
	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*post align*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {
	float:right;
	margin:0 0 1em 1em
	}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
	}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}

#posts-navigation {text-align:left;}

.titlebox {
	font-size: 1.2em;
	text-align: center;
	display: block;
	padding: 5px 12px;
	margin: 5px 10px 10px 5px;
	text-decoration: none;
	border: 1px solid #999999;
}

.menubox {
	display: block;
	padding: 5px 12px;
	margin: 5px 10px 10px 5px;
	text-decoration: none;
	border: 1px dotted #999999;
}

