/* _RESET CSS :-)) -------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset, input, p, blockquote, address, th, td {
margin: 0; padding:0; }
h2, h3, h4, h5, h6 {
font-size: 100%; font-weight: normal;}
ol, ul {
list-style-type: none; }
table {
border-collapse: collapse; border-spacing: 0; }
caption, th {
text-align: left; }
fieldset, img {
border: 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
font-style: normal; font-weight: normal; }
q:before, q:after {
content: ''; }
a:link, a:visited, a:active {
text-decoration: none; }
h2, h3, h4, h5, p, ul {
margin: 0; padding: 0; }
img {
display: block;}
a, button {
outline: none;}
attr {
border-bottom: none;
}


/*----------- _GLOBAL TEXT & HEADERS */
html {
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: .8em;
color: #333333;
}


h2 {
font-size: 1.7em;
font-weight: bold;
padding: 0.2em 0.2em 0.2em 5px;
border-left: solid #ffe600 10px;
}


h3 {
font-size: 1em;
font-weight: bold;
margin-top: 1em;
padding: 0.2em 0.2em 0.2em 5px;
border-left: solid #ffe600 10px;
}


h4 {
font-size: 1em;
font-style: italic;
margin-top: 1em;
padding: 0.2em 0.2em 0.2em 15px;
}


p {
padding: 0.2em 0 0.2em 0;
line-height: 1.4em;
}


strong, b {
font-weight: bold;
}


em {
font-style: italic;
}


q, i {
font-style: italic;
}


q:before {
content: '"';
}


q:after {
content: '"';
}


blockquote {
margin-left: 15px;
padding: 1em 35px 1em 35px;
background: url(/i/blockquote.png) top left no-repeat;
}


cite {
text-align: right;
font-style: italic;
display: block;
margin-top: -35px;
padding-top: 35px;
background: url(/i/cite.png) top right no-repeat;
}


.main_content ul {
list-style: square outside;
margin: 0 3.8em 0 3.8em;
padding: 0.5em 0 0.5em 0;
}


.main_content ol {
list-style: decimal outside;
margin: 0 3.8em 0 3.8em;
padding: 0.5em 0 0.5em 0;
}


.hidden {
display: none;
}


/* _Links */
a {
color: #333;
border-bottom: dotted #333 1px;
}


a:link {
color: #333;
border-bottom: dotted #333 1px;
}


a.rss_feed:link {
background: url(/i/feed-icon-14x14.png) no-repeat left;
padding-left: 16px;
border-bottom: none;
}


a:visited {
color: #333;
border-bottom: dotted #333 1px;
}


/*-- .entry_body a:visited, .entry_more a:visited {
color: #333;
background: url(/i/tick.png) center right no-repeat;
border-bottom: dotted #333 1px;
padding-right: 17px;
} -- */

.entry_bookmarking {
margin: 5px auto 5px auto;
text-align: center;
}

.entry_bookmarking a {
text-decoration: none;
border: none;
}

a:hover, a.rss_feed:hover {
color: #333;
background-color: #ffe600;
}


.entry_body a:hover, .entry_more a:hover {
color: #333;
background-color: #ffe600;
border-bottom: dotted #333 1px;
padding-right: 0px;
}


h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
border-bottom: none 0;
background-image: none;
padding-right: 0;
}


/* Specific text elements */
.main_content p {
padding-left: 0;
}


p.byline, p.byline_comments, p.byline_tags {
font-size: 0.8em;
color: #666;
text-transform: uppercase;
padding: 0.05em 0 0.2em 5px;
border-left: solid #ffe600 10px;
}


p.byline a:link, p.byline_comments a:link, p.byline a:visited, p.byline_comments a:visited {
color: #666;
}


p.comments {
font-style: italic;
padding-left: 10px;
text-align: right;
margin: 1em 0 1em 0;
}


p.readmore {
text-align: right;
padding: 0 15px 0 15px;
}


/* Subcontent text */
.sub_content h2 {
font-size: 1.2em;
font-weight: bold;
}


.sub_content h2 {
padding: 0.2em 0.2em 0.2em 4px;
border-left: solid #ffe600 10px;
margin: 0 15px 0.5em 0;
}


.sub_content h3 {
font-size: 1em;
font-weight: bold;
margin: 0 15px 0 15px;
padding: 0;
border-left: none;
}


