/* @override 
	http://www.paznow.com/ucd
	http://www.paznow.com/ucd/style.css
	http://paznow.com/ucd/style.css
	http://localhost/ucd/site/ucd/style.css
*/

@font-face {
	font-family: 'TitilliumText14L250wt';
	src: url('fonts/TitilliumText250wt-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText250wt-webfont.woff') format('woff'), url('fonts/TitilliumText250wt-webfont.ttf') format('truetype'), url('fonts/TitilliumText250wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14L800wt';
	src: url('fonts/TitilliumText800wt-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText800wt-webfont.woff') format('woff'), url('fonts/TitilliumText800wt-webfont.ttf') format('truetype'), url('fonts/TitilliumText800wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------*/


body {
	background: #7395bd;
	font: 14px/1.4em TitilliumText14L250wt, Helvetica, Arial;
	color: #fff;
	padding-bottom: 10px;
	}

:focus {
	outline: #474953 dotted thin;
}

::selection {
	background-color: #474953;
	color: #fff;
	}
::-moz-selection {
	background-color: #474953;
	color: #fff;
	}

#content a:link,
#content a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
	}

#content a:hover,
#content a:active {
	color: #474953;
	border: none;
	background: #fff;
	}

#headerbg, #contentbg {
	width: 100%;
	display: block;
	float: left;
	}

#header, #content, #footer {
	width: 940px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	}
	
#footer {
	overflow: hidden;
	}

/*header*/

#headerbg {	
	background: #d2d6d4 url("images/header.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#ffffff,
		#d2d6d4 70%,
		#b2d4ec 70%,
		#7395bd
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffffff),
		color-stop(0.7, #d2d6d4),
		color-stop(0.7, #b2d4ec),
		to(#7395bd)

	);
}


#header {
	height: 300px;
	padding-top: 20px;
	}

#header h1 {
	font: 77px/64px TitilliumText14L800wt, Helvetica, Arial;
	text-transform: uppercase;
	color: #474953;
	display: block;
	width: 200px;
	margin: 0 0 20px 0;
	letter-spacing: -2px;
	}


/*Image Slider*/

#wrapper {
	position: relative;
	bottom: 280px;
	left: 400px;
	width: 450px;
	}

#slider {
	width: 530px;
	height: 260px;
	background: #dbebf6;
	}


/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden; 
border: 7px solid #fff;  
margin: 0 0 5px 0;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.stripViewer:hover {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	-webkit-transition: .2s linear;
	}

.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
cursor: pointer;
}

.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
float: right;
}
.stripTransmitter ul li{
width: 10px;
float:left;
margin: 3px 5px 1px 0;
}
.stripTransmitter a{
font: bold 8px/10px Helvetica, Arial;
text-align: center;
background: #474953;
color: #474953;
text-decoration: none;
display: block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #fff;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}


#header iframe {
	position: relative;
	top: 15px;
	margin-bottom: 10px;
	background: transparent;
	}

#header .tweet {
	display: block;
	font: 12px/20px Helvetica, Arial;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border: 1px solid #0099cc;
	width: 50px;
	height: 20px;
	background: #33ccff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#header .tweet:hover,
#header .tweet:active {
	border-color: #474953;
	}


/*Content*/

#contentbg {
	margin-bottom: 20px;
	background: #7395bd url("images/content.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#b2d4ec,
		#7395bd 30%,
		#7395bd
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#b2d4ec),
		to(#7395bd),
		color-stop(0.3, #7395bd)
	);
}

#about, #getone, #thanks {
	margin-top: 50px;
	width: 300px;
	height: 100%;
	display: block;
	float: left;
	margin: 0px 10px;
	}
	
#thanks {
	clear: right;
	margin-right: 0px;
	}

#about {
	margin-left: 0px;
	}

h2 {
	display: block;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin: 10px 0px 30px 0px;
	padding: 3px 10px;
	width: 280px;
	height: 35px;	
	font: 20px/35px TitilliumText14L800wt, Helvetica, Arial;
	text-transform: uppercase;
	text-align: left;
	background: #7395bd;
	}

#about h2 {
	background: #474953;
	margin-left: 0;	
	}

/*#about blockquote:before{
	content: "\201C";
	font-size: 80px;
	position: relative;
	top: 30px;
	left: -2px;
	}*/

#about blockquote {
	width: 300px;
	height: 178px;
	font: 20px/20px TitilliumText14L800wt, Helvetica, Arial;
	text-transform: uppercase;
	position: relative;
	margin-left: -29px;
	margin-top: -15px;
	background: transparent url(images/quote.png) no-repeat 0 0px;
	padding-left: 29px;
	padding-top: 13px;
	}
	
#about blockquote em {
	font: 15px TitilliumText14L250wt, Helvetica, Arial;
	font-style: normal;
	text-transform: none;
	}


