/* base
----------------------------------------------- */

html {
 
        padding:0px;
        margin:0px;
}

body {
        height: 100%;
        padding:0px;
        margin:10px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #1D1D1D;
        font-size: 13px;
        line-height: 1.0em;
	background-color: white;
        
}



h1 {
        text-transform: uppercase;
        font-weight: bold;
	font-size: 6.0em;
        line-height: 1.7em;
        margin:0;
        padding:0;
}



h3 {
        padding: 0;
        margin: 0;
	font-size: 2.2em;
        line-height: 1.0em;
        font-weight: normal;
}

h5 {
        padding: 0;
        margin: 0;
	font-size: 1.2em;
        line-height: 1.0em;
        font-weight: normal;
}

h6 {
        padding: 0;
        margin: 0;
	font-size: 1.0em;
        line-height: 1.0em;
        font-weight: normal;
}


p {
         padding: 0;
         margin 0 0 1.0em 0;
}


/* navigation
----------------------------------------------- */

.sub01 {
        padding: 3em 0 0 5em;
        margin: 0;
}

.sub02 {
        padding: 2em 0 0 10em;
        margin: 0;
}


/* strong / italic
----------------------------------------------- */

.bold {
        font-weight: bold;
}

.italic {
        font-style: italic;
}

strong, b {
         font-weight: normal;
}

em, i {
         font-style: normal;
}

/* links
----------------------------------------------- */

a {
        text-decoration: none;
        color: #00AEF0;
}


#footer a {
	text-decoration: none;
	color: #1D1D1D;
}



a img {
	border: none;
}


/* layout
----------------------------------------------- */


#container {
	margin: 0;
        padding: 0 0 0 30px;
	width: 980px;
}



#feature {
        margin: 0 10px 0 610px;
        padding: 0;
        text-align: left;
}

#content {
        float:left;
        width: 580px;
        margin: 0;
        text-align: left;
        font-size: 1.2em;
	line-height: 1.6em;
}


#footer {
        border-top: 5px solid #F4F4F1;
        font-size: 1.2em;
	line-height: 1.4em;
        clear: both;
        width: 100%;
        margin:  1em 0 1em 0;
	padding: 1em 0 0 0;
        text-align: center;

}


.clear {
        clear:both;
        line-height:0.01em;
        font-size:0.01em;
}

/* features
----------------------------------------------- */

.head {
        margin: 0;
        padding: 0 0 1em 0;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
}


.articles {
        font-size: 1.0em;
        font-weight: normal;
	line-height: 1.4em;
}

.articles-right {
        font-size: 1.0em;
        font-weight: normal;
	line-height: 1.4em;
}


.block {
        margin: 0 0 40px 0;
        font-weight: bold;
}



/* Content
----------------------------------------------- */

.subline {
        margin: 0;
        padding: 0 0 4.5em 0;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 1.0em;
}

.directory {
	list-style-type: circle;
}


.next {
        font-style: italic;
        text-align: right;
        padding: 0 0 3.0em 0;
}

#content img {

	margin:  0;
        padding: 0;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}


form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.comment {
        text-transform: uppercase;
        font-size: 1.2em;
        padding: 30px 0 30px 0;
	line-height: 1.2em;
        font-weight: bold;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}



