/*
Theme Name: GRSF
Theme URI: http://www.gatumbasurvivors.com/
Description: Theme for Gatumba Refugees Survivors Foundation.
Version: 1.0
Author: Adam Houston
Author URI: http://www.brickst.com/
*/

body { background: rgb(45,25,15) url(images/headerbknd.jpg) repeat-x top center; font:14px Arial, Helvetica, sans-serif; padding:0; margin:0; color: rgb(245,235,220); line-height: 1.35em;}

html { padding:0; margin:0;}

a { text-decoration:underline; color: rgb(205,185,160); border:0;}
a:hover { text-decoration:none; color: rgb(245,235,220); border:0;} 
a:focus { outline:none;}

.clr { clear:both;}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(205,185,160);
	margin: 1.5em 0 .5em;
	line-height: 1.15em;
}

img { padding:0; margin:0; border:none; text-align:center;}
hr1 { border-left:0 solid #000000; border-right:0 solid #000000; border-top:0 dotted #000000; border-bottom:1px solid #000000; height :1px;}
hr { border-left:0 solid #7f262e; border-right:0 solid #7f262e; border-top:0 dotted #7f262e; border-bottom:1px solid #7f262e; height :1px;}

form { padding:0; margin:0;}
input { font-family:'Verdana'; color:#282b31; font-size:11px;}
textarea { font-family:'Verdana'; color:#282b31; font-size:11px;}
select { font-family:'Verdana'; color:#282b31; font-size:11px;}

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* #bgcontainer {width:960px; margin:0 auto; padding:0;} */

.Header { width:960px; margin:0 auto; padding:0; height:200px; display: block; position: relative; z-index: 10; }
.Header .LogoText h1 {line-height:40px; letter-spacing:-2px; padding:0 0 0 60px; margin:25px 0 0 0; font:normal 36px  Georgia, "Times New Roman", Times, serif sans-serif; width:400px; color:rgb(245,235,220);}
.Header .LogoText a { color:rgb(245,235,220); text-decoration:none;}
.Header .LogoText a:visited { color:rgb(245,235,220); text-decoration:none;}
.Header .LogoText a:hover { color:rgb(245,235,220); text-decoration:none;}
.Header .Desc {	color:#d5cd8a; line-height:16px; font:normal 14px Arial, Helvetica, sans-serif; padding:0 0 0 100px; margin:0;}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.CON { width:960px; padding:0; float:none; margin:0 auto; display: block; position: relative;}

/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SC { width:620px; margin: 0; padding: 0 0 20px; float:left; display: block; position: relative; }
.SC p { color:rgb(245,235,220);}
.SC ul { margin: 0 0 1.5em 0; padding: 0; }
.SC li { margin: .5em 0 0 2em; padding: 0;  }

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Post {
	padding:0 0 20px; 
	margin:15px 0 15px 20px;
	float:left; 
	width:560px; 
	display: block; 
	position: relative;
	border-bottom: 1px dotted rgb(205,185,160);
}
.Page {
	padding: 0 0 20px; 
	margin: 0 0 30px 20px;
	float: left; 
	width: 600px; 
	display: block; 
	position: relative;
}
.pagetitle { letter-spacing:0px; color: rgb(205,185,160); font:bold 28px Georgia, "Times New Roman", Times, serif; padding:0;}
.home .pagetitle { margin-top: 30px !important; }

.PostHead { padding:0; margin:10px 0 10px 0;}
.PostHead h2 { letter-spacing:0px; color: rgb(205,185,160); font:bold 28px Georgia, "Times New Roman", Times, serif; padding:0; margin-top: 0; }
.PostHead h2 a { color: rgb(205,185,160); text-decoration:none; }
.PostHead h2 a:visited { color: rgb(205,185,160); text-decoration:none; }
.PostHead h2 a:hover { color: rgb(205,185,160); text-decoration:underline; }

.PostTime {
	padding: 6px 0 2px 0;
	margin:15px -10px 0 0;
	color: rgb(45,25,15);
	background:url(images/headerbknd.jpg) no-repeat 0 -145px;
	width:48px;
	height:38px;
	display: block;
	float:left;
	text-align:center;
	border: 1px solid rgb(180,165,150);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.PostTime .day { color: rgb(80,60,30); font:bold 16px Arial, Helvetica, sans-serif; padding-top: 2px; }
.PostTime .year { color: rgb(80,60,30); font:normal 14px Arial, Helvetica, sans-serif; line-height: 13px;}
/*
.PostContent { margin:10px 0 0 0; color: #dac5b5; font:normal 11px Tahoma, Arial; }
.PostContent p { font: normal 12px Georgia, "Times New Roman", Times, serif ;color: rgb(245,235,220); padding:0; margin:0; }
.PostContent p strong { font: italic 11px "Courier New", Courier, monospace; color:rgb(245,235,220); padding:0; margin:0; }
.PostContent img { margin:0; padding:0; max-width:580px;}
.PostContent ol { padding:10px 0 10px 25px; margin:0; }
.PostContent ol li { padding:2px 0 2px 0 ; font-size:12px; line-height:15px; color:rgb(245,235,220); }
.PostContent ul { padding:5px 0; margin:0; }
.PostContent ul li { padding:2px 0 2px 15px; list-style-type:none; font-size:11px; line-height:15px; color:rgb(245,235,220); }
.PostContent blockquote { padding:10px; margin:0; color:rgb(245,235,220); background:#000; }
.PostContent blockquote p { font-size:12px; padding:0; margin:0; line-height:15px; }
.PostContent blockquote li { padding:2px 0 2px 15px; list-style-type:none; font-size:12px; line-height:15px; }
.PostContent blockquote a { color:rgb(245,235,220); }
.PostContent blockquote a:visited { color:rgb(245,235,220); }
.PostContent blockquote a:hover { color:rgb(245,235,220); text-decoration:underline; }
*/
/**/ * html .PostContent p img { } /* */ 
.PostContent p img { max-width:300px; }
.PostContent img { margin:0 10px; padding:0; float:left; }

.PostCom { padding:10px 0; border:0; border-bottom:1px dotted #7d5137; border-top:1px dotted #7d5137;}
.PostCom ul { padding:0; margin:0; }
.PostCom li { padding:5px 0 5px 10px; margin:0 5px 0 0; list-style-type:none; display:inline; color:rgb(245,235,220);} 
.PostCom li a { font-weight:normal; text-decoration:underline; padding:2px; color: #970000;} 
.PostCom li a:hover { font-weight:normal; text-decoration:none; }

.PostCom li.Com { background:url(images/pp2.gif) no-repeat left;}
.PostCom .Tags { padding-left:0; }

/* Note ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Note { padding:0px 10px; color:rgb(245,235,220); }
.Note li { padding:3px 0 3px 15px; margin:0; list-style-type:none; font-size:12px; }

/* TrackbackList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.TrackList { background:rgb(245,235,220); padding:15px; margin-top:20px; position:relative; }
.TrackListTop { background:rgb(245,235,220); position:absolute; top:0; left:0; width:455px; height:10px; }
.TrackList h3 { font-size:14px; font-weight:bold; margin:0 0 5px 0; padding:0 0 5px 0; color:rgb(245,235,220); letter-spacing:-1px; border-bottom:dashed 1px #beb4c1; }
.TrackList ul { padding:0; margin:0; }
.TrackList li { padding:0 0 0 10px; margin:0; list-style-type:none; font-size:11px; }
.TrackList li a { color:#cc3366; }

/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Nav { font-size:11px; padding:10px 0 ; color:#666; font-family:'Verdana'; }
.Nav a { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px; }
.Nav a:visited { padding:1px 6px 1px 4px; border-right:solid 1px #666; }
.Nav a:hover { padding:1px 6px 1px 4px; border-right:solid 1px #666; text-decoration:none; }
.Nav span { padding:1px 6px 1px 4px; color:#666; border-right:solid 1px #666; }
.Nav .on { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px; color:rgb(245,235,220); }

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Comments { margin:20px 10px 0 10px; position:relative; }
.Comments h3 { font-size:16px; letter-spacing:-1px; margin:0 0 5px 0; padding:10px 0; color:rgb(245,235,220); }

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.List ol { padding:0; margin:0; }
.List li { position:relative; padding:5px 0; margin:10px 0; list-style-type:none; }

/**/ * html .List .LGrav { right:30px; } /* */ 
.List .LGrav { position:absolute; right:0; top:10px; }
.List .LGrav img { border:solid 1px #ccc; padding:2px; background:rgb(245,235,220); }
.List .LUsr { margin:0; padding:0; font-size:11px; line-height:12px; color:#bec7c7; }
.List .LUsr a { color:#bec7c7; text-decoration:none; }
.List .LUsr strong { font:bold 16px "Trebuchet MS", sans-serif; letter-spacing:-1px; color:#bec7c7; }
.List .LUsr strong a { color:#bec7c7; text-decoration:none; }
.List .LCon { margin:10px 0 0 0 ; padding:0; font-size:12px; line-height:16px; border-top:solid 1px #ccc; }
.List .LCon p { margin:0; padding:5px 0 ; font-size:12px; line-height:16px; }
.List .Author { background:rgb(245,235,220); }

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Form .Email { }
.Form {  padding:10px; position:relative; margin:0; font-family:'Verdana'; }
.Form form { margin:0; padding:0; }
.Form a { text-decoration:underline; }
.Form p { padding:0 0 2px 0 ; margin:0; color:rgb(245,235,220); }
.Form p small strong { font-weight:bold; color:rgb(245,235,220); }
.Form p small { font-size:11px; display:block; padding:6px 0; color:rgb(245,235,220); }
.Form .TextField { color:rgb(245,235,220); border:solid 1px #d5e7f0; padding:6px 6px 6px 30px; font-size:12px; display:block; }
.Form .TextArea { color:rgb(245,235,220); border:solid 1px #d5e7f0; padding:6px; font-size:12px; }
.Form input.SubmitComment { margin-top:4px; }
.Form input.SubmitComment:hover { margin-top:4px; }
.Form input.SubmitCommentIE { width:57px; height:29px; margin-top:4px; }

/* Side Right Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SRR {
	width:300px;
	margin: 95px 15px 0;
	padding: 0;
	float: right;
	display: block;
	position: relative;
}
.home .SRR {
	margin-top: 25px;
}

.SRR h3 {
	margin: 0 15px;
	padding: 0;
	color: rgb(245,235,220);
}
.SRR ul {margin:0; padding:0;}
.SRR li { margin:.5em 15px 0 30px; padding: 0; list-style-type: disc; }
.SRR a {  }
.SRR a:hover { text-decoration:none;}

.SRR .widget_calendar table { width:100%; }
.SRR .widget_calendar table td { text-align:center; padding:3px;}
.SRR .widget_calendar caption { background:#35231a; padding:5px 0;}
.SRR .widget_calendar #today { background:#35231a;}
.SRR .widget_tag_cloud { font-family:"Trebuchet MS"; line-height:22px;}

.widget_flickrrss { width:300px; float:left; padding:10px 0; margin:0; background:#2b1c15;}
.widget_flickrrss h2 { font: normal 24px Georgia, "Times New Roman", Times, serif; color:#a26b42;}
.widget_flickrrss ul {padding:0 ; margin:0 ;}
.widget_flickrrss li { display: inline; padding:0; margin:0;}
.widget_flickrrss img { margin:5px 0 0 10px; width:65px;}

/* Comment ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Recent { width:300px; margin:0; padding:0;}
.Recent h2 { letter-spacing:0px; padding:10px; margin:10px 5px 0 0; background:none; float:left; font:bold 12px Georgia, "Times New Roman", Times, serif; color:rgb(245,235,220);}
.Recent h2.active { background:#2b1c15; font:bold 14px Georgia, "Times New Roman", Times, serif; color: rgb(245,235,220);}
.TabContent { padding:10px 0 0 0; background:#2b1c15; margin:0;} 
.TabContent ul { padding:0 5px; list-style:none; margin:0;}
.TabContent ul li { background:url(images/mm.gif) no-repeat left; padding:7px 20px;}
.TabContent ul li { color:#67432b; font:normal 11px Georgia, "Times New Roman", Times, serif; }
.TabContent ul li a { color:#67432b; font:normal 11px Georgia, "Times New Roman", Times, serif; }

/* Banners ADs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.banner { width:130px; margin:0; padding:5px 0; float:right;}
.banner h2 { font:normal 24px Georgia, "Times New Roman", Times, serif; color:#885937; padding:5px 10px; margin:0;}
.banner ul { margin:0; padding:5px 0; list-style-type:none; }
.banner li { margin:0; padding:0 7px; float:left; }

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Footer { padding:10px 0; margin:20px 0; text-align:center; background:#130c06;}
.Footer p {line-height:15px; color: rgb(245,235,220); padding:0; margin:0; font:normal 11px Georgia, "Times New Roman", Times, serif;}

/* Promo Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.afterpromo {
	display: block;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent url(images/bottomshadow.png) top center repeat-x;
}

/* Slider/Content Container */
#promobox {
	width: 100%;
	overflow: hidden;
	height: 250px;
	z-index:1;
	position: relative;
}
/* Campaign items */
.promoitem {
	height: 250px;
	width: 100%!important;
	z-index: 1;
	position: relative;
}
.promolink {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	z-index: 1;
}

#promobox #memorial_2010 {
	background: #000000 url(images/promo-memorial2010.jpg) repeat-x 50% 0;
    width: 100%;
    height: 250px;
}
#promobox #memorial_2010 .promolink { background: none; }
#promobox #memorial_2010 .promolink:hover { background: transparent url(images/moreinfo.png) 775px 95px no-repeat; cursor: pointer; }

#promobox #massacre_info {
	background: #000000 url(images/promo-gatumbainfo.jpg) repeat-x 50% 0;
    width: 100%;
    height: 250px;
}
#promobox #massacre_info .promolink { background: none; }
#promobox #massacre_info .promolink:hover { background: transparent url(images/clickhere.png) 775px 105px no-repeat; cursor: pointer; }

h1.mainlogo {
	margin: 0;
	padding: 0;
}
h1.mainlogo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 570px;
	height: 85px;
	position: absolute;
	left: 20px;
	top: 40px;
	background: none !important;
	border: none !important;
	text-indent: -999em;
}
h1.mainlogo a:hover {
	cursor: pointer;
}

  /* ######### Style for Main Menu ######### */



#menu-mainnav {
	position: absolute;
	top: 162px;
	left: 20px;
	height: 38px;
	display:block;
    margin: 0;
	padding: 0;
	overflow: visible;
	list-style: none;
}
#menu-mainnav,
.menu {
	font-size: 13px;
}
#menu-mainnav,
.menu ul {
	list-style: none;
	margin: 0;
}
#menu-mainnav li,
.menu li {
	float:left;
	position: relative;
	margin: 0;
}
#menu-mainnav a {
    height: 29px;
	padding: 8px 16px 0 16px;
	margin: 0 2px 0 0;
    text-decoration: none;
	color: rgb(45,25,15);
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	display:block;
}
#menu-mainnav ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
	z-index: 99999;
	padding: 0;
	margin: -1px 0 0 0;
	border-top: 1px solid rgb(180,165,150);
}
#menu-mainnav ul ul {
	left:100%;
	top:0;
	padding: 0;
	margin: -1px 0 0 -1px;
}

#menu-mainnav li:hover > ul {
	display:block;
}

#menu-mainnav li.page-item-28 a,
#menu-mainnav li:hover a,
#menu-mainnav li.current-menu-item a,
#menu-mainnav li.current_page_parent a,
#menu-mainnav li.current-page-ancestor a {
	color: rgb(245,235,220);
	background: transparent url(images/menubknd.jpg) repeat-x 0 -43px;
	border: 1px solid rgb(180,165,150);
	border-bottom: none;
	padding: 8px 15px 0 15px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

#menu-mainnav li.page-item-28.current-menu-item a,
#menu-mainnav li.current-menu-item a,
#menu-mainnav li.current_page_parent a,
#menu-mainnav li.current-page-ancestor a {
	background: transparent url(images/menubknd.jpg) repeat-x 0 0;
}

#menu-mainnav ul a,
#menu-mainnav li.page-item-28 ul a,
#menu-mainnav li.page-item-28.current-menu-item ul a,
#menu-mainnav li.current-menu-item ul a,
#menu-mainnav li:hover ul a {
	background: rgb(55,35,23);
	height:auto;
	line-height:1em;
	margin: 0;
	padding: 8px 30px 10px 15px;
	width: 150px;
	border: 1px solid rgb(180,165,150);
	border-width: 0 1px 1px 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: rgb(205,185,160);
	font-size: 12px;
}

#menu-mainnav ul a:hover,
#menu-mainnav li.page-item-28 ul a:hover,
#menu-mainnav li.page-item-28.current-menu-item ul a:hover,
#menu-mainnav li.current-menu-item ul a:hover,
#menu-mainnav li:hover ul a:hover {
	color: rgb(245,235,220);
	background-color: rgb(45,25,15);
}

#menu-mainnav ul ul a,
#menu-mainnav li.page-item-28 ul ul a,
#menu-mainnav li.page-item-28.current-menu-item ul ul a,
#menu-mainnav li.current-menu-item ul ul a,
#menu-mainnav li:hover ul ul a {
	padding-right: 15px;
	width: 120px;
}




.widget {
	display: block;
	width: 300px;
	background: rgb(95,75,55);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: rgb(245,235,220) !important;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 20px;
}

.widget_title {
	text-align: center;
 	font-weight: bold;
	margin: 0 0 15px 0;
	text-indent: none;
	padding: 5px 0;
	font-size: 1.4em;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #000;
	font: 18px Arial, Helvetica, sans-serif;
}

#mc_signup_form {
	padding:0px !important;
}
#mc_message {
	width: 270px; margin: 30px 15px 5px;
}
.mc_error_msg {
	color: #FFF !important;
	background: red !important;
	line-height: 1em;
	display: block;
	padding: 5px !important;
}
.mc_success_msg {
	color: #FFF !important;
	background: green !important;
	line-height: 1em;
	display: block;
	padding: 5px !important;
}
#mc_signup_container{}
#mc_signup_form { margin-top: 20px;}
#mc_signup_form .mc_merge_var { margin: 5px 0; }
#mc_signup_form .mc_var_label {  margin: 1em 15px 0 !important; width: 270px !important; color: rgb(245,235,220) !important; }
#mc_signup_form .mc_input {
	margin: .1em 15px !important;
	width: 264px !important;
	background: rgb(205,185,160) !important;
	background: rgba(205,185,160,.5) !important;
	color: #FFF !important;
	border: none !important;
	padding: 3px;
}
#mc-indicates-required {  clear:both; text-align: right; font-size: 80%; position: absolute; top: 50px; right: 15px; }
#mc_signup_form #mc_signup_submit {
	width: auto !important;
	height: auto !important;
	float: right !important;
	border: none !important;
	margin: 0 22px 18px 0 !important;
	padding: 5px 10px !important;
	background: rgb(205,185,160) !important;
	background: rgba(205,185,160,.5) !important;
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#mc_signup_form #mc_signup_submit:hover {
	cursor: pointer;
	background: rgb(45,25,15) !important;
}


