@import url("reset.css");
@import url("fonts.css");

/** @group general */

body {
	font: 13px/1.8 Helvetica, Arial, sans-serif;
	color: #666;
	}
	
::selection {
	color: #fff;
	background: #CC77AD;
	}
        
::-moz-selection {
	color: #fff;
	background: #CC77AD;
	}

a 	{
	color: #A976AE;
	border-bottom: 1px dotted #A976AE;
	text-decoration: none;
	}

a:hover {
	color: #824C97;
	border-bottom: 1px solid #824C97;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
img {
	max-width: 100%;
	}
	
p+p	{
	margin-top: 2em;
	}
	
p+ul {
	margin-top: 2em;
	}
	
ul+p {
	margin-top: 2em;
	}
	
ul	{
	list-style-type: circle;
	margin-left: 2em;
	}
	
strong {
	font-weight: bold;
	}
	
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/** @group base typography */


h1 {
	font-size: 4.236em; /* 55.065px */
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
	
h2	{
	font-size: 1.912em; /* 28.797px */
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #BB4896;
	margin-bottom: 0.5em;
	}

h3	{
	font-size: 1.618em; /* 22.652px */
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
	
h4	{
	font-size: 1.156em; /* 16.180px */
	}
	
h5 {
	font-size: 1em; /* 14px */
}

/** @end base typography */

/** @group structure */

.wrap {
	width: 80%;
	margin: 0 auto;
	max-width: 1100px;
	}

.main {
	width: 60%;
	float: left;
	margin-top: 30px;
	}

body#services div.main {
	width: 100%;
	}

.sidebar {
	width: 30%;
	float: right;
	margin-top: 30px;
	}

body#services div.sidebar {
	width: 0%;
	display: none;
	}

.footer {
	width: 100%;
	float: left; 
	margin-top: 50px;
	}

/** @end structure */

/** @group logo */

.masthead {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.masthead img {
	width: 30%;
	float: left;
	}

/** @end logo */

/** @group nav */

.nav {
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	float: right;
	width: 60%;
	margin-bottom: 30px;
	}
	
ul.nav {
	list-style-type: none;
	}
	
ul.nav li {
	float: left;
	width: 20%;
	padding: 70px 2.5% 15px 2.5%;
	}

ul.nav li a {
	font-size: 1.2em;
	border-bottom: none;
	letter-spacing: 1px;
	}
	
ul.nav li a strong {
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	}
	
ul.nav li a {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	}

ul.nav li a:hover {
	color: #fff;
	}
	
.home-link {
	background: #47CEDF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	}

.home-link:hover {
	background: #BCF2F5;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #BCF2F5), color-stop(100%, #00D1E1));
	background: -moz-linear-gradient(top, #BCF2F5, #00D1E1);
	background: -o-linear-gradient(top, #BCF2F5, #00D1E1);
	background: linear-gradient(top, #BCF2F5, #00D1E1);
	}

.about-link {
	background: #E810CC;
	}

.about-link:hover {
	background: #F36FE0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F36FE0), color-stop(100%, #E810CC));
	background: -moz-linear-gradient(top, #F36FE0, #E810CC);
	background: -o-linear-gradient(top, #F36FE0, #E810CC);
	background: linear-gradient(top, #F36FE0, #E810CC);
	}

.services-link {
	background: #FA782B;
	}

.services-link:hover {
	background: #FFBB79;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFBB79), color-stop(100%, #FF8830));
	background: -moz-linear-gradient(top, #FFBB79, #FF8830);
	background: -o-linear-gradient(top, #FFBB79, #FF8830);
	background: linear-gradient(top, #FFBB79, #FF8830);
	}

.contact-link {
	background: #FDD934;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
.contact-link:hover {
	background: #FFC521;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFDE4C), color-stop(100%, #FFC521));
	background: -moz-linear-gradient(top, #FFDE4C, #FFC521);
	background: -o-linear-gradient(top, #FFDE4C, #FFC521);
	background: linear-gradient(top, #FFDE4C, #FFC521);
	}
	
/** @end nav */

/** @group carousel */

.slide-nav {
	margin: 0 auto;
	margin-top: 5px;
	margin-left: 5px;
	position: absolute;
	}
	
.slide-nav li {
	display: inline;
	padding: 1px;
	}
	
.slide-nav a {
	opacity: .7;
	border-bottom: none;
	}

.slide-nav a:hover {
	opacity: 1;
	}
	

/** @end carousel */

/** @group sidebar */

.sidebar ul {
	list-style-type: none;
	}
	
.sidebar ul li a {
	display: block;
	padding: 10px;	
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 3px;
	}

.sidebar ul li a:hover {
	color: #fff;
	background-color: #CC77AD;
	text-shadow: #9F3C81 1px 1px 0;
	}
	
ul.home li a {
	background-color: #47CEDF;
	text-shadow: #382D4D 1px 1px 0;
	}
	
ul.about li a {
	background-color: #E810CC;
	text-shadow: #382D4D 1px 1px 0;
	}
	
ul.services li a {
	background-color: #FA782B;
	text-shadow: #382D4D 1px 1px 0;
	}
	
ul.contact li a {
	background-color: #FDD934;
	text-shadow: #382D4D 1px 1px 0;
	}

.sidebar ul li+li a {
	border-top: none;	
	}

/** @end sidebar */

/** @group footer */

.footer {
	color: #999;
 	border-top: 4px double #ccc;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	}
	
.footer ul {
	list-style-type: none;
	margin: 0;
	}

.created {
	float: left;
	color: #ccc;
	margin-bottom: 25px;
	}
	
.created a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}
	
.created a:hover {
	color: #666;
	border-bottom: 1px solid #666;
	}

/** @end footer */

/** @group forms */

.contact-form {
	margin-top: 2em;
	}

label {
	display: block;
	letter-spacing: 1px;
	}

input[type="text"],
input[type="email"] {
	width: 95%;
	padding: 6px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}

textarea {
	width: 95%;
	padding: 6px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}

input[type="submit"] {
	display: block;
	cursor: pointer;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	background: #FDD934;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background-image: none;
	-webkit-box-shadow: 0px 0px 6px rgba(206, 73, 57, 1), 0px 0px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(206, 73, 57, 1), 0px 0px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(206, 73, 57, 1), 0px 0px 6px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(206, 73, 57, 1), 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(206, 73, 57, 1), 0px 0px 6px rgba(0, 0, 0, 0.1);
	}

/** @end forms */

ul.qualifications li {
	padding-left: 20px;
	background: url(tick.png) no-repeat center left;
	list-style: none;
	}
	
.footer ul li {
	display: inline;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	}
	
.footer ul li:first-child {
	border-left: 1px solid #ccc;
	padding-left: 5px;
	}
	
ul.service-list {
	float: left;
	list-style: none;
	display: block;
	margin: 0 auto;
	}
	
.service-list img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #FF8831;
	}
	
.service-list a {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.service-list a:hover {
	color: #5727A2;
	}

.service-list li {
	float: left;
	background-color: #FA782B;
	padding: 15px;
	margin: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	}

