/*  

Theme Name: WebsiteDesignGalway
Version: 1.0
Theme URI: http://www.websitedesigngalway.com/
Description: Minimalist Design for Web Design Galway
Author: Barry O'Shaughnessy / BOS Media
Author URI: http://www.bosmedia.ie/

*/

body {
	margin: 0;
	padding: 0;
	font-family: "anivers-1","anivers-2";
}

.clear {
	clear: both;
}

ul {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
}

#header-container {
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 960px;
}

#header h1 {
	font-weight: normal;
	font-family: "lobster-1","lobster-2";
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header h1 a {
	color: black;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333333;
	text-decoration: none;
}

#menu-container {
	background-color: black;
	width: 100%;
}

#menu {
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu {
	width: 600px;
	float: left;
}

.menu-text {
	color: #999999;
	width: 360px;
	float: right;
	text-align: right;
}

.menu li {
	font-size: 16px;
	list-style-type: none;
	display: inline;
}

.menu li a {
	text-decoration: none;
	color: white;
	margin: 10px;
}

.menu li a:hover {
	text-decoration: none;
	color: white;
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

#main-content {
	font-size: 14px;
	margin: 0 auto;
	width: 960px;
}

#main-content h2 {
	text-align: center;
	font-size: 22px;
}

#content h3 {
	font-size: 22px;
}

#main-content h2 .highlighted{
	font-style: italic;
	color: #666666;
}

#content {
	width: 660px;
	float: right;
}

#content p {
	margin-bottom: 15px;
	font-size: 16px;
}

#content-fw {
	width: 960px;
}

#content-fw-portfolio h2 {
	text-align: center;
	font-size: 26px;
}

#content-fw-portfolio a {
	color: #666666;
	text-decoration: none;
}

#content-fw-portfolio a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 3px solid #666666;
}

#content-fw-portfolio p {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}

#content-fw-portfolio p .highlighted {
	font-style: italic;
	color: #666666;
}

#content-fw h2 {
	text-align: center;
	font-size: 22px;
}

#page-portfolio {
	width: 930px;
	padding: 15px;
}

#portfolio-slider {
	width: 960px;
	height: 280px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#portfolio-item {
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

#portfolio-item .title {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

#portfolio-item p {
	text-align: center;
	font-size: 16px;
}

#portfolio-item p a {
	text-decoration: none;
	color: black;
}

#portfolio-item p a:hover {
	text-decoration: none;
	color: #666666;
}

.front-feat { 
	width: 950px;
	margin: 0 auto;
}

.column { 
	float: left;
	margin-right: 10px;
}

.span-1 {
	width: 230px;
}

.span-1 p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.span-1 p a {
	color: black;
	text-decoration: none;
}

.span-1 p a:hover {
	color: #666666;
	text-decoration: none;
}

.span-1 h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

.last {
	margin-right: 0;
}

.intro {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

#content p {
	line-height: 25px;
}

#sidebar {
	width: 300px;
	float: left;
}

#sidebar h3 {
	font-size: 22px;
}

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	width: 960px;
	margin: 0 auto;
	border-top: 2px solid black;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-align: center;
	font-size: 16px;
}

#footer p a {
	color: #999999;
	text-decoration: none;
}

#footer p a:hover {
	color: black;
	text-decoration: none;
}


