@CHARSET "ISO-8859-1";

/* CSS Document for Global Peace Festival
Written by: E-Moxie Data Solutions, 2008
http://e-moxie.com
*/ /* Browser Rewrite Styles ================ */
body {
    margin: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #14161f;
    background:#2E3191;
    /* background: url('../images/body-bg.gif') top left repeat-x fixed; */
    /* background:#2E3191 url('../images/master-bg.jpg') top left repeat-x fixed; */
}
#header-wide{
    width:100%;
    height:80px;
    background:#192533 url('../images/header-bg.jpg') top repeat-x;
    margin:0 auto;
    context-align:center;
}
#header{
    width:990px;
    height:80px;
    background:#192533 url('../images/header.jpg') top center no-repeat;
    margin:0 auto;
    context-align:center;
}

h1 {
    font-size: 22px;
    margin: 10px 0;
    color: #333;
}

h2 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

h4 {
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}

a:link,a:active,a:visited {
    color: #0a25f0;
}

a:hover {
    color: #999;
}

p {
    line-height: 1.2em;
    margin: 5px 0 10px 0;
    padding: 0;
}

ul {
    margin: 10px;
    padding: 0;
}

ol {
    margin: 10px;
    padding: 0;
}

li {
    margin-bottom: 3px;
}

/* Classes =============================== */
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
.left {
    float: left;
    margin-right: 15px;
}
.right {
    float: right;
    margin-left: 15px;
}

.styledinput {
    width: 250px;
    border: 1px solid #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #261e7e;
    padding: 3px;
    margin-bottom: 5px;
}
.styledinput_sm {
    width: 110px;
    border: 1px solid #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #261e7e;
    padding: 3px;
    margin-bottom: 5px;
}
.styledinput_tiny {
    width: 25px;
    border: 1px solid #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #261e7e;
    padding: 3px;
    margin-bottom: 5px;
}

/* Container / Header ==================== */
#container-wide {
    width: 100%;
    margin: 0 auto;
    background:#2E3191 url('../images/master-bg.jpg') top left repeat-x;
    padding-bottom:30px; /* adds some space at bottom of page */
}
/*
#container {
	width: 990px;
	margin: 0 auto;
        padding-bottom:30px;
}
*/
#container-border {
    width: 990px;
    margin: 0 auto;
    background:url('../images/outer-bg.jpg') top center no-repeat;
}
#container-border-repeat{
    width: 990px;
    margin: 0 auto;
    background:url('../images/outer-repeat-bg.jpg') top center repeat-y;
}
#container-inner {
    width: 966px;
    margin: 0 auto;
    min-height:810px;
}
#container-bottom-border {
    width: 990px;
    height:25px;
    background:url('../images/outer-bottom-bg.jpg') bottom center no-repeat;
    margin:0 auto;
}

/* Footer ================================ */

#footer {
    width: 886px;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    height:100px;
}
#footer-inner {
    
}

#top{
    margin-left:14px;
    margin-right:16px;
    height:237px;
}
#flashbanner-wide{
    margin-top:10px;
    margin-bottom:4px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    height:86px;
}

/* Frontpage Buttons/Content ========== */

#icontent-inner-wrap{
    /* width:942px; */
    width:950px;
    /* height:350px; */

    margin-left:12px;
    margin-right:12px;
    /* background:#22ff22;   */
} * html #icontent-inner-wrap {margin:0px; margin-left:12px;} /*ie6 double margin fix hack.... http://davidwalsh.name/prevent-double-margin-padding-ie6-css-float */

#icontent-inner-left-wrap{
    float:left;
    width:608px;
     height:350px; 
}

.buttons{
    float:left;
    width:600px;
    height:153px;
    margin-left:2px;
    background:url('../images/bottons_grid_all_forweb.gif') top left no-repeat;
}
.buttons img{
    border:none;
}
.buttons ul{
    margin:0;
    padding:0;
    float:left;
    list-style:none;
}
.buttons li{
    position:relative;
    float:left;
    display:inline;
    margin-top:8px;
    margin-left:9px;
    height:63px;
    width:139px;

    /* background-color:#66FF99; */
}  * html .buttons li {top:6px; margin-top:3px; } /* IE 6 hack */


