@font-face {
font-family: ;
src: url( "http://www.shekinah-arts.com/templates/shekinaharts/fonts/Champagne_LimousinesBold.ttf");
}


img {
border:0;
}

body {
background-color: #bababa;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-y;
	position: relative;
	margin-left:auto;
margin-right: auto;
	text-align: center;
		color: #333333;
	font-family: 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
background-attachment: fixed;
background-position: center top;

}


#container {
	width:980px;
	margin-left:auto;
margin-right: auto;
	
	padding-top:10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	text-align: center;

}

 
#header {
	width: 980px;
	margin: 0 auto;
	padding: 0px;

}

#header-top {
	width: 998px;
	height: 85px;
}

#topmenu ul {
	margin-top: 15px;
    padding: 0px 0px 0;
    line-height: 100%;
    border-radius: 2em;
 text-transform: uppercase;
font-family: 'Champagne&limos', 'Arial Narrow', sans-serif;
font-size: 18px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
     background: #8b8b8b; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #999999,  #555555); /* for firefox 3.6+ */
     border: solid 1px #6d6d6d;
	 z-index: 99;
  
}
#topmenu a{
font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	display: block;
	padding:  8px 10px;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 -1px 0px  rgba(0, 0, 0, .6);

}
#topmenu ul li{
	float: left;
	position: relative;
	list-style: none;
margin: 5px 0px 5px 0px;
}


#topmenu ul li a{
margin: 0px 10px;
text-align: center;
 text-transform: uppercase;
font-family: 'Champagne&limos', 'Arial Narrow', sans-serif;
font-size: 18px;
}

#topmenu ul li ul li{
	float: none;
    margin: 0;
    padding: 0;

}
#topmenu li: hover >  ul {
display: block;
}

#topmenu ul li ul li a{
margin: 0;
text-align: left;
font-size: 15px;
}

#topmenu.sf-menuTopmenu li:hover > a, #topmenu.sf-menuTopmenu .current a {
	background: #bababa; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#888888'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#888888)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #bababa,  #888888); /* for firefox 3.6+ */
  -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    color: #358896;
      text-shadow: 0 1px 0 rgba(255, 255, 255, .2);

}



#topmenu.sf-menuTopmenu ul li a, #topmenu.sf-menuTopmenu li li a {
	background: none;
	border: none;
	color: #666;
      text-shadow: 0 1px 0 rgba(255, 255, 255, .9);

}

#topmenu.sf-menuTopmenu ul a:hover {
	background: #358896!important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B8FA1', endColorstr='#316B7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3B8FA1), to(#316B7E)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3B8FA1,  #316B7E) !important; /* for firefox 3.6+ */
 
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 -1px 0px  rgba(0, 0, 0, .6);
}

/* level 2 list */
#topmenu ul li ul{
	background: #ccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf); /* for firefox 3.6+ */
width: 250px;
	display: none;
	margin: 0;
	padding: 0;
	 z-index: 99;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


#topmenu ul li li{
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
top: 0;
z-index: 99;
}
#topmenu ul li li a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
z-index: 99;
}

/* level 3 list */
#topmenu ul li ul li ul{
	background: #ccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf); /* for firefox 3.6+ */
width: 250px;
	display: none;
	margin: 0;
	padding: 0;
	 z-index: 99999;
	position: absolute;
	top: 0px;
	left: 240px;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


#topmenu ul li li li{
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
top: 0;
z-index: 9999;
}

#topmenu ul li li li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
top: 0;
z-index: 9999;
}
#topmenu ul li li li a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
z-index: 9999;
}
/* rounded corners for first and last child */
#topmenu.sf-menuTopmenu ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#topmenu.sf-menuTopmenu ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}





/* clearfix */
#topmenu.sf-menuTopmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#topmenu{
	display: inline-block;
}
html[xmlns] #topmenu{
	display: block;
}
* html #topmenu{
	height: 1%;
}

#logo{
	height: 82px;
	width: 409px;
	background: url(http://www.shekinah-arts.com/templates/shekinaharts/images/Shekinah-Arts-Logo.png) no-repeat;
	float:left;
	margin-left: 20px;
}

#container2{
	text-align: left;
	padding: 10px;
width:100%;
}


#boxes{
	margin-right: 20px;
	text-align: left;
	width: 640px;
	vertical-align: middle;
	
	
}

#box1 {
	width: 320px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#box2 {
	width: 320px;
	float: right;
	text-align: center;
	vertical-align: middle;
}

#maincontent{
	
	text-align: left;
	clear:left;	
padding:20px;
	width:950px;
}

#frontpage{
position: relative;
width:980px;
text-align:left;
margin: 20px 70px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 10px;
}

