body {
    margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #000000;
    background-color: #ffffff;
}
a {
	color: #dc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	font-family: 'Architects Daughter', cursive;
	font-size: 44px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h2, h2 a {
	font-family: 'Architects Daughter', cursive;
	font-size: 36px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h3, h3 a {
	font-family: 'Architects Daughter', cursive;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	font-family: 'Architects Daughter', cursive;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin: 0;
}
p, ul, ol {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0;
	line-height: 18px;
}
hr {
	border: 0;
	height: 4px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_divider.png');
	background-repeat: repeat-x;
}
.redbutton {
	display: inline-block;
	padding: 15px 20px;
	background-color: #dc0000;
    box-shadow: inset 0 0 0 2px #dc0000, inset 0 0 0 4px #ffffff;
    -moz-box-shadow: inset 0 0 0 2px #dc0000, inset 0 0 0 4px #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #dc0000, inset 0 0 0 4px #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.redbutton:hover {
    cursor: pointer;
	background-color: #c70000;
}
.redbutton a {
	color: #ffffff;
}
.redbutton a:hover {
    text-decoration: none;
}
.redcircle {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 40px;
	background-color: #dc0000;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    color: #ffffff;
    text-align: center;
}
.redcircle p, .redcircle a, .redcircle h1, .redcircle h2, .redcircle h3, .redcircle h4, .redcircle h5, .redcircle h6 {
    color: #ffffff;
}
.wrapper {
	width: 100%;
}
.wrapper img {
    max-width: 100%;
    height: auto;
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0;
	line-height: 18px;
}
.le_form_name {
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #dc0000;
	padding: 5px 20px 5px 20px;
	border: 0;
	text-align: center;
	font-family: 'Architects Daughter', cursive;
	font-size: 14px;
	color: #ffffff;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #c70000;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	padding: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #000000;
}
.le_form textarea {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	padding: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #000000;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------HEADER START----------------------------*/

.mobileheader {
	padding: 10px 10px;
    background-color: #000000;
    border-bottom: 5px solid #dc0000;
	text-align: center;
}
.logo {
	padding: 10px 0;
}
.mheader1 {}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MENU START------------------------------*/

.MobileMenu {
	padding: 10px 0;
}
.MobileMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.MobileMenu a {
	display: block;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
    background-color: #0192df;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_top.png'), url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_bottom.png');
	background-repeat: repeat-x;
	background-position: 50% 0%, 50% 100%;
}
.MobileMenu a:hover {
	color: #ffffff;
	background-color: #dc0000;
}
.MobileMenu a:active {
	position: relative;
	top: 1px;
}

.back {
	padding: 10px 0;
}
.back a {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
    background-color: #0192df;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_top.png'), url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_bottom.png');
	background-repeat: repeat-x;
	background-position: 50% 0%, 50% 100%;
}
.back a:hover {
    color: #ffffff;
	background-color: #dc0000;
}
.back a:active {
	position: relative;
	top: 1px;
}

/*-------------------------MENU END--------------------------------*/


/*-------------------------CONTENT START---------------------------*/

.mobilecontent {
	padding: 10px 10px;
}
.mobilecontent2 {
    padding: 10px 10px;
    background-color: #0192df;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_top.png'), url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_bottom.png');
	background-repeat: repeat-x;
	background-position: 50% 0%, 50% 100%;
}
.mobilecontent2 p, .mobilecontent2 ul, .mobilecontent2 ol, .mobilecontent2 a, .mobilecontent2 h1, .mobilecontent2 h2, .mobilecontent2 h3, .mobilecontent2 h4, .mobilecontent2 h5, .mobilecontent2 h6 {
    color: #ffffff;
}
.mcontent {
	margin-bottom: 10px;
}
.mcontent2 {
    margin-bottom: 10px;
    text-align: center;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.mobilefootertop {
	padding: 10px 10px 20px 10px;
    background-color: #dc0000;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jamiedickenson/jamie-dickenson-1/site_dash_top.png');
	background-repeat: repeat-x;
	background-position: 50% 0%;
	text-align: center;
}
.mobilefootertop p, .mobilefootertop a {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	line-height: 18px;
}
.mobilefootertop h6, .mobilefootertop h6 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}
.mfooter1 {
    margin-bottom: 10px;
}
.mfooter2 {
    margin-bottom: 10px;
}
.mfooter3 {
    margin-bottom: 10px;
}
.mfooter4 {
    margin-bottom: 10px;
}
.mobilefooterbottom {
    padding: 10px 10px 20px 10px;
	background-color: #000000;
	text-align: center;
}
.mobilefooterbottom p, .mobilefooterbottom a {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	line-height: 18px;
}
.mfooter5 {
    margin-bottom: 10px;
}
.mfooter6 {
    margin-bottom: 10px;
}
.le_view_full {}
.le_view_full a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
	color: #ffffff;
	margin: 0;
	line-height: 18px;
}
.le_view_full a:hover {
	text-decoration: underline;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*----------------------CLEAR END---------------------*/

.button1 {
    background-color: #dc0000;
    padding: 5px 20px 5px 20px;
    border: 0;
    text-align: center;
    font-family: 'Architects Daughter', cursive;
    font-size: 14px;
    color: #ffffff;
}

.button1:hover {
    cursor: pointer;
}