/*For preview in settings (currently just used for debug)*/
#app-preview, #debug {
	position: absolute;
	top:0px;
	left:630px;
}

.upgradeButton{
	color: #A41AA4;
	font-size: 12px;
	padding: 4px 9px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #F5F5F5;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
	background-image: -o-linear-gradient(top,#FFF,#E6E6E6);
	background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
	background-image: -moz-linear-gradient(top,#FFF,#E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #BBB;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-bottom-color: #A2A2A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	display: block;
	float:right;
	margin:30px 0 0 0;
}
.upgradeText{
	float: left;
	margin: 30px 0 0 0;
	font-weight: bold;
}
.upgradeInfo{
	float: left;
	margin: 30px 0 0 0;
	color: #A41AA4;
}
.star{
	color: #A41AA4;
	font-size: 150%;
	vertical-align: bottom;
	line-height: 6px;
}




/*FB and Linkedin Connect button*/
.fb-connect, .linkedin-connect{
	background-image: url(../common/images/connect.png);
	width: 190px;
	height: 38px;
/* 	background-size: 200px; */
	margin: 20px auto;
	opacity: 1;
}
.fb-connect{
	background-position: -5px 86px;
}
.linkedin-connect{
	background-position: -5px 43px;
}
.fb-connect:hover, .linkedin-connect:hover{
	opacity: 0.8;
}
.import{
	text-align: center;
}
/*Reset button*/
.reset {
	float: right;
	color: #808080;
	font-size: 88%;
	text-decoration: none;
	margin: 19px 0 0 0;
	position:relative;
	z-index: 1;
}
/*Make mouse normal over header*/
.header{
	cursor: auto;
}
.add-button{
	margin: 10px auto;
	display: block;
}
.content{
	margin-top:10px;
	margin-bottom:10px;
}
.content-unit{
/*	Content units should have 0 margin on top and bottom for correct animation (bug in some browsers)
	margin-top: 20px;
	margin-bottom: 20px;
*/
	background-color:#ECECEC; /*For IE Not tested this way*/
	background-color: rgba(190, 190, 190, .2);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;

	position:relative;

	padding: 15px 10px 15px 30px;
	margin: 10px 0px;

}
.content-unit input{
	vertical-align: top;
}
/*DELETE BUTTONS*/
.delete {
	text-decoration: none;
	color: #CCC;
	font-size: 15px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
}
.delete:hover{
	color:black;
	cursor:hand;
	cursor:pointer;
}

/* JOSH: This following should maybe be added to common when finished */
.settingContents input, textarea {
	padding:5px;
	font-size:14px;
	color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 2px 1px #333;
	box-shadow:inset 1px 1px 2px 1px #ccc;
	width: 60%;

}
.settingContents input[type="radio"] {
	-webkit-box-shadow:none;
	box-shadow:none;
}

textarea {
	width: 70%;
	height: 80px;
}
.settingContents input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0px;
	display: inline-block;
}
.settingContents select {
	margin: 0px 0px;
}


/* Make sure input preview text is gray */
.input-preview {
	color: #D1D1D1 !important;
}
/*Inputs labels (name, email, etc)*/
.content span {
	width: 75px;
	margin: 5px 10px 0 5px;
	display: inline-block;
	text-align: right;
}
.technical span{
	width: 100px;
}
.settingAdj{
	position: relative;
}
.style .settingAdj {
	padding: 0px 28px 5px 28px;
}
.style .settingTitle h2 {
	margin-bottom: 20px;
}
.settingSection .colorSelectorInput {
	width: 70px;
	vertical-align: middle;
}
.backgroundColorTitle{
	width: 148px;
}

.design label{
	display: block;
	margin: 10px 10px 0px 10px;
}
.design label input {
	width: 25px;
	display: inline-block;
}
.settingContents h3 {
	padding: 10px 0px;
	display: inline-block;
}
.colorSelectorPreview {
	top: 0px;
}

.item {margin: 5px 0px;}
.secondOption {vertical-align: middle;
	margin: 0px 0px 0px 60px;
}

/*/////////////////////////////////////////////////////////
//////////////////FOR THE APP VIEW/////////////////////////
/////////////////////////////////////////////////////////*/
/*NOTES:
ALL style should be defined here (no inline styles)
All font sizes except the body font should be specified in terms of percentage
All fonts, font-sizes and colors should be contained in a few tags: eg h1, h2, h3, and p; This is so the page can easily be customized with different font, font-size, color
Sections should be as modular as possible. Eg Sections should be able to be organized in any order and contain any number of sub-elements
*/
.app-view{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	font-family: Georgia;
	color: #333;
	width: 100%;
	height: 100%;
	overflow: scroll;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding:5px

}
.content-wrapper{
	 /*Box shadow*/
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); /* For IE 5.5 - 7 */	
}
.content-wrapper.transparent{
	background: none !important;	
}

