 
/*Base Colors
------------------------------------------------------------ */
body { background: #003366; }
.container, .sliderGallery { background: #ffffff; }
div.colborder, div.border { border-right: 1px solid #cccccc; }
.box,.postmetadata,.nav,h3#comments,h3#respond,#commentform,#sidebar ul li a:hover,ul.txt li:hover {background: #cccccc; }
#sidebar ul li a,ul.txt li { border-bottom: 1px solid #cccccc; }
hr {background: #cccccc; color: #cccccc; }
#footer-wrap {background: #111111;}

/*Font Color
------------------------------------------------------------ */
body,p,h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #222222}
h3.sub,h2.sub {border-bottom: 1px solid #cccccc; }

/*Links 
------------------------------------------------------------ */
a:link, a:visited { color: #428ce7; }

/*Hover 
------------------------------------------------------------ */
a:hover, a:focus { color: #666666; }

/* Personalizzazzione AT@ */
/* -------------------------------- Breadcrumb styles -------------------------------- */



.breadcrumb {
	float: left;
	font-size: 0.8em;
	margin: 2px 20px;
}

.breadcrumb a {
	color: #999;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

/*
body { background-image: url(http://www.rigel.li.it/site/wp-content/themes/rigel/images/at_custom/bkg2.jpg); background-repeat:  repeat-x; }
*/

.container {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-bottom-left-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.post ul {
	list-style-type: disc;
	margin-left: 40px;
}

.post ul li {
	margin-bottom: 10px;
}

#nav {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#nav ul li ul li a {
	margin-top:-4px;
	border:1px solid;
	color: #FFF;
}

#nav ul li ul li a:hover {
	text-decoration: none;
	color: #7FCDFE;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #7FCDFE;
}

#top {
	width:990px;
}

#footer-wrap {
	background-color: #003366;
}

#footer {
	background-color: #cccccc;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

	width: 990px;
	color: #111111;
}

#footer .item {
	margin:0;
}

#footer h3,
#footer p {
	color: #333333;
}

.title-image {
	position: absolute;
	left: 565px;
	margin-left: -40px;
}

ul#portfolio {
/*
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
	border: 1px solid #dddddd;
}

ul#portfolio li img {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

a.icon {
	padding-left: 30px;
	padding-top: 3px;
}
a.entries {
	background-image: url(http://www.rigel.li.it/site/wp-content/themes/rigel/images/at_custom/rss-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#sidebar ul li a, ul.txt li {
	color: #666666;
}


.content li{
 list-style-type: disc; 
 list-style-position: outside;
}


div.textwidget p {
	margin-bottom: 0px;
}

div.textwidget a {
	float: right;
}

.language {
	position: absolute;
	top: 10px;
	margin: 0 940px;
	height: 20px;
}

.thumbnail, .attachment-thumbnail {
	max-width: 120px;
	max-height: 120px;
}

#sidebar ul ul {
	font-size: 0.9em;
	margin: 0;
	padding-left: 15px;
}

.box {
	background: #ffffff none repeat scroll 0 0;
}

