/*  
Theme Name: ScendiTheme
Theme URI: http://www.scendilkanekelopiscio.it
Description: Three column theme
Version: 1.0
Author: Vittorio Caposiena

	ScendiTheme v1.0
	http://www.scendilkanekelopiscio.it

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
 single.php, searchform.php, comments.php, comments-popup.php are based on the WordPress default files.
	
*/

/* ##### Common Styles ##### */

body {
  color: black;
background: url(images/bg-sidebar.png);
/*  background: url(images/bg-body.jpg) right repeat-y;*/
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 80%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  min-width: 930px;
}

html > body {
  font-size: 80%;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}

img {border: 0}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

.megacomment {
font-size: 22px
}

/* ##### Header ##### */
#testa {
	background-color: white;
	height: 96px;
	}
#testa h2 {margin:0; font-size: 10px; color: #ff6633}


/**/
form {margin-top:0 }

.striscia {
	height: 30px;
	border-top: solid 1px #f63;
	border-bottom: solid 1px #f63;
}

.striscia  ul {margin:0; padding:0 0 0 10px}
.striscia  li {display:inline; margin:0}

.striscia a {
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: solid 10px #f63;
	border-right: solid 1px #f63;

	background-color: #f6f6f6;
	font-size: 80%;
	font-weight: bold;
	}


.striscia a:link, .striscia a:visited, .striscia a:active {
	text-decoration: none;
	color: black
	}

.striscia a:hover {
	background-color: #f63;
	color: white
	}

.striscia form{ font-size: 60%; margin: 0 10px 0 0 ; text-align: right; padding: 0 }

/**/





#searchform input {
	background: #f6f6f6;
	border: 1px solid #f63;
	padding: 0;
	margin: 0;
	}

#searchform searchsubmit {
	margin: 0;
	clear: both;
	color: #000;
	background: #fb0;
	border: 1px #9cf outset;
	padding: 0;
}

#TICKER_BODY {
	width: 100%
	}

#TICKER_BODY a {
/*color: white;*/
overflow:hidden;
/*height:16px;
border-top:1px solid #ff6633;
border-bottom:1px solid #ff6633;
background-color: #ff6633;*/
}

#TICKER_BODY a:link {color: white}
#TICKER_BODY a:visited {color: white}
#TICKER_BODY a:hover {color: black}
#TICKER_BODY a:active {color: white}

#header {
  color: inherit;
  background-color: rgb(184,38,25);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
	 color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 200px;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: #6699cc;
  background-color: #f6f6f6;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: #ff6633;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar a:hover {
  color: #6699cc;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 150px;
  margin: 0;
  padding: 0;
  float: right;
  clear: right;
/*  border-left: 1px solid #c2c2c2;*/
/*  background: white; */
/*  background: url(images/bg-sidebar.png) */
}

[class~="rightSideBar"] {
	margin-right: 0;
	margin-top: 0;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #f6f6f6;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.rightSideBar a {
  color: #6699cc;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
  color: black;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}


/* ##### Main Copy ##### */

.main-copy {
  color: black;
  background: url(images/bg-main.jpg) repeat-y left ;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 150px 0 200px;
  padding: 10px;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.main-copy h1 {
  color: #6699cc;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

.main-copy a {
  color: #ff6633;
  background-color: transparent;
  text-decoration: none;
}

.main-copy a:hover {
	 color: black;
}

.date-header {
	font-size:80%;
	text-transform:uppercase;
	letter-spacing: 0.7em;
	color: #c2c2c2;
}

.post {
  border-bottom:1px dotted #c2c2c2;
  padding-bottom:1.5em;
}

.post a {
  color: #6699cc;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.post a:hover {
  text-decoration: none;
}

blockquote {  
background: url(http://yoururl/wp-images/quote.gif) no-repeat 0 3px; 
color: #666; 
padding-left: 20px;
font-style: italic;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}


/* ##### Footer ##### */

#search-footer {
  color: black;
  background-color: trasparent;
  line-height: 1.25em;
  margin: 0;
  clear: both;
}

#footer {
  color: #c2c2c2;
  background-color: #f6f6f6;
  font-size: 70%;
  text-align: left;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: #6699cc;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 14px;
font-family:verdana;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	


.toppino a {font-weight:bold;font-size:10px;}

.toppino a:link{color:white;}
.toppino a:visited{color:white;}
.toppino a:hover{color:white;}
.toppino a:active{color:white;}


#fb {
padding:5px 7px;
font-size:12px;
}


#fb .title{
color:#6699cc;
font-weight:bold;
font-size:18px;
}

.fbnarrowcolumn  h2{
color:#6699cc;
}

.fbconnect_userpics {
margin:0;
}
