/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

h1, h2, h3, h4, .tk-proxima-nova, p, .widget p, .post .title, ol, ul, li, a, .button {
    font-family: "proxima-nova-1","proxima-nova-2","helvetica",sans-serif !important;
}

ol {
    list-style: inside decimal;
}

#mc_embed_signup fieldset {
	background: transparent !important;
}

	.mc-field-group {
		margin-top: -15px !important;
	}
	
.button {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 20px;
    margin: 0 auto;
    padding: 8px;
	display: inline-block;
}

.side-box {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #CCCCCC;
    margin: 10px 0;
    padding: 10px;
	background: #fcfcfc;
}

	.side-box h3 {
		color: #555;
		background: transparent !important;
		font-size: 17px;
		text-shadow: 0 0 0;
		padding-left: 0;
	}
	
/**** Sidebar ****/

#text-13 .textwidget {
	padding: 0;
}

/**** Entry ****/

.entry ol li {
    list-style: decimal inside none;
}
