/*
Theme Name: Twply
Theme URI: http://www.twply.com/blog/
Description: A blog devoted to Twply
Author: Chad Sweely
Author URI: http://directories.ientry.com/
Version: 1.0
*/


body {
	background: url(http://www.twply.com/images/bg.jpg);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

#headerimg {
	margin-top: 30px;
	text-align: center;
}

#container {
	width: 871px;
	margin: 0px auto 0 auto;
	background-color: white;
	border: 1px solid #ABA4A4;

}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px 35px 0px 15px;
	width: 601px;
	float: left;	
}

#content p {
	margin: 0 0 1.5em 0;
}

#content a {
	color: #29A5D6;
	text-decoration: none;
}

#content a:visited {
        color: #29A5D6;
        text-decoration: none;
}


#content h2 {
	border-bottom: 1px solid #DEDEDE;
	margin-top: 4px;
}

.entry {
	line-height: 1.65em; 
	padding-top: 5px;
}

.entry p {
	margin: 0 0 1.5em 0;
}

#sidebar {
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
} 

#sidebar ul {
	list-style: none;

}

#sidebar a {
	color: #29A5D6;
	text-decoration: none;
	line-height: 1.65em;
}

#sidebar a:visited {
        color: #29A5D6;
        text-decoration: none;
        line-height: 1.65em;
}

#sidebar h2 {
	color: #555454;
	margin-top: 5px;
}

.clear {
	clear: both;
}

.postmetadata {
	padding-bottom: 25px;
	padding-top: 5px;
}

#commentdata {
	font-weight: bold;
	padding: 300px;
}

#commentlist {
	list-style: none;
	margin-bottom: 5px;
	line-height: 1.65em;
}

#commentlist img {
	padding-top: 15px;
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
	text-align: center;
}

#footertext a {
	color: #29A5D6;
	text-decoration: none;
	line-height: 1.65em;	
}

#footertext a:visited {
        color: #29A5D6;
        text-decoration: none;
        line-height: 1.65em;
}

/* iEntry Bar Styles Below */

.top-ientry-bar {
        margin: 0px 0px 25px 0px;
        padding: 0px;
        height: 35px;
        width: 100%;
        font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
        background: #DDDDEE url(http://images.ientrymail.com/twply-topbar1.jpg) repeat-x left top;
}
.top-ientry-bar a {
        margin: 0px;
        padding: 7px 20px 11px 10px;
        float: left;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
}
.top-ientry-bar a:hover {
        margin: 0px;
        padding: 7px 20px 11px 10px;
        float: left;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
        background: #F0EDBD url(http://images.ientrymail.com/twply-topbar2.jpg) repeat-x left top;
}
.top-ientry-bar a img {
        margin: -5px 5px -6px 0px;
        z-index: 2;
}
#ientry-bar-right {
        float: right;
}
.ientry-bar-clear {
        clear: both;
}