/*Whiteburst: Use a vertical gradient*/
.verticalGradient{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );

}


/*For titles of positions*/
.app-view h1, .app-view h2, .app-view h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.app-view h1{
	font-size:152%;
}
/*For subtitles*/
.app-view h2{
	font-size:122%;
	line-height:144%;
}
/*For section headings*/
.app-view h3{
	font-size:152%;
}

.app-view p{
	line-height: 145%;
}

/*SPECIFICS TO DESIGNS*/
/*
.design_1 h1, .design_1 h2, .design_1 h3, .design_1 h4, .design_1 p{
	font-style:normal;
	font-weight: 400;


}
*/

.app-view .content{

	max-width: 960px;
	min-width: 640px;
	margin: 0 auto;
	padding: 10px 80px 35px;
}

.app-view .section{
	padding-top: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #CCC;
}

.app-view .section-heading{
	display:inline-block;
	width: 25%;
	vertical-align: top;
}
.app-view .section-heading h2{
	text-transform: uppercase;
}
.app-view .section-content{
	display:inline-block;
	vertical-align: block;
	width: 70%;
}
/*Make sure prototypes never displayed*/
.app-view .prototype{
	display: none !important;
}

/*Header stuff*/
.app-view .header-wrapper{
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}
.app-view .header-wrapper .name{
	font-size: 369%;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.app-view .header-wrapper .cvTitle{
	font-size:152%;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* font-style: italic; */
}
.app-view .header-wrapper .contact{
	float: right;
	font-size: 131%;
	margin-right: 0px;
	margin-top: 10px;
}


/* General Date */
.app-view .date{
	float:right;
	font-size: 122%;
}


/*Education section */
.app-view .education, .app-view .experience{
	padding-bottom: 20px;
}
.app-view .education-item, .app-view .experience-item{
	margin-bottom: 30px;
}

/*Experience section */
.app-view .experience-item {
}
.app-view .experience-item .description{
	margin-top: 10px;
}

/*Skills section */
.app-view .skills-item, .app-view .technical-item{
	display: inline-block;
	width: 29%;
	margin: 2px 4% 2px 0;
	vertical-align: top;
}
.app-view .skills-item {
	margin: 9px 4% 9px 0;
}
/*Technical section*/
.app-view .technical-item{
}
.app-view .line{
	border-bottom: 1px solid #CCC;
	margin: 5px;
	height: 0px;
}
.app-view .powered-by, .app-view .powered-by a{
	text-align: right;
	border: none;
	color: #B9B9B9;
}
/*/////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/
.settingTitle h2 {
	font-size: 14px;
	min-height: 16px;
	position: static; /*Fix for ie10*/
}
.fontSelector {
	width: 80px;
}
.popover-wrapper {
	margin: 4px 0px !important;
}
.bgc h3{
	margin-right: 15px;
}
.popover {
	top: -400px !important;
	right: 110px !important;
}
