/*
Theme Name: reflection:digital
Theme URI: http://reflectiondigital.com
Description: r:d theme
Version: 1.5
Author: Leslye PJ Reaves
*/


body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;	
	line-height: 1.3em;
}

#wrapper{
	margin: 0px auto;
}

#main{
	width: 780px;
	margin: 0px auto 30px auto;
/*border: 1px solid grey;*/
}

#content{
	/*padding: 0px 38px 0px 38px;*/
	margin-top: 9px;
}

#nav{
	width: 780px;
	margin: 0px auto;
	margin-top: 20px;
	text-align: right;
}

.header{
	margin: 15px 0px 40px 0px;
}

#homeleft{
	width: 408px;
	float: left;
	margin-top: 30px;
border-right: 1px solid #FA98F6;
padding-left: 20px;
}

#homeright{
	width: 300px;
	float: right;
	margin-top: 30px;
/*border-left: 1px solid #FA98F6;*/

}

#left{
	width: 483px;
	float: left;
	margin-top: 30px;
border-right: 1px solid #FA98F6;
padding-right:  35px;
}

#right{
	width: 225px;
	float: right;
	margin-top: 30px;
/*border-left: 1px solid #FA98F6;*/
}

#right img{
	border: 0px;
}

#centered-page{
	margin-top: 30px;
}


#portleft{
	width: 420px;
	float: left;
	/*background-image: url(images/portImageBG.png);
	background-repeat: no-repeat; */
	margin-top: 15px;
}

#portleft img{
	padding: 10px;
	border: 1px solid #aaaaaa;
}


#portright{
	width: 280px;
	float: right;
	margin-top: 15px;
}


#portfolio {
	margin-top: 15px;
}



.clear{
	clear: both;
}

.home-btn{
	padding: 30px 0px 0px 50px;}


h1{
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	color: #AF00AF;
	font-size: 22px;
	padding :0px;
	margin: 0px;
	font-weight: normal;
}

.byline{
	color: #666666;
	font-size: 12px;
}

.more-link{
	color: #AF00AF;
	font-size: 90%;
	text-align: right; 
}

a:link, a:visited {
	color: #AF00AF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



div.post ul{
	list-style-image: url(images/bullet_plus.gif)
}

div.post ul li{
	padding: .4em 0;
}


.cform textarea,
.cform input {
	width:290px; 
}

.linklove{
	display: none;
}

.cform input.sendbutton	{ 
	margin: 10px 0 0 100px;	
}

.nocomments, .directories{
    display: none;
}