/*
Theme Name: Portalx2
Theme URI: http://wwww.tattoocms.it/templates/portalx-2.html
Author: Nicola Lambathakis


------------------------------------------------------------------------- */

html,body {
	margin:				0;
	padding:			0;
	height:				90%;
	text-align:			left;
	background-color:	#ffff60;
/*	background-image: url(imgs/dvirinkas.gif);*/
	color: #1e5b00;
	font-family: "Tahoma", "Helvetica", Verdana, sans-serif;
	font-size: 90%;
}

/* container */
#container {
	position:			relative;
	width:				1000px;	/* IE Fix for (2) 1px borders being inside container. */
	height:				0% /* auto !important; Detect height automatically, Incompatible w/IE */
	min-height:			0%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: dotted;
}


#content {
color: #000000;
	}


/*<style type="text/css">*/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*</style>*/


hr {
	color: #1e5b00;
}


/* header style*/
#header {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	width:				100%;
	height:				164px;
	text-align:			left;
	background-color:	#1e5b00;
	background-image: url(imgs/headbanner1.gif);
}

/* BODY */

#body_left {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
 	vertical-align: top;
	background-color:	#f4cc11;	
	float:				left;
	width:				150px;
	text-align:			left;
	padding-bottom:		50px;		/* Stops footer at content */
	padding-left: 0px;
	padding-right: 0px;
	border-right-style: none;
	height: 100%;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

/*right column*/
#body_right {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	float: right;
	display: inline-block;
	background-color:	#f4cc11;
	width:			150px;
	text-align:		left;
	padding-bottom:		50px;
	margin-top: 		0px;
	padding-left: 		0px;
	padding-right: 		0px;
	margin-right: 		2px;
	border-top-style: 	dotted;
	border-right-style: 	dotted;
	border-bottom-style: 	dotted;
	border-left-style: 	dotted;
}



#body_left h3 {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	padding: 25px 0 0 35px;
	color: #f4cc11;
/*    color: #45d000;*/
	font-size: 100%;
	border: none;
	background-color: #1e5b00;
	background-repeat: no-repeat;
	background-image: url(imgs/swosh.gif);
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
/*	height: 50px;*/
    height: 32px !important; /* for most browsers */
    height /**/:32px; /* for IE5/Win */
	}

#body_right h3 {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	color: #f4cc11;
	font-size: 110%;
	border: none;
	background-color: #1e5b00;
	background-repeat: no-repeat;
	background-position: middle;
	background-image: url(imgs/swosh.gif);
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 15px;
	height: 50px;
}
#body_left a:visited {
	color: #1C456C;
	}

#tarpine {
	float:			left;
	width:			10px;
	height:				0%;
	text-align:			left;
	background-color:	#ffff60;
	background-image: url(imgs/swosh.gif);
	padding-right: 0px;
	padding-left: 0px;
}

/*middel body style*/
#body_middle {
	float:				left;
	width:				670px; 
	text-align:			left;
	padding-bottom:			0px;
	background-color:		#ffff60;
	border-top-width: 		thin;
	border-right-width: 		10px;
	border-bottom-width: 		thin;
	border-left-width: 		10px;
	border-top-style: 		none; border-right-style: none; border-bottom-style: none; border-left-style: none;
	border-top-color: #5498A1; border-right-color: #5498A1; border-bottom-color: #5498A1; border-left-color: #5498A1;
	margin-right: 0px;
	margin-left: 10px;
}



#closebutton {
	background-color: #1C456C;
	border: thin solid #3399FF;
	margin-bottom: 30px;
	color: #f4cc11;
	padding-right: 4px;
	padding-left: 4px;
}
#closebutton a:link {
	background-color: #1C456C;
	border: thin solid #3399FF;
	margin-bottom: 30px;
	color: #f4cc11;
}

#closebutton a:hover{
	background-color: #1C456C;
	border: thin solid #3399FF;
	margin-bottom: 30px;
	color: #f4cc11;
}
#closebutton a:visited {
	background-color: #1C456C;
	border: thin solid #3399FF;
	margin-bottom: 30px;
	color: #f4cc11;
}


/*Links */
a, a:link {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px dotted #69c;
}
a:visited { color: #61c3ed; border-color: #61c3ed; }
a:hover { color: #000000; border-color: #000000; text-decoration: none; }
a:active { color: #000000; border-color: #000 }



/* Login Form */

#loginfrm
{
  width:125px;
}

#loginfrm legend
{
  font-weight:bold;
  margin-bottom:5px;
}

#loginfrm label
{
  width:50px;
}

#loginfrm label.wide
{
  width:50px;
  cursor:pointer;
}

#loginfrm .text
{
  width:60px;
  background:#c8c8c8;
}

#loginfrm .hidden
{
  width:0px;
}

#loginfrm .checkbox
{
  width:10px;
  margin-top:3px;
}

#loginfrm .submit
{
  width:50%;
  margin: 5px 25%;
}

#loginfrm p
{
  clear:left;
  margin-left:0px;
}

#loginfrm a
{
  text-decoration:none;
}
#loginbox {
}
#news {
   background-color: #f4cc11;
}
#listindexer {
}
#mainnews {
}


/*summary styles*/

#summaryPost a:hover {
	color: #FFFFFF;
	}
#summaryPost a:link  {
	color: #FF9900;
	font-size: 100%;
	}
#summaryPost a:visited {
	color: #FF9900;
	font-size: 100%;
	}
#summaryPost a:hover {
	color: #5498A1;
	}
#summaryPost a:link  {
	color: #5498A1;
	font-size: 100%;
	}

	#summaryTitle {
	color: #99CC00;
	height: 52px!important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	}
	#summaryTitle a:link{
	color: #99CC00;
	height: 52px!important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	}
	#summaryTitle a:visited{
	color: #99CC00;
	height: 52px!important; /* for most browsers */
	height /**/:50px; /* for IE5/Win */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}

#date {
	background-image: none;
	background-repeat: repeat;
	width: 200px;
	top: 2px;
	right: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9EC5CC;
	border-right-color: #9EC5CC;
	border-bottom-color: #9EC5CC;
	border-left-color: #9EC5CC;
}
#footer {
	text-align:			center;
}


