@charset "UTF-8";
/* CSS Document */

body, html {
 	margin: 0;
	padding: 0;
	background: #fff;
 }
#wrapper {
 	width: 900px;
	margin: 0 auto;
	text-align: center;
 }
#mainContent {
	float: left;
}
#footer {
	width: 100%;
	float: left;
	display: block;
	background: none;
	margin-top: 8px;
	padding-top: 0;
	padding-bottom: 40px;
}

p {
	font-size: 17px;
	line-height: 27px;
	font-family: "Georgia", Times, serif;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social {
	list-style: none;
	display: block;
	padding-left: 0px;
	
}
#social li {
	height: 46px;
	width: 46px;
	margin-right: 4px;
	float: left;
	background: url("images/greyscale-icons.png");
}
#social li a {
	height: 100%;
	width: 100%;
	display: block;
}
#social li span {
	display: none;	
}

#social .twitter { background-position: -121px 0px; }

#social .facebook { background-position: -61px 0px; }

#social .linkedin { background-position: 0px -58px; }

#social .googleplus { background-position: -423px 0px; }

#social .email { background-position: -182px 0px; }

#wrapper * {
 	text-align: left;
 }
#nav {
	display: block;
	width: 100%;
	position: relative;
 }
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#nav ul {
 	list-style: none;
	padding: 0;
	margin: 0;
 }
#nav ul ul {
 	position:absolute;
	background: #f6f5f5;
	padding: 20px 0px 5px 5px;
	margin: 0px 5px 5px 0px;
}
#nav ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 80px;
	
}
#nav ul ul, #nav ul li:hover ul ul {
	display: none;
	color: #fff;
}

#nav ul li:hover ul, #nav ul ul li:hover ul { 
	display: block;
	color: #fff;
}
#nav ul li {
 	display: block;
	float: left;
	margin: 0 1.5% 0 0;
	width: 13%;
}
#nav .last-menu-item {
	margin-right: 0;	
}

#nav > ul li a {
 	display: block;
	width: 100%;
	text-decoration: none;
	color: #6f7271;
	line-height: 120px;
	text-align: center;
	height: 74px;
	text-transform: uppercase;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-top: 10px;
 }
 #nav ul ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	width: 75px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #6f7271;
	text-decoration: none;
}
#nav ul li a:hover/*, #nav ul li a.current*/ {
 	background: #f70c0c;
	color: #fff;
 }
 #nav > ul li:hover {
	background: #f70c0c;
	color: #fff;
	}
 
#mainContent {
	/*padding-top: 31px;*/
 	width: 100%;
 }
#mainContent h1, #mainContent h2 {
	display: inline;
	margin: 0;
	/*padding: 0 0 30px 0;*/
	font-weight: normal;
}
#mainContent a {
	color: blue;
	text-decoration: none;
	padding: 0 0 1px 0;
	/*border-bottom: 1px dotted #333;*/
}
#mainContent a:hover {
	border: none;
	padding: 0 0 2px 0;
}
#mainContent h1 {
	color: #f70c0c;
	text-transform: uppercase;
	float: left;
	font-size: 48px;
	line-height: 78px;
	margin: 21px 0;
	letter-spacing: 3px;
 }
#mainContent h2 {
	/*color: #f70c0c;*/
	text-transform: uppercase;
	float: right;
	font-size: 48px;
	/*font-family: courier, monospaced;*/
	line-height: 78px;
	margin: 20px 0 20px 0;
	letter-spacing: 3px;
	}
#mainContent h3 {
	color: #f70c0c;
	text-transform: uppercase;
	float: centre;
	font-size: 23px;
	/*font-family: courier, monospaced;*/
	letter-spacing: 1.7px;
	width: 100%;
 }
 #mainImage {
 	margin: 0 0 10px 0;
 }
 #news h3 {
	color: #f70c0c;
	text-transform: uppercase;
	float: centre;
	font-size: 19px;
	/*font-family: courier, monospaced;*/
	letter-spacing: 1.3px;
	margin: 0;
 }
 #news p {
	 padding-bottom: 8px;
	 margin-top: 11px;
 }
 #about h3 {
	 margin-top: 34px;
 }
 #contactDetails {
	font-size: 19px;
 }
 .portfolio #footer {
	 margin-top: 0;
 }
 #design img {
 	margin: 30px 0;
 }
 
 #portraits {
	 margin-top: 32px;
 }
 #portraits h4 {
	 font-weight: normal;
	 margin-top: 15px;
	 font-size: 1.23em;
 }
 #portraits div img {
 	margin: 0 10% 0 0;
	cursor: pointer;
	width: 90%;
 }
 #portraits div:nth-child(even) img {
 	margin: 0 0 0 10%;
 }
 #portraits div:nth-child(even) h4 {
	 margin-left: 10%;
 }
 #portraits div:nth-child(even) {
 	text-align: right;
	clear: none;
 }
 #portraits div p {
 	display: block;
	font-size: 12px;
 }
 #portraits div {
 	float: left;
	width: 50%;
	margin-bottom: 40px;
	clear: left;
 }
 .red {
 	color: #f70c0c;
 }
 #links ul { 
 	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
 }
  #links ul li {
	 margin-bottom: 12px;
 }
 #links ul li a {
 	color: #f70c0c;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2.6px;
	font-weight: bold;
	margin-bottom: 0;
	border: none;
	text-decoration: none;
 }
 #links ul li span {
	font-size: 18px; 
	margin-left: 2px;
 }
 #banner {
	width: 100%;
	margin-bottom: 24px; 
 }
 #banner img {
	width: 100%;
 }
 
 
 
 /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
 