@charset "utf-8";
html {
	overflow-y: scroll;
	background: -moz-linear-gradient(left, #cccccc 0%, #ffffff 30%, #ffffff 70%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(30%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cccccc 0%,#ffffff 30%,#ffffff 70%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cccccc 0%,#ffffff 30%,#ffffff 70%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cccccc 0%,#ffffff 30%,#ffffff 70%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(left, #cccccc 0%,#ffffff 30%,#ffffff 70%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 */
}
body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 7px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #CCCCCC;
	margin-bottom:40px;
}
p, li, ul {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: medium;
}
h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	font-size: xx-large;
	font-weight: normal;
	color: #c30;
}
h1 {
	padding-bottom:0em;
}
h2 {
	font-size: x-large;
	margin-bottom:-.4em;
}
#content a {
  display: inline-block;
  position: relative;
}
#content a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #c30;
  margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration:none;
	color: #000
}
a:hover {
	text-decoration: none;
	color: #006699
}
#header {
	background-image: url(../images/header.png);
	height: 272px;
}
#content {
	padding:30px;
}
#contentHome {
	padding-right:10px;
}
#footer {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px; /* Old browsers */
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	clear: left;
	background-image: -webkit-linear-gradient(270deg,rgba(195,195,195,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(195,195,195,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(195,195,195,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(195,195,195,1.00) 0%,rgba(162,162,162,1.00) 100%);
	border-top: medium groove #BE3E03;
}
/* gallery section */
#galleryContent {
	margin-top:-20px;
	padding-left:20px;
	padding-right:40px;
}
#gallery {
	position: relative;
}
#galleryImages {
	float:left;
	margin-top:0px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
	width:200px;
}
.galleryImages {
	display: block;
	height: 100px;
	width: 100px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding-top:5px;
}
.galleryImages img {
	border: 0px;
}
.galleryImages  a:hover img{
	margin:-110px 0px 0px 0px;
}

/*Contact form items*/
#contactForm {
	margin-top: 60px;
	margin-left: 60px;
	width: 470px;
	padding: 20px;
	padding-top: 0px;
	background-color: #666;
	border: 4px solid #666;
	border-radius: 15px;
	margin-bottom: 50px;
}
#contactForm p {
	color: #FFFFFF;
	font-size: small;
}
#contactForm h1 {
	text-shadow: 1px 1px 1px #000000;
}
input.check {
	display: none;
}
/* content image floats */
.floatRight {
	float:right;
	padding:20px;
}
.floatCenter {
	text-align:center;
}
#sidebarHome {
	float: right;
	width: 250px;
	margin-right:-10px;
	margin-left:20px;
	padding:5px;
	clear:both;
}
.sidebarContent {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: normal;
	border-radius:5px;
	background-color:#FFCC33;
	box-shadow: 0px 0px 3px 0px #000000;
	padding:20px;
	margin-bottom:20px;
}
.sidebarContentFB {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: normal;
	border-radius:5px;
	background-color:#FFCC33;
	box-shadow: 0px 0px 3px 0px #000000;
	padding-left:20px;
	padding-bottom:-20px;
	margin-bottom:20px;
}
.fb-like-box {
	margin-bottom:-10px;
}
.sidebarContent li{
	margin-left:-15px;
	padding-left:5px;
	padding-right:5px;
}
.sidebarContent h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sidebarContent h3 {
	font-size: small;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}
.sidebarContent a:link {
	color: #c30;
}
.sidebarContent a:visited {
	color: #C30;
}
.sidebarContent a:hover {
	color: #006699
}
br.sidebarContent {
	clear: both;
}
body.links #content a:link {
	font-size: large;
	font-weight: bold;
	color: #000;
	margin-bottom:-8px;
	margin-left:-10px;
	margin-top:10px;
}
body.links #content a:visited {
	color: #000;
}
body.links #content a:hover {
	color: #006699;
}
body.links #content h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin-top:2em;
}
body.links #content p {
	margin-left:40px;
}
body.links #content {
	margin-top:-2em;
}
#IEalert {
	display:none;
}
p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
#sidebar .fb-like-box {
	padding-top:-20px;
	margin-top:-20px;
	margin-bottom:0px;
}

