h1,
h2,
h3 {
    font-weight: 500;
    font-family: 'Century Gothic',Helvetica,Tahoma,Geneva,Verdana;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
    color: #999
}

h3 {
    color: #919bbe
}

h3 a {
     text-decoration: none
}
 
h3 {
    font-size: 1.2em;
}

ul {
    list-style-type: none;
    margin-left: 10px;
    padding-bottom: 10px;
}

ol {
    margin-left: 30px;
    padding-bottom: 10px;
}

ul li {
    list-style-type: disc;
    list-style-image: url(images/bluebullet.gif);
}

fieldset label {
    padding-bottom: 15px;
    line-height: 150%;
}

blockquote p {
    padding: 0
}

dl {clear: both;display: block;margin: 15px;text-align: center;}
dl dt {left: 0;width: 110px;font-weight: 600;float: left;padding: 0;text-align: left;margin-bottom: 5px;}
dd{border-left: 1px solid #ccc;margin: 0 0 10px 130px;padding: 0 0 1em 1em;width: auto;text-align: left;}

.clear {
    width: 100%;
    clear: both;
}

fieldset label {
    padding-bottom: 15px;
    padding-bottom: 5px;
    clear: both;
    line-height: 150%;
    text-align: left;
}

fieldset {
    text-align: left;
    padding: 10px;
    border: 1px dotted #d66bc4;
}

legend {
    color: #d66bc4
}

p label,
label {
    display: block;
    clear: both;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
}

pre {
    width: 465px;
    overflow: scroll;
    margin-bottom: 10px;
}

input,
textarea,
select {
    margin-bottom: 10px;
    padding-top: 0px;
}

hr {
    width: auto;
    height: 1px;
    background-color: #ddd;
    color: #ddd;
    margin-bottom: 10px;
}

input,
select,
input.file {
    background: #e0dcf5 url(images/input-bg.gif) no-repeat top left;
    border: 1px solid #ead2ea;
}

option {
    background: #e0dcf5;
    border: 1px solid #ead2ea;
}

textarea {
    width: 380px;
    height: 150px;
    background: #e0dcf5 url(images/form-bg.gif) no-repeat top left;
    border: 1px solid #ead2ea;
}

.button {
    background: url(images/button-bg.gif);
    border: 2px solid #ead2ea;
    color: #333;
}

table {
	background: #fff;
	margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

th {
    background: #a6a1c7;
    font-weight: 600;
}

th a:hover, th a:link, th a:visited, th a:active {
	color: #000;
}

th,
td {
    padding: 5px
}

blockquote {
    display: block;
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

code {
    font-family: 'Courier New',Courier,Garamond,serif
}

strong {
    font-weight: 600
}



fieldset label {
    font-size: 1.1em;
}

legend {
    font-size: 1.5em;
}

a:link, a:visited {
	color: #000;
}

a:active, a:hover {
	color: #919bbe;
}

.wp-caption,
img,
.comment-content img,
.widget img {
    max-width: 97.5%;
    height: auto;
}

img[class*=align],
img[class*=wp-image-] { height: auto }

img.size-full .wp-post-image {
    max-width: 97.5%;
    height: auto;
}

.wp-caption-text {
	text-align: left;
}

.sticky .entry-content:first-line {
	font-weight: 600;
}
	
.gallery-caption {
	text-align: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}