a.sidelogo {
	display: block;
	width: 260px;
	height: 220px;
	background: transparent url(images/GRSFlogo.png) center top no-repeat;
	position: absolute;
	right: 50px;
	top: 60px;
	text-indent: -999em;
	border: none;
	z-index: 10;
}
a.sidelogo:hover {
	cursor: pointer;
}

div.sidebarimage {
	width: 300px;
	float: right;
	margin: 40px 15px;
	text-align: center;
}

div.sidebarimage img {
	max-width: 300px;
	max-height: 400px;
}

.countdown {
	display: block;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: center;
	padding: 10px 0 0 0;
}

.countdown p {
	margin: 0;
	padding: 0;
	color: rgb(205,185,160);
	font-size: 12px;
	line-height: 1.25em;
}
.countdown a {
	color: rgb(205,185,160);
	text-decoration: underline;
}
.countdown a:hover {
	color: rgb(245,235,220);
	text-decoration: none;
}

a.topdonate {
	display: block;
	position: absolute;
	top: 0;
	right: 315px;
	width: 135px;
	height: 35px;
	text-indent: -999em;
	background: transparent url(images/topdonate.jpg) center top no-repeat;
	border: none;
}
a.topdonate:hover {
	background-position: bottom;
	cursor: pointer;
}

