/*
	Theme Name: makemacwork v2.0
	Theme URL: http://www.makemacwork.com
	Description: WP Template for Make Mac Work
	Author: liz andrade
	Author URI: http://www.cmdshiftdesign.com
	Version: 2.0
*/

/* COLOR GUIDE
BLUE: #006699;
RED: #993333;
LIGHTEST GREY: #EEE;
LIGHT GREY: #999;
DARK GREY: #333;
*/

/* YUI CSS RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}

/* HYPERLINKS */

a {
	color: #333;
	outline-style: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* BASIC */

body {
	color: #333;
	font-family: Calibri, 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#wrapper {
	margin: 60px auto;
	position: relative;
	width: 940px;
}

/* GUIDE */

a.creativetechs {
	background-color: #fff;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0 /*21px*/;
	text-align: center;
	top: -60px;
	width: 220px;
}

a.creativetechs span {
	cursor: pointer;
	display: block;
	background: url(images/creativetechs.png) no-repeat 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* HEADER */

h1.title , h2.title {display: none;} /* ONLY VISIBLE AT PRINT */

#header h1 a {
	display: block;
	height: 37px;
	overflow: hidden;
	top: 97px;
	position: relative;
	text-align: center;
	width: 222px;
}

#header h1 a span {
	background: url(images/logo.jpg) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#header .header_banner {
	border-top: 1px solid #333;
	height: 139px;
	text-align: center;
}

/* NAVIGATION */

ul#nav li a#act_articles {
	border-bottom: 5px solid #006699;
	color: #006699;
	text-decoration: none;
}

ul#nav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding-left: 120px /*140px*/;
	letter-spacing: 1px;
}

ul#nav li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	height: 34px;
	float: left;
	color: #333;
}


ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
    border-bottom: 5px solid #006699;
    color: #006699;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #006699;
    text-decoration: none;
}

/* MAIN */
#main {
	line-height: 20px;
	margin-top: 40px;
}

#content {
	float: left;
	width: 720px;
}

#sidebar {
	float: right;
	width: 220px /*240px*/;
}

/* POST */

.post {
	padding-left: 120px /*140px*/;
	position: relative;
	margin-bottom: 40px; 
	width: 520px;
}

.post h1, .post h2, .post h1 a, .post h2 a {
	color: #006699;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.post h3 {
	color: #993333;
	font-weight: bold;
	margin-bottom: 20px;
}

.post .post_icon {
	display: block;
	margin-bottom: 6px;
	width: 40px; height: 40px;
}

.post .meta {
	margin-left: -120px;
	width: 100px; /* restricts meta line length so that it does not overlap with the main content*/
	position: absolute;
	top: -1px;
}

.post .post_date {
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

.post .post-categories {
	color: #006699;
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

.post .post-categories a {
	color: #006699;
	line-height: 20px;
}

.post .post-author {
	color: #993333;
	display: block;
	font-size: 9px;
	line-height: 20px;
}

.post p {
	line-height: 20px;
	margin-bottom: 20px;
}

.entry {
	border-bottom: 1px solid #999;
}

.entry img {
	    border: 1px solid #999;
	    margin-top: 5px;
	    max-width:  100%; height: auto !important; width: 520px;
}

.more-link {
	color: #006699;
	display: block;
	margin-bottom: 20px;
	text-align: right;
}

code {
	background-color: #eee;
	display: block;
	height: 100%;
	font-family: Consolas, 'Lucida Console', 'Courier New', monospaced;
	padding: 10px 15px;
	white-space: pre;
}

tt {
	font-family: Consolas, 'Lucida Console', 'Courier New', monospaced;
	font-weight: bold;
	line-height: 18px;
}

blockquote {
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px 24px;
	text-align: center;
}

#content blockquote p {
	margin: 0;
	padding: 0;
}

.note {
	color: #993333;
	font-weight: normal;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

/* PAGES */

.pg_entry {
	border-bottom: 1px solid #fff;
}


/* CONTACT FORM */

.contactform {
	margin-top: 35px;
	float: left;
}

.contactform input {
	border: 1px solid #999;
	height: 18px;
	margin-bottom: 20px;
	padding-left: 2px;
	width: 440px;
	color: #333;
	font-family: Calibri, 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
}

.contactform textarea {
	border: 1px solid #999;
	height: 73px;
	margin-bottom: 20px;
	padding-left: 2px;
	width: 440px;
	color: #333;
	font-family: Calibri, 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
}

.contactform label, .contactform label.optional {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 70px;
	display: inline-block;
	vertical-align: top;
}

.contactform label {
	color: #993333;
}

.contactform label.optional {
	color: #333;
}

span.contactform label {
	color: #000;
}

.contactform input.formsubmit {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background: #006699 url(images/button_send.gif) repeat-x;
	border: solid 1px #006699;
	color: #fff;
	padding: 2px;
	margin-top: 10px;
	cursor: pointer;
	float: right;
	height: 18px;
	width: 70px;
}

.contactform input.formsubmit:hover {
	border: solid 1px #006699;
	background-color: #006699;
}

/* SEARCH FORM */

.searchform { 
	margin-top: -3px;
	margin-bottom: -2px;
}

.searchform input.s {
	background: #FFF url(images/magnifier_icon.png) no-repeat 0 0;
	border: 1px solid #999;
	height: 16px;
	margin-bottom: 7px;
	padding-top: 2px;
	padding-left: 24px;
	width: 194px;
}

/* SIDEBAR */

#sidebar ul {
 margin-top: 2px;
}

#sidebar ul li h5 {
	color: #993333;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#sidebar ul li {
	font-size: 10px;
	line-height: 20px;
}

#sidebar ul li a {
	color: #006699;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 9px;
	text-align: center;
}

/* MISC */

.clearer {
	clear: both;
	display: block;
}

.pagination {
	clear: both;
	height: 15px;
	width: 520px;
	margin-top: -20px;
	line-height: 20px;
	padding-left: 120px;
}

.pagination .previous a {
	color: #006699;
	float: left;
}

.pagination .next a {
	color: #006699;
	float: right;
}
