/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
	background-image: url(img/bg.gif);
}

#container {
	margin: 0px auto;
	width: 850px;
	height:auto !important;
	background-color: #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

#header {
	margin: 0px auto;
	width: 100%;
	height: 137px;
	background-image: url(img/bg-top.png);
	background-repeat: repeat-x;
}

#header span {
	display: none;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
	height: 137px;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
	background-color: #333333;
	display: block;
	width: 100%;
	height: 20px;
}

.blockquote {
	color: #FFFFFF;
	background-color: #FF0080;
	font-size: 16pt;
	font-weight: normal;
	margin-top: 10px;
	margin-left: -100px;
	margin-bottom: 10px;
	width: 250px;
	padding: 10px;
	font-style: italic;
	display: inline;
	text-align: left;
	text-indent: 100px;
}

#top a {
	background: url(img/top.gif) no-repeat 4px 6px;
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 14px;
	margin-bottom: -10px;
	text-decoration: none;
	width: 80px;
	margin-top: 10px;
}

#top:hover a {
	text-decoration: underline;
	background-color: #333333;
	color: #FFFFFF;
}

/* =============================
         SOCIALE MEDIA
==============================*/

.smTitelRss {
	background: url(img/bg-rss.png) no-repeat 0 0;
	width: 165px;
	height: 49px;
	color: #FFFFFF;
	font-size: 16pt;
	padding-top: 25px;
	padding-left: 5px;
	font-style: italic;
}

.smTitelTweets {
	background: url(img/bg-twitter.png) no-repeat 0 0;
	width: 165px;
	height: 38px;
	color: #FFFFFF;
	font-size: 16pt;
	padding-top: 50px;
	padding-left: 5px;
	font-style: italic;
}

.smTweets {
	background-color: #FF0080;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.smTweets li {
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}
	

.twitter-link {
	color: #FFFFFF;
	text-decoration: underline;
}

.smLink {
	margin-top: -2px;
	display: block;
	background-color: #EEEEEE;
	color: #FF0080;
	width: 160px;
	padding: 5px;
	text-decoration: none;
}

.smBar {
	height: 1px;
	width: 170px;
	background-color: FF0080;
	margin-top: 1px;
}

/* =============================
         COLOMMEN
==============================*/

#colom1 {
	width: 450px;
	float: left;
	margin-right: 30px;
}

#colom1 p a img, #colom1 p a img:hover, #colom1 img {
	border: 3px solid #E1E1E1;
}




#colom2 {
	width: 170px;
	float: left;
	margin-right: 30px;
}
#colom3 {
	width: 170px;
	float: left;
}



#colom3 ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	background-image: url(img/hr.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#colom3 ul li {
	background-image: url(img/hr.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#colom3 ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}

#colom3 ul li a:hover {
	text-decoration: underline;
}

/* =============================
            FORM
==============================*/

input, textarea {
	background-color: #E1E1E1;
	border-bottom: 1px solid #666666;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.button {
	color: #FFFFFF;
	background-color: #FF0080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 1px;
	margin-top: 5px;
	border: 0px;
}

h2 li {
	list-style-type: none;
}

.post-meta-key {
	color: #FFFFFF;
}

.formPadding {
	padding-bottom: 3px;
}
