/*
Theme Name: Nick Kelly
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author: 
Author URI: 
*/

/* COLOURS 

	Beige: #e1dfd9;
	Pink: #cc3366;
	Red: #cc0000;
	Orange: #ff6600;
	Dark Grey: #333333;
	White: #fff;

*/

@import "css/layout.css";
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);



/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	line-height: inherit;
  	font-weight: inherit;
  	font-style: inherit;
  	font-size: 13px;
  	font-family: 'Lato', Helvetica, Arial, Verdana, 'san-serif';
  	vertical-align: baseline;
}

::selection {
	background:#cc3366;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#cc3366;
	color:#fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#cc3366;
	color:#fff;
	text-shadow: none;
}  


/* Generic Elements  */
body { 
	background-repeat: no-repeat; 
	background-color: #666666; 
	background-position: center center;
	background-attachment: fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; 
}
  
a { 
	color: #cc3366; 
	font-weight: 600; 
	text-decoration: none; 
	font-size: inherit; 
	font-family: inherit; 
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s; 
}
a:hover, a:focus { 
	color: #333333; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #333333; 
	margin: 0 0 15px; 
}

p { 
	line-height: 18px; 
	color: #333333; 
	margin: 0 0 20px; 
}
h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 20px; line-height: 26px; }
h3 { font-size: 18px; line-height: 24px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 14px; line-height: 18px; }

ul { margin-bottom: 10px; color: #333333; }
ol { margin-bottom: 10px; color: #333333; }
li { line-height: 20px; }

table { 
	margin-bottom: 10px; 
}
tr { 
	padding-bottom: 10px; 
}
td { 
	padding: 0 40px 0 0; 
} 

strong { 
	font-weight: bold; 
	font-size: inherit;
	font-family: inherit; 
}
em { 
	font-style: italic; 
	font-size: inherit; 
	font-family: inherit; 
}
address {
	line-height: 18px; 
	color: #333333; 
	margin: 0 0 20px;
}
span {
	font-size: inherit;
}



/* Utility Classes */
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear: both; 
}
.line { 
	height: 1px; 
	background-color: #fff; 
	border-top: 1px solid #d9d9d9; 
	margin-bottom: 15px; 
	clear: both; 
}
.hidden { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}
.beige-wrapper {
	background-color: #e1dfd9;
}
.dark-wrapper {
	background-color: #333333;
}
.section-title,
.page-title {
	font-family: 'adelle', 'Lato', Helvetica, Arial, Verdana, 'sans-serif';
}
.music .page-title,
section.music a {
	color: #cc3366;
}
.film .page-title,
section.film a {
	color: #cc0000;
}
.creative .page-title,
section.creative a {
	color: #ff6600;
}



/* General Layout Rules */
.wrapper { 
	width: 100%;
	max-width: 960px; 
	margin: 0 auto;
	position: relative; 
}
.site-header {
	padding: 25px 1.5625%;
	margin-bottom: 10px;
	background-color: #fff;
	position: relative;
	min-height: 74px;
}
.logo-link {
	margin-left: 5px;
	display: block;
}
#subscribe-form {
	display: none;
}
.header-social {
	position: absolute;
	top: 10px;
	right: 15px;
}
.header-social li {
	display: inline-block;
	zoom:1; *display: inline; _height: 30px;
}
.header-social li a {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-image: url(images/social-links.jpg);
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.7;
}
.header-social li.soundcloud a {
	background-position: 0 0;
}
.header-social li.twitter a {
	background-position: 0 -30px;
}
.header-social li.youtube a {
	background-position: 0 -60px;
}
.header-social li.contact a {
	background-position: 0 -90px;
}
.header-social li.shop a {
	background-position: 0 -120px;
}
.header-social li.facebook a {
	background-position: 0 -150px;
}

.header-social li a:hover,
.header-social li a:focus {
	opacity: 1;
}
.body-wrapper {
	padding: 10px 1.04166%;
	background-color: #fff;
	margin-bottom: 10px;
}
.mailing-list {
	position: absolute;
	right: 20px;
	bottom: 23px;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
}




