* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: -webkit-linear-gradient(#fff, #d6d4d4);
  background: -o-linear-gradient(#fff, #d6d4d4);
  background: -moz-linear-gradient(#fff, #d6d4d4);
  background: linear-gradient(#fff, #d6d4d4);
  background: #d6d4d4;
}
a {
  text-decoration: none;
}
#wrapper {
  margin: 0 auto;
  width: auto;
}
#header {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  background: none !important;
  width: 1038px;
  height: 180px;
  color: #333;
  border: none;
  border-bottom: none;
  text-align: center;
}
#header img {
  margin: 0px auto;
  width: 1034px;
  height: 170px;
  box-shadow:0 10px 10px -6px #999;
  border:2px solid #821f1f;
  border-top:0px;
  border-radius:0px 0px 10px 10px;
  z-index: 2;
}
#container {
  margin:0px auto;
  padding: 8px;
  background: #fff;
  border: 0px solid #ccc;
  width: 1022px;
  height: auto;
  clear: both;
}
#content {
  margin: 0px 5px 5px 0px;
  width: 730px;
  height: auto;
  float: left;
}
.upper_section{
  margin: 0px 5px 5px 0px;
  padding: 3px;
  background: #fff;
  width: 496px;
  height: 210px;
  border: 2px solid #691919;
  border-radius:10px;
  float:left;
  overflow:hidden;
}
#last_upper_section{
  float:right !important;
  margin-right:-2px;
  height: 210px;
  overflow:hidden;
}
.column_section{
  margin: 10px 5px 5px 0px;
  padding: 10px;
  background: #fff;
  width: 336px;
  height: auto;
  border: 2px solid #691919;
  border-radius:10px;
  float:left;
}
.column_section img{
  width:336px;
  height:280px;
  border: 1px solid #000;
}
.main_section {
  margin: 0px 5px 5px 0px;
  padding: 5px;
  background: #fff;
  width: 700px;
  height: auto;
  border: 0px;
}
.main_section .intro {
  text-align: justify;
}
#side_bar {
  color: #333;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  width: 287px;
  height: auto;
  float: right;
}
#footer {
  margin: 0px auto;
  padding: 0px;
  width: 1038px;
  clear: both;
  color: #fff;
  text-align: center;
}
#footer_top {
  margin: 0px auto;
  padding: 10px 0px;
  background: #9e0f13;
  width: 1038px;
  height: auto;
}
#social_icons {
  margin: 0px auto;
  padding: 0px;
  width: 220px;
  height: 30px;
  list-style-type: none;
}
#social_icons li {
  float: left;
  margin: 0px 0px 0px 10px;
  background: #9c1718;
  border-radius: 6px;
}
#social_icons li:hover {
  background: #710404;
}
#footer_bottom {
  margin: 0px;
  padding: 15px;
  background: #710404;
  font-size: 16px;
  border-radius: 0px 0px 6px 6px;
}
#footer_credit {
  padding: 15px;
  background: #d6d4d4;
  font-size: 16px;
  color: #900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer_credit a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
#footer_credit a:hover{
  color: #ff8a00;
}

