/*
	Design-Feed.net Screen Styles
*/

/* LAYOUT
----------------------------------------------- */

body{
	margin: 0;
	padding: 0;	
	background-image: url('images/navdropshadow.gif');
	background-repeat: repeat-x;
	background-position: 0 130px;
	height: 100%
}

#page{
	width:770px;
	margin-top: 0;
	margin-right:inherit;
	margin-bottom: 0;
	margin-left: inherit;
}

#main{
	float:right;
	width:530px;
}
	
#content{
	clear:both;
	padding-top: 0px;
}

#left{
	float:left;
	width:10px;	
}
	
#right{
	float:right;
	width:150px;
	position:absolute;
	padding-left:30px;
	padding-top:20px;
	left: 759px;
	top: 6px;
	height: 50px;
}	
#logo{
	width:183px;
	height:22px;	
}


#alt_yapi{
	background-image: url('images/footerbg.gif');
	height: 33px;
	line-height: 33px;
	clear:both;
	font-size:10px	
}	

	
/* top menu */
	
#header{
	height: 13px;
	border-left: 1px solid #eee;
    margin: 0;	
}

#header a {	
	text-decoration: none;
	font-weight: bold;
	font-size:9px;
	color: #01A0C7;
}
   
#header a:hover {
	color: #01A0C7;
}

#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url('none');
	text-transform: uppercase	
}

#menu li {
	float: left;
	width: 10px;
	border-right: 1px solid #eee;	
}

#menu a {
	display: block;
	height: 20px;
	width:100px;
	line-height: 50px;
	text-align: center;
	border-bottom: 15px solid #fff;
	bottom: 0px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
}

#menu a:hover{
	border-bottom: 15px solid #6D7B8A;
	background-image: url('images/navitembg.gif');
	background-color: #f5f5f5;
}

#menu .current_page_item {
	background-image: url('images/navitembg.gif');
	color: #DEE1E4;
	border-bottom: 15px solid #9FAAB5;
	background-color: #9FAAB5	
}

/* TYPOGRAPHY
----------------------------------------------- */	
body{
	color: black;
	background-color: white;
	font-family: verdana, arial, sans-serif;
  	font-size: 1%;
  	line-height:1.4;
}

p {
}

a {	
	text-decoration: none;	
	color:#EF037F;
}

h1 {
	font-size: 26px;
	margin: 14px 0 10px 0;	
}

h2 {
	font-size: 18px;	
	margin: 14px 0 10px 0;		
}

h2 a{
	color:#000;
}

.post{	
	border-bottom: 1px solid #DADADA;
	clear:both;
	overflow:hidden;
	padding-bottom: 8px;
}

.thumb{
	float:left;
	padding: 4px;
	margin: 15px 10px 0 0;
	border: 0px;
}

.details{
	color:#666;		
}

.details a {
	color:#666;
}

.details a:hover{	
	color:#000;
}

.detailsIcon {
	width:16px;
	height:16px;
	vertical-align:middle;
	padding-right:2px;
	border: 0px none;
}

#pageNav{
	text-align:center;
	padding: 30px;
	font-size: 16px;
	font-weight:bold;
	color:#666;	
}

#pageNav a{
	color: #EF037F;	
}

.dateSeparator{
	color:#fff;
	background-color:#01A0C7;
	width:53px;
	background-image: url('images/footerbg.gif');	
	font-size: 16px; 
	margin: 10px 0;
	font-weight:bold; padding-left:2px; padding-right:0; padding-top:0; padding-bottom:0
}

.innerText{
	color:#fff;
	background-color:#6D7B8A;
	padding: 2px;	
}

.innerText a {
	color:#fff;
}

/* Feed List
----------------------------------------------- */	

.feed{
	border-bottom: 1px solid #DADADA;
	padding: 12px;
	clear:both;
	overflow:hidden;
}

.feedtitle{
	width:26px;
	display:block;
	float: left;
}

.feedsite{
	background-image:url('images/site_icon.png');
	background-repeat:no-repeat;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0	
}

.feedrss{
	background-image:url('images/rss_icon.png');
	background-repeat:no-repeat;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0	
}

.even{
	background-color:#E6F5FA;

}

/* About
----------------------------------------------- */	

.largebody{
	font-size:18px;
}

.blue {
	color: #01a0c7
}

/* Forms
----------------------------------------------- */	

.dfInput	{ 
	border:1px solid #ccc; 
	padding: 3px;
	margin: 0;
}

.dfButton{
	border: none;
	padding: 3px;
	color:#fff;
	background-color:#01A0C7;
}

.goButton{
	width:4px;
	border: none;
	padding: 3px;
	color:#fff;
	background-color:#01A0C7;
}
