/* @override http://gloveside.net/themes/gloveside/style.css */

body {        
	background-color: white;
    color: #333;
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;
}

#container {
	padding-top: 25px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

img#rss {
    width: 36px;
    height: 19px;
    border-width: 0px;
    float: left;
    margin-left: 22px;
}

#header {
	height: 100px;
    width: 480px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: -1px;
	background-image: url(img/header.gif);
}

#header h1 {
	display: none;
}

h1 a {
    color: #666;
    text-decoration: none;
}

#description {
    color: #777;
    font-size: 11px;
    line-height: 18px;
    padding-right: 70px;
    margin-bottom: 30px;
}

.date {
    margin: 0px 0px 25px 25px;
    float: right;
    width: 42px;
}

div.post {
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #eee;
    min-height: 100px;
    height:auto !important;
  	height:150px;
}

div.post img.permalink {
    border-width: 0px;
    width: 23px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 45px;
    display: none;
}

    div.post:hover img.permalink {
        display: block;
    }

div.post h2 {
    color: #444;
    margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .25em;
    margin-left: 12px;
}

div.post h2 a {
    color: #be1e2d;
    text-decoration: none;
}

div.post p {
	margin-left: 12px;
	margin-right: 12px;
}

a {
    color: #111;
}

/* Regular Post */
div.post div.regular {
    line-height: 17px;
}

    div.post div.regular blockquote {
        font-style: italic;
    }

/* Photo Post */
div.post div.photo img {
    border-width: 0px;
}

div.post div.photo div.caption {
    font-size: 11px;
    margin-top: 5px;
    color: #888;
}

    div.post div.photo div.caption a {
        color: #888;
    }

/* Quote Post */
div.post div.quote {
    padding: 0px 30px 0px 30px;
}

    div.post div.quote span.quote {
        font-size: 16px;
        color: #444;
    }

        div.post div.quote span.quote a {
            color: #444;
        }

        div.post div.quote span.quote big.quote {
            font: Bold 60px Georgia, serif;
            line-height: 1px;
            vertical-align: -23px;
            opacity: 0.4;
            -moz-opacity: 0.4;
            filter: alpha(opacity=40);
        }

            div.post div.quote span.quote big.quote a {
                text-decoration: none;
            }

    div.post div.quote div.source {
        font-size: 12px;
        color: #666;
    }

        div.post div.quote div.source a {
            color: #666;
        }

/* Link Post */
div.post div.link {
    color: #666;
    font-size: 24px;
    letter-spacing: -1px;
}

    div.post div.link a {
        color: #666;
        text-decoration: none;
        border-bottom: dotted 1px #666;
    }

    div.post div.link div.description {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 20px;
    }

/* Conversation Post */
div.post div.conversation {
	background-image: url(images/elements/haiku_bg.gif);
}

    div.post div.conversation ul li {
        font-size: 12px;
        padding: 4px 0px 4px 8px;
        color: #000;
        margin-bottom: 1px;
    }

        div.post div.conversation ul li span.label {
            font-weight: bold;
        }

        div.post div.conversation ul li.odd {
            background-color: #f4f4f4;
        }

        div.post div.conversation ul li.even {
            background-color: #e8e8e8;
        }

/* Video Post */
div.post div.video div.caption {
    margin-top: 5px;
    color: #888;
    font-size: 11px;
}

    div.post div.video div.caption a {
        color: #888;
    }

#navigation {
    font-size: 11px;
    font-weight: bold;
}

    #navigation a {
        color: #555;
        text-decoration: none;
    }
    
    #navigation a:hover {
        text-decoration: underline;
    }

#footer {
    margin-top: 11px;
    font-size: 10px;
    color: #333;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    #footer a {
        color: #be1e2d;
    }
	
div.pagination {
text-align:center;
padding:3px;
margin:3px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;

text-decoration: none;
color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #a0a0a0;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #e0e0e0;
font-weight: bold;
background-color: #f0f0f0;
color: #aaa;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #ccc;
}

.containerFormComments {
margin: 25px 65px 0px 0px;
font-family: Verdana;
font-size: 0.75em;
}

#commentForm input, #commentForm textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentForm p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 5px 0;
}

#commentForm input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentForm textarea {
width: 100%;
padding: 2px;
}

#commentForm #btnAdd {
margin: 0;
float: right;
}

