/* generic */

* {
    font-family: verdana, sans-serif;
    font-size: 12px;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 740px;
}
a {
    color: #666;
    font-size: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
td {
    vertical-align: top;
}
div {
    display: block;
}
span {
    display: inline;
}


/* generic classes */

.theme_bg {
    background: #000000;
}
.block {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
.opaque {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}
a.opaque:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
}
.not_opaque {
    /* IE warning: setting opacity to 1 translates to 0 */
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);;
}
.no_underline:hover {
    text-decoration: none;
}
.feint {
    color: #999;
}


/* intro */

div.intro {
    border: solid 1px #ccc;
    color: #dfd;
    margin-left: 10px;
    padding: 5px;
    text-align: left;
}
a.intro {
    color: #cfc;
}


/* header */

td.contris_header_01 {
    height: 62px;
    width: 220px;
    text-align: right;
    vertical-align: bottom;
}
td.contris_header_02 {
    height: 85px;
    width: 520px;
    text-align: left;
    vertical-align: bottom;
}
td.contris_header_03 {
    background: url(/logga.gif) no-repeat top right;
    height: 23px;
    width: 220px;
    padding: 0 0 2px 20px;
    vertical-align: bottom;
}
a.contris_header_03 {
    color: #fff;
    display: block;
    text-decoration: none;
}


/* index nav */

table.index_nav {
	background: #eee;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 10px;
    font-weight: bold;
    margin-top: 20px;
    padding: 3px 10px 3px 10px;
	width: 100%;
}
td.archives_link {
	text-align: left;
	width: 322px;
}
td.posts_nav {
	color: #ccc;
	width: 418px;
	text-align: right;
}


/* ww */


div.ww_feature_header {
    font-weight: bold;
    margin-top: 1px;
    padding: 3px 10px 3px 10px;
    text-align: center;
}
a.ww_feature_header {
    color: #fff;
}
a.ww_feature_header:hover {
    text-decoration: none;
}

/*div.archives_link {
    background: #eee;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 10px;
    font-weight: bold;
    margin-top: 20px;
    padding: 3px 10px 3px 10px;
}
*/

/* gallery table */

table.gallery {
    margin-top: 10px;
}
td.feature {
    width: 312px;
}
td.thumbs {
    text-align: right;
    white-space: normal;
    width: 428px;
}


/* images */

img.border {
    border: solid 1px #ccc;
}
img.ww_border {
    border: solid 1px #000;
}
img.feature {
    width: 310px;
    height: 426px;
}


/* post */

div.post_nav {
	color: #ccc;
	float: left;
	font-size: 10px;
	padding-left: 10px;
}
div.post_date {
    color: #889;
    font-size: 10px;
}


/* gallery thumb */

td.gallery_thumb {
    padding: 0 0 20px 10px;
    text-align: center;
}
td.gallery_thumb > a {
    color: #889;
    font-size: 10px;
}


/* gallery header */

table.gallery_header {
    border-top: solid 1px #376;
	padding: 6px 20px 5px 10px;
	width: 100%;
}
td.gallery_header {
	color: #fff;
	vertical-align: middle;
}
a.gallery_header {
	color: #fff;
}
td.gallery_header_logo {
	width: 70px;
}
td.gallery_header_heading {
    color: #ED1C24;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}
td.gallery_header_nav {
	text-align: right;
}


/* nav */

/*div.nav {
    float: right;
    padding: 4px 10px 0 0;
}
img.nav {
    margin-left: 5px;
}*/


/* gallery */

    /* also used for pages */
/*div.page_header {
    border-top: solid 1px #376;
    width: 100%;
    height: 30px;
}
div.page_heading {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0 0 5px;
    text-transform: uppercase;
}
*/
img.pic_thumb {
    margin-left: 9px;
    margin-bottom: 10px;
}
div.testimony {
    padding-top: 7px;
}
div.pic {
    background: #eee;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 10px 0 10px 0;
    text-align: center;
}
div.pic_info {
    background: #eee;
    border-left: solid 1px #ccc;
    padding: 10px 20px 10px 20px;
}
ul.pic_info {
    color: #666;
    font-size: inherit;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 20px;
}
li {
    font-size: inherit;
}
div.ww_select {
    color: #999;
    font-size: 11px;
    padding-top: 10px;
    text-align: right;
}
select {
    border: solid 1px #ccc;
    color: #666;
    font-size: 11px;
    padding: 0 0 0 5px;
    text-align: right;
}


/* post comment */

div.post_comment_link {
    padding: 10px 0 10px 0;
}
a.post_comment_link {
    color: #fff;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    text-transform: lowercase;
}
a.post_comment_link:hover {
    color: #ffc;
    text-decoration: none;
}
div.post_comment {
    background: #eee;
    border: solid 1px #ccc;
    padding: 10px;
}
input[type='text'] {
    border: solid 1px #ccc;
    width: 100%;
}
textarea {
    border: solid 1px #ccc;
    height: 100px;
    width: 100%;
}
input[type='submit'] {
    border: solid 1px #376;
    color: #eee;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
}
input[type='submit']:hover {
    color: #fff;
}
div.comment_msg {
    background: #ffe;
    border: solid 1px #900;
    color: #900;
    font-style: italic;
    padding: 10px;
    text-align: center;
}


/* footer */

div.footer {
    color: #ccc;
    font-size: 11px;
    padding: 30px 0 30px 0;
    text-align: center;
}
a.footer {
    color : #ccc;
    font-size: 11px;
}