/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	/* background: #005129 url(images/bg.gif) center repeat-y; */
	background: #005129;
        position: absolute;
}


/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
        background-color:#fbf1da;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #c0c0c0;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #888;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #888;
    font-weight: bold;
}

h1 {
    font: 30px verdana;
	color: #005129;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #005129;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #000;
    background-color:transparent;
    padding: 15px 6px 0px 6px;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #888;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #aa8050;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #CDB99C;
}

/* First column of the three columns */
.c1
{
    width: 227px;
    background-color: #ffffc3;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #000;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #ffffc3;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
    height: 230px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:transparent;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#fbe4be;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#000;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #005129;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #005129;
}
/* End of CSS Tabs */


/*--- menu ---*/
#sidebar{
	float: left;
	width: 170px;
	border: 1px solid #4A1D04;
	background-image: url(images/input1.jpg);
	background-position: top left;
	background-repeat:repeat-y;
        margin-right:15px;
}

.sidebarmenu{
	background-image: url(images/logomenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 28px;
	margin: 0 0 5px 0;
}

.sidebarmenu div{
	font-weight: bold;
	border-bottom: 1px solid #4A1D04;
	color: #4A1D04;
	background-color: transparent;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 8px;
}

.sidebarmenu ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebarmenu ol li{
	color: #4A1D04;
	background-color: transparent;
	line-height: 2em;
	padding: 2px 0 2px 0;
	/*border-bottom: 1px dashed #4A1D04;*/
	
	
}

.sidebarmenu ol li a{
	display: block;
	width: 140px;
	color: #4A1D04;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.sidebarmenu ol li a:hover, .sidebarmenu ol li a:focus, .sidebarmenu ol li a:active{
	border-bottom: 1px dashed #4A1D04;
	
}

#caratt_murgese {
        width:350px;
        float:left;
}

#eventi {
        width:300px;
        float:left;
}

/* SCHEDA PICCOLA CAVALLI IN VENDITA */

.schedamurg {
        float: left;
	width: 290px;
        background-color: #Ffeb78;
	border: 1px dotted #4A1D04;
	padding:15px;
        margin:5px;
        
}

.schedamurg img.vendita{
        float: left;
	width: 120px;
        height: 90px;
	margin-right:15px;
        
}

.schedavenduto {
        float: left;
	width: 290px;
        background: url(images/venduto.gif) center; 
        background-color: #c0c0c0;
        border: 1px dotted #4A1D04;
	padding:15px;
        margin:5px;     
}

.schedavenduto img.vendita{
        float: left;
	width: 120px;
        height: 90px;
	margin-right:15px; 
}

/* SCHEDA GRANDE CAVALLI IN VENDITA */


.titoloschedagrande {
       	width: 600px;
        text-align:center;
        
}

.schedagrande {
        float: left;
	padding:15px;
        
        
}

.schedagrande img.vendita{
        width: 600px;
        
}