/* @override http://gloveside.net/themes/gloveside/style.css */

body {        
	background-color: white;
    color: #333;
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;
}

#container {
	padding-top: 25px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

img#rss {
    width: 36px;
    height: 19px;
    border-width: 0px;
    float: left;
    margin-left: 22px;
}

#header {
	height: 100px;
    width: 480px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: -1px;
	background-image: url(img/header.gif);
}

#header h1 {
	display: none;
}

h1 a {
    color: #666;
    text-decoration: none;
}

#description {
    color: #777;
    font-size: 11px;
    line-height: 18px;
    padding-right: 70px;
    margin-bottom: 30px;
}

.date {
    margin: 0px 0px 25px 25px;
    float: right;
    width: 42px;
}

div.post {
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #eee;
    min-height: 100px;
    height:auto !important;
  	height:100px;
}

div.post img.permalink {
    border-width: 0px;
    width: 23px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 45px;
    display: none;
}

    div.post:hover img.permalink {
        display: block;
    }

div.post h2 {
    color: #444;
    margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .25em;
    margin-left: 12px;
}

div.post h2 a {
    color: #be1e2d;
    text-decoration: none;
}

div.post p {
	margin-left: 12px;
	margin-right: 12px;
}

a {
    color: #111;
}

/* Regular Post */
div.post div.regular {
    line-height: 17px;
}

    div.post div.regular blockquote {
        font-style: italic;
    }

/* Photo Post */
div.post div.photo img {
    border-width: 0px;
}

div.post div.photo div.caption {
    font-size: 11px;
    margin-top: 5px;
    color: #888;
}

    div.post div.photo div.caption a {
        color: #888;
    }

/* Quote Post */
div.post div.quote {
    padding: 0px 30px 0px 30px;
}

    div.post div.quote span.quote {
        font-size: 16px;
        color: #444;
    }

        div.post div.quote span.quote a {
            color: #444;
        }

        div.post div.quote span.quote big.quote {
            font: Bold 60px Georgia, serif;
            line-height: 1px;
            vertical-align: -23px;
            opacity: 0.4;
            -moz-opacity: 0.4;
            filter: alpha(opacity=40);
        }

            div.post div.quote span.quote big.quote a {
                text-decoration: none;
            }

    div.post div.quote div.source {
        font-size: 12px;
        color: #666;
    }

        div.post div.quote div.source a {
            color: #666;
        }

/* Link Post */
div.post div.link {
    color: #666;
    font-size: 24px;
    letter-spacing: -1px;
}

    div.post div.link a {
        color: #666;
        text-decoration: none;
        border-bottom: dotted 1px #666;
    }

    div.post div.link div.description {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 20px;
    }

/* Conversation Post */
div.post div.conversation {
	background: url(img/haiku_bg.gif) no-repeat;
	min-height: 150px;
	height:auto !important;
	height:150px;
}

    div.post div.conversation ul li {
        font-size: 12px;
        padding: 4px 0px 4px 8px;
        color: #000;
        margin-bottom: 1px;
    }

        div.post div.conversation ul li span.label {
            font-weight: bold;
        }

        div.post div.conversation ul li.odd {
            background-color: #f4f4f4;
        }

        div.post div.conversation ul li.even {
            background-color: #e8e8e8;
        }

/* Video Post */
div.post div.video div.caption {
    margin-top: 5px;
    color: #888;
    font-size: 11px;
}

    div.post div.video div.caption a {
        color: #888;
    }

#navigation {
    font-size: 11px;
    font-weight: bold;
}

    #navigation a {
        color: #555;
        text-decoration: none;
    }
    
    #navigation a:hover {
        text-decoration: underline;
    }

#footer {
    margin-top: 11px;
    font-size: 10px;
    color: #333;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    #footer a {
        color: #be1e2d;
    }
	
div.pagination {
text-align:center;
padding:3px;
margin:3px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;

text-decoration: none;
color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #a0a0a0;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #e0e0e0;
font-weight: bold;
background-color: #f0f0f0;
color: #aaa;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #ccc;
}

.containerFormComments {
margin: 25px 65px 0px 0px;
font-family: Verdana;
font-size: 0.75em;
}

#commentForm input, #commentForm textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentForm p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 5px 0;
}

#commentForm input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentForm textarea {
width: 100%;
padding: 2px;
}

#commentForm #btnAdd {
margin: 0;
float: right;
}