#right{
	text-align: left;
	width: 200px;
	margin: 20px 0px 20px 20px;
	float: right;
	padding: 0 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	min-height: 450px;
}

#form-login ul{
list-style: none;
margin: 2px 0 0 15px;
padding:0;

}

#com-form-login{
width:400px;
margin:0 auto;
}

#com-form-login img{
display:none;

}

#form-login ul li{
margin:0;
padding:0;
font-size:10px;
}
#form-login-username{
padding:0;
margin:0;
}
#form-login-remember{
padding:0;
margin:0;
}
#form-login-password{
padding:0;
margin:0;
}
#form-login ul a{
list-style: none;





font-size: 10px;
}

label {
font-size: 16px;
}

fieldset.input {
margin-top: 25px;
border: 2px solid #333333;
padding: 5px 5px 5px 15px;
width:155px;
}

input.button{
margin:0;
padding:0;
}
#footer{
	clear:both;
	width: 998px;
	text-align: center;
    font-size: 10px;
}
#footer a{
	 font-size: 10px;
}

#footer .legal a{
	 font-size: 10px;
}

a:active, a:visited, a:link{
	font-family:  'Arial Narrow', 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #358896;
}

a:hover{
	font-family: 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;	
}




a.services{
font-size:16px;
	text-indent: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
}

a.services:hover {
	color: #358896;
	text-decoration: none;
}
a.services-green{
font-size:16px;
	text-indent: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
}
a.services-green:hover {
	color: #6c7a38;
	text-decoration: none;
}

a.services-orange{
font-size:16px;
	text-indent: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
}
a.services-orange:hover {
	color: #936d35;
	text-decoration: none;
}
a.services-red{
font-size:16px;
	text-indent: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
}
a.services-red:hover {
	color: #913636;
	text-decoration: none;
}
a.services-purple{
font-size:16px;
	text-indent: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
}
a.services-purple:hover {
	color: #674772;
	text-decoration: none;
}
h1 {
	font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #358896;
 text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
}

h2 {
	font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	font-style: italic;
	 text-shadow: 0 1px 0 rgba(255, 255, 255, .2);

	}
	
.style1 {
color: #333333;
font-size: 18px;
font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}



.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #bababa;
	font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
color: #358896;
font-weight: bold;
font-size: 14px;
font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
}
.style4 {	
color: #333333;
	font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
}
.style5 {color: #bababa; font-size: 16px;}
.style6 {color: #333333;
font-size: 16px;}
.style7{
}
.style8 {color: #bababa; font-size: 14px; 
font-weight: normal;}

/*** Main Level Nav ***/
#topwrap{
position: relative;
margin-left:auto;
margin-right: auto;
width: 900px;
text-align: center;
z-index: 1;
margin-top: 20px;
clear: both;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
 
    background: #8b8b8b; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#777777'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#777777)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #999999,  #777777); /* for firefox 3.6+ */

    border: solid 1px #6d6d6d;
height: 250px;
padding: 20px 0px;
}

#showcase {
margin: 0;
float:left;
position: absolute;
right: 30px;
z-index: 5;
width: 650px;
overflow: hidden;
}

#mainlevel{
width: 150px;
height: auto;
float: left;
}

#mainlevel ul {
	margin: 0;
    padding: 0px 0px 0 0;
    line-height: 80%;
    border-radius: 2em;
 text-transform: uppercase;
font-family: 'Champagne&limos', 'Arial Narrow', sans-serif;
font-size: 18px;

   

}
#mainlevel ul li{
	float: none;
	position: relative;
	list-style: none;
line-height: 26px;

}


#mainlevel ul li ul li{
	float: none;
    margin: 0;
    padding: 0;

}
#mainlevel li: hover >  ul {
display: block;
}

/* level 2 list */
#mainlevel ul li ul{
	background: #ccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}



#mainlevel ul li li{
	float: none;
	margin: 0;
	padding: 0;
}
#mainlevel ul li li a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}


/* rounded corners for first and last child */
#mainlevel.sf-menuMainmenu ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#mainlevel.sf-menuMainmenu ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}



#mainlevel a{
font-weight: bold;
	color: #dedede;
	text-decoration: none;
	display: block;
	padding:  2px 10px;
width: 100%;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 -1px 0px  rgba(0, 0, 0, .6);

}

#mainlevel ul li a{
margin: 0 0 0 10px;
text-align: right;
 text-transform: uppercase;
font-family: 'Champagne&limos', 'Arial Narrow', sans-serif;
font-size: 14px;
}
#mainlevel ul li ul li a{
margin: 0;
text-align: left;
font-size: 15px;
}