a.volunteerbutton {
	display: block;
	width: 300px;
	height: 55px;
	text-indent: -999em;
	background: transparent url(images/volunteerbutton3.png) center top no-repeat;
	border: none;
	margin: 0 0 30px;
}
a.volunteerbutton:hover {
	background-position: bottom;
	cursor: pointer;
	border: none;
}

.home a.volunteerbutton {
	margin-top: 10px;
}

a.schedulebutton {
	display: block;
	width: 300px;
	height: 36px;
	text-indent: -999em;
	background: transparent url(images/downloadschedulebutton.png) center top no-repeat;
	border: none;
	margin: 0 0 15px;
}
a.schedulebutton:hover {
	background-position: bottom;
	cursor: pointer;
	border: none;
}

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

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

.photogallery {
	margin
}


.sidebox {
	display: block;
	margin: 0;
	padding: 15px 0;
	background: rgb(95,75,55);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: rgb(205,185,160);
}

{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	width: 280px;
	float: left;
	background: rgb(95,75,55);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: rgb(205,185,160);
	overflow: hidden;
	padding: 0;
	margin: 0 20px 20px 0;
}


.ngg-albumtitle {
	text-align: center;
 	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: 1.4em;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	background: #000;
}

.ngg-albumtitle a { 
	text-decoration: none;
}

