﻿/* 
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

a {
text-decoration: underline;
}

a:link {
color: #FF6600;
}

a:visited {
color: #FF6600;
}

a:active {
color: #FF6600;
}

a:hover {
color: #40659B;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

/* 2 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#container {
width: 780px;
padding: 0px;
background-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
border-left: 3px solid #999999;
border-right: 3px solid #999999;
border-bottom: 3px solid #999999;
text-align: left;
line-height: 140%;
}

#banner {
width: 786px;
height: 108px;
padding: 0px;
background-color: #FF6600;
border-bottom: 1px solid #999999;
margin-right: auto;
margin-left: auto;
}

#center {
float: left;
width: 542px;
overflow: hidden;
}

#right {
float: left;
width: 238px;
overflow: hidden;
}

.content {
padding: 25px 25px 0px 25px;
background-color: #FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #666666;
}

.content p {
font-family: Verdana, Arial, sans-serif;
color: #666666;
font-size: 11px;
text-align: left;
line-height: 150%;
margin-bottom: 10px;
}

.content blockquote {
line-height: 150%;
}

.content li {
line-height: 150%;
}

.content h1 {
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 15px;
color: #40659B;
text-align: left;
font-weight: bold;
line-height: 130%;
margin-bottom: 10px;
}

.content h1 a {
text-decoration: none;
}

.content h1 a:link {
color: #40659B;
}

.content h1 a:visited {
color: #40659B;
}

.content h1 a:active {
color: #40659B;
}

.content h1 a:hover {
color: #FF6600;
}

.content h2 {
font-family: Verdana, Arial, sans-serif;
color: #999999;
font-size: 12px;
font-weight: normal;
text-align: left;
margin-bottom: 10px;
}

.content p.posted {
font-family: Verdana, Arial, sans-serif;
color: #999999;
font-size: 10px;
text-align: left;
padding: 4px;
border-top: 1px solid #C0C0C0;
margin-bottom: 25px;
}

.content p.filed {
font-family: Verdana, Arial, sans-serif;
color: #999999;
font-size: 10px;
text-align: left;
padding: 0px;
margin-top: -5px;
margin-bottom: -4px;
}

.content img {
float: right;
background-color: #FFFFFF;
border: 1px solid #C0C0C0;
padding: 6px;
margin-left: 10px;
margin-right: 4px;
margin-bottom: 10px;
}

.content p.posted img {
float: none;
padding: 0px;
border: 0px solid #FFFFFF;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: -2px;
}

.sidebar {
padding: 15px;
}

.sidebar h2 {
background-color: #FFFFFF;
font-family: 'Trebuchet MS', Verdana, sans-serif;
color: #40659B;
font-size: 14px;
text-align: left;
font-weight: bold;
padding: 4px;
border: 1px solid #C0C0C0;
margin-bottom: 10px;
}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 30px;
}

.sidebar li {
font-family: Verdana, Arial, sans-serif;
color: #666666;
font-size: 10px;
text-align: left;
line-height: 150%;
margin-top: 4px;
margin-left: 19px;
list-style-image: url("http://www.giznews.com/images/bullet.gif");
}

.sidebar_text {
font-family: Verdana, Arial, sans-serif;
color: #666666;
font-size: 10px;
line-height: 150%;
text-align: left;
padding: 2px;
margin-top: -15px;
margin-bottom: 10px;
}

.sidebar_background {
background-image: url(http://www.giznews.com/images/background.gif);
background-repeat: repeat-y;
}

.sidebar img {
border: 0px solid #FFFFFF;
margin-bottom: -3px;
}

#footer {
background-color: #FF6600;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
font-size: 10px;
padding: 2px;
margin: 0px;
height: 26px;
border-top: 1px solid #999999; 
border-bottom: 12px solid #FF9966;
text-align: center;
}

#footer a { 
color: #FFFFFF;
}

#footer a:hover {
color: #40659B;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 2px dotted #BBB;
}

/* Misc
////////////////////////////////////////////////////////////////////////////////// */

textarea[id="comment-text"] {
width: 80%;
}