.sub_content h4 {
font-size: 1em;
font-style: normal;
margin: 0 15px 0 15px;
padding: 0;
}


.sub_content p.byline, .sub_content p.byline_comments {
border: none;
margin: 0 15px 0 15px;
padding: 0;
}


/*----------- GLOBAL _LAYOUT 2 columns --*/
html { text-align: center; }


.container_1 {
width: 100%;
height: 150%;
background: transparent url(/i/container_1.jpg) repeat-x fixed;
padding-bottom: 150px;
}


.container_2 {
width: 960px;
margin: 0 auto 0 auto;
position: relative;
top: 15px;
text-align: left;
border-top: solid 5px #ccc;
}


.content { 
position: relative;
background: #FFF;
border: solid #d3d1d1 5px;
overflow: hidden;
width: 950px;
}


.main_content {
width: 60%;
min-height: 500px;
overflow: hidden;
}


.sub_content {
float: right;
width: 353px;
padding: 0 10px 50px 0;
overflow: hidden;
}


/*----------- MAIN _CONTENT LAYOUT ----- */
.greeting {
padding: 15px 0 15px 0;
}


.greeting_content {
margin: 0 15px 0 15px;
}


.greeting h2 {
margin-top: 0;
}


body#go-org-home .alpha {
width: 50%;
float: left;
}

body#go-org-home .alpha-1 {
border-right: solid 1px #ffba01;
border-bottom: solid 1px #ffba01;
border-top: solid 1px #ffba01;
background-color: #ffe600;
margin: 0 10px 10px 0;
padding: 10px 0 15px 0;
}

body#go-org-home .alpha-2 {
padding-top: 15px;
}

body#go-org-home .beta {
width: 50%;
float: left;
}


body#go-org-home .main_content h2 {
font-size: 1.2em;
font-weight: bold;
}


body#go-org-home .main_content h2 {
padding: 0.2em 0.2em 0.2em 4px;
border-left: solid #ffe600 10px;
margin: 0 15px 0.5em 0px;
}


body#go-org-home .main_content h3 {
font-size: 1em;
font-weight: bold;
margin: 0.4em 15px 0 15px;
padding: 0.2em 0 0 0;
border-left: none;
}


body#go-org-home.main_content h4 {
font-size: 1em;
font-style: normal;
margin: 0.1em 15px 0 15px;
padding: 0.2em 0 0 0;
}


body#go-org-home p.byline, body#go-org-home p.byline_comments {
border: none;
margin: 0 15px 0 15px;
padding: 0;
}


body#go-org-home ul {
list-style: none;
margin: 0;
padding: 0;
}

body#go-org-home .beta .entry {
clear: both;
}

.entry {
clear: both;
}

.content-nav {
clear: both;
}


