
/* ==== Scroll down to find where to put your styles :) ==== */

/*  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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
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; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
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"], input[type="image"], 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: #99cc33; color:#fff; text-shadow: none; }
::selection { background:#99cc33; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

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

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
/* a, a:active, a:visited { color: #607890; } */
a:hover { color: #036; }


/* @group My Styles */

span.soli {
	color: #006699;
	font-weight: bold;
}

/* font-face for logo */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: bold;
  src: local('Tangerine Bold'), local('Tangerine-Bold'), url('../fonts/Tangerine_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: normal;
  src: local('Tangerine'), url('../fonts/Tangerine_Regular.ttf') format('truetype');
}

/* adding some noise to the */
html {
	background: url(../img/main-bg.png) repeat 0 0;
}

/* @group header */
header {
	height: 126px;
	border-bottom: solid #ccff33 2px;
	background: url(../img/header-bg.png) repeat 0 0;
	background-color: rgba(153, 204, 51, .5);
}

#inner-head {
	margin: 0 auto;
	width: 960px;
}

#logo {
	background: transparent url(../img/logo.png) no-repeat 0 0;
	height: 115px;
	width: 525px;
	display: block;
}

#logo h1 {
	height: 115px;
	width: 525px;
	line-height: 110px;
	
}

#logo h1 a {
	display: block;
	height: 115px;
	width: 525px;
	text-indent: -999px;
	
	
		
}

/* main navigation */

nav {
	float: right;
	margin: -17px 0 0 0;
	*margin: -22px 0 0 0;
	*border-top: solid 1px #e4fc9a ;
	*border-bottom: solid 1px #ccff33 ;
	
}



nav ul li {
	display: inline;
	color: white;
	margin: 0 ;
	float: left;
	*padding: 5px 0;
}

nav ul li a {
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 18px;
	border-top: solid 1px #e4fc9a;
	border-left: solid 1px #99cc33;
	border-right: solid 1px #defaa8;
	border-bottom: solid 1px #ccff33;
	padding: 6px 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 204, .3)), to(rgba(153, 204, 51, .3)));
	background: -moz-linear-gradient(top, rgba(255,255, 204, .3), rgba(153, 204, 51, .3));
	background: linear-gradient(top, rgba(255,255, 204, .3), rgba(153, 204, 51, .3));
	text-shadow: 1px 1px 3px #444;
}

nav ul li:first-child a {
	-webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px;
}

nav ul li:last-child a {
 	-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px;
}

nav ul li a.selected {
	padding-top: 10px;
}

nav ul li a:hover, nav ul li a.selected{
		color: whitesmoke;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 204, .6)), to(rgba(153, 204, 51, .6)));
	background: -moz-linear-gradient(top, rgba(255,255, 204, .6), rgba(153, 204, 51, .6));
	-webkit-transition: background  linear .3s; 
	-moz-transition: background  linear .3s;
}


/* @end */


/*  @group main content block */


#main {
	width: 960px;
	padding: 0;
	margin: 25px auto;
}

blockquote{
	padding: 20px;
	margin: 0 15px;
	text-align: justify;
	background: #eee;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	color: #4e4e4e;
	font-style: italic;
	font-size: 110%;
	}
article ul {
	padding-bottom: 10px;
}



	

/* @group home page */


#spotlight {
	height: 307px;
	width: 940px;
	padding: 10px;
	background: white;
	border: solid 1px black\9;
	-webkit-box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .6);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

#spotlight:hover {
	-webkit-box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 1px #000, 0px 0px 35px rgba(0, 0, 0, .8);
}

#rotator {
	float: left;
	width:  570px;
	height: 307px;
	background: #666;
}

#rotator ul li {
	list-style: none;
	margin-left: -26px;
}

#rotator ul li:last-child {
	display: none;
}

/* @group slidebox */

#slidebox{ float: left;position:relative; border:1px solid #ccc; margin:0 auto;}
#slidebox, #slidebox .content{width:570px;}
#slidebox, #slidebox .container, #slidebox .content{height:307px;}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0;}
#slidebox .content{background:#eee; float:left;}
#slidebox .content div{position: relative; padding:0; height:100%; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
span.description {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 415px;
	max-height: 85px;
	padding: 10px;
	color: white;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .7);
	font-size: 85%;
	line-height: 14px;
}

#slidebox .content div span.description a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#slidebox .content div span.description h2{
	color: #2f8eed;
	font-size: 125%;
	font-style: italic;
	padding-bottom: 6px;
	
}

#slidebox .content div span.description a:hover{ text-decoration: underline;}

#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:none; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(../img/slidebox_next.png) no-repeat left top;}
#slidebox .next:hover{background:url(../img/slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(../img/slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(../img/slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:10px; right:10px;}
#slidebox .thumbs .thumb{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(../img/slidebox_thumb.png); color:#fff;}
#slidebox .thumbs .thumb:hover{background:#fff; color:#000;}
#slidebox .selected_thumb{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;}


