/*@import url('http://fonts.googleapis.com/css?family=Oxygen:400,300,700');*/
@import url('http://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('http://fonts.googleapis.com/css?family=Belleza');
/*@import url('nav2.css');*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
	background: #AAA;
}

body{
	width:100%;
	min-width: 960px;
	background: #AAA;
	/*font-family: Oxygen, Verdana, Sans-serif;*/
	font-weight: 300;
}
div#intro{
	width: 100%;
}
h1 {
	font-weight: normal;
	display: block;
	float: none;
	letter-spacing:2px;
	font-family: Belleza, Verdana, Geneva, sans-serif;
	font-size: 70px;
	color: #FFF;
	margin: auto;
	width: 100%;
	text-align: center;
	text-shadow: 1px 3px 3px #000;
}
/*h2{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}*/
/*=======ADDRESS ========*/
.address{
	display:block;
	float:left;
	background:#ECDDCE;
	width: 330px;
	height: 120px;
	margin: 10px;
	padding: 5px 0;
	border: 1px solid #A85;
	box-shadow: 3px 4px 8px #777;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 12px;
	font-style: normal;
	text-align:center;
}
.address h2{
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;	
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-align: center;
}
.address h3{
	font-size:13px;
	text-align: center;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.address img{
	float:left;
	margin:10px;
}

.topic h3{
	font-size:20px;
	font-weight: 700;
}


.subtopic, .subtopic *{
	margin: 0;
}

.subtopic{
	margin: 15px;
	padding: 10px;
}

.subtopic h4{
	padding-bottom:10px;
}

.subtopic a{
	padding-left:10px;
}

.pagetitle{
	font-size: 200%;
	/*text-shadow: 0 0 4px #400;*/
	color:#522;
	border-top: 2px solid #DDF;
	border-bottom: 2px solid #BBD;
	background-color:#EEF;
	padding:3px;
	box-shadow: 0 0 10px #BBD;
	text-align: center;
	margin: 0 0 20px 0;
	}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
}

#nav li{
	width:200px;}
ul ul{
	margin-left: 17px;
}
div.nav-cont{
	color: #AAA;

}

/*div#intro{
	width: 320px;
	height: 205px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	background:#CCC;
	margin: 0;
	padding: 10px;
	border:none;
	border-radius:0 0 10px 0;
}*/

ul#nav{
	width: 200px;
	height: 550px;
	padding: 10px;
	background: #522;
	margin: 12px auto;
	position: absolute;
}
#nav li a{
	display: block;
	width: 100%;
	color: #CDE;
	text-decoration: none;
}
#nav li a:hover{
	color: #FFF;
	text-decoration: underline;
}

form span{
	line-height: 70px;
}

#main-container{
	width: 960px;
	margin: auto;
	padding: 0 10px;		
	background:#FFF;
	background-image: url('../img/bg5.png');
	background-repeat: repeat-x;

	box-shadow: 0 0 100px #000;
	font-family: "Didact Gothic", Verdana, Geneva, sans-serif;
}

div.content-container{
	margin: 15px;
	width: 700px;
	float: right;
	display: block;
	padding-left:50px;
}

div.content-container ul{
	display: block;
	float: none;
	width: 600px;
	margin: 10px;
}

ul.statelist{
	padding-top: 50px;
	font-family: "Didact Gothic", Verdana, Geneva, sans-serif;
}

div.content-container ul.statelist li{
	border: none;
	padding: 10px;
	text-align: center;
}
ul.stateinfo li{
	padding: 10px 0;
	border-bottom: 2px solid #BBB;
}
div.content-container ul.stateinfo li ul li{
	padding: 5px;
}

.stateinfo h3, .stateinfo h4{
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}



.border2g{

}
div.content-container ul ul li{
	border-bottom: none;
	padding: 0;
}

ul.square {
	list-style-type:square;
	padding-left:15px;
}

.content-container em{
	font-style: normal;
	color: #A22;
}

p.adobenote{
	font-style: oblique;
	font-size: 13px;
	width: 600px;
	display:none;
}

p.adobenote img{
	float: left;
	margin: 0 10px;
}

.topic a, ul.amnesty-top a{
	color: #00A;
	text-decoration:none;
}


.topic a:hover, ul.amnesty-top a:hover{
	color:#000;
	text-decoration: underline;
}

.topic h3{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.topic ul li{
	padding:0 10px;
}
.topic h4, .topic h3{
	margin: 10px 0;
}

p.mission{
	display: block;
	float: right;
	width: 520px;
	margin: 20px;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 160%;
	/*text-shadow: 0 0 2px #999;*/
	color: #933;
}


div.topic-container{
	width: 100%;
	margin: auto;

}
div.topic,ul.amnesty-top{
	width: 650px;
	background-color: #CDDBFF;
	margin: 12px auto;
	padding: 10px;
	float: right;
}

div#footer{
	width:800px;
	margin: auto;
	text-align: center;
	font-size:10px;
	color:#FCB;
}
#footer a{
	color: #ACF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

#contactinfo{
	margin-top: 15px;
	background: #ECDDCE;
	padding:5px;
}
table#contact{
	margin-top: 15px;

}
	
table#contact td{
	padding-top:5px;
	padding-right: 10px;

}
#contact label{
	padding-right:10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
