/*
Comic Theme v 1.0 - Please do not plagiarize
2011 Copyright DG Kim
Designed for AoPS user blogs
*/
 
/* Font Load */

/* Thanks to Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'ActionMan';
    src: url('http://www.cyneer.com/dojo_styles/fonts/ActionMan/Action_Man-webfont.eot');
    src: url('http://www.cyneer.com/dojo_styles/fonts/ActionMan/Action_Man-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyneer.com/dojo_styles/fonts/ActionMan/Action_Man-webfont.woff') format('woff'),
         url('http://www.cyneer.com/dojo_styles/fonts/ActionMan/Action_Man-webfont.ttf') format('truetype'),
         url('http://www.cyneer.com/dojo_styles/fonts/ActionMan/Action_Man-webfont.svg#ActionManRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlphaEcho';
    src: url('http://www.cyneer.com/dojo_styles/fonts/AlphaEcho/alpha_echo-webfont.eot');
    src: url('http://www.cyneer.com/dojo_styles/fonts/AlphaEcho/alpha_echo-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyneer.com/dojo_styles/fonts/AlphaEcho/alpha_echo-webfont.woff') format('woff'),
         url('http://www.cyneer.com/dojo_styles/fonts/AlphaEcho/alpha_echo-webfont.ttf') format('truetype'),
         url('http://www.cyneer.com/dojo_styles/fonts/AlphaEcho/alpha_echo-webfont.svg#ActionManRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ComicZine';
    src: url('http://www.cyneer.com/dojo_styles/fonts/ComicZine/comic_zine_ot-webfont.eot');
    src: url('http://www.cyneer.com/dojo_styles/fonts/ComicZine/comic_zine_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyneer.com/dojo_styles/fonts/ComicZine/comic_zine_ot-webfont.woff') format('woff'),
         url('http://www.cyneer.com/dojo_styles/fonts/ComicZine/comic_zine_ot-webfont.ttf') format('truetype'),
         url('http://www.cyneer.com/dojo_styles/fonts/ComicZine/comic_zine_ot-webfont.svg#ComicZineOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KomikaTitle';
    src: url('http://www.cyneer.com/dojo_styles/fonts/KomikaTitle/KomikaTitle-webfont.eot');
    src: url('http://www.cyneer.com/dojo_styles/fonts/KomikaTitle/KomikaTitle-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyneer.com/dojo_styles/fonts/KomikaTitle/KomikaTitle-webfont.woff') format('woff'),
         url('http://www.cyneer.com/dojo_styles/fonts/KomikaTitle/KomikaTitle-webfont.ttf') format('truetype'),
         url('http://www.cyneer.com/dojo_styles/fonts/KomikaTitle/KomikaTitle-webfont.svg#KomikaTitleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* body */ 
body{
	background-color: white;
	font-family: "ActionMan";
}
#wrapper{
	background-image: none;
	border: none;
	width: 1000px;
}
#content{
	width: 1000px;
}
#main{
	width: 700px;
}

/* entries */
div.entry{
	width: 710px;
	background-repeat: no-repeat;
}
div.entry h1{
	font-family: 'KomikaTitle';
}

/* nav-bar */
div#navigation_box{
	font: 16px/20px 'AlphaEcho';
	background-color: transparent;
	border: none;
	height: 50px;	
}
div#left_navigation_box a{
	color: black;
}
div#right_navigation_box a{
	color: black;
}
 
/* header */
#header{
	background-color: transparent;
	border: none;
}
#header h1{
	font: 60px/68px 'ComicZine', Arial, sans-serif;
	letter-spacing: 0;
}
 
/* side */
#side{
	width: 250px;
}

/* footer and various coloring */

/* Please leave this notice to recognize the free time put in by the developer. */
div#footer:after{
	content: 'Copyright 2011 DG Kim';
}
 
div.quotetitle{
	border-top-color: #dbdbce;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
	width: 90%;
}
div.quotecontent{
	border-bottom-color: #dbdbce;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
	width: 90%;
}
div.codetitle{
	border-top-color: #dbdbce;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
	width: 90%;
}
div.codecontent{
	border-bottom-color: #dbdbce;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
	width: 90%;
	font-family: Courier New, Courier New;
}
div.codetitle, div.codecontent {
	background-color: #ebeadd;
	border-right-color: #dbdbce;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #dbdbce;
	border-left-width: 1px;
	border-left-style: solid;
}
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #ff9900; text-decoration: underline;}