/*  
Theme Name: WorkAC
Description: Work Architecture Company
Version: 1.0
Author: MCM & Project Projects
Author URI: http://projectprojects.com
*/

* {
	outline: none;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}

body {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}

img {
	border: none;
}

img a {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
}

p {
	margin-top: 0;
	padding-top: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
}

div.title-bar {
	background: #000;
	padding: 5px 7px;
	margin: 0 0 30px 0;
	width: 931px;
}

div.title-bar h1 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	display: inline;
}

div.title-bar span.year {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	float: right;
}

/* MENU */

#menu {
	position: fixed;
	top: 30px;
	left: 30px;
	display: inline-block;
	width: 945px;
	height: auto;
	clear: both;
	z-index: 2000;
}

.menu-column {
	position: relative;
	display: block;
	width: 145px;
	height: auto;
}

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

.menu-column.right {
	float: right;
}

#menu a {
	display: block;
	width: 143px;
	padding: 6px 0 5px 2px;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2px;
	background: #FFF;
	color: #969696;
	border-bottom: 1px dotted #969696;
}

#menu a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#menu a.menu-header {
	background: url(images/sub-gray.gif);
	background-repeat: none;
}

#menu a.menu-header:hover {
	background: url(images/sub-black.gif);
	background-repeat: none;
}

#menu a.menu-header.no-sub {
	background: #FFF;
}

#menu a.menu-header.no-sub:hover {
	background: #FFF;
}

#menu a.menu-header.selected {
	color: #000;
	border-bottom: 1px solid #000;
	background: url(images/sub-black.gif);
	background-repeat: none;
}

#menu a.menu-header.no-sub.selected {
	color: #000;
	border-bottom: 1px solid #000;
}

#menu a.menu-sub.selected {
	color: #000;
	border-bottom: none;
}

#menu a.menu-sub.selected.active {
	color: #000;
	border-bottom: 1px dotted #969696;
}

#menu a.menu-sub.selected.active:hover {
	border-bottom: 1px solid #000;
}

/* PAGE & CONTENT CONTAINERS */

#page {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 960px;
	height: auto;
}

#content {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	clear: both;
}

/* GRID */

