/*
File:			custom.css
Description:	Custom styles for wordisUP.com
*/

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('font/Chunkfive.eot');
	src: local('ChunkFive'), local('ChunkFive'), url('font/Chunkfive.woff') format('woff'), url('font/Chunkfive.ttf') format('truetype'), url('font/Chunkfive.svg#ChunkFive') format('svg');
}

/*---:[ #header styles ]:---*/

.custom #logo { font: 3em 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 1px; float:left; }
.custom #logo a { text-decoration: none; padding: 10px; border:solid #FFFFFF; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; color: #111; background-color: #fff; }
.custom #logo a:hover { text-decoration: none; border:solid #FFFFFF; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; color: #fff; background-color: #111; }
.custom #tagline { font-size: 1.7em; }

/*---:[ menu nav bar ]:---*/
.custom .menu { border: none; float: right; }
.custom .menu a { text-transform: none; text-decoration: none; font: 2em 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 2px; border:solid #FFFFFF; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }

/*---:[ multimedia box ]:---*/
.custom .image_box, .custom .custom_box { border-style: none; border-color: #fff; background-color: #fff; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }
	
/*---:[ sidebar styles ]:---*/
.custom .sidebar li { padding-bottom:5px; }
.custom .sidebar a { text-decoration: none; padding: 5px; border: solid #FFFFFF; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.custom .sidebar a:hover { text-decoration: none; color: #fff; background-color: #111; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: none; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.custom .sidebar h3 { font: 1.2em 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 2px; }