@charset "UTF-8";
/* Background-Styles */

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

body {
	margin:0px; padding:0px;
	background-color:#transparent;
	font-family: "Montserrat", serif;
	color:#000;
	font-size:1em;
	line-height:1.3em;
}

/* 
	Text-Styles   
*/

h1 {
	margin:0px 0px 15px 0px;
	font-size:2.2em;
	font-family: "Raleway", serif;
	color:#000;
	line-height: 1em;
	line-spacing: 1em;
	font-weight: light;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	margin:0px 0px 15px 0px;
	font-size:1.5em;
	font-family: "Raleway", serif;
	color:#000;
	line-height:1.2em;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	margin:15px 0px 15px 0px;
	color:#000;
	font-family: "Raleway", serif;
	font-size:22px;  
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	margin:0px 0px 15px 0px;
	font-size: 2em;
	font-family: "Raleway", serif;
	font-weight: bold;
	color:#000;
	line-height:1.2em;
	padding-top: 0px;
}

a {
	color: #3b699d;
	text-decoration:none;
	font-weight: bold;
}

a:hover { 
	color: #43A5BE;
	text-decoration:none;
}

.donate { 
	background: #3b699d; 
	text-decoration: none; 
	padding: 10px; 
	padding-left: 15px; 
	padding-right: 15px; 
	color: white; 
	border-radius: 10px; 
	font-family: "Raleway", serif;
	font-size: 16px;}



/*------------------------------------*\
    menu-menu
\*------------------------------------*/
#menu-menu{
    list-style:none;
    font-weight:normal;
	font-family: "Raleway", serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
    margin-bottom: 25px;
    float: left; /* Clear floats */
    width:100%;
    position:relative;
    z-index:5;
    */
}

#menu-menu li{
    float:left;
    margin-right:8px;
    position:relative;
}

#menu-menu a{
    display:inline;
	padding: 10px;
    color:#000;
    background:#transparent;
    text-decoration:none;
}

#menu-menu a:hover{
    color:#43A5BE;
    text-decoration:none;
	padding: 10px;
	padding-bottom: 8px;
}


/*--- DROPDOWN ---*/
#menu-menu ul{
    background:#3b699d; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    list-style:none;
    position:absolute;
	margin-left: 0px;
	margin-top: 5px;
	padding: 10px;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#menu-menu ul li{
    /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
	margin-top: 10px;
}

#menu-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#menu-menu li:hover ul{ /* Display the dropdown on hover */
    left:0;	/* Bring back on-screen when needed */
}

#menu-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#3b699d;
	color: #ffffff;
    text-decoration:none;
}

#menu-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}

#menu-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#3b699d;
}

/*------------------------------------*\
    Misc. Styles
\*------------------------------------*/
p { 
	margin: 0px 0px 15px 0px; 
	}
	
ol	{
	padding-left: 15px;
}

ul	{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul li	{
	padding: 0px;
	margin: 5px;
}

#footer {
	background: #e8e8e8;
	width: 100%;
	margin:0px auto;
	margin-bottom: -20px;
	margin-top: 0px;
  	position:relative;
	font-size: 14px;
		color:#000;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header {
	background: #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar ul { 
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	list-style-type: none;
	width: 270px;
	border-top:0px;
}

#sidebar ul li { 
	margin:0px;
	padding: 5px;
	border-bottom: 0px dotted #ccc
}


.cntctfrm_contact_submit	{
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	padding: 3px;
	width:70px;
	height: 25px;
	margin-top: -1px;
	}
	
#textarea	{
	border:1px solid #CCC;
}

#email	{
	border:1px solid #CCC;
}

#url	{
	border:1px solid #CCC;
}

#data	{
	border:1px solid #CCC;
}

#author{
	border:1px solid #CCC;
}

#comments_template {
	padding-top: 0px;
	clear: both;
}

ul .commentlist{ 
	margin:0px;
	padding: 5px;
	list-style-type: none;
	border-top: 1px dotted #CCC;
}

.commentlist li{ 
	margin:0px;
	line-height: 18px;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}


.text_block {
	background-color: #CDD3D4;
	float:left;
	width: 900;
	margin-left:0px;
	padding: 10px 5px 10px 5px;
}

.wp-caption { 
	margin-bottom:0em;
	padding: 0px;
}

.wp-caption-text { 
	margin:0em; 
	color:#666; 
	font-size:.8em; 
	font-family: "Roboto", serif;
	font-style:italic; 
	padding: 0px;
}

blockquote {
	width: 90%;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:28px; 
	font-family: "Roboto", serif;
	line-height: 32px;
	color: #000;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.alignright {
	float:right; 
	margin:0 0 10px 10px
}

.alignleft {
	float:left; 
	margin:0 10px 10px 0;
}

.aligncenter {
	display:block; 
	margin:0 auto; 
	margin-bottom:1em; clear:both
}

/* Comment Styles */

#pwbox-1699		{
	border: 1px solid #000;
}

input[type=password]	{
	border: 1px solid #f3f3f3;
	border-radius: 7px;
	padding: 5px;
}

input[type=submit]	{
	background: #006db8;
	border: 0px solid #f3f3f3;
	border-radius: 10px;
	padding: 6px;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}


#submit{
	border:2px solid #3DC3D1;
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:10px;
	color:#3DC3D1;
	text-transform: uppercase;
	line-height:16px;
	padding:3px;
	width:120px;
	}
#author {
	padding: 0px;
	background-color:#FFF;
	border-top:2px dotted #CCC;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	margin-top: 20px;
}
#email	{
	border:1px solid #CCC;
}
#url	{
	border:1px solid #CCC;
}
#data	{
	border:1px solid #CCC;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

table tr {
    border: 1px solid #ddd;
    padding: 5px;
	background: #f3f3f3;
  }

table th, table td {
    padding: 10px;
    text-align: center;
	vertical-align: middle;
  }

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	background: #3b699d;
	color: #fff;
  }


/*------------------------------------*\
    Hide DIVs on Devices
\*------------------------------------*/ 

@media screen and (max-width: 320px)	{
#nomobile{
	display:none;
}}

@media screen and (max-width: 768px)	{
#nomobile{
	display:none;
}}

@media screen and (max-width: 650px)	{
#notabletsm{
	display:none;
}}

@media screen and (max-width: 768px)	{
#notablet{
	display:none;
}}

@media screen and (max-width: 980px)	{
#wrapper{
	display:none;
}}

@media screen and (max-width: 980px)	{
#wrapper{
	display:none;
}}

@media only screen and (min-width: 768px)	{
#nodesktop{
	display:none;
}}

}}


/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }