/*
Theme Name: Zapster
Theme URI: http://blog.zapster.it
Description: Zapster Blog Template
Author: Cristiano de Nunno
Author URI: http://www.glorfind3l.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #CCCCCC;*/
	background: #000 url('images/page_bg.jpg') top repeat-x;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #CC3300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#page {
	width: 950px;
	margin: 0 auto;
	background: url('images/page_background.gif') top center repeat-y;
	padding-top: 0;
}

#header {
	width: 100%;
	background: #000;

	height: 140px;
	background: url('images/mainwrap-top.gif') top center no-repeat;
	padding:0;
	margin:0;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	color: #fff;
	padding:20px 0px 0px 0px;
}

#header #header_right #top{
	width: 50px;
	height: 50px;
	text-align: right;
	padding: 0;
	margin-left: 330px;
	margin-right: 10px;
}

#header #header_right #bottom{
	text-align: right;
	margin-top: 45px;
	margin-right: 10px;
}

#header #header_left {
	float:left;
	width: 480px;
	height: 50px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}
#header #header_bottom {
	height: 25px;
	float: right;
	margin: 35px 1px 0px 1px;
	padding:0;
	width: 948px;
	text-align:right;
	background:#000 url(images/menu_bg.png) repeat-x scroll 0%;
}
#header #header_bottom ul{
	float:left;
	width: 700px;
	list-style:none;
	padding:0;
	margin:0;
}

#header #header_bottom ul li{
	float:left;
	display:block;
	text-align:center;
	font-size: 1.4em;
	background:url(images/menu_item.png) no-repeat scroll 0%;
  width: 140px;
}

.normal_button
{
        width: 120px;
}

.special_button
{
        width: 200px;
}

#header #header_bottom ul li:hover, li.over{
display:block;
}

#header #header_bottom ul li a{
	color:#000;
	padding:4px 3px;
	display: block;
	text-decoration: none;
	font-weight:bold;
}

#header #header_bottom ul li a:hover{
	display:block;
	color:#FFF;
	background:url(images/menu_hover.png) repeat-x scroll 0%;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #FFF;
	width: 948px;
	clear: both;
	background: #000000;
	margin:0px 1px 0px 1px;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}

#ja-wrapper-bottom {

	display: block;

	background: url(images/mainwrap-bot.gif) no-repeat top;

	height: 5px;
	margin:0;

}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	/*margin: 0px 0 10px 0;*/
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.post img{
	margin-right: 10px;
}

.post li img{
	margin-right: 0px;
	background: #EEEEEE none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	padding:3px;
	/*float:none;*/
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignleft a:hover{
	text-decoration:none;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

.col25
{
	display:block;
	float:left;
	margin-left: 2px;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}

.movie
{
	text-align:center;
	margin-top:20px;
	margin-left:90px;
	margin-right:90px;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 5px;
        margin-bottom: 2px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul li {
	margin-bottom: 10px;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	/*border-bottom: dashed 1px #D3C69B;*/
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-top:0px;
	text-align: right;
}

input {
	/*height:25px;*/
	/*font-size: 1.4em;*/
	/*margin:0px 0px 4px 0px;*/
	border: 1px solid #000;
	background: #fff;
	padding:0px;
	margin:0px;
	height:20px;
}


.search_button {
	float:right;
  width: 50px;
  height:25px;
  border: 1px solid #000;
	background: #000;
	color: #FFF;
	padding:0;
	margin:0;
}

.search_field{
	width:100px;
	padding:0;
	margin-top:1px;
	height:23px;
	border: 0px solid #000;
	font-size: 1.7em;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

img
{
	border: 0;
}

#adsense_singlepost_top_square {
	float: right;
	margin-left: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

/******************************************************************************************
 * FIXES
 */
.thumbnails:after { /* http://positioniseverything.net/easyclearing.html */ 
    content: "."; 
   	display: block; 
   	height: 0;
   	clear: both; 
    visibility: hidden;
}
.thumbnails {
	display: inline-block; 
	margin-top: 70px;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.thumbnails { display: block; }
/* End hide from IE-mac */

/******************************************************************************************
* SOCIAL ICONS
******************************************************************************************/

.digg {
background: url(images/socials/social.gif) -77px;
}
.delicious {
background: url(images/socials/social.gif) -50px;
}
.stumble {
background: url(images/socials/social.gif) -23px;
}
.tech {
background: url(images/socials/social.gif) -1px;
}
.blinklist {
background: url(images/socials/blinklist.png) no-repeat center;
}
.blogmark {
background: url(images/socials/blogmarks.png) no-repeat center;
}
.bumpzee {
background: url(images/socials/bumpzee.png) no-repeat center;
}
.dzone {
background: url(images/socials/dzone.png) no-repeat center;
}
.furl {
background: url(images/socials/furl.png) no-repeat center;
}
.netvouz {
background: url(images/socials/netvouz.png) no-repeat center;
}
.reddit {
background: url(images/socials/reddit.png) no-repeat center;
}
.scopeo {
background: url(images/socials/scoopeo.png) no-repeat center;
}
.scuttle {
background: url(images/socials/scuttle.png) no-repeat center;
}
.spurl {
background: url(images/socials/spurl.png) no-repeat center;
}
.taggly{
background: url(images/socials/taggly.png) no-repeat center;
}
.thisnext {
background: url(images/socials/thisnext.png) no-repeat center;
}
.wists {
background: url(images/socials/wists.png) no-repeat center;
}
.yahooweb {
background: url(images/socials/yahoo.png) no-repeat center;
}
.excite {
background: url(images/socials/excite.gif) no-repeat center;
}
.sino {
background: url(images/socials/sino.gif) no-repeat center;
}
.facebook {
background: url(images/socials/facebook.gif) no-repeat center;
}
.google {
background: url(images/socials/google.png) no-repeat center;
}
.twitter {
background: url(images/socials/twitter.gif) no-repeat center;
}
.aol {
background: url(images/socials/aol.gif) no-repeat center;
}
.live {
background: url(images/socials/live.gif) no-repeat center;
}

.social {
	width: 168px;
	margin: 20 auto 0px auto;
	padding: 0px;
	text-align:center;
	display:block;
	height:25px;
}

.social a {

	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}

.social p {
	float: left;
	height: 20px;
	width: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.social p a {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 24px;
}
.social a:hover {

	color: #CCCCCC;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;

}

.social-link {
	width: 180px;
	height: 65px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.social-link a {

	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}

.social-link p {
	float: left;
	height: 20px;
	width: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.social-link p a {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 24px;
}
.social-link a:hover {

	color: #CCCCCC;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;

}
