/*
Theme Name: Easel - Sin Is Beautiful
Theme URI: http://sinisbeautiful.com	
Template: easel
Description: A child theme for Easel
Author: Malcolm Cross 
Author URI: http://frumph.net/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
. 
*/

@import url("../easel/style.css");

/* STANDARD TAGS */

a:link {color:#7c10ab;}      /* unvisited link */
a:visited {color:#7c10ab;}  /* visited link */
a:hover {color:#8e13c3;}  /* mouse over link */
a:active {color:#ad7bc3;}  /* selected link */


.entry { /* post content */
	font-family: Serif;
	text-indent:1.5em;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:110%;
}

.entry a {
text-decoration: underline;
}

/* Base theme design */

body {
	background: #000 url('images/purplefadeyclear.png') top left fixed no-repeat;
}

blockquote {
	color: #005;
}

h2, blockquote p:first-letter, .comment-author {
	text-shadow: 1px 1px 1px #777;
	-moz-text-shadow: 1px 1px 1px #777;
	-khtml-text-shadow: 1px 1px 1px #777;
	-webkit-text-shadow: 1px 1px 1px #777;
}

h1, .menu a {
/*	text-shadow: 2px 2px 2px #111; */
/*	-moz-text-shadow: 2px 2px 2px #111; */
/*	-khtml-text-shadow: 2px 2px 2px #111; */ 
/*	-webkit-text-shadow: 2px 2px 2px #111; */
}

#menubar-wrapper {
	width: 966px;
	margin: 0 auto;
	background-color: #333;
	display:none;
}

/* curved corners */
#content-wrapper, .type-post, .type-page, .sidebar .widget, .wp-caption,
.comment .comment-content, blockquote, .type-attachment, #comment-wrapper  {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-caption, .entry img {
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
	-khtml-box-shadow: 2px 2px 2px #555;
	box-shadow: 2px 2px 2px #555;
}

.wp-caption img, img.wp-smiley {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}



#content-wrapper, .wp-caption, #comment-wrapper {
	background: url('images/whitetrans.png') repeat;
	border: solid 1px #bbb;
	margin: 0 auto;
}

.type-post, .type-page, .sidebar .widget, .type-attachment {
	background: url('images/whitetrans.png') repeat;
	border: solid 1px #bbb;
	margin-bottom: 10px;
}

.comment .comment-content, blockquote {
	background: url('images/whitetranslow.png') repeat;
}

.comment-note {
margin: 1em;
}


.type-post, .type-page, .wp-caption {
	padding: 5px;
}

.sidebar .widget {
	padding: 0px 5px 2px;
}

.post-text {
	border-bottom: dotted 1px #ddd;
}

.comment-author, .post-author {
	text-transform: none;
}

.footer-text {
	color: grey;
}

/* Stuff I want to disappear */

.blognav {
	display:none;
}


.description {
	display:none;
}

#menu-my-publications .menu-item .menu-item-type-custom .menu-item-object-custom .widget .widget_nav_men ul a {
text-shadow:none;
}