/*
Theme Name: DLS Professional
Theme URI: http:lukart.net
Description: Theme designed for Direct Link Supplier - Customs Services
Version: 1.0
Author: Luca Tortora
Author URI: http://lukart.net

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.thesevenfive.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/



/* CSS RESET FOR CROSS BROWSER COMPATIBILITY */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END of CSS RESET FOR CROSS BROWSER COMPATIBILITY */

/* begin the basics */
html, body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
color: #222222;
margin: 0 auto;
padding: 0;
width: 100%;
display: block;
}

body {
background:#eee url(images/fondorepeat.png) repeat-x top;
}

span {
background: #eeeeee;
}

h1, h2, h3 {
font-weight: normal;
}

p {
margin-bottom: 1em;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #222222;
text-decoration: none;
}

a:hover {
color: #222222;
}

a {
outline: none;
}

img {
border: none;
}

ul li {
list-style-image: url(images/bullet.png);
margin-left: 40px;
}

em {
padding: 5px;
}



#bigwrap {
marign: 0;
width: 100%;
height: 100%;
}

#wrapper {
overflow: hidden;
width: 1080px;
display: table;
margin: 0px auto;
background: url(images/bg.jpg) top center no-repeat;
}

/* end the basics */

/* begin site header */
#header {
width: 1080px;
height: 35px;
padding: 5px 0 0 0;
line-height: 1em;
float: left;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
background: transparent;
float: left;
color: #222222;
margin: -2px 0 0 100px;
font-weight: bold;
}

#subtitle {
color: #ffffff;
font-size: 10px;
margin: 10px;
}

#author {
color: #ffffff;
font-size: 10px;
magin: 5px 0 0 0;
}

#author p{
color: #ffffff;
font-size: 10px;
magin: 5px 0 0 0;
}

#author a:link, #author a:visited {
color: #222222;
}

#author a:hover {
color: #222222;
}

#pages {
float: right;
list-style: none;
margin: -2px 100px 0 0;
padding: 0;
}

#pages li {
display: inline;
margin: 0 0 0 10px;
background: url(images/menu.png) top left no-repeat;
padding: 0 0 0 10px;
}
/* end site header */

#facebox h2 {
    margin: 0;
    padding: 0;
}
.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

/* begin content slider */
#content .carousel  {
position: relative;
}

#content {
}

/* diminuendo il margine a sinistra la galleria si sposta a sinistra */

#content .main {
margin: 0 0 0 0px;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 350px;
height: 750px;
background: url("images/previous.png") no-repeat 0 0;
top: 50px;
left: 0;
z-index: 5;
/* questo margine deve essere il negativo del margine content.main */
margin-left: 0px;
}

* + html #content .carousel a.prev  {
top: 5px;
}

#content .carousel a.prev:hover {
background: url("images/previous.png") no-repeat 0 -750px;
}  


#content .carousel a.next {
display: block;
position: absolute;
width: 350px;
height: 750px;
background: url("images/next.png") no-repeat 0 0;
top: 50px;
right: 0;
z-index: 5;
}

* + html #content .carousel a.next  {
top: 5px;
}

#content .carousel a.next:hover {
background: url("images/next.png") no-repeat 0 -750px;
}  

#content .carousel a, a:hover, #content .carousel a:active {
color: #b94b09;
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 156px 0 0 0;
position: relative;
visibility: hidden;
left: -1000px;
width: 1100px;
}

.rotate h3 {
font-size: 18px;
text-align: center;
margin-bottom: 0px;
padding-top: 1px;
}

#content .carousel dl {
margin: 0px;
}

#content .carousel dd img {
margin-top: 10px;
width: 100%;
}

#content .carousel dd {
width: 350px;
height: 600px;
margin: auto 5px;
display: block;
}

#content .widget img {
cursor: pointer;
}

#content2 {

background-color:#EEEEEE;
position:relative;
top:200px;
height: 900px;
padding: 5px;
}

#content2 h1 {
color: #ba4d09;
font-size: 18px;
margin: 0px 0 30px 0;
border-bottom: 1px solid #222222;
padding-bottom: 10px;
}

#content2 .post {
border-left: 1px solid #2144aa;
border-right: 1px solid #2144aa;
padding: 5px;
width: 600px;
margin: auto;
}

.intro {
margin: 0;
padding: 5px 5px 10px 5px;
}

.intro p {
margin-bottom: 1em;
color: #222222;
}

.intro h3 {
margin: 15px 0 0px 0;
font-size: 15px;
}

.entry blockquote {
display:block;
margin:1em 20px;
background-color: #dddddd;
border: 1px solid #444444;
padding: 5px;
}


.entry {
padding: 5px 5px 0px 5px;
margin-top: 20px;
}


#content .carousel dd .entry img {
padding: 0px;
margin: 0 0 5px 0;
}

#content ul {
padding-left:0px;
display:block;
list-style-type:disc;
margin:1em 0;
}

#content li {
display:list-item;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}

#footer {
margin-top: 0px;
height: 80px;
background: url(images/footer.png) repeat-x;
position: relative;
width: 100%;
}

/* end content slider */


#sidebar {
background-color: #dddddd;
padding: 10px;
float:left;
/* left:60px; */
position:absolute;
top: 480px;
width: 280px;
z-index:10;
}

#sidebar a, a:active {
color: #b94b09;
}

#sidebar a:hover {
font-decoration: underline;
}

#sidebar2 {
background-color: #dddddd;
padding: 10px;
float:right;
/* right:60px; */
position:absolute;
top:480px;
width: 280px;
margin-left:780px;
z-index:10;
}

#sidebar2 a, a:active {
color: #b94b09;
}

#sidebar2 a:hover {
font-decoration: underline;
}

.widget {
border-top: 1px solid #333333;
margin: 5px 0 0 0;
padding: 5px 0 0 0;
}

#cleardiv {
margin: 0;
padding: 0;
clear:both;
}

/* THEMED PROFILE */

#profile {
text-align: left;
margin-top: -40px;
}

#profile h3 {
text-align: center;
margin: 5px 0 10px 0;
}

.burp {
hright: 100%;
}

.burpbg {
background: url(images/descbg.png) repeat-y;
}