#mainlevel.sf-menuMainmenu li:hover > a, #mainlevel.sf-menuMainmenu .current a {
	
  -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    color: #358896;
   text-shadow: 0 0px 6px rgba(255, 255, 255, .8); 
 /* background: #!important; /* for non-css3 browsers */

}



#mainlevel.sf-menuMainmenu ul li a, #mainlevel.sf-menuMainmenu li li a {
	background: none;
	border: none;
	color: #666;
      text-shadow: 0 1px 0 rgba(255, 255, 255, .9);

}

#mainlevel.sf-menuMainmenu ul a:hover {
	background: #358896!important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B8FA1', endColorstr='#316B7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3B8FA1), to(#316B7E)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3B8FA1,  #316B7E) !important; /* for firefox 3.6+ */
 
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 -1px 0px  rgba(0, 0, 0, .6);
}





span.separator {
display: none;
}

.gallery-thumbs
{
float:left;
overflow: hidden;
width:600px; 
margin-left: 10px; 
margin-top: 5px; 
padding: 15px; 

text-align: center;
}

.gallery-thumbs img{
padding:0px; 
width: 125px; 
height: 100px; 

}
.gallery-thumbs li{
float:left;
margin-left:15px!important;
margin-left:15px;
margin-bottom: 15px;
margin-top: 2px;
list-style: none;
overflow: hidden; 
width: 125px; 
height: 75px; 
border:3px solid #bababa;
}
span.thumbs_all {
float:left;
margin-left:15px!important;

margin-left:15px;
}

.gallery-thumbs li:hover {border:3px solid #358896;}

.search{
text-align:right;
margin: -15px 0px 20px 0px;
}

#mod_search_searchword{
font-family: 'Arial Narrow', verdana, arial, san-serif;
font-size: 14px;
font-style:italic;
text-align:right;
color: #3a3a3a;
border: 2px solid #333333;
padding: 2px;
}

a.dark:hover {
color: #bababa;
}

a.contentpagetitlefront-page, .contentpagetitlefront-page, a.contentpagetitle, .contentpagetitle{
font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
 text-shadow: 0px 1px 1px  rgba(153, 153, 153, .6);

color: #358896;
}
a.contentpagetitlefront-page:hover, .contentpagetitlefront-page:hover, a.contentpagetitle:hover, .contentpagetitle:hover{
font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);

color: #333333;
}
td .createdate{
font-size:10px;
}


.article_separator{
width: 600px;
height: 2px;
background-image: url(http://www.shekinah-arts.com/templates/shekinaharts/images/article_separator.png);
margin: 25px 5px;
} 

.componentheading{
		font-family: 'Champagne&Limos', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #358896;
 text-shadow: 0 1px 0 rgba(255, 255, 255, .2);

font-size: 24px;
 text-shadow: 0px 1px 1px  rgba(153, 153, 153, .6);
 text-align: center;
 margin: 0 0 20px 0;

}

#socialicons{
position: fixed;
background: #333333;
top: 10%;
left: 0;
float: left;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
border-right: 4px #cccccc solid;
border-top: 4px #cccccc solid;
border-bottom: 4px #cccccc solid;
height: auto;
z-index: 999999;
text-align: center;
padding: 5px;
}

.sIFR-flash{
width: 100%;
}

/***Twitter***/

.twtr-hd{
float:left;
width: 120px;

}


.twtr-ft{
display: none;
}
#twtr-widget-1 {
margin-top: 5px;
}
.twtr-tweets, .twtr-tweets-arrows{
	width: 100%;
    height: 120px;
    overflow: auto;
}
/**Google Reader **/

.reader-publisher-module> ul{
color: #cccccc;
list-style-type: none;
text-align: left;
margin-left: -20px;
margin-top: 0px;

}

.reader-publisher-module> ul a{
color: #333333;
list-style-type: none;
text-align: left;
font-size: 16px;
}
.reader-publisher-module> ul a:hover{
color: #cccccc;
list-style-type: none;
text-align: left;
}
.reader-publisher-module> ul a:hover{
color: #cccccc;
list-style-type: none;
text-align: left;
}
.reader-publisher-module li{
margin: 0 0 -10px 0;

}

.reader-publisher-module li .i {
font-size: 16px;
font-weight: bold;
float:left;
 padding: 2px;
margin-right: 5px;

}
.reader-publisher-module li a.i  {
color: #ccc;

}
.reader-publisher-module li .s a{
font-size: 14px;
line-height: 2;
}

.reader-publisher-module .f a {
font-size: 14px;
line-height: 2;
color: #333333;
margin: 0;
padding: 0;

}
.reader-publisher-module{
font-size: 14px;
}

