/*
Theme Name: Mark Reid old
Theme URI: http://www.markreid.com.au
Description: WP3 portfolio theme for markreid.com.au
Author: Mark Reid
Version: 1.0
License: Copyright
*/


/* CSS RESET (ERIC MEYER) */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */

body{
	margin: 0;
	padding: 0;
	padding-bottom: 80px;
}

#content{
	margin: 0px 60px 80px 100px;	
	padding-top: 140px;
	max-width: 960px;
}

#sidebar{
	position: fixed;
	padding: 40px 40px 50px 0;
	height: auto;
	width: 100%;
	text-align: right;
}

#sidebar #logo{
	position: fixed;
	left: 100px;
	color: #FAFAFA;
	font-size: 22px;
}

#sidebar .sidebar-menu{
	min-width: 920px;
}

#media{
	margin-top: 25px;		
}

.work .entry{
	margin-top: 20px;
}


/* STYLES */
html{
	background: #282828;
}

body{
	background: #282828;
}

#content{
	line-height: 2em;
	font-size: 13px;
	color: #ab9f98;
	font-weight: 200;
}

p{
	margin-bottom: 1em;
}

.editlink{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.homepagespacer {
	height: 80px;
}

/* FONTS */

body{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

small{
	font-size: smaller;
}

strong, b{
	font-weight: bold;
}

em, i{
	font-style: italic;
}

sup{
	font-size: smaller;
	vertical-align: super;
}

blockquote{
	line-height: 1.6em;
	color: #d1c3ba;
}

a{
	color: #587896;
	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: underline;
}


/* HEADINGS */ 

h1#worktitle{
	color: #FAFAFA;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 22px;
	font-weight: 200;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h3{
	font-weight: bold;
	font-size: 16px;
	margin: 1em 0;
	color: #DADADA;
}

h4{
	color: #DADADA;
	margin: 0 0 0.5em 0;
}

ul.listofworks h4, ul.listofworks h4 a{
	text-transform: uppercase;
	color: #FAFAFA;
	font-size: 18px;
	margin: 0 0 1.5em 0;
}

ul.listofworks li{
	margin-bottom: 65px;
}

ul.listofworks p{
	color: #ab9f98;
}

ul.listofworks li a img{
	border: 1px solid #333;
	float: left;
}

ul.listofworks li a:hover img, ul.liustofworks li a:focus img{
	border: 1px solid #666;
}

ul.listofworks .workthumbnail{
	float: left;
	width: 565px;
}

.workproperties{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #AAA;
	display: block;
	line-height: 1;
}

/* SIDEBAR */

#sidebar{
	font: 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	color: #BCC9B5;
	background: #282828;
}

#sidebar a{
	color: #587896;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-transition: color 0.2s linear;
}

#sidebar li{
	margin-right: 40px;
	display: inline;
}

#sidebar a:hover, #sidebar a:focus{
	color: #FAFAFA;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-transition: color 0.2s linear;
	text-decoration: none;
}

#sidebar ul ul{
	margin-left: 15px;
	font-size: 13px;
}

#sidebar .current-menu-item > a{
	color: #FAFAFA;
}


/* MEDIA CYCLER */

.cyclecaption{
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
}

.cyclecaption span.currentimage{
	margin-right: 40px;
}

.cyclecaption span.cyclebutton{
	margin-right: 20px;
}

.cyclebutton a{
	cursor: pointer;
	color: #777 !important;
}

.cyclebutton a:hover, .cyclebutton a:focus{
	text-decoration: underline;
}

/* mailchimp signup form */

#mc-signup input[type=email]{
	border: 1px solid white;
	background: #587896;
	color: white;
	width: 170px;
	height: 1.6em;
	line-height: 1.6em;
	padding: 3px 8px;
	border-radius: 2px;
}

#mc-signup input[type=submit]{
	line-height: 1.6em;
	padding: 3px 10px;
	border: 1px solid white;
	border-radius: 3px;
	cursor: pointer;
	background: #eee;
}

#mc-signup input[type=submit]:hover{
	background: #fff;
	color: #587896;
}

#content img.size-full, #media img {
       max-width: 100%;
}

/** dashed lines for bio-cv page **/
.point {
        border-top: 1px dashed #444;
}