.more_btn {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 10px;
  background: #691919;
  min-width: 110px;
  max-width: 75px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.more_btn:hover {
  background: #851b1b;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.rounded {
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.shadow {
  box-shadow: 0px 0px 3px #c5c5c5;
  -moz-box-shadow: 0px 0px 3px #c5c5c5;
  -webkit-box-shadow: 0px 0px 3px #c5c5c5;
}
.float-l {
  float: left
}
.float-r {
  float: right;
}
.section {
  border: 1px solid #ccc;
  background: #fefcfa;
  margin: 0px 5px 5px 0px;
  padding: 5px;
  width: 275px;
  height: auto;
  border-radius: 6px;
  border: 2px solid #691919;

}
.section_title {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  background: #691919;
  background: -webkit-linear-gradient(#b21919, #691919);
  background: -o-linear-gradient(#b21919, #691919);
  background: -moz-linear-gradient(#b21919, #691919);
  background: linear-gradient(#b21919, #691919);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align:center;
  text-transform: uppercase;
  letter-spacing:1px;
  border-radius: 8px;
}
.section_title i {
  display: inline-block;
  margin: -2px 0px 0px 0px;
  padding: 1px 10px 0px 0px;
  font-size: 22px;
  float: left;
  color: #ffba00;
}
.section h2 {
  margin: 5px 0px;
  padding: 5px 0px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
/* Featured List*/
ul.featured_list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.featured_list li{
  margin: 5px 10px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
ul.featured_list li a{
  font-weight:bold;
  color:#900;
  text-decoration:none;
}
ul.featured_list li a:hover, ul.news_list li a:hover{
  color:#f00;
  text-decoration: underline;
}
ul.featured_list li a i{
  display:inline-block;
  margin-right:10px;
}
ul.news_list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.news_list li {
  margin: 10px 0px;
  padding: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
ul.news_list li img {
  margin: 2px 10px 5px 5px;
  margin-bottom: 0px;
  padding: 3px;
  width: 100px;
  height: 80px;
  float: left;
  border: 1px solid #CFCFCF;
}
ul.news_list li h2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}
ul.news_list li .brief {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
ul.news_list li div.date {
  font-size: 12px;
  color: #EE210B;
  text-align: right;
}
#side_bar ul.news_list li img {
  padding:2px;
  width: 80px;
  height: 65px;
}
#side_bar ul.news_list li h2 {
  margin:0px;
  padding:0px;
  text-align:left;
  border: 0px;
}
#donation{
  margin-bottom:15px;
  height:300px;
}
#donation img{
  margin:0px 2px 0px 3px;
  width:270px;
  height:245px;
}
#donation input{
  margin:0px 0px 0px 3px;
}
/* CALENDAR */
#calendar_overlay {
  position: absolute;
  margin-top: -224px;
  z-index: 99999;
  zoom: 1;
}
/* Slider */
.flexslider .slides li {
  position: relative;
}
.flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000; /* whatever you want */
  z-index: 1;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.flex-caption a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 10px;
  text-align: right;
}
.intro {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.intro ul {
  margin: 0px;
  padding: 0px;
  list-style-type: square
}
.intro ul li {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
}
/* MAILING LIST */
.mailing label {
  width: 215px;
  margin-bottom: 8px;
}
.mailing input.inputbox {
  width: 145px;
  height: 14px;
}
.mailing input.button {
  margin-top: -2px;
  padding: 5px 0px;
  width: 50px;
}
.members {
  margin: 0 auto;
  text-align: center
}
.members A {
  text-decoration: none;
}
/* SITE LINKS */
ul#site_links {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul#site_links li {
  background: url(../images/bullet_list_icon.png) left center no-repeat;
  padding: 5px 5px 5px 20px;
  width: auto;
  float: none;
  margin: 0px auto;
}
#sites_link img {
  padding: 2px;
  border: 1px solid #ccc;
  width: 185px;
  height: 140px;
  margin: 2px;
  box-shadow: 0px 0px 3px #c5c5c5;
  -moz-box-shadow: 0px 0px 3px #c5c5c5;
  -webkit-box-shadow: 0px 0px 3px #c5c5c5;
  padding: 5px;
}
.news_item {
  margin: 5px 0px;
  padding: 0px 0px 8px 0px;
  width: auto;
  background: none;
  border-bottom: 1px solid #ddd;
}
.news_item .photo img {
  margin: 2px 5px 2px 2px;
  padding: 2px;
  border: 1px solid #ccc;
  width: 90px;
  height: auto;
  float: left;
}
.news_item h2 {
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  font-size: 12px;
}
.news_item span {
  font-size: 11px;
  font-style: italic;
  color: #999;
}
p.morelink {
  margin: 0px 0 0;
  float: right;
  font-weight: bold;
  font-style: italic;
}
#featured_video{
  position:relative;
  margin: 10px 5px 5px 0px;
  padding: 3px;
  background: #fff;
  width: 715px;
  height: auto;
  border: 2px solid #691919;
  border-radius:10px;
}
#featured_video .video_thumb{
  position:relative;
}
#featured_video img{
  display:block;
  margin:0px auto;
  width:700px;
  height: 394px;
}
#featured_video .video_title{
  text-align:center;
  margin: 8px;
  padding:5px 0px;
  font-size: 22px;
  font-weight:bold;
}
#featured_video .video_title a{
  color:#900;
}
#featured_video .play_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  background: url(../images/video_play_icon.png) center center no-repeat;
  width: 700px;
  height: 394px;
}
#featured_video .play_icon:hover {
  background: url(../images/video_play_icon_hover.png) center center no-repeat;
}

/* Videos */
#videos{
  position:relative;
  margin: 10px 5px 5px 0px;
  padding: 3px;
  background: #fff;
  width: 350px;
  height: auto;
  border: 2px solid #691919;
  border-radius:10px;
}
#videos .video_title{
  margin: 0px 0px 12px 0px ;
  padding:12px 0px;
  font-size: 14px;
  font-weight:bold;
  text-align:center;
  border-bottom:1px solid #900;
}
#videos .video_thumb{
  position:relative;
}
#videos img{
  display:block;
  margin:0px auto;
  width:340px;
  height: 191px;
}
#videos .play_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  background: url(../images/video_play_icon.png) center center no-repeat;
  width: 340px;
  height: 191px;
}
#videos .play_icon:hover {
  background: url(../images/video_play_icon_hover.png) center center no-repeat;
}

/* Music */
#music{
  position:relative;
  margin: 10px 5px 5px 0px;
  padding: 3px;
  background: #fff;
  width: 350px;
  height: auto;
  border: 2px solid #691919;
  border-radius:10px;
}
#music .music_title{
  margin: 0px 0px 12px 0px ;
  padding:12px 0px;
  font-size: 14px;
  font-weight:bold;
  text-align:center;
  border-bottom:1px solid #900;
}
#music .music_thumb{
  position:relative;
}
#music img{
  display:block;
  margin:0px auto;
  width:340px;
  height: auto;
}