.ngg-thumbnail {
	float: left;
	margin: -5px 10px 0 10px;
}

.ngg-thumbnail img {
	background-color: rgb(95,75,55);
	border:1px solid rgb(205,185,160);
	display:block;  
	margin:4px 5px 4px 0;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: rgb(245,235,220);
} 


.ngg-description p {
	text-align: left;
	margin: 10px 10px 15px;
}
.ngg-description p:last-child {
	text-align: center;
	margin: 15px 10px 10px;
	color: #000;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color: rgb(45,25,15);
	border:1px solid rgb(205,185,160);
	display:block;  
	margin:4px 5px 4px 0;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: rgb(245,235,220);
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

div#wpcf7-f2-p356-o1 p {
	margin: 0;
}

div#wpcf7-f2-p356-o1 p.description {
	margin: 0 0 1em 30px;
}

div#wpcf7-f2-p356-o1 .wpcf7-list-item-label {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;	
}


div#wpcf7-f2-p356-o1 p.formlabel {  margin: 1em 0 0 !important; width: 270px !important; color: rgb(245,235,220) !important; }
div#wpcf7-f2-p356-o1 .wpcf7-text, div#wpcf7-f2-p356-o1 textarea {
	margin: .1em 0 !important;
	width: 264px !important;
	background: rgb(205,185,160) !important;
	background: rgba(205,185,160,.5) !important;
	color: #FFF !important;
	border: none !important;
	padding: 3px;
}

div#wpcf7-f2-p356-o1 textarea {
	height: 110px;
}

div#wpcf7-f2-p356-o1 .wpcf7-submit {
	width: auto !important;
	height: auto !important;
	float: left !important;
	clear: both;
	border: none !important;
	margin: 50px 20px 20px 0 !important;
	padding: 5px 10px !important;
	background: rgb(205,185,160) !important;
	background: rgba(205,185,160,.5) !important;
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div#wpcf7-f2-p356-o1 .wpcf7-submit:hover {
	cursor: pointer;
	background: rgb(245,235,220) !important;
	color: rgb(45,25,15) !important;
}

div#wpcf7-f2-p356-o1 div.leftitems {
	display: block;
	float: left;	
}

div#wpcf7-f2-p356-o1 div.rightitems {
	display: block;
	float: right;	
}

div.wpcf7-response-output {
	display: block;
	float: right;
	margin-top: 50px;	
}