#about p {
	width: 300px;
	margin-bottom: 14px;
	}
	
#about p + p {
	margin-bottom: 30px;
	}

#about h3 + p {
	margin-bottom: 20px;
	}

.contactForm {
	height: 385px;
	display: block;
	border: 1px solid #b2d4ec;
	padding: 20px 0px 10px 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font: 14px/14px TitilliumText14L800wt, Helvetica, Arial;
	}

#about p#contactform {
	width: 200px;
	height: 315px;
	padding: 50px;
	line-height: 20px;
	margin-bottom: 0;
	}

.contactForm input, 
.contactForm textarea {
	width: 268px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: #b2d4ec;
	color: #474953;
	border: 0px;
	padding: 5px;
	min-height: 20px;
	font: 12px/16px TitilliumText14L250wt, Helvetica, Arial;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

input::-webkit-input-placeholder {
	color: #474953;
	}

input:focus, 
textarea:focus, 
textarea.invalid:focus, 
input.invalid:focus {
	background: #fff;
	}


.contactForm textarea {
	height: 80px;
	margin-bottom: 5px;
	}

#captcha {
	width: 126px;
	height: 160px;
	display: block;
	float: left;
	margin-right: 10px;
	}


p#captchatext {
	width: 140px;
	font: 12px/16px TitilliumText14L250wt, Helvetica, Arial;
	margin-top: 3px;
	margin-bottom: 15px;
	padding-left: 0;
	float: left;
	}

input.captcha {
	width: 118px;
	margin: 3px 0px;
	}



.contactForm img {
	width: 118px;
	height: 36px;
	border: 4px solid #fff;
	margin: 5px 0;
	background: #474953;	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	}
	

#invalid {
	width: 1px;
	}
	

	


#invalid li {
	width: 90px;
	margin-bottom: 28px;
	position: absolute;
	border: 1px solid transparent;
	}
	
#invalid .invalid {
	border: 1px solid #474953;
	padding: 5px;
	display: block;
	background: #474953;
	background: rgba(71, 73, 83, .7);
	text-align: center;
	font: 12px/16px TitilliumText14L250wt, Helvetica, Arial;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	}
	
.code, .email, .message, .name {
	position: absolute;
	}

.code {
	top: 80px;
	left: 15px;
	width: 85px;
	}

.email {
	top: -175px;
	}
	
.message {
	top: -115px;
	}

.name {
	top: -235px;
	}
	
.email, .name, .message {
	left: 170px;
	width: 100px;
	}

textarea.invalid, 
input.invalid {
	background-color: #d04953;
	}
	
#download > img {
	border: 3px solid #fff;
	margin:  0px 10px;
	float: left;	
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	}

input.submitbtn {
	cursor: pointer;
	width: 110px;
	margin: 15px 40px 0 0;
	height: 37px;
	display: block;
	float: right;
	}
	
input.submitbtn,
#download a.download:link,
#download a.download:visited {
	text-decoration: none;
	color: #e4e5e8;
	padding: 3px;
	border-bottom: 1px solid #24252a;
	border-right: 1px solid #24252a;
	border-top: 1px solid #bbbcc5;
	border-left: 1px solid #bbbcc5;
	text-align: center;
	font: 12px/30px TitilliumText14L250wt, Helvetica, Arial;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0, .5);
	box-shadow: 0px 0px 5px rgba(0,0,0, .5);	
	text-shadow: 0 -1px #24252a;
	background: #474953 url("images/submitbtn.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#9294a1,
		#474953
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#9294a1),
		to(#474953)
	);	
	}

#download a.download:link,
#download a.download:visited {
	width: 110px;
	height: 30px;
	margin: 10px 0 0 140px;
	padding: 3px;
	display: block;
	}





#download a.download:active,
input.submitbtn:active {
	background: #9294a1 url("images/submitbtn-rev.png") repeat-x top;
	background: -moz-linear-gradient(
		top,
		#474953,
		#9294a1
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#474953),
		to(#9294a1)
	);

	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);	
	color: #9fa1ad;
	text-shadow: 0 -1px #24252a;
	}


#download {
	display: block;
	/*position: relative;*/
	width: 300px;
	height: 177px;
	}


#download a.download:hover, .donatebtn:hover, .submitbtn:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 20px rgba(255,255,255,0.5);
	-webkit-transition: .2s ease-out;
	}

#download form {
	width: 111px;
	height: 38px;
	float: left;
	position: relative;
	}

.donatebtn {
	display: block;
	width: 118px;
	height: 38px;
	margin: 10px 0 0 15px;
	text-decoration: none;
	color: #003366;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #925900;
	border-right: 1px solid #925900;
	border-top: 1px solid #fff5e2;
	border-left: 1px solid #fff5e2;
	text-align: center;
	font: 12px/30px TitilliumText14L250wt, Helvetica, Arial;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0, .5);
	box-shadow: 0px 0px 5px rgba(0,0,0, .5);	
	text-shadow: 0 1px #fff5e3;
	cursor: pointer;
	background: #ffac2c url("images/donatebtn.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#ffecc9,
		#ffac2c
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffecc9),
		to(#ffac2c)
	);
}