#whatisgpf p{
    line-height:125%;
} * html #whatisgpf p { line-height:110% }
#whatisgpf{
    position:relative;
    float:left;
    width:608px;
    height:165px;
    background:url('../images/whatis-top.jpg') top center no-repeat;
}
#whatisgpf h1{
    position:absolute;
    top:12px;
    left:20px;
    font-size:1.4em;
    color:#fff;
}
#whatisgpf-inner{
    background:url('../images/whatis-body.jpg') top center repeat-y;
    padding-left:22px;
    padding-right:22px;
    margin-top:40px;
    padding-top:1px;
    height:128px; 
}
#whatisgpf-bottom{
    height:25px;
    width:608px;
    background:url('../images/whatis-bottom.jpg') bottom center no-repeat;
}
#newsfeed{
    position:relative;
    float:right;
    width:342px;
    height:350px;
    background:url('../images/rss-top.jpg') top center no-repeat;
}
#newsfeed h1{
    position:absolute;
    top:10px;
    left:20px;
    font-size:1.4em;
    color:#fff;
}
#newsfeed-inner{
    background:url('../images/rss-body.jpg') top center repeat-y;
    padding-left:26px;
    padding-right:26px;
    margin-top:40px;
    padding-top:8px;
    height:270px;
    overflow:hidden;
} 
#newsfeed-bottom{
    height:30px;
    width:342px;
    background:url('../images/rss-bottom.jpg') bottom center no-repeat;
}

#newsfeed a{
    color:#1A8AD8;
    text-decoration:none;
}
#newsfeed a:hover{
    color:#000;
    text-decoration:none;
}
#videosec{
    position:relative;
    height:134px;
    width:952px;
    background:url('../images/video-section-bg.jpg') top center no-repeat;
    clear:both;
}
#videosec h1{
    position:absolute;
    top:7px;
    left:44px;
    font-size:1.4em;
    color:#fff;
}
#videosec #v-youtube{
    position:absolute;
    top:12px;
    right:40px;
    width:44px;
    height:20px;
}

/* video page */
#bottom2-video{
    height:700px;
}

/* locations page */
#locationmap{
    padding-top:20px;

    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background:#A4D6F0;
    width:960px;
    height:400px;
    
}
/* contact page */
#top-contact{
    position:relative;
    left:250px;
    top:30px;
    width:966px;
    height:700px;
}
#sidebar2-contact {
        position:absolute;
	width: 157px;
	height: 399px;
	background:url('../images/sidemenu.jpg') top left no-repeat;
       left: 378px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
         top:0px;
}
/* about page */
#top-about {
	/*margin-top: 10px;*/
        position:relative;
	width:966px;
        height:399px;
       /* background: url('../images/partners.jpg') top left no-repeat; */
}

/* donate page */
#top-donate {
	/*margin-top: 10px;*/
        position:relative;
	width:678px;
        height:399px;
       background: url('../images/involved.jpg') top left no-repeat;
}
#top-donate-right {
	/*margin-top: 10px;*/
        position:absolute;
        left:833px;
	width:134px;
        height:399px;
       background:url('../images/involved-side.jpg') top right no-repeat;
}

/* partners page */
#top-partnerships {
	/*margin-top: 10px;*/
        position:relative;
	width:678px;
        height:399px;
       background: url('../images/partners.jpg') top left no-repeat;
}
#top-partnerships-right {
	/*margin-top: 10px;*/
        position:absolute;
        left:833px;
	width:134px;
        height:399px;
       background:url('../images/partners-side.jpg') top right no-repeat;
}

#sidebar2 {
        position:absolute;
	width: 157px;
	height: 399px;
	background:url('../images/sidemenu.jpg') top left no-repeat;
       left: 678px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
         top:0px;
}
#emailsignup{
    position:absolute;
    top:224px;
}
/*
#sidebar p {
	padding-left: 5px;
}

#sidebar form {
	padding-left: 5px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}
*/

#bottom2 {
	/* background: url('../images/index-text.gif') top center no-repeat; */
	height: 100%;
	width: 969px;
}

#bottom2-left {
	width: 310px;
	float: left;
        vertical-align:top;
}

#bottom2-middle {
	width: 348px;
	float: left;
	padding: 15px 20px 10px 0;
	float: left;
}

#bottom2-middle-wide {
	width: 630px;
	float: left;
	margin-left:20px  !important;
	margin-left:10px;
	padding: 15px 20px 10px 0;
	float: left;
}

bottom2-middle-wide ul li{
    
}

#bottom2-right {
	width: 290px;
	float: left;
	padding-top: 20px;
	text-align: center;
}