/*
Twenty Eleven v 1.0 - Please do not plagiarize
2011 Copyright DG Kim
Designed for AoPS user blogs
*/

/* body */ 
body{
	overflow-x: hidden;
    font-family: georgia,serif;	
	background-color: #c7ccd2;
	background-image: url('http://www.cyneer.com/dojo_styles/twenty-eleven/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper{
	width: 900px;
	background-image: none;
	border: none;
	background-color: transparent;
}
#main{
	margin-bottom: 40px;
	overflow: auto;
	padding: 10px;
	text-align: left; 
	width: 640px;
	float: right;
	-webkit-box-shadow: #666 0px 0px 20px;
	-moz-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;
	background: #bdc2c7;	
}

/* entries */
div.entry h1 a{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
}
div.entry h1 a:hover{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	text-decoration: underline;
}
div.entry h2{
	color: #000;
	text-decoration: none;
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;	
}
.row1{
	background-color: transparent;
}
.row2{
	background-color: transparent;
}

/* nav-bar */
div#navigation_box{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	-webkit-box-shadow: #666 0px 0px 20px;
	-moz-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;
	background: #000000;
	border: none;
	color: white;
}
div#left_navigation_box a{
	color: white;
}
div#right_navigation_box a{
	color: white;
	margin-right: 20px;
}
 
/* header */
div#header{
	margin-top: 60px;
	height: 60px;
	color: transparent;
	background-color: transparent;
	border: none;
	margin-bottom: 30px;
}
div#header h1{
	text-align: left;
    font-family: Georgia,serif;
	color: #4E443C;
	font-variant: small-caps;
	text-transform: none; 
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
}
 
/* side */
#side{
	padding: 10px;
	width: 200px;
	float: left;
	-webkit-box-shadow: #666 0px 0px 20px;
	-moz-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;
	background: #bdc2c7;	
}
div.widget{
	display: none;
}
div#shouts-widget{
	width: 190px;
	display: block;
}
div#shouts-widget fieldset{
	border: none;
}
li.row1{
	background-color: transparent;
	border-bottom: 1px #666 dashed;
}
li.row2{
	background-color: transparent;
	border-bottom: 1px #666 dashed;	
}

/* 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;}