/* reset
----------*/
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,u,i,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; }

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 { text-decoration: none; }
del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted #000; 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; }

html { height: 100.01%; overflow-y: scroll; overflow-x: hidden; font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, button, select, textarea { font-size: 99%; }

input, select { vertical-align: middle; }
img { vertical-align: bottom; }
sub { position: relative; top: .3em; font-size: smaller; }
sup { position: relative; top: -.3em; font-size: smaller; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

header, footer, nav, section, article, aside { display: block; }


/* common
----------*/

html { -webkit-font-smoothing: antialiased; }

input[type="text"], input[type="password"], input.text, textarea, select, button, input[type="submit"], input[type="button"], .submit { font-family: Arial, sans-serif; }
input[type="text"], input[type="password"], input.text, textarea { padding: 3px 3px; }
input[type="submit"], input[type="button"], input[type="reset"], button, .submit, label { cursor: pointer; }
button { width: auto; overflow: visible; }
button, input, select, textarea { margin: 0; }
textarea { overflow: auto; }

input[type="radio"], input[type="checkbox"] { vertical-align: text-bottom; margin: 0; }
@-moz-document url-prefix() {
input[type="radio"], input[type="checkbox"] { vertical-align: middle; margin-top: -.3em; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="radio"], input[type="checkbox"] { vertical-align: middle; margin-top: -.5em; }
}

a:hover, a:active { outline: none; }

td, td img { vertical-align: top; }

::-moz-selection { background: #69C; color: #FFF; text-shadow: none; }
::selection { background: #69C; color: #FFF; text-shadow: none; }

.alR { text-align: right; }
.alC { text-align: center; }
.hide { display: none; }
.hidden { visibility: hidden; }
.clear { clear: both; }
.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -999em; }

.cf:before, .cf:after,
#page:before, #header:before, #content:before, #footer:before,
#page:after, #header:after, #content:after, #footer:after
{ content: "\0020"; display: block; height: 0; visibility: hidden; }
.cf:after,
#page:after, #header:after, #content:after, #footer:after
{ clear: both; }



/* custom
----------*/

@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?iefix') format('eot'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?iefix') format('eot'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#webfontSOhoM6aS') format('svg');
    font-weight: bold;
    font-style: normal;
}



a:link, a:visited {
	color: #5CCCF2;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #7BD4F2;
}
a:link:hover, a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}
.csstransitions a:link, .csstransitions a:visited {
    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
            transition: all 400ms ease;
}
.csstransitions a:link:hover, .csstransitions a:visited:hover {
	color: #FFF;
}


body {
	font-family: 'DroidSans', Arial, sans-serif;
	color: #FFF;
	height: 100%;
	background-color: #005b94;
	-webkit-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, .25);
	   -moz-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, .25);
	        box-shadow: inset 0 -10px 10px rgba(0, 0, 0, .25);
}
.cssanimations body {
	-webkit-animation: body-bg 30s linear infinite;
	   -moz-animation: body-bg 30s linear infinite;
}
@-webkit-keyframes body-bg {
	0%   { background-color: #005b94; }
	25%  { background-color: #00446f; }
	50%  { background-color: #005b94; }
	75%  { background-color: #00385c; }
	100% { background-color: #005b94; }
}
@-moz-keyframes body-bg {
	0%   { background-color: #005b94; }
	25%  { background-color: #00446f; }
	50%  { background-color: #005b94; }
	75%  { background-color: #00385c; }
	100% { background-color: #005b94; }
}
@keyframes body-bg {
	0%   { background-color: #005b94; }
	25%  { background-color: #00446f; }
	50%  { background-color: #005b94; }
	75%  { background-color: #00385c; }
	100% { background-color: #005b94; }
}

#page {
	font-size: 1.6em;
}

header {
	position: relative;
	padding: 2em 0;
	background: #2091c4;
	background: -webkit-gradient(linear, 41% 100%, 59% 0, from(#005b94), color-stop(.05, #005b94), color-stop(.45, #2091c4), color-stop(.55, #2091c4), color-stop(.95, #005b94), to(#005b94));
	background: -webkit-linear-gradient(50deg, #005b94, #005b94 20%, #2091c4 40%, #2091c4 55%, #005b94 75%, #005b94);
	background:    -moz-linear-gradient(50deg, #005b94, #005b94 20%, #2091c4 40%, #2091c4 55%, #005b94 75%, #005b94);
	background:      -o-linear-gradient(50deg, #005b94, #005b94 20%, #2091c4 40%, #2091c4 55%, #005b94 75%, #005b94);
	background:         linear-gradient(50deg, #005b94, #005b94 20%, #2091c4 40%, #2091c4 55%, #005b94 75%, #005b94);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .22);
	   -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .22);
	        box-shadow: 0 10px 10px rgba(0, 0, 0, .22);
}
.csstransitions header {
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
            transition: all 300ms ease;
}
.csstransitions header:hover {
	padding: 3em 0;
}
.cssanimations header {
	background-color: rgba(255,255,255, .05);
	background-image:
		-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, rgba(255,255,255, .05)), color-stop(.5, transparent)),
		-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, rgba(255,255,255, .1)), color-stop(.5, transparent));
	background-image:
		-webkit-linear-gradient(0, rgba(255,255,255, .05) 50%, transparent 50%),
		-webkit-linear-gradient(0, rgba(255,255,255, .1) 50%, transparent 50%);
	background-image:
		-moz-linear-gradient(0, rgba(255,255,255, .05) 50%, transparent 50%),
		-moz-linear-gradient(0, rgba(255,255,255, .1) 50%, transparent 50%);
	background-image:
		linear-gradient(0, rgba(255,255,255, .05) 50%, transparent 50%),
		linear-gradient(0, rgba(255,255,255, .1) 50%, transparent 50%);
	background-size: 53px 100%, 97px 100%;
	-webkit-animation: header-init 1s ease, header-bg 5s linear infinite;
	   -moz-animation: header-init 1s ease, header-bg 5s linear infinite;
	        animation: header-init 1s ease, header-bg 5s linear infinite;
}
@-webkit-keyframes header-init {
	0%   { top: -300px; }
	100% { top: 0; }
}
@-moz-keyframes header-init {
	0%   { top: -300px; }
	100% { top: 0; }
}
@keyframes header-init {
	0%   { top: -300px; }
	100% { top: 0; }
}
@-webkit-keyframes header-bg {
	0%   { background-position: 0 0, 0 0; }
	100% { background-position: 53px 0, 97px 0; }
}
@-moz-keyframes header-bg {
	0%   { background-position: 0 0, 0 0; }
	100% { background-position: 53px 0, 97px 0; }
}
@keyframes header-bg {
	0%   { background-position: 0 0, 0 0; }
	100% { background-position: 53px 0, 97px 0; }
}

	#logo {
		position: relative;
		text-align: center;
	}

#container {
	position: relative;
	line-height: 1.5;
	padding: 2em 0;
}
	#content {
		float: left;
		width: 52%;
		padding: 0 4%;
	}
		#content h2 {
			font-size: 200%;
			font-weight: normal;
			text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
			margin: 0 0 .5em;
		}
			#content h2 span {
				display: none;
			}
			#content h2 .t1 {
				display: inline;
			}
			#content h2 .t2 {
				background: rgba(255, 255, 255, .15);
			}
			#content:hover h2 .t1 {
				display: none;
			}
			#content:hover h2 .t2 {
				display: inline;
			}
		#content h3 {
			font-size: 166.67%;
			font-weight: normal;
			margin: 0 0 1em;
		}
			#content h3 del {
				color: #669dbf;
			}
			.csstransitions #content h3 del {
				-webkit-transition: color 300ms ease;
				   -moz-transition: color 300ms ease;
				        transition: color 300ms ease;
			}
			.csstransitions #content h3:hover del {
				text-decoration: none;
				color: #FFF;
			}
			.csstransitions #content h3:hover del:after {
				content: " = ";
			}
			#content h3 ins {
				background: rgba(255, 255, 255, .15);
			}

		#content ul,
		#content ol {
			margin: 0 0 1em 2em;
		}
			#content li ul,
			#content li ol {
				margin-bottom: 0;
			}
		#content ul {
			list-style: disc;
		}
		#content ol {
			list-style: decimal;
		}
		#content p {
			margin: 0 0 1em;
		}

		#page #websites {
			margin: 0;
		}

	#side1 {
		float: right;
		width: 39%;
	}
		#side1 h3 {
			margin: 0 0 .5sem;
		}

