@charset "utf-8";
/* CSS Document for jDesign Studio 2013 */
#test {
	position: fixed;
	top: 20px;
	left: 200px;
	color: #FFF;
	padding: 10px;
	font-size: 14px;
	background-color: #333;
}

body {
	background-image: url(graphics/jD-bg.png);
	background-repeat: repeat-y;
	background-position: 150px 0;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	min-width: 840px;
	padding: 0px;
	height: 2950px;
}

#jD-logo {
	border: none;
}

#goBack {
	display: block;
	text-decoration: none;
	margin-left: 60px;
	width: 65px;
}

.orange, #resume h2, hr, #resume h3 a:hover, .blogSection h1, #tags a:hover, #archive a:hover, .blogSection a:hover, #goBack:hover {
	color: #F48105;
}

.grey_drk, #resume h1, .blogSection, #goBack {
	color: #1C2921;
}

.grey_lit, .blogSection h2, .blogSection a {
	color: #2C3E38;
}

.white  {
	color: #FFF;
}

.bg_orange, #mainNav a:hover {
	background-color: #F48105;
}

.bg_grey-drk, .bigBubble_dark {
	background-color: #1C2921;
}

.bg_grey-lit, .bigBubble_light {
	background-color: #2C3E38;
}

.btn-deactive, .btn-deactive:hover {
	color: #FFF !Important;
	background-color: #F48105 !Important;
	cursor: default;
}

#slogan {
	font-size: 19px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	left: -10px;
}

#bubbles { /* this is what the background canvas is called */
	z-index: -1;
	position: fixed;
	float: left;
	top: 0px;
	/* height, width, and location will be handled with jQuery */
}

.contentBox {
	width: 100%;
	min-width: 840px !Important;
	min-height: 400px !Important;
	max-height: 800px !Important;
	height: 700px;
	z-index: 1;
	/* Height will be changed via jQuery --> actually not anymore but I do have the functions to do this */
}

.contentBox-partition {
	width: 49%;
	height: inherit;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.contentBox-partition-center {
	width: 840px;
	margin: auto;
	position: relative;
}

.contentBox-partition-left {
	text-align: right;
}

.contentBox-partition-left div:first-child {
	margin-right: 20px;
}

.contentBox-partition-right {
	text-align: left;
}

.contentBox-partition-right div:first-child {
	margin-left: 20px;
}

.bigBubble {
	display: inline-block;
	width: 350px;
	height: 325px;
	position: relative;
	text-align: center;
	color: #FFF;
	padding-top: 25px;
	border-radius: 175px;
}

.bigBubble_tiger {
	background-image: url(graphics/bigBubble_tiger.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
}

#portfolio-title {
	font-size: 18px;
	font-weight: 500;
	top: 40px;
	position: absolute;
	width: 250px;
	padding: 10px 50px 10px 50px;
}

#portfolio-desc {
	position: absolute;
	font-size: 12px;
	width: 270px;
	padding: 10px 40px 10px 40px;
	top: 100px;
	margin: auto;
}

#portfolio-link {
	position: absolute;
	display: block;
	color: #FFF;
	width: 260px;
	padding: 10px 45px 10px 45px;
	top: 250px;
	font-size: 14px;
}

#portfolio-link:hover {
	color: #F48105;
}



#mainNav a {
	display: block;
	position: fixed;
	width: 100px;
	height: 100px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	line-height:100px;
	text-align: center;
	z-index: 5;
}

.navLocation, .navLocation:hover {
	color: #FFF !Important;
}

#portfolio, #blog {
	vertical-align: top;
}

#portfolio-slider {
	width: 280px;
	height: 16px;
	background-color: #1C2921;
	position: relative;
	margin: 20px auto;
	border-radius: 8px;
	display: inline-block;
	z-index: 1;
	vertical-align: middle;
}

#portfolio-slider-knob {
	width: 12px;
	height: 12px;
	background-color: #F48105;
	border-radius: 6px;
	z-index: 2;
	position: relative;
	top: 2px;
	/* cursor: w-resize; */
	margin-left: 2px;
}

.portfolio-btn {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: auto 10px auto 10px;
	background-repeat: no-repeat;
	user-select: none;
}

#portfolio-slider-wrapper {
	width: 400px;
	text-align: center;
}

#portfolio-btn-left {
	margin-left: 0px;
	background-image: url(graphics/btn_left.png);
}

#portfolio-btn-right {
	margin-right: 0px;
	background-image: url(graphics/btn_right.png);
}

#portfolio-btn-left:hover {
	background-image: url(graphics/btn_left-hover.png);
}

#portfolio-btn-right:hover {
	background-image: url(graphics/btn_right-hover.png);
}

.notSelectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
   	-webkit-user-select: none;
   	-ms-user-select: none;
	user-select: none
}

#blogBubble1 {
	width: 124px;
	height: 79px;
	padding-top: 45px;
	border-radius: 62px;
	top: 110px;
	left: 16px;
}

#blogBubble2, #blogBubble3 {
	width: 100px;
	height: 75px;
	padding-top: 25px;
	border-radius: 62px;
	
}

#portfolio-image {
	background-repeat: no-repeat;
	background-position: center center;
}

#blogBubble2 {
	top: 75px;
	left: 139px;
}

#blogBubble3 {
	top: 220px;
	left: 109px;
}

#blogBubble4 {
	width: 90px;
	height: 55px;
	padding-top: 35px;
	border-radius: 50px;
	top: 170px;
	left: 200px;
}

.blogBubble {
	font-size: 16px;
}


