/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; clear: both; }


 /* Primary Styles
    Author: 
 */

body{
	background: #eee;
}
a{ text-decoration: none; color: inherit; }
a:hover{ text-decoration: underline; }
section{ }

a.button{
	box-shadow: 0px 0px 0px 1px #00a508;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	background: #666 url('../images/blue-grad.png') repeat-x top left;
	color: #fff;
	text-shadow: 0px 1px #000;
	color: #cfc;
	font-weight: bold;
}
a.button:hover{
	text-decoration: none;
	color: #fff;
}
a.button:active{
	border-top: 1px solid #008800;
	padding-top: 4px;
}

table{
	width: 100%;
	border: 1px solid #ccc;
}

table th{
	font-size: 1.2em;
}

table th,
table td{
	text-align: left;
	padding: 5px;
}

table th.date{
	width: 170px;
}

table th{ background: #eee; }
table td{ border-top: 1px solid #aaa; }

/******************* Header Bar ******************/

header.app{
	background: #333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
	color: #ccc;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
}
header.app h2{
	background: url('../images/resumatic-small.png') no-repeat -1px -1px;
	float: left;

}	
header.app h2,
header.app h2 a{
	display: block;
	height: 30px;
	width: 151px;
	text-indent: -9999px;
}
header.app .control{
	float: right;
}
header.app .control a{
	color: #0890ff;
	display: block;
	float: left;
	margin-right: 20px;

}
header.app .user_edit_link{
	background: #444;
	line-height: 30px;
	padding: 0px 10px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

/**** Main pages header ****/


/***************** Editable Areas **************/

/* Normal mode */
#resume .no-edit{ display: block; }
#resume .edit_link{ display: inline; }
#resume .delete_link{ display: inline; }

#resume .edit{ display: none; }
#resume .save_link{ display: none; }
#resume .cancel_link { display: none; }

/* Edit mode */
#resume .editable .no-edit{ display: none; }
#resume .editable .edit_link{ display: none; }
#resume .editable .delete_link{ display: none; }

#resume .editable .edit { display: block; }	
#resume .editable .save_link { display: inline; }	
#resume .editable .cancel_link{ display: inline; }

#resume .edit{
   clear: both;
   text-align: left; }

#resume .edit label,
#resume .edit input,
#resume .edit select,
#resume .edit textarea{
	display: block;
	font-family: "Arial", sans-serif;
	font-family: inherit;
	font-size: 14px;
}
#resume .edit textarea{ width: 100%; height: 4em; }

#resume .edit label{
	font-size: 12px;
	margin-top: 5px;
	line-height: 15px;
}

#resume .control_links { position: absolute; }

#resume #applicant .control_links{
	clear: both;
	position: static;
}

section a.add_education_link,
section a.add_experience_link,
section a.add_skill_link,
.edit_link,
.save_link,
.cancel_link,
.delete_link {
	cursor: pointer;
	color: #04f;
	clear: both;
	display: block;
	text-decoration: underline;
	z-index: 1;
	position: relative;
}

section a.add_education_link,
section a.add_skill_link,
section a.add_experience_link{
	float: right;
}


section a.add_education_link:hover,
section a.add_experience_link:hover,
.edit_link:hover,
.save_link:hover
{
}

#main{
	margin: 0px;
	padding: 0px;
}
/******************* Sections ********************/


section#summary span.summary,
section#skills span.skills,
section#education .education,
section#experience .experience{
	display: block;
	position: relative;
}
/******************* Settings Window *************/

.colorpicker{
	z-index: 99;
}

#settings{
	z-index: 99;
	padding: 10px;
	border: 1px solid;
	top: 30px;
	width: 400px;
	background: #ccc;
	position: absolute;
	right: 20px;
	font-family: Arial;
	font-size: 14px;
	color: #333;
}

#settings ul.tabs{
	margin: -10px;
	padding: 0px;
	padding-left: 10px;
	background: #fff;
	height: 30px;
}

#settings ul.tabs li{
	display: inline;
}

#settings ul.tabs li a{
	float: left;
	margin-right: 20px;
	padding: 0px 5px;
	background: transparent url('../images/tab_selected.png') no-repeat -9999px -9999px;
}

#settings ul.tabs li.current a{
	background-position: bottom center;
}

#settings ul,
#settings ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

#settings ul li label{
	width: 200px;
	float: left;
	clear: left;
}

#settings .image-uploader img{
		float: left;
		clear: both;
		width: 150px;
		height: 150px;
}

#settings .remove_image{
	font-size: 0.9em;
	text-decoration: underline;
	cursor: pointer;
}

#settings ul li input,
#settings ul li select,
#settings ul li textarea
{
	width: 170px;
	margin-left: 20px;
	float: left;
}
#settings ul{
	clear: both;
	padding-top: 30px;
}

#settings ul li .save_link{
	clear: both;
	line-height: 1.2;
	text-align: center;
}

#settings input.color{
	border: 3px solid #999;
}

/* Widgets */
#settings .font_size_controls{
	display: block;
	width: 170px;
	margin-left: 20px;
	float: left;
}
#settings .font_size_controls input.font_size{
	display: inline;
	width: 100px;
}
#settings .font_size_controls a.plus,
#settings .font_size_controls a.minus{
	float: right;
	width: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	cursor: pointer;
}

/**************** Accounts ***************/

.account-form{
	margin: 0px auto;
	margin-top: 50px;
	padding: 0px;
	width: 420px;
}