#vcard {
	float: left;
	width: 50%;
}
	#vcard .image {
		position: relative;
		left: 0;
		top: 0;
		background: #FFF;
		width: 140px;
		height: 140px;
		border: solid 5px #FFF;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
		        border-radius: 6px;
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
		   -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
		        box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
		margin: 0 0 10px;
	}
		#vcard .image img {
			width: 100%;
			height: 100%;
			max-width: 100%;
		}
	.csstransforms #vcard .image:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 50%;
		bottom: 0px;
		right: 50%;
		z-index: -1;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		-webkit-box-shadow: 100px 0 20px rgba(0, 0, 0, .25);
		   -moz-box-shadow: 100px 0 20px rgba(0, 0, 0, .3);
		        box-shadow: 100px 0 20px rgba(0, 0, 0, .4);
		-webkit-transform: skew(-35deg);
		   -moz-transform: skew(-35deg);
		    -ms-transform: skew(-35deg);
		        transform: skew(-35deg);
	}
	.csstransitions #vcard .image,
	.csstransitions #vcard .image:after {
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
		        transition: all 250ms ease;
	}
	#vcard .image:hover {
		top: -20px;
		left: -20px;
		width: 180px;
		height: 180px;
		margin-bottom: -30px;
	}
	#vcard .image:hover:after {
		right: 35%;
	}

