@charset "UTF-8";
body {
	font:14px Tahoma, Arial, Sans-serif;
	margin:0;
	padding:0px;
	color:#4D4D4D;
	background: url('images/paperBG.jpg');
	text-align:center;
	letter-spacing:2px;
}
a:link, a:hover, a:visited {
	color:#fff;
	text-decoration:none;
}
q {
	font-size:large;
	display:block;
	width:60%;
}

h3 {
	font-weight:normal;
	padding:15px 25px 25px 0px;
}
h3.email {
	background:url('images/emailBG.png') no-repeat 90% 10%;
}
h3.mobile {
	background:url('images/mobileBG.png') no-repeat 90% 30%;
}
h3.post {
	background:url('images/postBG.png') no-repeat 90% 30%;
}
/*wrapper*/
#wrapper {
	width:100%;
	margin:0 auto;
	text-align:left;
}

/*header*/
#header {
	margin:0;
	background: url('images/headerHomeBG.png') no-repeat 100% 250%;
	min-height:220px;
}
#header a:link {
	color:#FFF;
}
#header img {
	border:0;
	padding:25px 0 0 45px;
	padding-right:5%;
	float:left;
	margin:0;
}
#header ul {
	list-style:none;
	background:#00929F;
	padding:0;
	margin:0;
	width:70%;
	float:left; 
	margin-top:120px;
}
#header ul li {
	margin:0 5px;
	float:left;
}
#header ul li a {
	display:block;
	padding:20px;
	color:#FFF;

}
#header ul li a:hover {
	background:#E2D7D1;
	color:#666;
}

#header ul li.selected {
	background:#F26531;
}
a.current {
	background:#F26531;
	color:#FFF;
}

/*sidebar*/
#sidebar {
	float:left;
	width:20%;
	clear:left;
	line-height:40px;
	font-size:small;
	background:url('images/sidebarBG.png') no-repeat -40px 190px;
	min-height:420px;
	margin:3% 1% 0 2%;
}

#sidebar ul {
	display:block;

}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	padding-right:65px;

}
#sidebar a:link, a:visited {
	color:#4d4d4d;
}
#sidebar a:hover {
	color:#F26531;
}
#sidebar.myWorkCurrent {
	color:#00929F;	
}
/*END sidebar*/


/*content*/
#content {
	clear:right;
	margin:3% 15% 10% 25%;
	min-height:200px;
	font-size:small;
}
#content p, {
	width:50%;
}
.fltl {
	float:left;
	width:200px;
	margin:5px;
	border-right:1px dashed #4d4d4d;
	padding:5px 5px 5px 6px;
}
.fltl a:link, a:visited {
	color:#00929F;
	text-decoration:none;
}
.fltl a:hover {
	color:#F26531;
	border-bottom:1px solid #F26531;
}
/*gallery*/
#gallery {
	margin-top:5%;
}
#gallery ul {
	list-style:none;
}
#gallery ul li {
}
div.nomargin{
	margin-right:0px;
}

.pic {
	float:left;
	margin:0 15px 15px 0;
	border:5px solid #4D4D4D;
	width:300px;
	height:150px;
}
.pic:hover {
	border:5px solid #F26531;
}
.pic a {
	width:300px;
	height:150px;
	text-indent:-99999px;
	display:block;
}
/*END gallery/

/*footer*/
#footer {
	clear:left;
	margin:10px 10px 10px 25px;
	font-size:x-small;
}
.ghaida a:link, a:visited {
	color:#00929F;
	text-decoration:none;
}
.ghaida a:hover {
	color:#F26531;
	border-bottom:1px solid #F26531;
}
/*classes*/
.hide {
	position: absolute;
	text-indent: -9999px;
}
.myWorkCurrent {
	border-right:1px solid #00929F;
	border-bottom:1px solid #00929F;
}
.clearfloat {
	clear:both;
}


