/* @override http://mediainfo.massanti.com/style.css */

body {
	background-color: #6186b7;
	margin: 0;
	padding: 0;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1, h2 {
	font-weight: normal;
	font-size: 1.6em;
	font-style: normal;
	padding: 0 0 3px;
	margin: 0 0 7px;
	color: #3776be;
	text-shadow: #7c7c7c 0 0 2px;
	border-bottom: 1px solid #e6e6e6;
}

h2 {
	font-size: 1.3em;	
}
p {
	margin-bottom: 0;
}
.right {
	float: right;
	margin-left: 20px;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.infotext {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #2b2b2b;
	text-shadow: #fff 0 1px 1px;
}
.infotext em {
	font-weight: bold;
	font-style: normal;
}
img.frame {
	background-color: #fffeff;
	padding: 5px;
	border: 1px solid #d1d1d1;
}
img.frame:hover {
	background-color: #ffb66c;
}
div#main-contents {
	float: left;
}

div#sidebar {
	float: right;
}
.side-box {
	width: 300px;
	background-color: #cdcdcd;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
.side-box h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #0a0a0a;
	border-bottom-color: #dcdcdc;
	font-size: 1.1em;
	text-shadow: #f4f4f4 0 1px 0;
	text-align: center;
}

.main-box {
	width: 585px;
	padding: 6px;
	background-color: #efefef;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	margin-bottom: 7px;
	overflow: hidden;
	position: relative;
}
.yellow {
	background-color: #fcfcc6;
	border-color: #fff1a3;
}
#wrapper {
	width: 1024px;
	height: 226px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 170px;
	background: url(images/top.png) no-repeat;
	position: relative;
}

#logo {
	position: relative;
	top: 47px;
	left: 55px;
}
#adsense-top {
	width: 468px;
	height: 60px;
	background-color: #feffff;
	position: absolute;
	top: 59px;
	right: 69px;
}
#body {
	min-height: 100px;
	background: url(images/middle.png) repeat-y;
	overflow: hidden;
	padding-left: 52px;
	padding-right: 47px;
}
#footer {
	height: 40px;
	background: url(images/bottom.png) no-repeat;
}

/*Download Link*/

span.download {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	padding: 9px 4px 4px 98px;
	text-align: left;
	background: rgba(255,254,255,0.47) url(images/download.png) no-repeat;
	height: 86px;
}
span.download:hover {
	background-color: rgba(200,235,255,0.47)}
a#download-link {
	text-decoration: none;
	color: #494949;
}
a#download-link:hover {
	color: #ff5c3f;
}
span.download-details {
	font-size: 9px;
	line-height: 11px;
	display: block;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 3px;
}

/*Paypal*/
span#paypal {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	padding: 7px;
	text-align: center;
	background-color: rgba(255,254,255,0.47);
	font-weight: bold;
	color: #ff593b;
}

/*Adsense Lateral*/

span#adsense-lateral {
	display: block;
}
div.adsense {
	background-color: #fffeff;
}
div.adsense h2 {
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	color: #ff7000;
}

a.link-picture {
	background: url(images/picture_link.png) no-repeat left center;
	padding-left: 19px;
	text-decoration: none;
	color: #225098;
	font-weight: bold;
}
a.link-picture:hover {
	color: #da6610;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}