@charset "UTF-8";
/* CSS Document */

/* Body Styles */
body {
background:url(http://www.thewriterscoop.org/img/bg.jpg) repeat;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
min-width:940px;
padding:0;
margin:0;
}

#wrapper {
	width:900px;
	margin: 0 auto;
	margin-top:5px;
	color:#250000;
	padding-left:20px;
	padding-right:20px;
	z-index:1;
}

#cnt_border {
	padding:8px;
	background-color:#CCCCCC;
	width:660px;
	margin-left:240px;
    border:1px solid #C0C0C0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#cnt_bg {
	padding: 5px;
	width:650px;
	background-color:#FFFFFF;
}

#content {
    width:630px;
    padding:10px;
	background-color:#FFFFFF;
}

#doc-stats {
	color:#666666;
	font-size:12px;
	text-indent:0;
	text-align:right;
}

#pub-stats {
	width:630px;
}

#comments {
	margin-left:240px;
	margin-top:30px;
}

#author {
	font-weight:bold;
	text-align:left;
	font-size:18px;
	text-indent:0;
}

#pen {
	float:right;
	z-index:-1;
}

#print {
	display:none;
}

input[type="submit"] {
    background-image:url(http://www.thewriterscoop.org/comments/template/default/image/button_background_large.gif);
    border:1px outset #8F8F8F;
    color:#000000;
	font-size:90%;
    text-decoration:none;
    padding:2px 4px;
}

input[type="submit"]:hover {
        border:1px inset #0000BF;
}

input[type="button"] {
    background-image:url(http://www.thewriterscoop.org/comments/template/default/image/button_background_large.gif);
    border:1px outset #8F8F8F;
    color:#000000;
	font-size:90%;
    text-decoration:none;
    padding:2px 4px;
}

input[type="button"]:hover {
        border:1px inset #0000BF;
}

a img
{
	border: 0px;
	margin: 0px;
}

/* Toolbar */
#toolbar {
	font: Verdana, Arial, Helvetica, sans-serif;
	height: 31px;
	font-size: 13px;
	background: url(http://www.thewriterscoop.org/img/toolbar-bg.gif) repeat-x;
	width:100%;
	z-index:-2;
	min-width:940px;
}
#nav li.chosen_menu a {
	background: url(http://www.thewriterscoop.org/img/chosen.gif) 50% 0 no-repeat;
}
#nav {
	background: url(http://www.thewriterscoop.org/img/toolbar-div.gif) 0 0 no-repeat;
}
#nav li {
	background: url(http://www.thewriterscoop.org/img/toolbar-div.gif) 100% 0 no-repeat;
}
#nav li a {
	color: #fff;
}
#nav a:hover {
	color: #C69C6D;
}
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 31px;
}
#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#nav ul li a:hover {
	background: url(http://www.thewriterscoop.org/img/chosen.png) 50% 0 no-repeat;
	color: #C69C6D;
}
#nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
}

/* Header */
#header {
	width:100%;
	min-width:940px;
	height:160px;
	background:#754c24;
	z-index:-2;
}

#logo {
	position:absolute;
	top:15px;
	left:15px;
}

/* Sidebar */
#sidebar {
	float:left;
	width: 200px;
	background:#d5c7b8;
	margin-right:20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 10px;
	margin-bottom:10px;
}

/* Text Styles */


h1 {
	text-align:center;
	padding-top:10px;
}

h5 {
	font-size: 14px;
	margin: 15px 0px;
}

a:link {color:#0033FF;}
a:visited {color:#0033FF;}
a:hover {text-decoration: none;}

p {line-height: 1.5em;}
p.none {text-indent: 0; line-height: 1em;}

.no-bullet {list-style-type: none;}
.round-bullet {list-style-type: disc;}

.centered {display: block; margin: 0 auto;}

img.left {float: left; margin: 10px 10px 10px 0px;}
img.right {float: right; margin: 10px 0px 10px 10px;}

.gray {
color:#666666;
}

/* Add this style */
.addthis_toolbox .two_column 
{
    width: 200px;
    padding: 0;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color:#bea892;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}

/* Footer */
#footer {
	clear:both;
	text-align:center;
	padding-top:50px;
	line-height:1.5em;
	padding-bottom:20px;
}