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

/* body */ 
body{
	background-color: #808080;
	background-image: url('http://www.cyneer.com/dojo_styles/twenty-twelve/one/gradient.png');
	background-repeat: repeat-x;
}
#wrapper{
	width: 900px;
	background-image: none;
	border: none;
	background-color: transparent;
}

/* entries */

/* nav-bar */

/* header */
 
/* side */

/* footer and various coloring */

/* Please leave this notice to recognize the free time put in by the developer. */
div#footer{
     display: none;
} 
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;}