/* PRAY TIMES */
.praytimes {
  margin: -4px -9px;
}
.praytimes table {
  margin: 0px auto;
  width: 95%;
  border: 1px solid #a1a1a1;
}
.praytimes table tr th {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #174b00;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.praytimes table tr td {
  padding: 5px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  border-bottom: dotted 1px #ccc;
}
/* LINKS TABLE STYLES */
.links_table {
  width: 100%;
  border: 2px solid #174b00;
}
.links_table thead {
  letter-spacing: 1px;
}
.links_table thead tr td {
  background: #174b00;
  color: #fff;
}
/* Article overwrite */
.article{
  margin-top:10px !important;
}
.article .left-column-single .image-holder {
  margin-right: 20px;
}
.article .body ul, .article .body ol {
  margin: 0px;
  padding: 0px;
}
.article .body ul li, .article .body ol li {
  margin: 0px;
  margin-left: 25px;
  padding: 0px;
}
.front {
  width: 200px;
  height: 175px;
}
.article_seperator {
  width: 516px;
  margin-left: 5px;
}
.block {
  margin: 0px 10px 10px 3px;
  padding: 10px;
  width: 672px;
  box-shadow: none;
  border: 1px solid #aaa;
}
.photo_galleries {
  margin: 0px 30px 10px 0px;
  padding: 5px;
  width: 320px;
  float: left;
}
.photo_galleries img {
  margin: 2px;
  padding: 5px;
  width: 320px;
  height: 250px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 0px 3px #c5c5c5;
}
.photo_galleries h2 {
  margin: 2px;
  padding: 4px;
  background: #f5f5f5;
  width: 200px;
  height: 50px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.block .photogallery {
  margin: 0px 0px 0px -10px;
  padding: 0px;
  width: 700px;
}
.photogallery {
  width: 730px;
}
.photogallery ul li {
  margin: 0px;
}
.photogallery ul li .thumb {
  width: 185px;
  height: 150px;
  border: 0px;
  border-radius: 6px;
}
.photogallery ul li .gal_thumb {
  margin: 15px 20px 15px 0px;
  width: 210px;
  height: 160px;
  border: 0px;
  border-radius: 6px;
}
/* Advetisement Banners */
.advertisement {
  display: block;
  margin: 5px auto;
  padding: 0px;
  border: none;
  width: 1020px;
}
.advertisement div {
  background: #FFF;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  display: block;
  float: left;
}
.advertisement div img {
  margin: 0px;
  padding: 0px;
  border: none;
}
.article .video_player {
  margin: 0px 0px 5px 0px;
  padding: 3px 3px 2px 3px;
  width: 680px;
  border: 2px solid #d9d9d9;
}
.article .video_player iframe {
  width: 680px;
}
.article .audio_player {
  width: 450px;
}
.article .audio_player object {
  width: 450px;
}
.main_section .post {
  margin-top: -5px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: none;
}
.post {
  margin-top: 11px;
  margin-bottom: 30px;
}
.post h1, .block h3, .block h1 {
  background: #691919;
  border-color: #691919;
  color: #fff;
  border-radius: 6px;
}
.post ul li {
  margin-left: 25px;
}
.post .body {
  padding: 10px;
}
/* SITEMAP */
.sitemap #pages, .sitemap #categories {
  width: 345px;
  float: left;
  margin: 10px;
}
ul.slides {
  list-style-type: none
}
.projects img {
  width: 275px;
}
/*
  Attach Gallery: Flex Slideshow
*/

ul.slides {
  list-style-type: none
}
.article .flexslider {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.article .flexslider ul.slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.article .flexslider ul.slides li a img {
  margin-bottom: 0px;
  width: 100%;
}
.article #carousel ul.slides li {
  margin: 10px 12px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/*
  Attach Gallery: Full Size Images
*/
#gallery_full_size {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#gallery_full_size ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}
#gallery_full_size ul.slides li a img {
  margin: 10px;
  width: 100% !important;
  height: auto !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
/* Sponsored */
#sponsors_title {
  margin: -10px 0px 0px 0px;
  padding: 10px;
  background: #900;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
}
.sponsors {
  margin: 0px auto 0px auto;
  padding: 0px;
  background: #fff;
  width: 100%;
  height: auto;
  color: #000;
  border: 1px solid #5f0308;
  border-radius: 0px 6px 6px 6px;
}
.sponsors marquee img {
  margin: 5px 10px;
  padding: 0px;
  height: 75px !important;
}
.watch_more{
  display:block;
  margin:0px;
  padding:10px 5%;
  background:#900;
  width:90%;
  height:auto;
  font-weight:bold;
  color:#fff;
  text-align:right;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:0px 0px 10px 10px;
}
.watch_more:hover{
  color:#FF0;
}
