body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000033;
	background-image: url(images/bg11.gif);
	background-repeat: repeat;
	line-height: 130%;
}
.clickpointer {
	cursor: pointer;
	hand; 	color: #000000;
	font-weight: bold;
}

.clickpointerblue {

	cursor: pointer;
	hand; color: #000099;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	line-height: 130%;

}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-bottom: 4px;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #6699FF;
}

a:visited {
	text-decoration: none;
}

img {

}

img.left {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 0px;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
.post ul, ol {


}
.post a {
	text-decoration: none;
	color: #0000FF;
}
.post a:hover {
	color: #CC6600;
	text-decoration: none;
}



fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#wrapper {
	margin-top: 10px;
}

/* Header */

#header {
	width: 800px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-position: left top;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	height: 100px;
}


#logo {
	float: left;
	background-image: url(images/header4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo h1 {

}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #28737B;
}

#logo a {
	text-decoration: none;
	color: #3399CC;
}

/* Menu */

#menu {
	width: 800px;
	padding-top: 40px;
	height: 60px;

}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	float: left;
	margin-left: 5px;
	text-decoration: none;
	font-size: small;
	text-transform: lowercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #999999;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

/* Page */

#page {
	width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/dmpbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
}

#pagetop {
	width: 800px;
	background-image: url(images/dmptop.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	height: 2px;
}
#pagebottom {
	width: 500px;
	background-image: url(images/typewriter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 0px;
	height: 480px;
}
#pageFAQ {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/faqbg.jpg);
	background-position: left bottom;
	background-repeat: repeat;
	height: 1800px;
}
#pagetopFAQ {

	width: 800px;
	text-align: left;
	vertical-align: top;
	height: 2px;
	margin: 0;
	padding: 0px;
}
#pagebottomFAQ {


	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/dmpbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
}

/* Content */

#content {
	float: left;
	width: 510px;
	padding: 2px;
}
.border-portfolio-books {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
}

#content li {
	list-style-position: outside;
	line-height: 120%;
	padding-bottom: 5px;
}


/* Post */

.post {
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 10px;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}

.post .entry {
}

.post .meta {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #00CCFF;
}

.post .meta .links {
	float: right;
	color: #00CCFF;
	text-decoration: none;
}
.meta .links a:hover {
	text-decoration: none;
	color: #000000;
}


.post .meta .more {
	width: 100px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
	color: #0000CC;
	text-transform: lowercase;
	font-weight: bold;
}

.post .meta .comments {
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #0000CC;
	text-transform: lowercase;
	font-weight: bold;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar .title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar.bottom {
	bottom: auto;
}



#sidebar ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.typewriter {
	background-image: url(images/typewriter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 160px;
	width: 180px;
	margin-left: 40px;
	margin-top: 40px;
}


#sidebar li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 20px;
}
#sidebar a {
	text-decoration: none;
	color: #0000FF;
}
#sidebar a:hover {
	color: #CC6600;
	text-decoration: none;
}


#sidebar li ul {
	color: #00CCFF;
}

#sidebar li li {
	margin: 0;
	text-indent: 4px;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}

#sidebar h3 {
	margin-bottom: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
}
#sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/checkmark-blue.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	text-indent: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Search */

#search {
	float: right;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 2px;
	float: right;
	width: 160px;
	vertical-align: bottom;
	margin: 2px;
}
.box1 h3 {
	text-transform: uppercase;
}


.box2 {
	color: #BABABA;
}
.box2 h4 {
}


.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	min-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: none;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
}

#legal a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#legal a:hover {
	color: #FFFFFF;
}

#wrapper #footer #legal a:hover {
	color: #FFFFFF;
}
/* Other - Misc */

.textblue {
	cursor: default;
	hand; 	color: #0000FF;
	font-style: normal;
}
#page_typewriter {

	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/dmpbg-typewriter.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
}
.portfolio1 {
}
.portItemText {
}

.portfoliotext {
	font-size: 11px;
}
.postportofilo {
	background-image: url(images/erika.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentsitemap {
	float: left;
	width: 96%;
	padding: 10px;
	margin: 0px;
	line-height: 140%;
}
#pagesitemap {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/faqbg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	height: 1500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
#pagetopsitemap {


	width: 800px;
	text-align: left;
	vertical-align: top;
	height: 2px;
	margin: 0;
	padding: 0px;
}
#pagebottomsitemap {



	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/dmpbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
}
.postportfolio {
	margin-left: 10px;
}
.textblue-small {
	cursor: default;

	hand; 		color: #0000CC;
	font-size: x-small;
}
.textyellow {
	cursor: default;

	hand;
	font-style: normal;
	color: #FFE496;
}
.textgrey {
	cursor: default;

	hand; 		color: #666666;
	font-style: normal;
	font-size: small;
}
.thumbnail-index {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.testimonial-link {
	text-align: right;
}
