/*-----attach body.custom to any style you add here-----*/

/*-----Link actions and colors-----*/
body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
        color: #003366;
}
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
}
body.custom .widget a {
        color: #003366;
}

/*-----Links - comments, author-----*/
body.custom a {
        color:#0070C5;
}

/*-----Border around whole site-----*/
body.custom #container {
	border: 1px solid #cccccc;}

/*-----Shifts top menu right-----*/
 body.custom ul.menu {
	right: 10px;}
 
/*-----Removes border from header image-----*/
body.custom #rotating {
	border-top: none;}

/*-----Adds frame to images and captions-----*/
body.custom .entry-content img {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
     }
body.custom .wp-caption p.wp-caption-text {
     margin:-10px 0 -0 0; 
     }
body.custom .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
body.custom .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body.custom .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 0px;
	margin: 0px;
}

/*-----Compensates for missing pointer icon-----*/
/*-----Makes second lines indented-----*/
body.custom .widget li {
	padding-left: 1em;
	text-indent: -1em;
}

/*-----Adds gray background to sidebars-----*/
body.custom .widget {
	background: #eee;
}

/*-----Adds gray background, dotted border and spacing for quotes-----*/
body.custom blockquote {
        background: #F4F5F7;
        border: 1px dashed #ccc;
        padding: 5px 15px 0px 15px;
        margin: 0px 30px 15px 30px;
}

/*-----Reduces spacing between post content and tags/categories-----*/
body.custom .entry-meta {
        margin:0.4999em 0 0.8333em;
}

/*-------comments coloring----------*/
/* controls the background color for all the comments */
body.custom .commentlist li {
	background: #ffffff;}

/* for every alternate comment */
body.custom .commentlist li.alt {
	background: #dadada;}

/* for author comments */
body.custom .commentlist li.authorcomment {
	background: #6B8E23;
	border: none;}

/*-----Spoilers-----*/
body.custom .spoilers img {
        display:block;
	width: 77px;
	height: 18px;
	padding: 0 0 0 0;
        margin: 0 0 4px 0;
}

/*-----List spacing-----*/
body.custom .entry-content ul {
        margin-top: -0.5em;
}

/*-----ads-----*/
body.custom .ads {
	padding: 10px 0 30px 0;
     }
/*-----Removes extra line on top sidebar border-----*/
body.custom #pp-sidebars {
	border-top: 0px solid #ccc;
}


/*-----Changes exterior white background to dark gray-----*/
/*body.custom {
	background: #444444;}
body.custom  .homelink a {
	color: #ffffff;}
body.custom .homelink a:hover {
	color: #ffffff;}
body.custom .description {
	color: #cccccc;}
body.custom ul.menu {
	right: 10px;}
body.custom #rotating {
	border-top: none;}*/

/*-----Twitter Widget-----*/
body.custom .widget_twitter {font-size:1.2em; line-height:1.4166; margin:0 0 1.25em; padding:0.4166em 5px 0.4166em 5px;}
body.custom .widget_twitter li{margin:0.25em 0; }
body.custom .widget_twitter li li{padding:0 0 0 15px;}
body.custom .widget_twitter li {
    clear:both;
}
body.custom .widget_twitter li img {
    float:left;
    margin-right:.5em;
}
body.custom .widget_twitter li .clear {
    clear:both;
