@charset "utf-8";
/* CSS Document */

/* Global Styles */

img {
border: none;
margin: 0px;
padding: 0px;
}

body {
margin: 0px;
padding: 0px;
text-align: center;
background-image: url(../images/global/sky_bg.jpg);
background-repeat: repeat-x;
}

#login_wrapper {
margin: 0 auto;
width: 710px;
height: 50px;
text-align: left;
clear: both;
}

#login {
position: relative;
width: 263px;
height: 16px;
left: 447px;
top: 34px;
background-image: url(../images/global/nav_login.gif);
}

#nav_wrapper {
margin: 0 auto;
width: 750px;
height: 40px;
text-align: left;
clear: both;
}

#navbar {
width: 750px;
height: 35px;
text-align: center;
}

#main_wrapper {
margin: 0 auto;
width: 710px;
text-align: left;
clear: both;
}

#left_column {
width: 230px;
float: left;
background-color: #FFFFFF;
min-height: 500px
}

#right_column {
width: 480px;
min-height: 600px;
float: left;
background-image: url(../images/global/right_column_border.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
}

#content {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 60px;
text-align: left;
}

.content_item {
overflow: hidden;
}

#footer {
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
margin-bottom: 40px;
text-align: left;
border-top: #b8c492 1px solid;
}

/* Home Styles */

.cover_left {
width: 120px;
float: left;
}

.cover_right {
width: 340px;
float: right;
}

/* Author Styles */

#authors_holder {
height: 151px;
}

#authors {
width: 460px;
height: 141px;
text-align: center;
}

/* Login Styles */

.login_label {
width: 150px;
float: left;
text-align: left;
margin-top: 3px;
margin-right: 10px;
display: block
}

.login_field {
width: 200px;
}

.login_indent {
margin-left: 160px;
}

/* Register Styles */

.register_label {
width: 150px;
float: left;
text-align: left;
margin-top: 3px;
margin-right: 10px;
display: block
}

.register_field {
width: 200px;
}

.register_indent {
margin-left: 160px;
}

/* Blog Styles */

.blog_rule {
height: 5px;
border-top: #CCCCCC 1px solid;
}

#blog_archive {
margin-left: 10px;
margin-right: 10px;
}

.blog_label {
margin-top: 3px;
display: block
}