/*
Theme Name: UX Designer Mike
Version: 2009
Author: Michael Long
Author URI: http://www.uxdesignermike.com/
*/
/* Reset elements for better cross-browser compatibility */
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,b,u,i,center,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;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* containers */
body {
	font-family: "Lucida Grande", Tahoma, Arial, Sans-Serif;
	font-size: small;
	background: #fff url('/images/actionsandobjectives.jpg') fixed no-repeat top right;
	color: #000;
	text-align: center;
}
#bbox {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid transparent;
}
#content {
	position: relative;
	width: 900px;
	margin: 0 auto 12px auto;
	text-align: left;
}
#sections {
	position: relative;
	top: 30px;
	width: 900px;
	margin: auto;
	border: 1px solid #ccccff;
}

/* links */
a, a:link {
	color: #0000ff;
	text-decoration: none;
	background-color: #fff;
}

/* headers */
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h1.title {
	position: relative;
	left: 0;
	top: 15px;
	padding: 6px 0;
	font-size: 18px;
}
h1.title a, h1.title a:link {
	/* padding: 3px 6px 3px 34px;
	text-align: center;
	/*background-image: url('../images/icons.png'); */
	background-position: 0 3px;*/
	cursor: pointer;
}
h2.sectionhead a, h2.sectionhead a:link {
	padding: 5px 0 5px 55px;
	border: 1px solid #0000ff;
	display: block;
	background-image: url('../images/icons.png');
	background-position: 0 -19px;
	background-repeat: no-repeat;
	cursor: pointer;
}
h2.sectionhead a:hover {
	background-color: #fff;
}

/* sections */
.section {
	position: relative;
	height: 150px;	/* default height, overide below */
	background: #f1f1f1;
}
.worksample {
	height: 480px;
	background: #222;
}

/* section content elements */
.wrapper {
	margin: 34px 55px;
	font-size: 14px;
	color: #ccc;
	padding: 2px !important;
}
.wrapper h3 {
	font-family: "Georgia", "Times New Roman", Sans-Serif;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0.75em;
}
.wrapper p {
	line-height: 175%;
	margin: 2% 0;
}
.wrapper a {
	background: 0;
	color: #cccc00;
	text-decoration: underline;
}
.wrapper a:hover {
	text-decoration: underline;
}
.wrapper p.note {
	font-family: "Georgia", "Times New Roman", Sans-Serif;
	margin: 20px 0 !important;
	padding: 24px 0;
	line-height: 130%;
	color: #999900;
	background: #333300;
	padding: 8px 12px;
	width: 450px;
}
.wrapper p.note a {
	
}
.wrapper ul {
	list-style-type: disc;
	margin: 2% 0;
}
.wrapper ul li {
	line-height: 175%;
	font-size: 13px;
}
.wrapper .blurb {
	width: 450px;
}
.wrapper .blurb p {
	width: 450px;
}
.wrapper .sample {
	width: 250px;
	background: #666;
	padding: 10px;
	text-align: center;
}
.wrapper .sample a, .wrapper .sample a:link {
	font-size: 11px;
	color: #fff;
	display: block;
}
.wrapper .sample a:hover {
	text-decoration: none;
}
.wrapper .sample a img {
	display: block;
	margin-bottom: 2px;
}
.wrapper .morescreentypes {
	position: absolute;
	left: -10000px;
}
.wrapper .left {
	position: relative;
	float: left;
}
.wrapper .right {
	position: relative;
	float: right;
}

/* UI controls */
.stripNav a {
	color: #000;
	display: block;
	line-height: 34px;
	background: #ccc;
	padding: 0 15px;
}
.stripNav a:hover {
	background: #fff;
}
.stripNav li a.current {
	background: #fff;
	color: #0000ff;
	cursor: default;
}

.exp {
	position: fixed;
	top: 0px;
	left: 0;
	padding: 6px 0;
	display: none;
}
.expcontrol, .expcontrol:link {
	font-family: monospace;
	font-size: 11px;
	text-align: center;
	padding: 4px 6px;
}


/* door mat */
.doormat {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 0;
}
.doormat a, .doormat a:link {
	padding: 3px 6px;
}
.doormat a:hover {
	background: #fff;
	text-decoration: underline;
}