.contact-form{
	margin: 0px auto;
	margin-top: 50px;
	padding: 0px;
	width: 420px;

}
.account-form h2{
	font-size: 2em;
	margin-bottom: 1em;
}

form fieldset{
	font-size: 1.2em;
	border-top: 1px solid;
	padding-top: 1.2em;
}
form fieldset legend{
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px;
}

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

form fieldset ul li{
	clear: both;
	margin-bottom: 1em;
	line-height: 1.68em;
}

form fieldset ul li.meta,
form fieldset ul li.text{
	padding: 5px;
	color: #666;
}
#main-home form fieldset ul li.meta{
	text-align: right;
	font-size: 0.8em;
}

form fieldset ul li label{
	padding: 5px;
}
form fieldset ul li input,
form fieldset ul li textarea{
	width: 200px;
	float: right;
	font-size: inherit;
	line-height: inherit;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
}

.contact-form ul li textarea{
	width: 405px;
}

form fieldset ul li .helptext{
	display: block;
	clear: both;
	font-size: .8em;
	color: #666;
	text-align: right;
}

form fieldset ul li.allow_display,
form fieldset ul li.allow_contact{
	background: #ffa;
}

form fieldset ul li.allow_display label,
form fieldset ul li.allow_contact label{
	float: none;
	width: 380px;
}

form fieldset ul li.allow_display input,
form fieldset ul li.allow_contact input{
	float: none;
	width: auto;

}

form fieldset ul li.submit{
	clear: both;
	padding-top: 2em;
}

form fieldset ul li.submit input{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	width :auto;
	padding: 5px 20px;
}
form fieldset ul li.submit input:active{
	background: #ccc;
	border-color: #bbb;
	border-top-color: #aaa;
}

form fieldset ul li.website{
	display: none;
}

ul.messages li,
ul.messages{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.messages li,
.errormsg{
	font-size: 1em;
	border: 1px solid;
	padding: 4px 4px;
}

ul.messages li.error,
.errormsg{
	color: #c33;
	background: #fdd;
}

ul.messages li.success{
	color: #3c3;
	background: #dfd;
}


.errorlist,
.errorlist li{
	list-style: none;
	color: #c00;
	font-size: 0.8em;
}
form fieldset .errorlist li{
	text-align: right;
	margin-bottom: 0px;
}


/******** HOME PAGE THINGS *****************/

header.base{
	width: 640px;
	height: 100px;
	line-height: 100px;
	text-align: right;
	margin: 0px auto;
	padding: 0px;
}

header.base h2{
	background: transparent url('../images/logo.png') no-repeat 0 32px;
}

header.base h2,
header.base h2 a{
	height: 36px;
	width: 300px;
	padding: 32px 0px;
	float: left;
	text-align: left;
	text-indent: -9999px;
}

header.base nav,
header.base nav ul,
header.base nav li{
	display: inline;
	list-style: none;
}

header.base nav li{
	margin-left: 20px;
	font-size: 1.2em;
}

footer{
	width: 640px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;;
}
footer nav,
footer nav ul,
footer nav ul li{
	display: inline;
	list-style: none;
}
footer nav ul li{
	margin-left: 20px;
}

/* Message */

ul.messages{

}


#main-home{
	margin: 0px auto;
	width: 600px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 1px #ddd;
	border: 1px solid #ccc;
	padding: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#main-home a{
	color: #04f;
}
#main-home a.button{
	color: #fff;
}

#main-home .splash{
}
#main-home .splash h2{
	font-weight: normal;
	font-size: 2.2em;
	color: #666;
	margin-top: 20px;
}
#main-home .splash h2 strong{
	color: #222;

}

#main-home .splash .screenshot{
	position: relative;
	width: 425px;
	height: 294px;

}
#main-home .splash .screenshot img{

	border: 1px solid #ccc;
	position: absolute;
	left: -40px;
}
#main-home .splash .blurb{
	float: right;
	width: 190px;

}
#main-home .splash .blurb p{
	font-size: 1.2em;
	margin-top: 0px;
}
#main-home .splash .blurb p.secondary{
	color: #666;
}

#main-home .splash .button-p{
	padding-top: 20px;
	text-align: center;
}

#main-home h1{
	margin: 0.82em 0px;
	font-size: 2em;
}

#main-home p{
	margin: 1.68em 0px;
}
#main-home p,
#main-home li {
	font-size: 1em;
}

#main-home h2{
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.2em 0px;
}

header nav a{
	padding: 3px 10px;
	border-top: 1px solid rgba(0,0,0,0);
}

header nav a:hover{
	color: #fff;
	background: #666;
	border-top: 1px solid #111;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 1px #fff;
	text-shadow: 1px 1px #000;
}

.latest_tweet{
	float: left;
	width: 270px;
	padding: 10px;
	padding-left: 40px;
	background: transparent url('../images/twitter_logo_right.png') no-repeat 0px 13px;
	margin-top: -11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #666;
	text-align: left;
}
.latest_tweet a{
	color: #666;
	text-decoration: none;
}


.feedback{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;

	width: 200px;
	background: #444;
	border: 1px solid #666;
	font-family: "Arial";
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

.feedback a{
	display: block;
}

.feedback div.feedback_form{
	padding-top: 5px;
}

.feedback form textarea{
	border: 1px solid #666;
	background: #ccc;
	height: 12em;
}

.feedback form textarea,
.feedback form input.submit{
	width: 195px;
	display: block;
	margin: 15px 0px;
}
.feedback form input.submit{
	width: 200px;
}










@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