/* Navigation */
.menu-main-navigation-container {
	position: absolute;
	bottom: 10px;
	right: 130px;
}
.menu-main-navigation-container ul li {
	display: inline-block;
	zoom:1; *display: inline; _height: 30px;
	margin-left: 30px;
	position: relative;
}
.menu-main-navigation-container ul li a {
	display: block;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
}
.logo-navigation {
	height: 23px;
	float: left;
	clear: left;
	overflow: hidden;
}
.logo-navigation li {
	display: inline-block;
	zoom:1; *display: inline; _height: 23px;
	margin-left: 5px;
}
.logo-navigation li a {
	background-image: url(images/main-navigation.jpg);
	background-position: 0 0;
	display: block;
	background-repeat: none;
	text-indent: -9999px;
	overflow: hidden;
	height: 23px;
}
.logo-navigation .music-nav a {
	width: 63px;
}
.logo-navigation .film-nav a {
	width: 44px;
	background-position: -73px 0;
}
.logo-navigation .creative-nav a {
	width: 92px;
	background-position: -127px 0;
}
.music .logo-navigation .music-nav a {
	background-position: 0 -23px;
}
.music .logo-navigation .film-nav a {
	background-position: -73px -23px;
}
.music .logo-navigation .creative-nav a {
	background-position: -127px -23px;
}
.film .logo-navigation .music-nav a {
	background-position: 0 -46px;
}
.film .logo-navigation .film-nav a {
	background-position: -73px -46px;
}
.film .logo-navigation .creative-nav a {
	background-position: -127px -46px;
}
.creative .logo-navigation .music-nav a {
	background-position: 0 -69px;
}
.creative .logo-navigation .film-nav a {
	background-position: -73px -69px;
}
.creative .logo-navigation .creative-nav a {
	background-position: -127px -69px;
}




