/*style sheet for my website evasilev.com
  my email:evgeni.vasiliev@gmail.com */

/*----------- default elements --------------*/
p {
margin:0px;
padding:0px;
}

/*img {

border:1px; color:#999;
}*/

body { 
/*background: url(img/bcgr.gif) no-repeat center;*/
font-family: "times";
}


/*----------- absolute --------------*/



/*----------- main blocks --------------*/

#wrapper {

/*width:80%;
margin: 0px auto;*/
min-width:570px;
margin-left:10px;
/*background:#c0c0c0;*/
}


/*---blog classes --*/

.blogEntry {
	/*width:100%;*/
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
/*background:#6b9cc9;*/
}



.blogComment {

width:100%;
/*background:#ad91c9;*/
}

/*---sidebar divs ---*/

#navbarMain {

padding-top:30px;
padding-bottom:0px;
/*background:#c953c5;*/
}

#info {

width:100%;
/*background:#c95353;*/
}

#quickContact {

width:100%;
/*background:#c9a253;*/
}

#myFlickr {

width:100%;
/*background:#bac953;*/
}
/*----------- blog text-styles --------------*/

.blogEntryHead {


font-size:18pt; 
}

.blogEntryDate {


font-size:9pt;
color:#7d7d7d;
}

.blogImg {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
/*width:100%; */
border:1px solid #ddd;
}


/*----------- plain text-styles --------------*/

.plainHead, #navbarMain {
	font-size:10pt;
	text-align: left;
}

/*----- to kick elements of side bar from each other --*/
.plainHead {

margin: 20px 0 0 0;
}



.pageHead {
	font-style:italic;
	font-size:18pt;
	margin-bottom:10px;
}

.plainText {
	font-size:9pt;
	line-height: 9pt;
	text-align: left;
}


.highlighedText {
	font-size:12pt;
	text-align: right;
}


.flickrPreview {

border:0;
margin: 20px 8px 0 0;
}

#footer {


font-size:7pt;
text-align:left;
margin:30px 0 200px 0;
}





/*----------- links --------------*/

#navbarMain a:link, #navbarMain a:visited,  #quickContact a:link {

color: #000;
text-decoration: none;
}

#info a:link {

text-decoration:underline;
}

/*----------- colored text --------------*/

#navbarMain a:hover, .plainText a:hover, .highlighedText a:hover,
.pageHead, #quickContact a:hover {

color:#7d7d7d;

}

.plainHead, .plainText a, #navbarMain #thisPage,
#navbarMain #thisPage a:hover {

color:9e4300;
/*color:#91070a;*/
}



/*----------- lists --------------*/


ul.smalldisc li { 
   list-style-image: 
    url('img/smalldisc.gif');  
}