/*---------- _BODY & HTML */
body {background: #2c2c2c url(/i/body.jpg) 27px 2px fixed;}


/*---------- _BRANDING */


.branding {
position: relative;
height: 335px;
width: 100%;
background: url(/i/branding/rotator.php) no-repeat bottom #fff;
}


.branding h1 {
text-indent: -999999px;
height: 72px;
width: 960px;
background: url(/i/h1.png) no-repeat #fff;
margin: 0;
}


.branding h1 a {
display: block;
height: 72px;
width: 960px;
background: none;
}


.branding h1 a:hover {
background: transparent;
}


.branding q {
width: 602px;
height: 75px;
position: absolute;
top: 295px;
left: 380px;
z-index: 70;
display: block;
background: url(/i/branding_q.png) no-repeat;
text-indent: -99999px;
}


/*---------- _NAVIGATION */
.navigation {
height: 36px;
width: 100%;
position: absolute;
top: 69px;
background: url(/i/navigation.png) bottom repeat-x transparent;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .15em;
z-index: 90;
}


.navigation h2 {
display: none;
}


.navigation a:link {
color: #333;
border: none;
background-color: transparent;
}


.navigation ul {
height: 36px;
}


.navigation ul li {
height: 33px;
float: left;
background: url(/i/navigation_ul_li.png) no-repeat top right;
margin-top: 3px;
position: relative;
}


.navigation ul li a {
color: #222;
display: block;
height: 100%;
padding: 7px 10px 0 10px;
border: none;
background-color: transparent;
}
* html .navigation ul li a { display:inline; position: relative; top: 7px}
* + html .navigation ul li a { display:inline; position: relative; top: 7px}


.navigation ul li ul {
display: none;
float: none;
position: absolute;
top: 36px;
left: 0;
z-index: 90;
width: 100%;
}


/* left:0 above is required for ie but stuffs up mozilla etc, so fix this up in only mozillas: */
li > ul {
top: auto;
left: auto;
}


.navigation ul li ul li {
float: none;
background: url(/i/alpha80.png);
margin: 0;
width: 200px;
height: 1%;
border-bottom: solid 1px #333;
border-left: solid 1px #333;
border-right: solid 1px #333;
height: auto;
padding-left: 12px;
}


.navigation ul li ul li a {
color: #cccccc;
padding: 6px 12px 6px 0;
display: block;
height: auto;
position: relative;
top: auto; /* to counteract effect of ie hack above */
}


/* Hover activities */
.navigation ul li:hover, .navigation ul li.over {
background: url(/i/navigation_ul_li.png) no-repeat center bottom;
height: 36px;
margin-top: 0;
}


.navigation ul li:hover ul, .navigation ul li.over ul {display: block; }


.navigation ul li ul li:hover, .navigation ul li ul li.over {
color: #FFF;
background: #000;
border-bottom: solid 1px #333;
height: auto;
}


.navigation ul li ul li a:link {
color: #cccccc;
}


.navigation ul li ul li a:hover {
color: #FFFFFF;
}


.navigation a:visited {
background-image: none;
border-bottom: none;
background-color: transparent;
}


.navigation ul li#nav_highlight {
position: absolute;
left: 882px;
top: -43px;
z-index: 95;
background: url(/i/nav_highlight.png) no-repeat;
text-indent: -99999px;
width: 119px;
height: 119px;
}


.navigation ul li#nav_highlight a {
height: 100px;
display: block;
}


.navigation ul li#nav_current {
font-weight: bold;
}


.navigation ul li ul li, .navigation ul li ul li:hover, li.over ul li {
border-bottom: solid 1px #999;
}


/*-------------- _SUB CONTENT */
.sub_content {
position: relative;
}

.sub_content_ads {
margin: 0 0 15px 0;
}

.sub_content_social {}

.sub_content_social .fb_link {
width: 128px;
height: 33px;
float: left;
padding-top: 25px;
}

a.facebook_link {
}

.sub_content_social .tw_link {
width: 128px;
height: 60px;
float: right;
}

.twitter_link {
}

.sub_content_social .nl_link {
padding: 15px;
clear: both;
text-align: center;
}

.sub_content_social .feed_link {
margin-right: 18px;
margin-top: 13px;
float: left;
}

a.feed_link {
background: url(/i/feed-icon-28x28.png) no-repeat center top;
display: block;
padding-top: 32px;
text-align: center;
border-bottom: none;
}


/* _SIGN IN & SEARCH AREA */
.sub_content_forms {
border-left: solid 1px #ffba01;
border-bottom: solid 1px #ffba01;
background-color: #ffe600;
padding: 20px 15px 15px 15px;
width: 332px;
margin-bottom: 10px;
}


.sub_content_forms p {
padding: 1px 0 3px 0;
line-height: 1.2em;
}


.sub_content_forms h2 {
padding: 0;
margin: 10px 15px 5px 0;
border: none 0;
}


.sub_content_forms form {
padding: 0;
margin: 0;
}


.sub_content_forms label {
float: left;
width: 7em;
}


.sub_content_forms .remember_me label {
width: 9em;
}


.sub_content_forms input {
width: 130px;
}


.sub_content_forms button {
position: absolute;
left: 280px;
height: 22px;
width: 70px;
background: url(/i/sign_in_button.png) no-repeat top transparent;
border: none;
text-indent: -99999px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
outline: none;
}


.sub_content_forms button:active {
background: url(/i/sign_in_button.png) no-repeat bottom transparent;
outline: none;
}


.sub_content_forms .forgot_pass {
text-align: right;
}

#search-results .entry {
clear: both;
}

/* SIGN IN _WIDGET */
.main_content .widget-content {
margin: 0 15px 0 15px;
}


/* RECENT FORUM TOPICS */
.recent_forum_topics {
margin-bottom: 15px;
}