#presence {
	float: left;
	width: 50%;
}
	#presence ul {
		list-style: none;
	}

#sites {
	display: none;
}






/* plugins
----------*/

/*
    ColorBox Core Style
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {text-decoration: underline;}

#cboxOverlay{background:#000;}
#colorbox {
	font-size: 1.2em;
}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../img/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../img/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../img/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../img/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent {
			margin: 25px 0;
			border: solid 1px #DDD;
		}
        #cboxTitle {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 1.2em;
			overflow: hidden;
			font-size: 125%;
			color: #666;
		}
			#cboxTitle a:link, #cboxTitle a:visited {
				color: #005b94;
			}
        #cboxCurrent{position:absolute; bottom:1px; left:120px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:1px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:1px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:1px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading.gif) 30px 30px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}










/* print
----------*/

@media print {

	@page { margin: 0.5cm; }

	* { background: transparent !important; color: #444 !important; text-shadow: none; }

	a:link, a:visited { color: #444 !important; text-decoration: underline; }

	a:after { content: " (" attr(href) ")"; }
	.ir a:after { content: ""; }
	abbr:after { content: " (" attr(title) ")"; }

	pre, blockquote { border: solid 1px #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }

	h2, h3 { page-break-after: avoid; }
	p, h2, h3 { orphans: 3; widows: 3; }

	#page, #header, #container, #containerSec, #content, #side1, #side2, #footer {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

}



/* mobile
----------*/

@media all and (min-width: 481px) and (max-width: 850px) {
	#content {
		width: 55%;
		padding: 0 5%;
	}
	#side1 {
		width: 34%;
	}
	#vcard, #presence {
		float: none;
		width: auto;
	}
	#vcard {
		margin-bottom: 2em;
	}
}

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

	#logo img {
		max-width: 100%;
	}
	#container {
	}
		#content, #side1 {
			padding: 0 4%;
		}
		#content, #side1, #vcard, #presence {
			float: none;
			width: auto;
		}
		#content, #vcard {
			margin-bottom: 2em;
		}
}


