/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	color: #000;
	background-color: #fff;
	background-image: url(../../imgs/black.jpg);
	background-attachment: fixed;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 , h4{
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* topmenu
----------------------------------------------- */

#topNav {
	border-top: 1px solid #ff47c5;
	background-color: #ccc;
	background-image: url(../images/top_menu_back.jpg);
	margint: 0;
	padding: 0;
}
#topNav ul {
	list-style: none;
	padding-bottom: 5px;
}
#topNav li {
        border-right: 1px dashed #9f7c38;
        border-left: 1px dashed #9f7c38;
	border-bottom: 0;
	display: inline;
	margin-right: 4px;
	padding: 5px 10px 5px 10px;
}
#topNav li a {
        font-size: 15px;
        font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
	color:  #9f7c38;

}	
#topNav li:hover {
	background-color: #c34c86;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ff47c5;
}
#topNav li.active {
	background-color:  white;
	border-bottom: 2px solid white;
}
#topNav li.active a {
        border-bottom: 2px solid #ff47c5;
}
#topNav li.active a,
#topNav li:hover a {
	color:  #354255;
}


/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #6f6f6f;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	font-size: 3em;
	border: none;
	color: #a5387b;
}
#sidebar-2 a, #sidebar-1 a {
	color: #0d2d3c;
	border: none;
	text-align: center;
}
#sidebar-2 a:hover, #sidebar-1 a:hover {
	color: #6b456a;
}


/* layout
----------------------------------------------- */
#socials {
        width: 100%;
        height:20px;
        margin-top:0;
        padding-top: 4px;
        margin-bottom: 40px;
        background-color: #111;
        filter:alpha(opacity=80);
        opacity:.8;
        text-align: center;
}
#accessibility {
	position: absolute;#ff47c5;
	top: -10000px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color: #fff;
        border: 8px solid #000;
	background-image: url(../../imgs/sh_left.jpg);
        background-repeat: repeat-y;
}

#head {
        margin: 0;
        height:202px;
	text-align: center;
	background-image: url(../../imgs/top_white.jpg);
        background-repeat: no-repeat;
	background-color: #fff;
}

#site-name, #site-name p{
        padding: 0;
	margin: 0;
	font: Georgia, Times, serif;
        font-size:0.1em;
}

#site-slogan {
	text-align: right;
        margin: 0;
        padding:202px;
	font: italic 10px Georgia, Times, serif;
        font-size:0.8em;
	color: #FF66FF;
}

.sidebar_title {
        font: 10px Georgia, Times, serif;
        font-size:15px;
	color: #888;
}
#sidebar-1, #sidebar-2 {
        padding-top: 50px;
	width: 150px;
        text-overflow: ellipsis;
        -o-text-overflow.: ellipsis;
        white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#sidebar-1 {
	margin: 5px;
        float:left;

	text-align: center;
}

#sidebar-2 {
	margin: 5px;
	float: right;
	text-align: center;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
        border-left: 1px dashed #9f7c38;
        border-right: 1px dashed #9f7c38;
	margin-left: 165px;
        width: 630px;
	padding: 20px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	font: 0.6em Georgia, Times, serif;
        border-top: 1px solid gray;
        color: gray;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 1000px;
w\idth: 1000px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin-top: 2em;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.entry-title {
        padding-top: 10px;
        background-color: #fff;
}

.entry-title a{
        color: #111;
        font-size: 50px;
        text-transform: uppercase;
}
.lid p{
        line-height: 35px;
        font-size: 30px;
        line-height: 20px;
        font: Georgia, Times, serif;
        font-style: italic;
}
.lid_title, .lid_title p .lid_title h3{
        line-height: 20px;
        font-size: 20px;
        line-height: 20px;
        font: Georgia, Times, serif;
        font-style: italic;
        color: #000;
}
.img_lid {
        width: 200px;
        height: 100px;
}
.entry-content p{
        line-height: 25px;
}
.entry-content p:first-letter, .first-letter{
        float: none;
	letter-spacing: 2px;
        font: 50px Georgia, Times, serif;
        color: grey;
}

.entry-content {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
        padding-top: 0;
        background-color: #fff;
        text-align: justify;
	font-size: 16px;
        color: #111;
}

.entry-content img, .img-caption{
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        margin-right: 10px;
        float: left;
        color: grey;
}
 .caption{
        padding-right: 3px;
        padding-bottom: 10px;
        padding-left: 3px;
        margin-right: 10px;
        border-right: 1px dashed #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        border-left: 1px dashed #f0f0f0;
        margin-bottom: 15px;
        text-align: center;
        color: grey;
	font-size: 10px;
}
.published {
	font-size: 0.6em;
        color: gray;
        text-align: right;
}
.author {

	font-style: normal;
	font-size: 0.6em;
        color: #6b456a;
}
.read_more {
        text-align: right;
	font-size: 2em;
        margin-right: 50px;
        margin-bottom: 20px;
	border: none;
	color: #ff47c5;
}
.read_more a{
	font-size: 22px;
	border: none;
	color: #a5387b;
}
.thick {
        font-weight: bold;
}
.tags (
	font-size: 10px;
	color: grey;
}
/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}