/* @end */

#call-to-action {
	display: block;
	height: 287px;
	width: 330px;
	padding: 10px 15px;
	background: url(../img/cta_bg.jpg) no-repeat 0 0;
	background: -webkit-gradient(linear, center bottom, center top, from(#003399), color-stop(50%, #0066cc), to(#003399));
	background: -moz-linear-gradient(90deg, #003399, #0066cc 50%, #003399);
	float: right;
	z-index: 10;
}

#subscribe {
	width: inherit;
	text-align: center;
	border-bottom: solid 1px #fff;
	margin: 8px 0;
}

#subscribe h2, #cta_donate h2 {
	color: white;
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 5px #111;
	
}

#cta_donate h2 {
	font-size: 35px;
	margin-bottom: 13px;
}

#subscribe form {
	margin: 0 0 10px 0;
}

#subscribe form label.error{
	color: red;
	display: none;
}

#message p {
	color: whitesmoke;
	font-size: 150%;
	font-style: italic;
	text-shadow: 0 0 1px #4e4e4e;
}

#subscribe form label.error:before, #subscribe form label.error:after {
	content: "***";
}
#subscribe form input.input, #email_form input, #email_form textarea {
	border: none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px white;
	background: whitesmoke;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	color: #ccc;
	padding: 5px;
	
}

#subscribe form input.input:focus, #sidebar #subscribe form input.input:focus, #email_form input:focus, #email_form textarea:focus {
	background: #fbf8de;
}

#subscribe form input.button, #email_form #button {
	border: none;
	border-top: 1px solid #ffffff;
	   background: #ccc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
	   background: -moz-linear-gradient(top, #eee, #666);
	   padding: 5px 25px;
		padding: 6px 30px\9;
		*padding: 5px 10px;
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   -webkit-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	   color: #fff;
	   font-size: 15px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
	-webkit-transition: color  ease-in .2s;
	-moz-transition: color ease-in .2s;
}

form#form1 header input.button {
	border: none;
	border-top: 1px solid #ffffff;
	   background: #ccc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
	   background: -moz-linear-gradient(top, #eee, #666);
	   padding: 5px 25px;
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   -webkit-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	   color: #fff;
	   font-size: 15px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
	-webkit-transition: color  ease-in .2s;
	-moz-transition: color ease-in .2s;
}

#cta_donate a.big_button  {
	border-top: 2px solid #ffffff;
	   background: #ccc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
	   background: -moz-linear-gradient(top, #eee, #666);
	   padding: 10px 40px;
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   -webkit-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   box-shadow: rgba(0,0,0,1) 0 -1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	   color: #fff;
	   font-size: 24px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
	   text-transform: capitalize;
	   vertical-align: middle;
	-webkit-transition: color ease-in .2s;
	-moz-transition: color ease-in .2s;
}

#subscribe form input.button:hover, #cta_donate a.big_button:hover, #email_form #button:hover{
	border-top-color: #ccc;
	   background: #666;
}

#subscribe form input.button:active, #cta_donate a.big_button:active {
	border-top-color: #fff;
	   background: #888;
}

#cta_donate {
	text-align: center;
}

#general_info {
	margin: 50px 0;
}

#general_info a {
	color: #003399;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#general_info a:hover {
	text-decoration: underline;
}

#who_we_are, #what_we_do, #latest_news {
	width: 300px;
	float: left;
	margin: 0 10px;
}

#who_we_are h2, #what_we_do h2, #latest_news h2 {
	text-align: center;
	font-size: 24px;
	border-bottom: solid 2px;
	margin: 0 0 8px 0;
}

#who_we_are h2 {
	color: #99cc33;
}

#what_we_do h2 {
	color: #0066cc;
}

#latest_news h2 {
	color: #003399;
}
#who_we_are p, #what_we_do p, #latest_news ul, #latest_news p {
	line-height: 17px;
}

/* @end */

/* @group news page */

/* @group news page content */

#content {
	width: 590px;
	float: left;
}

#content article {
	border-bottom: solid 2px #0099cc;
	margin-bottom: 20px;
}

#content article img.article {
	border: solid 5px white;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	margin-bottom: 15px;
	
	/* ie hack to restyle for no box shadow */
	
	width: 580px\9;
	height: 185px\9;
	padding: 5px\9;
	background: white\9;
	border: solid 1px #666\9;
	-moz-transition: all ease-in .2s;
	-webkit-transition: all ease-in .2s;
}

#content article img.article:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}

#content article h2, #email_form legend {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #0099cc;
}

#content article p {
	margin-bottom: 10px;
}

#content article p.read_more {
	float: right;
}
#content article p.read_more:after {
	content: " "url(../img/link.gif);
}

#content article p.read_more a {
	color: #0099cc;
	text-decoration: none;
}

