@charset "utf-8";
/* CSS Document */

/* CSS Reset - http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212 */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}

/* General html element styles */
html {
	overflow-y:scroll;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
}
p {
	margin:8px 0;
}
h1 {
	font-size:175%;
	margin:5px 0;
}
h2 {
	font-size:150%;
	margin:5px 0;
}
h3 {
    font-size: 125%;
    margin:5px 0;
}
.clearer {
	clear:both;
}
a {
	text-decoration:none;
	color:#555555;
}
a:hover {
	text-decoration:underline;
}

/* ID's / Classes */

#frame {
	width:950px;
	margin:0 auto;
}
#header {
	padding-top: 25px;
}
#headerLeft {
	float:left;
	width:400px;
}
#headerRight {
	float:right;
	width:468px;
	text-align:right;
}
#title {
	font-size:150%;
	font-weight:bold;
}
#navigation {
	margin-top:10px;
}
#navigation ul li {
	float:left;
	list-style:none;
	margin-right:5px;
        position:relative;
}
#navigation ul li ul {
    display:none;
    position:absolute;
    padding-top: 10px;
}
#navigation ul li:hover > ul {
    display: block;
}
#navigation ul li ul li {
	float:none;
	text-align:left;
	width:150px;
	display:block;
        margin: 0px;
        padding: 0px;
}
#hmAttachments# li {
	margin-bottom:15px;
}

#topBox {
	height:125px;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom: 5px;
        /* background-image: url("http://halo.snaver.net/image/topimage/result.jpg");*/
        background-position: top center;
}
#content {
    overflow:hidden;
}
#wordpress {
    width:600px;
}
/* Halomods Stuff */
p.author {
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-size:1em;
    line-height:1.2em;
    margin:0 15em 0.6em 0;
    padding:0 0 5px;
}
.hm_post {
    border:1px solid #C9D2D8;
}

/* Footer Stuff */
#footer {
    margin-top:20px;
    border-top:1px solid #C9D2D8;
    padding:5px 0px;
}
#footerRight {
	float:right;
	text-align:right;
}
#footerLeft {
	float:left;
}
#sidebar {
    width: 200px;
    float: right;
    border: 1px solid #666;
    padding: 4px;
}

