/* Reset browser defaults */
@import url('reset.css');



/* theme */
// CSS reset
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
}

q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}
a:focus, a:hover, a:active, input:focus {
  outline:none;
}
// end CSS reset



/* background */

body {
  padding: 0px;
  margin: 0px;
    background-color: #FFFFFF; 
}

#wholepage {
  background-color: #FFFFFF; 
}


/* header */
#header {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
  height: 137px;
}
#header img, #simple-header img, #featured-header img {
  display: block;
  position: absolute;
}
#header h1 {
  font-family: Swan Song;
  font-size: 54px;
  line-height: 54px;
  color: #fad1d6;
}
#header > table {
  vertical-align: middle;
  height: 100%;
  margin: 0 auto;
}
#wholepage {
  overflow: hidden;
  background: url('../../../wp-content/blogs.dir/47/files/');
}


/* menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#outerContainer {
  border: solid 1px #827956;
  font-size: 14px;
  font-family: "Georgia","Times New Roman",Times,serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #73240f;
  width: 798px; 
  height:30px;
  margin: auto;
  background: url('../../../wp-content/blogs.dir/47/files/');*/
  background-repeat: repeat;
  background-color: #E9E0BB;
}

#menuContainer {
  position:relative; 
  float:left; 
  left:50%;}

#nav, 
#nav ul { 
  padding:0; 
  margin:0; 
  list-style:none; 
  background:url(modules/menu/images/transparent.gif); position:relative; z-index:100;
}
#nav {
  height:30px; 
  float:left; padding:0; 
  position:relative; 
  right:50%;
}

#nav table {border-collapse:collapse;}
#nav li {
	float:left;
}

#nav li li {
  float:none;
  background: url('../../../wp-content/blogs.dir/47/files/');
  background-color: #E9E0BB;
  background-repeat: repeat;

}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
display:block; 
  float:left; 
  color: #73240f;
  height:30px; 
  /*padding:0 20px 0 10px; */
  padding:0 5px 0 5px;
  line-height:30px; 
  text-decoration:none; 
  white-space:nowrap; 
  font-family: Georgia,Times New Roman,Times,serif;
}

#nav li li a {height:25px; line-height:25px; float:none;}

/*
.current_page_ancestor, li:hover {
  font-weight: bold;
}
*/

#nav li:hover {
  position:relative; 
  z-index:101; 
}
#nav a:hover {
  position:relative; 
  z-index:100;
  border:0;
}
#nav li:hover > a {
  color: #73240f;
}

#nav :hover  ul {left:0; top:30px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {
  color: #73240f;
}

#nav li a:hover ul li a:hover {
  color: #73240f;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}






.page_item a {
  color: #73240f;
}

.current_page_item a {
  color: #73240f;
}


#nav li {
  background-color: #E9E0BB;
  padding: 0 10px 0 10px;
	position: relative;
  line-height:30px; 
  background:url(modules/menu/images/transparent.gif); position:relative; z-index:100;
}

#nav > li {
/*
  background: url('modules/menu/images/specialchar.gif') no-repeat;
  background-color: #E9E0BB;
  background-position: 0px 3px;
  background:url(modules/menu/images/transparent.gif); position:relative; z-index:100; 
  background: url('modules/menu/images/specialchar.gif') no-repeat; */
  background: url("modules/menu/images/specialchar.gif") no-repeat scroll 0 6px;
  padding: 0 0 0 10px;
  
}

/*
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li, #nav ul li ul li{
	float: left;
	position: relative;
	width: 100px;
  background-color: #E9E0BB;
	padding: 0;
	border: solid 1px ;
}


#nav li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 18px;
	left: 0;
	margin-left:-25px;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, li.over ul {
	display: block;
}
*/


/* showcase */

#showcase {
	background-color: #827956;
	width: 800px;
	margin: 0 auto;
	height: 138px;
}

#showcase1 {
	width: 199px;
	float: left;
	padding: 1px 0 0 1px;
	height: 136px;
}

#showcase2 {
	width: 300px;
	float: left;
	padding: 1px 0 0 1px;
	height: 136px;
}

#showcase3 {
	width: 117px;
	float: left;
	padding: 1px 0 0 1px;
	height: 136px;
}

#showcase4 {
	width: 179px;
	float: left;
	padding: 1px 0 0 1px;
	height: 136px;
}
.showcase_slide {
	float: left;
	padding: 1px 0 0 1px;
	height: 136px;
}

#topshowcase {
	width: 798px;
	height: 5px;
  
	//border-top: 1px solid #827956;
	border-left: 1px solid #827956;
	border-right: 1px solid #827956;
	margin: 0 auto;
	background-color: #F2EDD8; 

}

#bottomshowcase {
	width: 798px;
  height: 5px;
	margin: 0 auto;
	border-left: 1px solid #827956;
	border-right: 1px solid #827956;
	background-color: #F2EDD8; 
}

#bottomshowcase1 {
	background-color: #F2EDD8; 
	width: 199px;
	height: 5px;
	/* border-bottom: 1px solid ; */
	border-left: 1px solid #827956;
	border-right: 1px solid #827956;
	float: left;

}

#bottomshowcase2 {
	background-color: #F2EDD8; 
	width: 598px;
	height: 5px;
	border-right: 1px solid #827956;
	float: left;
}


/* content */



body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}
 


