﻿h2 {

}

#side {
	display: none;
}

#topbar {
	padding-right: 0;
	height: 100px;
	text-align: center;
}

#topbarlogo {
	margin-right: 0;
	xwidth: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	margin-top: 7px;
}

#topbarlogofixed {
	xmargin-right: 0;
	xposition: absolute;
	bottom: 0;
	right: 0;
	xmargin-top: 7px;
	max-width: 85%;
	margin-right: 0;
}

#mainlinks {
	background: #E4E4E4;
	top: 102px;
	font-size: 15px;
	width: 100%;
	right: 0;
	text-align: center;
	border-bottom: 2px solid #FF0060;
}

a.mainlink:hover {
	border-bottom: 4px solid #424242;
	-webkit-animation: mainlink 0.3s; /* Safari 4.0 - 8.0 */
	animation: mainlink 0.3s;
}

a.activelink {
	border-bottom: 2px solid #888;
}

#sublinks {
	top: 92px;
	font-size: 15px;
	border-bottom: 2px solid black;
	width: 100%;
	right: 0;
	text-align: center;
	padding-bottom: 0;
}

#main {
	right: 0;
	top: 100px;
	width: auto;
	padding: 0;
	padding-top: 40px;
	margin: 20px;
	display: block;
}


.mainimg1 {
	width: 100%;
	float: right;
	border-bottom: 2px solid #ff0060;
	padding: 0;
	margin: 0;
}


#wrap {
	width: auto;
	display: block;
	xpadding: 10px;
}


.empbox {
	width: 100%;  
}

.itemimage {
	width: 100%;
	border: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.itemnote {
	font-size: 14px;
	width: auto;
	border: 0;
	xborder-top: 1px solid #cccccc;
	xborder-bottom: 1px solid #cccccc;
}

.itemnote_arrow_down {
	background: url(/images/note-bg-arrow-down-m.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #cccccc;
}
.itemnote_arrow_up {
	background: url(/images/note-bg-arrow-up-m.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #cccccc;
}

.portfolioitem {
	margin-bottom: 0;
	border-top: 1px solid #888;
}

.portfolioimage {
	width: 100%;
	border: 1px solid #999999;
}

.portfolioitemdesc {
	padding: 0;
	width: auto;
}

.imageWrapper {
	width: 100%;
}

img.itemdisplay {
	width: 100%;
	margin-left: 0;
}

#motto {
	display: inline-block;
	width: 100%;
	background: url(/images/sidebg1.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #000000;

}

#motto img {
	max-width: 100%;
}

/* blog / toolbox */

.inQuote {
	margin: 0;
	margin-bottom: 20px;
	width: 80%;
	max-width: none;
}

form {
	width: 100%;
}

input, textarea {
	width: 100%;
	max-width: 100%;
}

.empbox_wrapper {
	background: white;
	text-align: center;
	width: auto;
	float: right;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.empbox {
	padding: 10px;
	min-height: 20px;
	text-align: right;
	background-image: none;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center 0;
	
	background: url('images/bubble.png'); 
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 150px;
/*
	border: 3px solid #FF0060;
	background-color: #d0d0d0;
	padding: 5px;
	margin-bottom: 30px;
	border-radius: 10px;
*/
}