/*Menu*/
#menu	{
	height: 40px; /* set to the height you want your menu to be */
	margin-top: -40px;
	background-color: #c30;
	background-color: rgba(204,51,0,.9);
}
#menu ul	{
	margin: 0;
	padding: 0px;
	background: #c30;
}
#menu li	{
	font-family: 'Lato', sans-serif;
	font-size: x-large;
	font-size: large;
	color: #FFF;
	display:block;
	float: left;
	line-height: 0px; /* this should be the same as your #menu height */
	height: 40px; /* this should be the same as your #menu height */
	padding-left: auto; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
	font-weight: bold;
}
#menu img {
	border:0px;
}
#menu ul:last-child	{
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
#menu li a	{
	display: block;
	line-height: 40px;
	padding: 0px 15px;
	margin:0px;
}
#menu .current-menu-item a, #menu .current_page_item a, #menu a:link {
	text-decoration: none;
	color: #000;
	border:0px;
}
#menu a:visited {
	text-decoration:none;
	color: #000;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #333333;
	text-align: center;
}
#menu ul ul li:last-child a {
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
#menu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 40px; /* this should be the same height as the top level menu -- height + padding + borders */
	background-color: rgba(0, 0, 0, 0.8);
	padding-left:0px;
	text-align:left;
}
#menu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-color: rgba(102, 102, 102, 0.8);
}
#menu ul ul li a { /* target all sub menu item links */
	color: #0F9;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC6600
}
#menu ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
/*Menu under arrow*/
body.index ul#nav li#menuIndex a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.gallery ul#nav li#menuGallery a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.blog ul#nav li#menuBlog a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.single ul#nav li#menuBlog a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.faqs ul#nav li#menuFaqs a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.about ul#nav li#menuAbout a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.contact ul#nav li#menuContact a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.links ul#nav li#menuLinks a {
	background-image: url(../images/underCircle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*Gallery menu under arrow*/
body#illustration ul.menuList li#galleryIllustration a {
	background-image: url(../images/underCircleDark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#logos ul.menuList li#galleryLogos a {
	background-image: url(../images/underCircleDark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#manipulation ul.menuList li#galleryManipulation a {
	background-image: url(../images/underCircleDark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#print ul.menuList li#galleryPrint a {
	background-image: url(../images/underCircleDark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#video ul.menuList li#galleryVideo a {
	background-image: url(../images/underCircleDark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.gallery #content {
	margin-top:-30px;
	margin-left: 230px;
}

/*Submenu*/
#galleryMenu	{
	height: 40px; /* set to the height you want your menu to be */
	margin-bottom: 20px;
	padding: 0px;
	background: #FF6600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc66 0%, #ff6600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc66), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc66 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc66 0%,#ff6600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc66 0%,#ff6600 100%); /* IE10+ */
background: linear-gradient(top,  #ffcc66 0%,#ff6600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc66', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */

}
#galleryMenu ul	{
	margin: 0px;
	padding: 0px;
}
#galleryMenu li	{
	font-family: 'Lato', sans-serif;
	font-size: x-large;
	font-size: large;
	color: #FFF;
	display:block;
	float: left;
	line-height: 40px; /* this should be the same as your #menu height */
	height: 40px; /* this should be the same as your #menu height */
	padding-left: auto; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
	font-weight: bold;
}
#galleryMenu ul:last-child	{
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
#galleryMenu li a	{
	display: block;
	line-height: 40px;
	padding: 0px 15px;
	margin:0px;
}
#galleryMenu a:link {
	text-decoration: none;
	color: #000;
}
#galleryMenu a:visited {
	text-decoration:none;
	color: #000;
}
#galleryMenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #333333;
}
.iconLink {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	display:block;
	height: 35px;
	width: 35px;
	float: left;
	overflow: hidden;
	margin-top:5px;
	border:0px;
}
.iconLink  a:hover img{
	margin:-35px 0px 0px 0px;
	border:0px;
}
body.links a {
}