body {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/bg.png);
	background-repeat: repeat-x;
	font-family: trebuchet ms;
	font-size:11px;
	color: #000000;
	margin: 0px;
	text-align:left;
}

#side {
 	padding-top:20px;
	padding-left: 145px;
  	padding-right: 0px;
 	float: left;
	width: 224px;
}

#content {
	padding-top:20px;
	width: 500px;
	float: right;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1027px;
 	position: relative;
}


#image {
	float: left;
	margin-right: 20px;
	padding-left: 0px;
}

#site {
	float: left;
	width:885px;
}

* {
	padding: 0;
	margin: 0;
	padding-left: 0px;
}


.none {
	padding: 0;
	margin: 0;
}

/* NEWS */


.title {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/title.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Lucida Sans;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff; 
	text-align: left;
	text-transform: uppercase;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
}

.undertitle {
	background: #eeeeee url(http://davidboreanazweb.com/wp-content/themes/v03/undertitle.png);
	height:px;
	font-family: trebuchet ms;
	font-size: 9px;
	color: #000033; 
	text-align: left;
	font-weight:normal;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	line-height:98%;
}

.undertitlemeny {
	background: #D3D3D3;
	font-family: trebuchet ms;
	font-size: 9px;
	color: #737373; 
	text-align: normal;
	text-transform: lowercase;
	padding-left: 24px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
}

.content {
	background: #F8F8F8 url(http://davidboreanazweb.com/wp-content/themes/v03/content.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: trebuchet ms; 
	font-size: 11px; 
	color: #5b5b5b;
	line-height:13px;
	text-align: justify;
	padding:10px;
        border-left:1px solid #F8F8F8;
        border-right:1px solid #F8F8F8;
	width:522px;
}

blockquote {
	margin: 10px 30px 10px 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	line-height:13px;
	font-style:italic;
	}

blockquote cite {
	display: block;
	line-height:13px;
	font-style:italic;
	}


.bold {
        color: #5F6F62;
}

.strong {
        color: #5F6F62;
}

.italic {
        color: #000000;
}

.newsfooter {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/newsfooter.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:85px;
	text-align:center;
	font-family:lucida sans unicode;
	padding-bottom:12px;
	font-size:13px;
	color: #5b5b5b;
}

/* SIDEBAR */

.sidetitle {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/sidebar.png);
	height:0px;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66; 
	text-align: center;
	padding-left: 16px;
	padding-top:8px;
	padding-right: 12px;
	padding-bottom: 7px;
}

.sidecontent {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/sidecontent.png);
	background-repeat: repeat-y;
	background-position:top;
	font-family: trebuchet ms,; 
	font-size:11px;
	color: #FFFFFF; 
	text-align:justify;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:102%;
	border-left:1px solid #1E2126;
	border-right:1px solid #1E2126;
}

.sidebottom {
	background: #8CC4EA url(http://davidboreanazweb.com/wp-content/themes/v03/sidebar2.png);
	height:37px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: none; 
	font-family: trebuchet ms,; 
        font-size:11px;
	color: #302A1C; 
	text-align:justify;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
}


/* LINKS */

a:link {
	text-decoration: none;
	cursor: default;
	color: #FFFF66;
	text-shadow: #1E2126 1px 1px 1px;
}

a:active {
	text-decoration: none;
	cursor: default;
	color: #FFFF66;
	text-shadow: #1E2126 1px 1px 1px;
}

a:visited {
	text-decoration: none;
	cursor: default;
	color: #FFFF66; 
	text-shadow: #1E2126 1px 1px 1px;
}

a:hover {
	cursor: default;
	color: #0099FF;
	text-decoration:none;
	text-shadow: #1E2126 1px 1px 1px;
}


/* OTHER */

.image {
	border-width: 1px;
	border-color: #343940;
	padding: 4px;
	background-color: trasparent;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}

.image:hover {
	border-width: 1px;
	border-color: #4E6C98;
	padding: 4px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}

.imagenews {
	border-width: 1px;
	border-color: #CACACA;
	padding: 5px;
	background-color: trasparent;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}

.imagenews:hover {
	border-width: 1px;
	border-color: #F3B633;
	padding: 5px;
	background-color: #E8E9E3;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
}

.projects {
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	border-style: solid;
	border-width: 3px;
	border-color: #CACACA;
	padding: 1px;
	background-color: #E8E9E3;
        margin:0px 0px 1px 0px;
}

.projects:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.9;
	border-style: solid;
	border-width: 3px;
	border-color: #5b5b5b;
	padding: 1px;
	background-color: #E8E9E3;
        margin:0px 0px 1px 0px;
}

.imageselites {
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	border-style: solid;
	border-width: 3px;
	border-color: #CACACA;
	padding: 1px;
	background-color: #E8E9E3;
        margin:0px 0px 1px 0px;
}

.imageselites:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.9;
	border-style: solid;
	border-width: 3px;
	border-color: #5b5b5b;
	padding: 1px;
	background-color: #E8E9E3;
        margin:0px 0px 1px 0px;
}


.kantlinje {
        background: #EDECEC;
	font-family: trebuchet ms; 
	font-size: 11px; 
	line-height: 13px;  
	color: #5b5b5b;
	border:1px solid #1E2126;
	margin:2px;
	padding:5px 0px 5px 5px;
	-moz-border-radius:  8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}

.kantlinje:hover {
        background: #EDECEC;
	font-family: trebuchet ms; 
	font-size: 11px; 
	line-height: 13px;  
	color: #5b5b5b;
	border:1px solid #5b5b5b;
	margin:2px;
	padding:5px 0px 5px 5px;
	-moz-border-radius:  8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}