.grid-box.work, .grid-box.writing {
	position: relative;
	display: block;
	width: 145px;
	height: 145px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.grid-box.news {
	position: relative;
	display: block;
	width: 131px;
	height: 135px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px 7px;
	background: url(images/news-gradient.jpg);
	background-repeat: none;
	float: left;
}

.box-url {
	position: relative;
	display: table-cell;
	width: 145px;
	height: 145px;
	vertical-align: middle;
	border-bottom: none;
}

.box-url img {
	display: block;
	margin: 0 auto;
	padding: 0px !important;
}

.grid-box.news p {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFF;
}

.grid-box.news p a {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.grid-box.news p a:hover {
	text-decoration: none;
	border-bottom: none;
}

.grid-box-info {
	position: absolute;
	width: 131px;
	height: auto;
	top: 0;
	left: 0;
	padding: 5px 7px;
	background: #000;
}

.grid-box-title {
	display: block;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-bottom: none;
}

.grid-box-title:hover {
	color: #FFF;
	border-bottom: none;
}

.grid-box-tags, .grid-box-categories, .grid-box-date {
	display: block;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
}

.grid-box-tags a, .grid-box-categories a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.grid-box-tags a:hover, .grid-box-categories a:hover {
	color: #FFF;
	border-bottom: none;
}

/* SINGLE TEMPLATES */

.single-nav {
	display: block;
	padding-top: 45px;
	clear: left;
}

.single-tags {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.all-tags {
	display: block;
	width: 465px;
	font-size: 11px;
	line-height: 15px;
	padding-top: 45px;
	clear: both;
}

/* TEMPLATE A */

.A-row {
	position: relative;
	display: inline-block;
	width: 960px;
	height: auto;
	clear: both;
}

.A-column {
	position: relative;
	width: 460px;
	height: auto;
	float: left;
	margin: 0 20px 0 0
}

.A-column.images {
	position: relative;
	width: 465px;
	height: auto;
	float: left;
	margin: 0;
}

.A-column.images p.image-wrapper {
	width: 465px;
	height: auto;
	margin: 0 0 15px 0;
}

.A-column.images p.image-wrapper.center {
	text-align: center;
}

.A-column.images p.image-wrapper.right {
	text-align: right;
}

.A-column.images p.caption {
	width: 465px;
	height: auto;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2em;
}

/* TEMPLATE B */

.B-row {
	position: relative;
	display: inline-block;
	width: 960px;
	height: auto;
	padding: 0 0 2em 0;
	clear: both;
}

.B-column {
	position: relative;
	width: 460px;
	height: auto;
	float: left;
	margin: 0 20px 0 0
}

.B-column.text {
	width: 465px;
	margin: 0;
}

.B-row p.text {
	width: 465px;
	height: auto;
	clear: left;
}

.B-row p.caption {
	width: 465px;
	height: auto;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2em;
	clear: left;
}

.B-row div.combo-wrapper {
	display: inline-block;
	width: 960px;
	height: auto;
	clear: left;
}

.B-row p.inline {
	width: 465px;
	height: auto;
	margin: 0 15px 1em 0;
	float: left;
}

.B-row p.inline.small {
	width: 305px;
	height: auto;
	margin: 0 15px 1em 0;
	float: left;
}

.B-row p.image-wrapper.single {
	width: 960px;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

.B-row p.image-wrapper {
	width: auto;
	height: auto;
	margin: 0 15px 15px 0;
	float: left;
}

.B-row p.image-wrapper.center {
	width: 945px;
	margin: 0 0 15px 0;
	text-align: center;
	clear: both;
}

.B-row p.image-wrapper.right {
	width: 945px;
	margin: 0 0 15px 0;
	text-align: right;
	clear: both;
}

/* TEMPLATE C (DEFAULT) */

.C-column {
	width: 960px;
}

.C-column p.text {
	width: 465px;
	height: auto;
	clear: left;
}

.C-column p.caption {
	width: 465px;
	height: auto;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2em;
	clear: left;
}

.C-column div.combo-wrapper {
	display: inline-block;
	width: 960px;
	height: auto;
	clear: left;
}

.C-column p.inline {
	width: 465px;
	height: auto;
	margin: 0 15px 1em 0;
	float: left;
}

.C-column p.inline.small {
	width: 305px;
	height: auto;
	margin: 0 15px 1em 0;
	float: left;
}

.C-column p.image-wrapper.single {
	width: 960px;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

.C-column p.image-wrapper {
	width: auto;
	height: auto;
	margin: 0 15px 15px 0;
	float: left;
}

.C-column p.image-wrapper.center {
	width: 945px;
	margin: 0 0 15px 0;
	text-align: center;
	clear: both;
}

.C-column p.image-wrapper.right {
	width: 945px;
	margin: 0 0 15px 0;
	text-align: right;
	clear: both;
}

/* PAGE TEMPLATE */

.page-row {
	position: relative;
	display: inline-block;
	width: 960px;
	height: auto;
	clear: both;
}

.page-column {
	position: relative;
	height: auto;
	float: left;
}

.page-column.left {
	width: 460px;
	margin: 0 20px 0 0
}

.page-column.right {
	width: 465px;
	margin: 0;
}

.page-column p.caption {
	font-size: 11px;
	line-height: 13px;
}

/* FOOTER */

#footer {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	clear: both;
}

/* LOGO */

#logo {
	position: fixed;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 145px;
	height: 145px;
	z-index: 2000;
}

#logo a {
	border: none;
}

/* added 8/2012 */

.addthis_toolbox {
	margin-bottom: 30px;
}

.addthis_toolbox a, #at15s_inner a, #at16pf a, #at16pt a {
	border: none;
}

.at16nc {
	/* background-image: url('images/widget006_top_bw.png'); */
}

#fb {
	display: block;
	clear: both;
	margin-bottom: 20px;
	margin-top: -40px;
}

#fb a {
	color: rgb(59, 89, 152);
	border-color: rgb(59, 89, 152);
	line-height: 20px;
}

/* added 3/2013 */

.blogpost {
	margin-right: 29px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(150, 150, 150);
}

	.C-column.blogpost {
		border-bottom: none;
	}

	.blogpost p {
		width: 460px;
	}

.older-posts, .newer-posts {
	display: inline;
}

.older-posts a {
	margin-right: 20px;
}

.older-posts a {
	padding-left: 19px;
	background: transparent url('images/pagination-prev.gif') left center no-repeat;
}

.newer-posts a {
	padding-right: 19px;
	background: transparent url('images/pagination-next.gif') right center no-repeat;
}