.img { border: 0px; }
.entry-content img {
    margin: 0 0 18px 0;
    max-width: 100%;
}
.alignleft,
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright,
img.alignright {
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.wp-caption {
    text-align: center;
}
.wp-caption img {
    margin: 5px 0 0 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
    font-weight: bold;
}
.gallery img {
    margin: 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
    max-height: 12px;
    margin: 0 !important;
}

.more-link {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
}

h1,h2,h3,h4 {
    font-family: "Swan Song", "Century Gothic", Verdana, Arial, Sans-Serif;
    font-style: normal;
    color: #270ac7;
}
/* h5,h6 {
    font-style: bold;
    font-size: 1.35em;
    color: #270ac7;
    padding-top: 10px;
} */
h5 a {
    text-decoration: underline;
}

    
.left {
    float: left
}
.right {
    float: right
}
.clear {
    clear: both;
    display: block;
    height: 0em;
}
/*
.home {
    background: none;
}*/
h1 {
  font-size: 32px; 
  padding-bottom: 4px;
  color: ;
}
h2 {
  font-size: 25.6px; 
  margin: 0px;
}
h3 {
  font-size: 20.8px; 
  padding-top: 4px;
  padding-bottom: 2px;
}
h4 {
  font-size: 16px; 
}
#content {
  width: 800px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
}            
    
.entry {
  float: center;
}
.entry ol {
  list-style-type: decimal;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -.5em;
  padding-bottom: 10px;
}
.entry ol li, .entry ul li {
  padding-bottom: 5px;
}
    .entry ul {
        list-style-type: disc;
        margin-left: 0;
        padding-left: 1.5em;
        text-indent: -.5em;
        padding-bottom: 10px;
    }
    .entry ul ul {
        padding-bottom: 0px;
    }
    .entry tr {
        vertical-align: top;
    }
    .entry td {
        padding: 0 10px 0 10px;
    }

    #fullpage {
        /* page = theme - sidebar - padding */
        width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    #page {
        /* page = theme - sidebar - padding */
        width: 570px;
        padding-left: 5px;
        
        padding-right: 22.5px;
        float: right;    
	background-color:#F2EDD8;
	border:1px solid #827956;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	
    }
        #page h1, #fullpage h1 {
            margin-top: 25px;
        }
        #page p, #fullpage p {
            padding-bottom: 10px;
	} 
        #contact {
            width: 550px;    
        }
            #contact .left {
                width: 185px;
            }
            #contact label {
                display: block;
                padding-bottom: 2px;
            }
            #contact input.txt {
                width: 155px;
                margin-bottom: 15px;
                font-size: 11px;
                border: solid 1px #e3e9ef;
                border-top: solid 1px #abadb3;
                padding-top: 4px;
                padding-bottom: 4px;
                padding-left: 3px;
                padding-right: 3px;
            }
            #contact textarea {
                width: 335px;
                border: solid 1px #e3e9ef;
                border-top: solid 1px #abadb3;
                padding-top: 4px;
                padding-bottom: 4px;
                padding-left: 3px;
                padding-right: 3px;
                margin-bottom: 9px;
                display: block;
            }
            
            .colA, .colB {
                width: 265px;
                float: left;
            }
            .colB {
                float: right;
            }
                .colA ul, .colB ul {
                    padding-bottom: 10px;
                    padding-left: 20px;
                }
                    .colA ul li, .colB ul li  {
                        padding-left: 14px;
                        background: url(./images/bullet.gif) no-repeat 0 5px;
                    }
            
.ddsg-wrapper h2{
    margin: 12px 0px 12px 24px;
}
.ddsg-wrapper ul {
    margin-left: 1em;
    padding-left: 0;
    padding-bottom: 0;
}

.widget_search {
    padding-top: 20px;
    padding-bottom: 20px;
}

blockquote {
  padding: 15px 15px 5px 15px;
  border: 2px solid black;
  background-color: #DDD;
}

.inr {
	padding:20px;
}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#83141B;
}

h2 {
	font-size:1.6em;
}






/* sidebar */
#sidebar {
background:none repeat scroll 0 0 #DBD4B7;
border-color:#827956 -moz-use-text-color #827956 #827956;
border-style:solid none solid solid;
border-width:1px medium 1px 1px;
width:200px;
}

#sidebar #profile h5 {
color:#83141B;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.4em;
}


#sidebar #profile {
color:#716A4B;
font-size:0.78em;
font-weight:bold;
line-height:180%;
/* text-align:justify; */
}

#sidebar {
margin-bottom:-20000px;
padding-bottom:20000px;
}


#sidebar {
width: 172px;
float: left;
padding-left: 22.5px;
padding-right: 5px;
padding-bottom: 10020px;
margin-bottom: -10000px;
overflow: hidden;
} 
#sidebar p, #sidebar ul.list {
padding-bottom: 2px;
}
#sidebar ul.list li {
background: url(../images/bullet.gif) no-repeat 0 5px;
padding-left: 5px;
}
#sidebar ul.list li a {
text-decoration: none;
}
#sidebar>ul {
list-style-type: none;
}
#sidebar>ul.list {
padding-bottom: 30px;
}
#sidebar>li>ul {
padding-left: 0px;
}
#sidebar ul ul {
margin-left: 5px; 
text-indent: -1em;
padding-bottom: 10px;
}
#sidebar ul ul ul {
padding-bottom: 0px;
}
#sidebar h2 {
width: 172px;
font-size: 18px;
padding-top: 25px;
padding-bottom: 10px;
color: ;
} 

#sidebar.short {
background-image:url("modules/sidebar/images/home-sidebkg.gif");
background-repeat:no-repeat;
min-height:434px;
}

#sidebar li.widget {
 list-style: none;
}

#sidebar p {
 line-spacing: 4px;
}


/* bottombar */


/* footer */
#footer {
    position: relative;
    width: 800px;
    margin: 0px auto;
    border-top: solid 1px #403f3f;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    clear: both;
}
    #footer li {
        display: inline;
        text-transform: uppercase;
        color: ;
    }
        #footer li a {
            text-decoration: underline;
        }
    #credits {
        text-align: right;
        color: #444;
        padding-top: 10px;
    }

