/*
Theme Name: Yanekdot
Theme URI: http://yanekdot.com
Description: Yanekdot theme for WordPress
Version: 1.6
Author: Yanekdot
Author URI: http://yanekdot.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 16px;
	font-family: Tahoma;
	background: url('images/mainback.gif') top left;
	color: #eceded;
	text-align: center;
	padding:0;
	margin: 0 0 0 20px;
	}
a img, img ,a {
    border:none;
}

a, a:link, a:visited, a:hover{
    color:#fd8620;
    text-decoration:underline;
}
a:hover {
    
    text-decoration:none;
}


#topline {
	background: url('images/top_line.jpg') top center no-repeat;
	width:100%;
	height:15px;
}
#header {
        height: 155px;
        width: 600px;
        }

#headerimg {
            visibility:hidden;
        }

#page {
	background:none;
	text-align: center;
	width:600px;
        margin: -15px auto 0 auto;
        padding: 0;
	}
.entry {
    text-align:justify;
    width:544px;
    margin:0;
    padding:0;
}
#content {
	    width:544px;
	    text-align:justify;
	    margin:0 auto;
	}