.blogBubble-white, .blogBubble-grey {
	display: block;
	text-decoration: none;
	padding-top: inherit;
	height: inherit;
	width: 100%;
	position: absolute;
	border-radius: inherit;
	top: 0px;
}

.blogBubble-white {
	background-color: #FFF;
	color: #1C2921;
}

.blogBubble-grey {
	background-color: #1C2921;
	color: #FFF;
}

.blogBubble-white:hover, .blogBubble-grey:hover {
	color: #1C2921;
	background-color: #F48105;
}

#blog_main-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

#blog {
	width: 420px;
	display: inline-block;
	text-align: justify;
	max-height: 800px !Important;
}

#blog p {
	text-indent: 25px;
	font-size: 14px;
}

#blog-more {
	display: block;
	position: relative;
	width: 75px;
	height: 55px;
	padding-top: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #1C2921;
	text-align: center;
	border-radius: 40px;
	left: 400px;
	top: -20px;
}

#blog-more:hover {
	background-color: #F48105;
}
/***** RESUME STYLES *****/
#resume h1 {
	font-size: 20px;
	font-weight: 500;
	color: #1C2921;
}

#resume h2 {
	font-size: 18px;
	font-weight: 500;
}

#resume h3, #resume h3 a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #2C3E38;
}

hr {
	height: 1px;
	background-color: #F48105;
	border: 0px;
}

#resume p {
	font-size: 10px;
	line-height: 10px;
	color: #1C2921;
}

#resume ul {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #1C2921;
}

/**************************** BLOG PAGE STYLES ******************************/
#blogPage {
	background-image:url(graphics/bubble_bg.svg);
	position: fixed;
	top: 0px;
	z-index: -2;
}

#blogPage2 {
	background-image:url(graphics/bubble_bg2.svg);
	position: fixed;
	top: 0px;
	z-index: -1;
}

#page {
	width: 780px;
	margin: 25px auto 50px auto;
	background-image: url(graphics/95_white.png);
	background-repeat: repeat; /* needed for chrome as chrome properly cascades the above body attributes */
	border-radius: 30px;
	padding: 10px;
	min-height: 670px;
	text-align: left;
	position: relative;
}

#body-blog { /* this is the  */
	height: auto;
	text-align: center;
	background-position: left;
}

.blogSection {
	width: 630px;
	padding: 10px;
	position: relative;
	border-top: 1px dotted #1C2921;
	margin-bottom: 40px;
}

.gotoTop {
	text-decoration: none;
	font-size: 11px;
	display: block;
}

.blogSection a, .blogSection li {
	font-size: 12px;
}

.blogSectionFirst {
	border-top: none !Important;
}

.blogSection img {
	float: left;
	padding: 10px;
}

.blogSection p {
	font-size: 12px;
	text-indent: 25px;
}

.blogSection h1 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	width: inherit;
	z-index: 1;
}

.blogSection h2 {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	width: inherit;
	top: 0px;
	text-align: right;
	z-index: 0;
}

.blog-header {
	width: inherit;
}

#tags, #archive {
	padding: 10px;
	list-style: none;
	font-size: 12px;
	right: 0px;
}

#tags a, #archive a {
	color: #999;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

#lists {
	position: absolute;
	width: 120px;
	padding: 10px;
	right: 0px;
	top: 130px;
	border-left: 1px dotted #1C2921;
}

#tagsTitle, #archiveTitle {
	color: #1C2921 !Important;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 5px !Important;
}

#moreArticles a {
	color: #2C3E38 !Important;
}

#moreArticles a:hover {
	color: #F48105 !Important;
}

#blogMoreLeft, #blogMoreRight {
	display: inline-block !Important;
	cursor: pointer;
}

/******* Twitter Styles *******/

.tweet_wrapper {
	width: 280px;
	float: right;
	padding: 0px;
	margin-top: 180px;
	border-left: 1px dotted #1C2921;
}

.tweet {
	font-size: 11px;
	padding: 5px 0px 5px 68px;
	margin: 0px 0px 5px 0px;
	min-height: 48px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.tw-date {
	color: #999;
	display: block;
	margin-top: 3px;
	display: inline-block;
	height: 16px;
}

.tweet-wrapper h1 {
	margin: 0px !Important;
	max-height: 10px !Important;
}

.tweet_wrapper h1 a {
	max-height: 10px !Important;
	text-decoration: none;
	color: #F48105;
	font-size: 18px;
	font-weight: 500;
	display: block !Important;
	width: inherit !Important;
	height: inherit !Important;
	text-align: center !Important;
	position: relative !Important;
	line-height: 0px !Important;
}

.tweet_wrapper .tweet:nth-child(2) {
	background-image: url(graphics/tweet_dot-orange.png) !Important;
}

.tweet_wrapper .tweet:nth-child(odd) {
	background-image: url(graphics/tweet_dot-grey-drk.png);
}

.tweet_wrapper .tweet:nth-child(even) {
	background-image: url(graphics/tweet_dot-grey-lit.png);
}

.tweet a {
	color: #F48105;
	text-decoration: none;
}

.tweet_wrapper a:hover {
	color: #1C2921;
}

.tw-webintent {
	display: inline-block;
	background-image: url(graphics/tw-sprites.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
}

.tw-reply {
	background-position: 0 0;
}

.tw-reply:hover, .tw-reply:visited {
	background-position: -16px 0;
}

.tw-retweet {
	background-position: -80px 0;
}

.tw-retweet:hover {
	background-position: -96px 0;
}

.tw-retweet:visited {
	background-position: -112px 0;
}

.tw-fav {
	background-position: -32px 0;
}

.tw-fav:hover {
	background-position: -48px 0;
}

.tw-fav:visited {
	background-position: -64px 0;
}