.donatebtn:active {
	background: #ffecc9 url("images/donatebtn-rev.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#ffac2c,
		#ffecc9
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffac2c),
		to(#ffecc9)
	);
	}

h3 {
	font: 20px/16px TitilliumText14L800wt, Helvetica, Arial;
	margin-top: 20px;
	margin-bottom: 16px;
	}
	

#getone ol {
	list-style: decimal;
	background: #95bcd7;
	left: 10px;
	list-style-position: outside;
	padding: 15px 15px 15px 30px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin: 20px 0 30px 0;
	}

#getone ol ul {
	margin: 8px 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	font: 14px/18px TitilliumText14L800wt, Helvetica, Arial;
	}
	
#getone ol ul li {
	margin-bottom: 10px;
	}

#getone em {
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 5px;	
	}


.donation {
	font: 60px/50px TitilliumText14L800wt, Helvetica, Arial;
	letter-spacing: -5px;
	float: left;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	}

.donation + p {
	margin-top: 20px;
	margin-bottom: 28px;
	}


#paypal {
	width: 100%;
	padding: 34px 0;
	text-align: center;
	margin: 0px;
	border: 1px solid #b2d4ec;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#paypal:hover {
	background: #b2d4ec;
	}


#thanks h2 {
	background: #fff;
	color: #474953;
	margin-right: 0;
	}
	
#thanks li a:link,
#thanks li a:visited {
	color: #474953;
	}

#thanks h2 + p  {
	font: 16px/20px TitilliumText14L800wt, Helvetica, Arial;
	margin-bottom: 20px;
	}

#thanks p {
	margin-bottom: 14px;
	}
	
#thanks ul {
	margin-left: 0px;
	margin-top: 20px;
	border-top: 1px solid;
	padding-top: 20px;
	height: 630px;
	}

#thanks ul li {
	font-size: 12px;
	margin-bottom: 13px;
	background: #b2d4ec;
	color: #474953;
	padding: 8px 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}



/*Footer*/


#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover,
#footer a:active {
	border-bottom: 1px dotted #fff;
	padding-bottom: 3px;
	}

a#pazlogo:hover {
	border: none;
	}




#footer {
	background: #474953;
	height: 120px;
	margin-bottom: 0;
	bottom: 0px;
	clear: both;		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#footer img {
	margin-right: 60px;
	}

#footer > ul {
	list-style: none;
	height: 100%;
	}

#footer > ul > li {
	float: left;
	padding: 10px;
	}

	
#blog,
#portfolio,
#mail,
#linkedin,
#twitter,
#delicious {
	display: block;
	height: 16px;
	width: 80px;
	margin: 10px 0;
	padding-left: 23px;
	}


#linkedin, 
#blog {
	margin-top: 25px;
	}
	
#blog {	background: url('images/icon-sprite.png') no-repeat 0 -64px; }
#portfolio { background: url('images/icon-sprite.png') no-repeat 0 -80px; }
#mail {	background: url('images/icon-sprite.png') no-repeat 0 -32px; }
#linkedin {	background: url('images/icon-sprite.png') no-repeat 0 -16px; }
#twitter { background: url('images/icon-sprite.png') no-repeat 0 -48px; }
#delicious { background: url('images/icon-sprite.png') no-repeat 0 0px; }	


li#ods {
	width: 210px;
	float: right;
	padding-left: 50px;
	margin-left: 130px;
	}

#ods p {
	display: block;
	width: 80px;
	font: 10px/1.2em Verdana, Helvetica, Arial;
	padding-top: 60px;
	margin-left: 20px;
	float: left;
	}
#ods img {
	float: right;
	margin-right: 0;
	}


/*Cancel and Success messages*/

#notice {
	position: absolute;
	width: 500px;
	height: 330px;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 20px;
	border: 5px solid #474953;
	background: #fff;
	background-color: rgba(255,255,255,.93);
	font: 16px/20px TitilliumText14L250wt, Helvetica, Arial;
	color: #474953;
	z-index: 1;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	}

#notice p.big {
	display: block;
	width: 250px;
	height: 190px;
	margin: 0 0 20px 0;
	font: 120px/95px TitilliumText14L800wt, Helvetica, Arial;
	text-transform: uppercase;
	}

#notice p{
	display: block;
	width: 300px;
	height: 60px;
	}

#notice a {
	display: block;
	width: 35px;
	position: relative;
	bottom: 320px;
	left: 450px;
	text-align: center;
	text-decoration: none;
	color: #474953;
	}

#notice a:hover {
	border-bottom: 1px dotted #474953;
	}
	
	



/*updated 20:40*/