#content article p.read_more a:hover {
	color: #006699;
}

/* @end */


/* @end */

/* @group donate page */

p.tax_exempt {
	margin: 45px 0;
	background: #e4fee4;
	padding: 10px;
	border: solid 1px #99cc33;
	font-size: 90%;
	text-align: center;
	color: #666;
}

ul#donate li {
	list-style: none;
	margin-left: -26px;
}

form#paypal_give  input.button {
	border: none;
	border-top: solid 1px #fff;
	   background: #ccc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
	   background: -moz-linear-gradient(top, #eee, #666);
	   padding: 10px 25px;
	   *padding: 5px 0; /*fix for ie7*/
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	   color: #fff;
	   font-size: 150%;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
	-webkit-transition: color  ease-in .2s;
	-moz-transition: color ease-in .2s;
	cursor: pointer;
}

form#paypal_give input.button:hover {
	border-top: solid 1px #ccc;
	background: #666;
}

/* @end */


/* @group contact page */

#email_form {
	margin: 20px 0;
	position: relative;
	
}


#email_form label {
	width: 100px;
	float: left;
	display: block;
	margin: 10px 0;
}

#email_form input {
	width: 400px;
	display: block;
	float: left;
	margin: 10px 0;
}

#email_form textarea {
	width: 410px;
	height: 150px;
	margin: 10px 0;
}


#email_form #button {
	width: 175px;
	position: relative;
	bottom: 0px;
	left: 100px;
	clear: both;
}

p.required {
	border: 1px solid red;
	background: #ff9999;
	padding: 10px 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 110%;
	display: none;
}

#email_form #message p {
	text-shadow: none;
	color: #666;
	font-size: 110%;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebar {
	width: 310px;
	float: right;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 24px;
	display: block;
	color: #006699;
	border-bottom: solid 2px;
	margin-bottom: 10px;
}

#sidebar ul li {
	list-style: none;
	margin-left: -25px;
	margin-bottom: 10px;
}


#sidebar #dopiaza-flickr-badge-1 ul.dopiaza-flickr-badge-content{
	width: 100%;
	margin-left: -4px;
}
#sidebar #dopiaza-flickr-badge-1 ul.dopiaza-flickr-badge-content li {
	float: left;
	margin: 5px 0 5px 5px;
	padding: 3px 3px 0 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
	border: solid 1px #666\9; /*fix for ie no box shadow */
	padding: 2px\9;
}

#sidebar #dopiaza-flickr-badge-1 ul.dopiaza-flickr-badge-content li.last {
	margin-bottom: 50px;
}

#sidebar #dopiaza-flickr-badge-1 ul.dopiaza-flickr-badge-content li:hover {
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
}
#sidebar #dopiaza-flickr-badge-1 img {
	width: 66px;
	height: 67px;
	padding: 0;
	margin: 0;
}

#sidebar #message {
	text-align: left;
}


#sidebar #message p {
	color: #666;
	font-size: 110%;
	font-style: italic;
	text-shadow: none;
}

#sidebar #message h2 {
	font-weight: normal;
	font-size: 22px;
	display: block;
	color: #0099cc;
	margin-bottom: 10px;
	text-shadow: none;
	border-bottom: none;
}

#sidebar #subscribe form label.error:before, #subscribe form label.error:after {
	content: "***";
}
#sidebar #subscribe form input.input {
	border: none;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px white;
	background: #f6f6f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	color: #666;
	padding: 5px;
	
}


#sidebar #subscribe form input.button {
	border: none;
	border-top: solid 1px #fff;
	   background: #ccc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
	   background: -moz-linear-gradient(top, #eee, #666);
	   padding: 5px 18px;
		padding: 6px 30px\9;
		*padding: 5px 10px;
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   -webkit-box-shadow: rgba(0,0,0,.2) 0 -1px 0;
	   -moz-box-shadow: rgba(0,0,0,.2) 0 -1px 0;
	   box-shadow: rgba(0,0,0,.2) 0 -1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	   color: #fff;
	   font-size: 15px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
	-webkit-transition: color  ease-in .2s;
	-moz-transition: color ease-in .2s;
}

#sidebar #subscribe form input.button:hover {
	border-top: solid 1px #ccc;
	background: #666;
}


/* @end */

/* @group footer */

footer {
	position: relative;
	background: url(../img/footer-bg.png) repeat 0 0;
	background: rgba(0, 0, 0, .8);
	border-top:solid 2px #000 ;
	height: 100px;
	clear: both;
}

#inner-foot {
	width: 960px;
	margin: 50px auto;
	color: rgba(255, 255, 255, .7);
	*color: #ffffff;
	font-size: 11px;
}


/* @end */
/* @end */






.left {
	float: left;
}
.right {
	float: right;
	
}
.right a:active,.right a:link,.right a:visited,.right a:hover {color:white!important;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

 }				

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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; }
}