/*----------- _ENTRY */
.entry {
margin-bottom: 30px;
}


.entry_header {
margin: 0px 0 10px 0;
}


.entry_excerpt {
margin: 5px 0 0 15px;
}


.entry_body, .entry_more {
margin: 0 0 5px 15px;
}


.entry_body p.first {
font-style: italic;
border-bottom: solid 1px #ccc;
margin: 0 15px 0 15px;
padding: 10px 0 10px 0;
}


.entry_more {
margin-top: 5px;
}

.entry_ad {
margin: 40px 10px 10px 40px;
}


.entry_footer {
margin-top: 15px;
}


.content-nav {
margin: 0 0 15px 15px;
}


/*---------- _COMMENTS */
.comments-open-content {
width: 300px;
}


.comments-open-content form {
margin-left: 15px;
width: 300px;
position: relative;
}


#comment-greeting {
margin: 10px 0 10px 15px;
font-style: italic;
}


#comments-open-data {
padding: 5px;
margin: 10px 0 10px 0;
background-color: #ccc;
}


#comment-form-name, #comment-form-email, #comment-form-url, #comment-form-remember-me {
padding: 10px 5px 10px 5px;
}


#comment-form-name input, #comment-form-email input, #comment-form-url input {
position: absolute;
left: 100px;
width: 185px;
}


#comment-form-remember-me input, #comment-form-reply input {
position: absolute;
left: 275px;
}


#comment-form-reply {
padding: 5px;
background-color: #ccc;
margin-top: 5px;
margin-bottom: 5px;
}


#comments-open-text textarea {
font-size: 1em;
color: #333;
font-family: Tahoma, Verdana, sans-serif;
width: 290px;
padding: 5px;
}


#comments-open-text label {
margin-bottom: 0.2em;
}


#comments-open-footer {
margin: 5px 0 5px 0;
float: right;
height: 5em;
}


#comments-open-footer input {
margin: 5px;
}


/* Individual comment */
.comment {
width: 100%;
margin: 20px 0 0 0;
}


.comment .inner {
padding-right: 10px;
background: url(/i/cite.png) bottom right no-repeat;
}


.comment-header .byline {
font-size: 0.8em;
color: #333;
text-transform: uppercase;
padding: 0.2em 0 0.5em 5px;
border-left: solid #ffe600 10px;
}


.comment-header .byline a:link {
color: #333;
}


.comment-header .byline img {
display: inline;
margin-left: 5px;
vertical-align: middle;
padding: 5px 5px 5px 0;
}


.comment-content {
display: block;
margin: 1em 0 1em 15px;
padding: 1em 35px 1em 35px;
padding-left: 30px;
background: url(/i/blockquote.png) top left no-repeat;
}




/*----------- _SITE INFO */
.site_info {
font-size: 0.7em;
color: #666;
width: 960px;
padding: 15px 0 5px 0;
margin-bottom: 50px;
border-bottom: 2px solid #333;
background: transparent url(/i/alpha50.png);
overflow: auto;
}


.site_info h2 {
margin: 0 15px 15px 15px;
text-indent: -999999px;
background: url(/i/site_info_h2.png) no-repeat;
width: 466px;
height: 40px;
border: none;
float: left;
}


.site_info .legalities {
background: url(/i/alpha80.png) no-repeat; /* This is really just to preload the image for the drop-down navigation menus */
float: right;
width: 315px;
position: relative;
padding: 5px 30px 5px 0;
}


.site_info p {
text-align: right;
line-height: 1em;
margin-right: 30px;
}


.site_info span#made_by_nick {
width: 25px;
height: 25px;
background: url(/i/made_by_nick.gif) no-repeat;
position: absolute;
margin: 0 0 0 10px;
top: 10px;
z-index: 80;
}


.site_info a:link {
color: #ccc;
background: none;
}


.site_info span#made_by_nick a {
display: block;
width: 25px;
height: 25px;
border: none;
}


.site_info a:visited {
color: #ccc;
background: url(/i/tick.png) no-repeat center right;
padding-right: 20px;
}


.site_info span#made_by_nick a:visited {
background: none;
padding-right: 0;
}


.site_info a:hover {
background-color: #fff;
color: #000;
}


.site_info span#made_by_nick a:hover {
background-color: transparent;
}


