/************************************************/
/*
/* !HTML Tags */
/*
/************************************************/


html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	
	font-family: open-sans, "lucida sans unicode", "lucida grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

img {
	border: none;
}

a,
a:visited,
a:active {
	color: #E24239;
	text-decoration: none;
}

a.category,
a.category:visited,
a.category:active {
	color: #777;
	text-decoration: none;
}

#sidemenu a,
#sidemenu a:visited,
#sidemenu a:active {
	color: #000;
	text-decoration: none;
}

a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}

h1,
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	margin-top: 0;
	line-height: 1.6em;
}

h1 {
	margin-bottom: 0;
	color: #E24239;
}

h2,
h2 a,
h2 a:visited,
h2 a:active {
	color: #E24239;
}

h2 a .section,
h2 a:visited .section,
h2 a:active .section {
	color: #777;
}

h2 a:hover {
	color: #777;
}

h2,
h2 a,
h2 a:visited,
h2 a:active {
	color: #000;
}

h2 a .section,
h2 a:visited .section,
h2 a:active .section {
	color: #777;
}

h2 a:hover {
	color: #777;
}

#buffer {
	width: 100%;
	height: 30px;
	clear: both;
}

blockquote {
	padding: 0;
	margin-left: 16px;
	color: #777;
}



/************************************************/
/*
/* !Flash Menu */
/*
/************************************************/

#flashmenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}

#flashmenu #logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

/*
#flashmenu #menu {
	position: absolute;
	display: block;
	top: 35px;
	left: 50%;
	width: 450px;
	overflow: hidden;
	font-size: 11px;;
	text-transform: uppercase;
	line-height: 2.7em;
}

#flashmenu #menu a,
#flashmenu #menu span {
	margin-right: 20px;
}
*/



/************************************************/
/*
/* !No-Flash Content */
/*
/************************************************/

div.noflash {
	padding: 40px;
}

div.noflash a.logo {
	float: left;
}

div.noflash span {
	float: left;
	height: 56px;
	padding: 16px 25px;
}



/************************************************/
/*
/* !Content */
/*
/************************************************/

#flashcontent {
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 50%;
}

#content p {
	margin: 0 0 1.6em 0;
}

#content #image {
	margin-bottom: 1.6em;
}

#content div.video {
	margin-bottom: 1.6em;
	color: #AAA;
	font-style: italic;
}

#content #entry {
	margin-bottom: 3.5em;
}

#content #gallery {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 3.5em;
	width: 500px;
}

#content #gallery #thumb {
	float: left;
	margin: 10px 10px 0 0;
	background: #ddd;
	padding: 4px;
}

#content #gallery img {
	display: block;
}


#content #details {
	float: left;
	clear: both;
	font-size: 11px;;
	text-transform: uppercase;
	color: #777;
}

#content #details #categories a,
#content #details #categories a:visited,
#content #details #categories a:active {
	color: #777;
	text-decoration: none;
}

#content #pagination {
	font-size: 11px;;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 80px;
}

#paginatelinks {
	float: left;
}

#paginatelink {
	width: 6px;
	height: 6px;
	float: left;
	margin: 0 1px 1px 0;
}

#paginatelink.current {
	background: #000;
}

#paginatelink a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #DDD;
}

#paginatelink a:hover {
	background: #E24239;
}

span#bullet {
	position: relative;
	display: block;
	float: left;
	clear: none;
	height: 0.5em;
	border-left: 0.5em solid #DDD;
}



/************************************************/
/*
/* !Side Menu */
/*
/************************************************/


#sidemenu {
	position: absolute;
	top: 205px;
	left: 50%;
	width: 50%;
	overflow: visible;
}

#sidemenu #menu {
	width: auto;
	position: absolute;
	left: 340px;
	
	font-size: 11px;
	text-transform: uppercase;
	line-height: 2.7em;
	
	color: #999;
}

#sidemenu #more {
	font-size: 12px;
	color: #999;
	margin: -2px 0 0 3px;
}

#sidemenu #more a,
#sidemenu #more a:visited,
#sidemenu #more a:active {
	color: #999;
	text-decoration: none;
}

#thoughtslinks {
	display: none;
	font-size: 11px;;
}

#archivelinks {
	display: none;
}

#archivelinks table,
#archivelinks tr,
#archivelinks td {
	border: none;
	padding: 0;
	margin: 0;
}

#archivelinks #year {
	font-size: 11px;;
	text-transform: uppercase;
	line-height: 2.7em;
}

#archivelinks #months {
	width: 30px;
	padding: .9em 0 0 8px;
}

#archivelinks #month {
	width: 6px;
	height: 6px;
	float: left;
	margin: 0 1px 1px 0;
}

#archivelinks #month.dim {
	background: #EFEFEF;
}

#archivelinks #month.showing {
	background: #000;
}

#sidemenu #month a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #DDD;
}

.tip-title {
	color:#E24239;
	font-size: 11px;;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.tip-text {
	color:#AAA;
	font-size: 11px;;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: -6px 0 0 0;
	padding: 0;
}


/************************************************/
/*
/* !Motion */
/*
/************************************************/

#projectlist {
	margin-top: 30px;
}

#projectlist h3 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 2.7em;
}
#projectlist a,
#projectlist a:visited,
#projectlist a:active {
	color: #000;
	text-decoration: none;
}
