/*
THEME NAME: RadioSoundCity Layout
VERSION: 8.0
AUTHOR: Vito Loconsole

*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');


#branding {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 106px;
}

.box1 {
background-image: url(images/bakbox.jpg);
width: 700px;
height: 239px;

}

.logoscn {

margin-top: -30px;
background-image: url(images/logoscn.jpg);
}

.scn {
margin-top: -25px;
margin-left: 610px;
}

#orologio {
padding-top: 40px;
margin-left: 395px;
color: #FFF;
}

#menu {
padding-top: 35px;
margin-left: 545px;
color: #FFF;
}

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: 13px Tahoma;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
}

.imgpr {
margin-left: 320px;
margin-top: -205px;
background-repeat: no-repeat;
height: 256px; 
}

#main {
	background-color: #FFF;
    width: 1024px;

}

body {
    background-image: url(images/bak.jpg);
    background-color: #bfbfbf;
    background-repeat: repeat-x;
    }

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

