/*
Theme Name: Terrifico
Layout: Basic
*/

body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
    border: medium none !important;
    clear: both !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.size-full, 
img.size-large, 
img.header-image, 
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

a {
	text-decoration: none;
}

code, pre {
    background: -moz-linear-gradient(center top , #FFFFFF 50%, #F2F2F2 50%) repeat scroll 0 0 / 42px 42px transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    color: #595A5C;
    display: block;
    font-family: monospace !important;
    line-height: 21px !important;
    padding: 21px 15px 20px;
    white-space: pre-wrap;
}

pre {
	margin: 0 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 94%;
	margin: 1.5em 20px;
}

table th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    letter-spacing: 1px;
    padding: 6px;
    text-align: left;
}

table td {
    border: 1px solid #DDDDDD;
    padding: 6px;
    text-align: left;
}


dl {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0 20px 20px;
    padding: 0;
    vertical-align: baseline;
}

dt {
    font-weight: bold;
	line-height: 26px;
}

hr {
	border-left: none;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
	border-bottom: 1px solid #efefef;
	clear:both;
	margin-bottom: 10px;
}

strong { 
	font-weight: bold; 
}

ul {
	margin-bottom: 5px;
	margin-left: 25px;
}

ul li{
	padding: 2px 0 2px 5px;
	list-style-type: disc;
}


ol {
    list-style: decimal inside none;
	margin-bottom: 5px;
}

blockquote {
	border-left:4px solid;
	margin-left: 40px;
	margin-bottom: 15px;
}

address {
	border-left:4px solid #555555;
	margin-left: 40px;
	padding: 20px;
	margin-bottom: 20px;
}

.hidden { 
	display: none; 
}

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

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

img.alignleft {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.sticky {

}

.bypostauthor {
}




