/* reset css
--------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* body
--------------------------------------------------*/
body {
font-family: arial, helvetica, sans-serif;
line-height:18px;
font-size:12px;
color:black;
background:#96A411;
}

p {
margin-bottom:18px;
line-height: 1.5em;
}



/* header
--------------------------------------------------*/
#header {
width:764px;
height:107px;
margin:18px auto 0 auto;
background:url(/images/header.gif) no-repeat top left;
}

#header h1{
width:764px;
height:107px;
background:url(/images/top.gif) no-repeat bottom left;
}

#header a{display:block;width:764px;height:93px;text-indent:-9999px;}
#header a:hover{background-color:transparent;}

#wrapper {
width:764px;
margin:0 auto;
padding-bottom:20px;
background:#fcffe3 url(/images/back.gif) repeat-y 0px 8px;
}

/* header h1 (blogtitle)
--------------------------------------------------*/


/* content
--------------------------------------------------*/
#content {
margin:0 250px 0 0;
padding:24px 0px 0px 20px;
}

#content2 {
margin:0 0 0 0;	
padding:24px 20px 0px 20px;
}

a {
color:#460375;
text-decoration:none;
}
.entry a{border-bottom:1px dotted #460375;}

.entry strong{font-weight:bold;}
.entry em{font-style:italic;}

a:hover{
background-color:#460375;
color:#fcffe3;
border:none;
}

.wp-caption a, a.addtoany_share_save{border:none;}
.wp-caption a:hover, a.addtoany_share_save:hover{background-color:transparent;}

p.addtoany_share_save_container{margin-bottom:0px;}

h2 {
font-size:18px;
line-height:18px;
margin-bottom:18px; 
font-weight:bold;
text-transform:lowercase;
letter-spacing:1px;
}

#sidebar h2{
background:url(/images/dot.gif) repeat-x bottom left;
padding-bottom:8px;
margin-bottom:6px;
}

.entry h1{font-size:22px;margin-bottom:9px;}

.entry{overflow:auto;}

h3, h4, h5, h6 {
	font-weight:bold;
font-size:14px;
line-height:18px;
color:#222;
}

ul,ol {
margin:0px 10px 18px 25px;
}


.entry ul {
	list-style-type: square;
	list-style-position: outside;
	margin:0 0 18px 13px;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.entry ol ol {
	list-style-type: decimal;
}

.entry ol li{margin-bottom:9px;}


/* blockquote + links
--------------------------------------------------*/

blockquote {
margin:10px 0 0 0;
padding:5px 15px;
font-style:italic;
}

.entry cite {
	position:relative;
	top:-20px;
	padding:0 15px;
	margin-bottom:-20px;}

a.more {
display:block;
text-align:right;
color:#2F460D;
margin:10px 0 0;

}

a.more:hover {
text-decoration:none;
}

a.more-link{font-style:italic;}

/* post
--------------------------------------------------*/
.post {
margin:0 0 36px 0;
text-align:left;
}

.post img {
border:1px solid #333;
margin-bottom:18px;
}

.post .info {
border-bottom:1px dotted #460375;
border-top:1px dotted #460375;
color:#333;
padding:2px 3px 2px 8px;
margin: 4px 0 30px 0;
}

.date {
margin: -15px 0 18px 0;
}

.post small {
margin-top:36px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
margin-bottom:18px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
width:220px;
float:right;
padding:22px 14px 10px 30px;
height:100%;
}

#sidebar h2 {
	font-size:14px;
letter-spacing:1px;
color:#333;
text-transform:lowercase;
}

#sidebar ul {
margin:0;
}

#sidebar li {
padding:3px;
}

#sidebar input {
width:102px;
background:white;
color:#333;
border:1px solid black;
font-size:11px;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid black;
}

input#searchsubmit, input#submit{
	background:#460375;
	border:1px solid black;	
	color:#fcffe4;
}

#sidebar input#searchsubmit:focus, input#submit:focus{background:#96a411;}

#chiclink{
	margin:0 0 0 12px;
	display:block;
	width:193px;
	height:72px;
	background:url(/images/chiceventslogo.gif) no-repeat bottom left;
}

#chiclink a{
	display:block;
	width:193px;
	height:72px;
	background:url(/images/chiceventslogo.gif) no-repeat top left;
	text-indent:-9999px;
}

#chiclink a:hover{
background:none;
}

#giveaway{
	margin:0 0 0 12px;
	display:block;
	width:193px;
	height:72px;
	background:url(/images/giveaway.gif) no-repeat bottom left;
}

#giveaway a{
	display:block;
	width:193px;
	height:72px;
	background:url(/images/giveaway.gif) no-repeat top left;
	text-indent:-9999px;
}

#giveaway a:hover{
background:none;
}


/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font-size:11px;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments{font-weight:bold;margin-bottom:18px;}
.commentlist p{margin-bottom:9px;}
.commentlist{margin:0;}
img.avatar{float:left;margin:0 8px 0 0;padding-top:3px;}
#respond h3{font-weight:bold;margin:18px 0 0 0;;padding:0;display:block;}
li.comment{border-bottom:1px dotted #460375;margin-top:18px;padding-bottom:12px;}
.commentmetadata{margin-bottom:10px;}


/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
margin: 0 18px 18px 0;
}

.alignright {
	margin: 0 0 18px 18px; 
	float:right;
}

.navigation {
text-align:center;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin-bottom:9px;
}

.wp-caption img {
border:0 none;
margin-bottom:3px;
}

.wp-caption a img{border:1px solid #f3f3f3;}
.wp-caption a:hover img{border:1px solid #460375;}

.wp-caption p{margin:0 0 3px 0;}

.wp-caption-dd {
padding:0 4px 5px;
}




/* footer
--------------------------------------------------*/

#footer{
text-align:right;
text-transform:lowercase;
width:764px;
margin:0 auto 10px auto;
color:#fcffe3;
background:transparent url(/images/bottom.gif) no-repeat top left;
padding-top:15px;
height:50px;
}

#footer a{color:#fcffe3;}
#footer a:hover{background:#fcffe3;color:#470074;}

.clear{clear:both;height:1px;font-size:1px;line-height:1px;}