/* Homepage: Slider */
.slide-name {
	position: absolute;
	bottom: 0px;
	left: 30px;
	z-index: 10000;
	text-align: left;
	font-family: 'adelle', 'Lato', Helvetica, Arial, Verdana, 'sans-serif';
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}
.slide-text {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10000;
	text-align: right;
}
.slide-text li {
	font-size: 30px;
	color: #ffffff;
	font-family: 'adelle', 'Lato', Helvetica, Arial, Verdana, 'sans-serif';
	list-style-type: none;
	line-height: 30px;
	margin-bottom: 5px;
}
.slide-text li a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.slide-text li a:hover,
.slide-text li a:focus {
	text-decoration: none;
}
.home-slider,
.inner-slider,
.fullwidth-slider {
	margin-bottom: 10px;
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.home-slider .flex-viewport li,
.inner-slider .flex-viewport li,
.fullwidth-slider .flex-viewport li {
	position: relative;
}
.flex-control-paging {
	position: absolute;
	top: 260px;
	right: 20px;
	bottom: auto;
	width: auto;
	text-align: left;
}
.flex-control-paging li {
	display: inline-block;	
	zoom:1; *display: inline; _height: 15px;
}
.flex-control-paging li a {
	background-color: #fff;
	height: 15px;
	width: 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
}
.music .flex-control-paging li a:hover,
.music .flex-control-paging li a:focus,
.music .flex-control-paging li a.flex-active,
.home-slider .flex-control-paging li a:hover,
.home-slider .flex-control-paging li a:focus,
.home-slider .flex-control-paging li a.flex-active {
	background-color: #cc3366;
}
.film .flex-control-paging li a:hover,
.film .flex-control-paging li a:focus,
.film .flex-control-paging li a.flex-active {
	background-color: #cc0000;
}
.creative .flex-control-paging li a:hover,
.creative .flex-control-paging li a:focus,
.creative .flex-control-paging li a.flex-active {
	background-color: #ff6600;
}






/* Homepage: Third Boxes */
.span-third {
	width: 31.91489%;
	margin-right: 2.12765%;
	margin-bottom: 58px;
	position: relative;
}
.span-third.last {
	margin-right: 0;
}
.span-third img {
	height: auto;
	width: 100%;
	display: block;
}
.span-third-image-link,
.span-third-text-link {
	display: block;
}
.span-third-text-link {
	position: absolute;
	bottom: -48px;
	width: 100%;
}
.span-third-text-link h2 {
	font-family: 'adelle', 'Lato', Helvetica, Arial, Verdana, 'sans-serif';
	padding: 15px 20px;
	font-size: 18px;
	line-height: 18px;
	background-color: #333333;
	background-position: 90% center;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	text-transform: lowercase;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s; 
}
.span-third-text-link.pink h2 {
	background-image: url(images/pink-arrow.jpg);
}
.span-third-text-link.red h2 {
	background-image: url(images/red-arrow.jpg);
}
.span-third-text-link.orange h2 {
	background-image: url(images/orange-arrow.jpg);
}
.span-third:hover h2 {
	padding: 30px 20px;
}



/* Homepage: News Wrapper */
.horizontal-news-wrapper {
	padding: 20px 1.59574%;
	min-height: 100px;
}
.news-third {
	border-top: 1px solid #999999;
	padding-top: 10px;
	width: 31.31868%;
	margin-right: 2.1978%;
	float: left;
}
.news-third.middle {
	width: 32.96703%;
}
.news-third.last {
	margin-right: 0;
}
.news-third h2 a {
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}
.news-third h2 {
	width: 80%;
	line-height: 15px;
	clear: right;
}
.post-meta {
	float: right;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
.post-meta a {
	text-transform: uppercase;
	font-weight: 400;
}
.news-third.creative .post-meta a {
	color: #ff6600;
}
.news-third.film .post-meta a {
	color: #cc3333;
}
.news-third.music .post-meta a {
	color: #cc3366;
}


/* Internal Page: General */
.inner-body-wrapper {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* Internal Page: Homepage */
.music .submenu {
	background-color: #cc3366;
}
.film .submenu {
	background-color: #cc0000;
}
.creative .submenu {
	background-color: #ff6600;
}
.music .submenu li a:hover,
.music .submenu li a:focus,
.music .submenu .current_page_item a,
.music .submenu .current_page_parent a {
	background-color: #a32952;
}
.film .submenu li a:hover,
.film .submenu li a:focus,
.film .submenu .current_page_item a,
.film .submenu .current_page_parent a {
	background-color: #ae0404;
}
.creative .submenu li a:hover,
.creative .submenu li a:focus,
.creative .submenu .current_page_item a,
.creative .submenu .current_page_parent a {
	background-color: #dd5800;
}
.creative .submenu .page-item-99.current_page_parent a,
.page-template-single-creative-content-page-php .submenu .page-item-99.current_page_ancestor a {
	background-color: #dd5800 !important;
}
.page-parent .music .submenu .current_page_parent a,
.page-template-content-page-php .music .submenu .current_page_parent a {
	background-color: #cc3366;	
}
.page-parent .film .submenu .current_page_parent a,
.page-template-content-page-php .film .submenu .current_page_parent a {
	background-color: #cc0000;	
}
.page-parent .creative .submenu .current_page_ancestor.current_page_parent a,
.page-template-content-page-php .creative .submenu .current_page_ancestor.current_page_parent a {
	background-color: #ff6600;	
}

.submenu {
	margin-bottom: 50px;
}
.submenu li {
	display: inline-block;
	zoom:1; *display: inline; _height: 40px;
}
.submenu li a {
	font-size: 16px;
	color: #fff !important;
	display: block;
	padding: 10px 20px;
	font-weight: 400;
	text-transform: lowercase;
}
.submenu > li > a  {
	font-size: 18px;
}
.children {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
}
.children .children {
	display: none;
}
.music .children {
	background-color: #a32952;
}
.film .children {
	background-color: #ae0404;
}
.creative .children {
	background-color: #dd5800;
}
.music .submenu .children li a:hover,
.music .submenu .children li a:focus,
.music .submenu .children .current_page_item a {
	background-color: #891f43; 
}
.film .submenu .children li a:hover,
.film .submenu .children li a:focus,
.film .submenu .children .current_page_item a {
	background-color: #8f0202; 
}
.creative .submenu .children li a:hover,
.creative .submenu .children li a:focus,
.creative .submenu .children .current_page_item a,
.page-template-single-creative-content-page-php .submenu .children .current_page_parent a {
	background-color: #bf4c00; 
}




/* Internal Page: Landing */
.landing-wrapper {
	width: 72.91666%;
	float: left;
	margin-left: 1.04166%;
}
.inner-slide-quote,
.fullwidth-slide-quote {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 71.42857%;
	background-image: url(images/inner-slide-quote-bg.png);
	background-repeat: repeat;
}
.inner-slide-quote p,
.fullwidth-slide-quote p {
	font-size: 21px;
	line-height: 28px;
	color: #ffffff;
	margin: 5px 10px;
	font-style: italic;
}
.inner-slide-quote footer,
.fullwidth-slide-quote footer {
	float: right;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
}
.span-third-landing {
	position: relative;
	width: 31.42857%;
	float: left;
	height: 213px;
	margin-right: 2.85714%;
	margin-bottom: 10px;
}
.span-third-landing.last {
	margin-right: 0;
}
.span-third-landing .span-third-text-link {
	bottom: 0;
}
.span-third-landing:hover h2,
.span-third-landing:focus h2 {
	padding: 30px 20px;
}


	


/* Internal Page: Content */
.content-wrapper {
	padding: 0 9.375% 20px;
	width: 56.25%;
	float: left;
}
.content-wrapper img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.content-wrapper .attachment-contentpageheader {
	margin-bottom: 20px;
}
.content-wrapper blockquote {
	margin-bottom: 20px;
	width: 90%;
}
.content-wrapper blockquote p {
	font-size: 21px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 5px;
	font-family: 'adelle', 'Lato', Helvetica, Arial, Verdana, 'sans-serif';
}
.music .content-wrapper blockquote p {
	color: #cc3366;
}
.film .content-wrapper blockquote p {
	color: #cc0000;
}
.creative .content-wrapper blockquote p {
	color: #ff6600;
}
.content-wrapper blockquote footer {
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}


/* Internal Page: Sidebar */
.sidebar-right {
	width: 19.79166%;
	float: right;
	padding: 0 1.5625%;
	margin-right: 1.04166%;
}
.sidebar-right h3 {
	border-bottom: 1px solid #999999;
	padding-bottom: 15px;
	margin-bottom: 1px;
	margin-top: 15px;
}
.sidebar-right .news-third {
	width: 100%;
	border-top: none;
}
.sidebar-right .news-third h2 {
	width: 100%;
}



/* Internal Page: Default */
.page-template-default .content-wrapper,
.page-template-default .sidebar-right {
	margin-top: 40px;
}





/* Internal Page: Single Film Page */
.fullwidth-content-wrapper {
	margin: 10px;
}
.fullwidth-content-wrapper iframe {
	display: block;
}
.film-details {
	padding: 20px;
	margin-bottom: 10px;
}
.dark-wrapper h2,
.dark-wrapper p {
	color: #fff;
}
.dark-wrapper p {
	margin-bottom: 5px;
}
.grey-highlight {
	color: #cccccc;
}
.span-third-fullwidth {
	width: 23.40425%;
	margin-right: 2.12765%;
	position: relative;
	float: left;
	height: 213px;
}
.span-third-fullwidth.last {
	margin-right: 0;
}
.span-third-fullwidth .span-third-text-link {
	bottom: 0;
}
.span-third-fullwidth:hover h2,
.span-third-fullwidth:focus h2 {
	padding: 30px 20px;
}


/* Internal Page: Single Music Page */
.music-album-wrapper {
	clear: clear;
	margin-bottom: 30px;
}
.music-album-cover {
	width: 31.91489%;
	height: auto;
	float: left;
}
.music-album-cover img {
	width: 100%;
	height: auto;
}
.music-album-details {
	float: left;
	width: 62.76595%;
	margin-left: 2.12765%;
}
.music-album-details h2 {
	color: #cc3366;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.release-date,
.track-title span {
	font-size: 13px;
	color: #666666;
}
.track-title {
	width: 80%;
}
.purchase-link {
	color: #fff !important;
	text-transform: uppercase;
	background-color: #ce2f65;
	padding: 10px 60px 10px 45px;
	background-image: url(images/purchase-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: 80% center;
	display: inline-block;
	zoom:1; *display: inline; _height: 36px;
	margin-bottom: 20px;
}
.purchase-link:hover,
.purchase-link:focus {
	background-position: 90% center;
	color: #fff;
}



/* Internal Page: Director/Copywriter Pages */
.individual-creative-wrapper {
	width: 46.27659%;
	margin-left: 2.12765%;
	float: left;
}
.individual-creative-wrapper img {
	display: block;
}
.project-awards {
	color: #fff;
}
.project-awards li {
	display: inline-block;
	zoom:1; *display: inline; _height: 20px;
	padding-left: 25px;
	background-image: url(images/project-award-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 15px;
}



/* Internal Page: Creative Single Page */
.creative-content-wrapper {
	width:81.25%;
	margin: 0 auto;
}
.creative-content-wrapper iframe {
	display: block;
	width: 100%;
}
.creative-content-wrapper .dark-wrapper {
	margin-bottom: 30px;
}
.creative-content-text {
	width: 80%;
	margin-bottom: 50px;
}




/* Blog Pages: General */
.inner-body-topbar {
	
}
.blogpost {
	width: 21.27661%;
	padding: 10px 1.06382%;
	margin-right: 2.12765%;
	margin-bottom: 10px;
	position: relative;
	float: left;
	background-color: #e1dfd9; 
}
.blogpost.last {
	margin-right: 0;
}
.blogpost h2  {
	border-top: 1px solid #bdbcb9;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 1px;
	margin-top: 15px;
	line-height: 18px;
}
.blogpost h2 a {
	color: #000000;
	font-size: 13px;	
}
.blogpost .post-meta {
	float: right;
	font-size: 11px;
	color: #666666;
	text-shadow: 1px 1px 1px #f2f0eb;
}
.blogpost img.attachment-landingthumb {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.blogpost .post-meta a {
	text-transform: uppercase;
}
.blogpost .post-footer {
	border-top: 1px solid #bdbcb9;
	padding-top: 10px;	
}
.blogpost .post-footer .read-more {
	color: #333333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right center;
}
.blogpost.Music .post-footer .read-more {
	background-image: url(images/arrow_pink.png);
}
.blogpost.Film .post-footer .read-more {
	background-image: url(images/arrow_red.png);
}
.blogpost.Creative .post-footer .read-more {
	background-image: url(images/arrow_orange.png);
}
.blogpost.Music .post-footer .read-more:hover,
.blogpost.Music .post-footer .read-more:focus {
	color: #cc3264;
}
.blogpost.Film .post-footer .read-more:hover,
.blogpost.Film .post-footer .read-more:focus {
	color: #cc0000;
}
.blogpost.Creative .post-footer .read-more:hover,
.blogpost.Creative .post-footer .read-more:focus {
	color: #ff6600;
}
.Music .post-meta a {
	color: #cc3264;
}
.Film .post-meta a {
	color: #cc0000;
}
.Creative .post-meta a {
	color: #ff6600;
}



/* Blog Post: Single */
.single-post .fullwidth-content-wrapper {
	margin-top: 25px;
}
.form-allowed-tags {
	display: none;
}
.single-post-footer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	padding: 10px 0;
	margin-bottom: 20px;
	height: 22px;
}
.single-post-footer span.left {
	color: #cc3366;
	line-height: 20px;
}
.single-post-footer span.left strong {
	text-transform: uppercase;
	color: #333333;
}
.single-post-footer ul.right {
	float: right;
	margin-bottom: 0;
	width: 120px;
	position: relative;
}
.single-post-footer ul.right li {
	display: inline-block;
	margin-left: 10px;
	zoom:1; *display: inline; _height: 25px;
}
.single-post-footer ul.right li.twitter-share {
	position: absolute;
	top: 0;
	right: 0;
}
.single-post-footer ul.right li.share-title {
	position: absolute;
	top: 0;
	left: 0;	
}



/* comments */
#comments-title {
	display: none;
}
.comment {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}
.comment .avatar {
	display: none;
}
#submit {
	background-color: transparent;
	border: none;
	padding: 10px 30px 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	background-image: url(images/comment-submit-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.comment-form-comment label {
	display: none;
}
#comment {
	width: 400px;
	padding: 15px;
	height: 40px;
	border: 1px solid #616161;
}
#author,
#email {
	width: 188px;
	border: 1px solid #616161;
	padding: 10px 10px;
	
}
#author {
	margin-right: 13px;
}
#email {
	margin-right: 10px;
}
li.comment {
	list-style-type: none;
}
.comment-author {
	float: left;
	width: 120px;
	margin-right: 15px;
}
.comment-body {
	width: 340px;
	float: right;
	border-left: 3px solid #dedede;
	padding-left: 20px;
}
.the-time {
	color: #666666;
	font-size: 13px;
}




/* Footer */
.site-footer {
	padding: 20px 2.08333%;
	background-color: #333333;
	margin-bottom: 20px;
}
.site-footer p,
.site-footer a {
	color: #fff;
}
.site-footer p.clear-left {
	margin-bottom: 0;
}
.menu-footer-nav-container li {
	display: inline-block;
	zoom:1; *display: inline; _height: 20px;
	margin-right: 15px;
}
.footer-social-links li {
	display: inline-block;
	margin-left: 15px;
}
.footer-social-links li a {
	height: 30px;
	width: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/footer-social-links.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.7;
}
.footer-social-links li a:hover,
.footer-social-links li a:focus {
	opacity: 1;
}
.footer-social-links li.twitter a {
	background-position: 0 -30px;
}
.footer-social-links li.youtube a {
	background-position: 0 -60px;
}
.site-footer a.agency-footer-link {
	color: #666666;
}






/* Subscribe Form */
#subscribe-form .label.left {
	display: block;
	margin-right: 20px;
}
#subscribe-form span.right {
	display: block;
}	
#subscribe-form span.right input {
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
	display: block;
}
#subscribe-form .multiple {
	margin-bottom: 10px;
	display: block;
}
#subscribe-form .multiple label {
	margin-right: 20px;
}
	

