/*
Theme Name: selwy theme
Theme URI: http://www.selwy.com/
Description: The WordPress theme for the digital sculpture selwy.</a>.
Version: 0.9
Author: selwy
Author URI: http://www.selwy.com
*/

html, body { 
	margin:0;
	padding:0;
	height:100%;
        direction:ltr;
}

body {
	background:#18191e url(images/bg.jpg) repeat-x fixed;
	text-align:center;
	min-height:100%;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

#page {
	
	background-color:#3a3b40;
	color:#cccccc;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:20px;
	
	margin:0 auto;
	padding:0;
	
	width:840px;
	min-height:100%;
}

#header {
	margin:0;
	padding:0;
	padding-top:60px;
	height:59px;
	width:840px;

	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
}

#content {
	margin:0px 20px;
	padding:0px;
	padding-bottom:55px;
	width:800px;
}

#footer {
	margin:0 auto;
	width:840px;
        height:48px;
	clear:both;
	
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	
	position: relative;
	margin-top: -48px;
}

#footer_content {
        margin-right:20px;
        padding-top:13px;

        color:#999999;
        text-align:right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
        color:#ff5555;
        text-decoration:none;
}

a:hover {
        color:#ff3333;
        text-decoration:none;
}

a.download {
        text-decoration:underline;
        font-size:16px;
}

/* main navigation on the top of the page */
#navigation {
	margin:0px;
	padding:0px;
	width:100%;
	text-align: right;
}
#navigation ul {
	margin:0px;
	padding:0px;
	white-space: nowrap;
}

#navigation li {
	list-style:none;
	display: inline;
}

#navigation a {
	padding: 0 20px;
	font-size:18pt;
	line-height:27px;
	color: #cccccc;
	text-decoration:none;
}

#navigation a:hover {
	color: #ff3333;
}

#navigation a:active {
	color: #ff3333;
}

/* post container */
.post {
	
}

.entry {
	margin-top:10px;
	margin-bottom:30px;
}

.entry p{
	padding-top:5px;
	padding-bottom:5px;
}

h2 {
	margin-left:-20px;
	margin-right:-20px;
        margin-top:7px;
        margin-bottom:2px;
	padding:0;
	padding-left:20px;
	overflow:visible;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	
	
	color:white;
	background-color:#43464c;
	border-top:1px solid #71757e;
	
	height:30px;
	line-height:30px;

        clear:both;
}

h2.pagetitle{
        margin-top:-10px;
        margin-bottom:0;
}

/* posttitle */
h2.posttitle {
        margin:0;
	padding:0;
	border:none;
	width:600px;
	float:left;
}

/* post date in the title */
.postdate {
	text-align:right;
        color:#999999;
	height:30px;
        font-size:10px;
	padding-top:6px;
	display:block;
}

.ptitle {
	margin:0 -20px;
	padding:0 20px;
	height:30px;
	
	background-color:#43464c;
	border-top:1px solid #71757e;
}


/* postmetadata */
.postmetadatastring {
        color:#999999;
        font-size:10px;
        margin:10px 50px;
        border-top:1px solid #43464c;
        border-bottom:1px solid #43464c;
}

.postmetadatastring a {
       color:#cccccc;
}

table.thumbnails {
	width:835px;
	margin-top:0;
	border:0;
}
table.thumbnails tr {
	height:115px;
}
table.thumbnails td {
        width:140px;
}

table.thumbnails_small {
        width:415px;
        margin-top:0;
        border:0;
}
table.thumbnails_small tr {
	height:115px;
}
table.thumbnails_small td {
        width:140px;
}

.excerpt p {
	padding-bottom:5px;
}

.points {
	text-align:center;
}

.excerpt a, .excerpt a:hover, .excerpt a:active, .excerpt a:visited, .excerpt a:link {
	color:#cccccc;
	text-decoration:none;
}

.excerpt a:hover {
	text-decoration:underline;
}


/* Begin Images */
img {
	border:none;
}

img.left {
        float:left;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin comments */

.alt {
	background-color: #43464c;
}
.commentlist {
        margin:20px 50px;
	padding: 0;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
        list-style: none;
}

.user_photo {
	float: right;
	/*border: 1px solid #eee;*/
}

.comment_author {
        font-size:14px;
        font-weight:bold;
        color:white;
}
.commentmetadata {
        color:#999999;
}
.commenttext {
        margin:2px 0;
}

.commenttext p {
        margin-top:10px;
}

#commentform {
        margin:0 50px;
}

#author, #url, #comment, #email, #submit {
        color:#cccccc;
        background-color:#43464c;
        border:1px solid #71757e;
}

#respond {
        margin:0 50px;
        font-size:16px;
        padding-top:5px;
        padding-bottom:5px;
}

cite, blockquote {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	padding:0;
	font-style:italic;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#hot_button {
	/*margin:0;
	position:absolute;
	top:130px;
	padding:0;
	width:150px;*/

	position:relative;
        padding:0;
        margin:0;
        margin-bottom:-150px;

        width:150px;
        height:150px;

        left:745px;
        top:20px;
}

#navigation .current_page_item a {
	color:#ff3333;
}
