@charset "utf-8";
/* ------------------------   Main StyleSheet   -----------------------------
Author: Maria Ivanova
Web: www.marivaweb.com
E-mail: info@marivaweb.com
------------------------

/* ---  basic styling --- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FAF4E8;
	text-align: center;
	font-size: 95%;
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-x;
	font-family: Cambria, "Californian FB", "Book Antiqua", serif;
}
#wrapper {
	position: relative;
	width: 100%;
}
#layout {
	position: relative;
	width: 800px;
	min-height:768px;
	margin: 0 auto;
	text-align: left;
}

#clear {
	clear:both;
}
a {
	color: #86618c;
	text-decoration: underline;
	
}
a:hover {
	color: #59733c;
	text-decoration: none;
}

a img {
	border: none;
}
p {
	line-height: 1.5em;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.6px;
	font-family: Cambria, "Californian FB", "Book Antiqua", serif;
	font-size: 95%;
}
h1 {
	font-weight: normal;
	line-height: 1.2em;
	font-family:Cambria, "Californian FB", "Book Antiqua", serif;
	font-size: 160%;
	color: #660033;
	margin-right: 30px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A09B;
	letter-spacing: .1em;
}
h2 {
	font-weight:normal;
	line-height: 1.6em;
	font-family:Cambria, "Californian FB", "Book Antiqua", serif;
	font-size: 140%;
	color: #7c4e66;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	margin-right: 1.8em;
	text-align: left;
}
h3 {
	font-weight: normal;
	line-height: 1.5em;
	font-family:Cambria, "Californian FB", "Book Antiqua", serif;
	font-size: 100%;
	margin-right: 1.8em;
	color: #333333;
}
h4 {
	font-weight: normal;
	line-height: 1.5em;
	font-family:Cambria, "Californian FB", "Book Antiqua", serif;
	font-size: 90%;
	color: #7c4e66;
}

/* --- Layout styles --- */

#header {
	position:relative;
	height: 113px;
	margin-top: 30px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#wrapper #layout #printheader {
	display: none;
}

#logo {
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 293px;
	position: relative;
	display: block;
}

#header h1 {
	color: #FAF4E8;
	margin-left: -9000px;
	background-image: none;
	display: none;
}
#content {
	position: relative;
	float: left;
	width: 505px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar {
	float: right;
	width: 225px;
	padding-top: 2em;
	padding-left: 10px;
	padding-right: 35px;
	text-align: left;
}
#footer {
	height: 100px;
	margin-top: 5em;
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99868A;
	background-color: #FAF4E8;
	width: 100%;
}
#fav {
	height: 110px;
	width: 100%;
	background-image: url(../images/footer1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 50px;
	font-size: 75%;
}


/* --- Top navigation styles --- */

#menu {
	background: none;
	height: 50px;
	margin: 0px;
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul li {
	float:right;
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/menu_tile.jpg);
}
#menu ul a {
	font-size:15px;
	line-height:1.5em;
	text-decoration:none;
	color:#FAF4E8;
	display:block;
	padding-top: 1em;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.2em;
}
#menu ul a:hover {
	color:#7c4e66;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
}
#menu #last {
	background-image: url(../images/menu_right1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 130px;
	background-position: right;
}
#menu #first {
	background-image: url(../images/menu_left1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	height: 50px;
	width: 80px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#menu a.current {
	text-decoration: underline;
}


/* ---  Header styles  --- */

#header #title {
	float: left;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 295px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/* --- sidebar styles --- */

#sidebar li {
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	color: #915B73;
	margin-top: .7em;
}
#sidebar a {
	text-decoration: underline;
}
#sidebar a:hover {
	color: #915B73;
	background-color: #E5DED6;
	text-decoration: none;
}
#sidebar img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar li.contact {
	list-style-type: none;
	list-style-image: none;
}
/* --- Main contetnt styles --- */

#content ul {
	list-style-type: square;
	list-style-position: inside;
}
#content img.card {
	padding-left: 10px;
}

/* --- Footer styles --- */

#footer .footerlinks {
	height: 25px;
}
#footer .footernotes {
	height: 25px;
}
#fav p {
	color: #FAF4E8;
}
#fav a:hover {
	color: #FAF4E8;
	text-decoration: none;
}
#wrapper #fav #pagelink p {
	display: none;
}
#footer #pagelink {
	display: none;
}
strong {
	color: #4F2C33;
}


/* --- Misc styles --- */

acronym {
	background-color: #EDE6DC;
	color: #4E2E33;
	cursor: help;
}
blockquote main {
	padding:0 10px 10px 10px;
	font-size:1.9em;
	border-bottom:1px solid #2c3236;
	margin-bottom:20px;
	background-color: #352226;
}
.snapshot{
	margin:0;
}
.snapshotOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
}
#home {
	position: relative;
	float: left;
	width: 525px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
}
#about {
	position: relative;
	float: left;
	width: 525px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
}
#portfolio {
	position: relative;
	float: left;
	width: 525px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
}
#contact {
	position: relative;
	float: left;
	width: 525px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
}
#webDesign {
	position: relative;
	float: left;
	width: 525px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-y;
	background-position: 520px;
}
#sidebarHome {
	float: right;
	width: 250px;
	padding-top: 2em;
	padding-left: 1em;
}
#sidebarAbout {
	float: right;
	width: 250px;
	padding-top: 2em;
	padding-left: 1em;
}
#sidebarPortfolio {
	float: right;
	width: 250px;
	padding-top: 2em;
	padding-left: 1em;
}
#sidebarContact {
	float: right;
	width: 250px;
	padding-top: 2em;
	padding-left: 1em;
}
#sidebarWebdesign {
	float: right;
	width: 250px;
	padding-top: 2em;
	padding-left: 1em;
}.clear {
	clear: both;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	text-indent: 410px;
}
