/*  
Theme Name: My Focus 2.x
Theme URI: http://www.free-web-hosting.biz
Description: A 3-column, fixed width theme.
Version: 2.0
Author: Thomas Alling
Author URI: wp-themes@free-web-hosting.biz
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

*
{
		margin: 0;
		padding: 0;
}

body
{
		background: #2f2f2f;
		font: normal 80%/160% arial;
		margin: 20px 0 20px;
}

a{
		color: #7694b3;
}
a:hover{
		text-decoration: none;
}
a.adbanner {
	margin-left: 10px;
}
img {
	border: 0px;
}
img.align-left
{
		float: left;
		padding: 2px;
		border: 1px solid #eee;
		margin-right: 5px;
		margin-bottom: 5px;
}

img.align-right
{
		float: right;
		padding: 2px;
		border: 1px solid #eee;
		margin-left: 5px;
		margin-bottom: 5px;
}

img.align-center
{
		display: block;
		padding: 2px;
		border: 1px solid #eee;
		margin-bottom: 5px;
		margin: 0 auto;
}
img.bordered {
	padding: 3px;
	border: 1px solid #ccc;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header
{
		height: 126px;
		background: url(images/header-bg.gif) 0% 100% no-repeat;
}

#wrapper
{
		width: 926px;
		margin: 0 auto;
		background: #fff url(images/wrapper-bg.gif) 0 136px no-repeat;
		padding: 10px;
}

#sidebar, #content, #adverts
{
		float: left;
}

#sidebar
{
		width: 214px;
		margin-right: 20px;
		padding-top: 30px;
}

#content
{
		width: 496px;
		margin-right: 5px;
		padding: 10px 20px;
}

#adverts {
		float: right;
		width: 151px;
		padding-top: 30px;
}

#footer
{
		clear: both;
		font-size: 0.9em;
		text-align: center;
		padding-top: 73px;
		padding-bottom: 10px;
		color: #ccc;
		background: #353535 url(images/footer-bg.gif) no-repeat;
}

.sky
{
		width: 120px;
		height: 600px;
		line-height: 600px;
		text-align: center;
		margin: 0 auto;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1
{
		float: left;
		line-height: 116px;
		font-family: georgia;
		font-weight: normal;
		font-size: 2em;
		margin-left: 15px;
}

h1 a
{
		color: #fff;
		text-decoration: none;
}

#header h2
{
		float: left;
		width: 224px;
		line-height: 116px;
		color: #ccc;
		font-size: 1em;
		font-weight: normal;
		text-align: center;
		font-style: italic;
}

/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar li
{
		font-size: 11px;
		color: #666;
		list-style: none;
}
#sidebar li a
{
		font-size: 12px;
		list-style: none;
}

#sidebar h2
{
		font-size: 1.3em;
		font-family: georgia;
		font-weight: normal;
		padding-left: 5px;
		padding-bottom: 3px;
}

#sidebar li ul
{
		margin-left: 10px;
		margin-bottom: 5px;
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
}

#sidebar li form
{
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 5px;
		padding-left: 5px;
}

#sidebar input#s
{
		font-size: 1em;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 2px;
		width: 140px;
		height: 16px;
		margin-right: 5px;
}

#sidebar button
{
		width: 52px;
		height: 22px;
		border: none;
		font-size: 0.9em;
		vertical-align: top;
		background: url("images/sidebar-button-bg.gif") no-repeat;
		text-indent: -9999px;
}

#sidebar li ul li
{
		background: url(images/sidebar-li-bg.gif) 0% 50% no-repeat;
		padding-left: 15px;
}

#sidebar li ul li a
{
		color: #7694b3;
}

#sidebar p
{
		padding: 0 5px 5px;
		border-bottom: 1px solid #eee;
		margin-bottom: 5px;
		color: #777;
}

/* CONTENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post
{
		margin: 0 0 20px;
		background: url(images/post-bg.gif) 50% 100% no-repeat;
		padding: 0 0 60px;
}

.post p
{
		margin: 0 0 5px;
}

.post h2
{
		font-weight: normal;
		font-family: georgia;
		font-size: 2em;
		margin: 0 0 10px;
}

.post h2 a
{
		color: #000;
		text-decoration: none;
}

#content h3
{
		margin-bottom: 5px;
		font: normal 1.3em georgia;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 5px;
}

h3#respond
{
		margin-bottom: 15px;
}

.post ul, .post ol
{
		margin-left: 20px;
		margin-bottom: 10px;
}

.post ol
{
		margin-left: 25px;
}

.post ul li
{
		list-style: square;
}

.post blockquote
{
		display: block;
		margin: 10px 5px 5px;
		border-left: 3px solid #eee;
		padding: 10px;
		background: #fafafa;
		color: #666;
		font-style: italic;
}

.postinfo, .postmeta
{
		font-size: 0.9em;
		color: #999;
}

#content input, #content textarea
{
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #ccc;
		margin-bottom: 4px;
		font: normal 1em arial;
		padding: 2px;
}

#content textarea
{
		width: 490px;
}

#content button
{
		width: 52px;
		height: 22px;
		text-indent: -9999px;
		background: url(images/comment-submit-button.gif) no-repeat;
		border: none;
}

/* COMMENTS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.commentlist
{
		margin: 0 0 15px 20px;
}

.commentlist li
{
		border-bottom: 1px solid #eee;
		padding: 5px;
		margin-bottom: 10px;
}

.alt
{
		background: #fafafa;
}

/* ADVERTS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* highslide*/

.highslide {
	cursor: url(/js/graphics/zoomin.cur), pointer;
    outline: none;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: -12px;
}
.highslide-image {
    border: 2px solid white;
}
.highslide img {
	padding: 3px;
	border: 1px solid #ccc;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none; 
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10px;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
.ImageWithCaption {
	float: left;
	width: 160px;
	height: 110px;
}
/* trafic */
#trafic {
	margin: 20px 0px 10px 10px;
}

.clear {
	clear: both;
}
span.nota {
	font-size: 14px;
	font-weight: bold;
	color: green;
}