/*
Theme Name: Kid
Theme URI:
Description: Child Theme for Twenty Ten
Author: Nate Williams
Author URI:
Template: twentyten
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url("../twentyten/style.css");

body {
	background-image:url('http://www.alexanderblue.com/img/background.gif');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f1f1f1;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
#wrapper {
	margin-top: 0px;
	background: #fff;
	padding: 0 20px;
}

a:visited {
	color: #5BC8FF;
	text-decoration: none;
}
a:link {
	color: #5BC8FF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}



#banner_image{
	overflow:hidden; height:132px;width:990px;clear:both; margin:0 auto 0 auto;
}
#navholder {
	margin: 20px auto -40px auto;
	width: 990px;
	height:50px;


}
#topnav a:link, #topnav a:visited,#topnav a:hover,#topnavright a:link, #topnavright a:visited,#topnavright a:hover{
	padding:10px;
	text-decoration: none;
	
}


#topnavright, #topnav {
	font-size:18px;
	height:30px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight:bold;
}
/* -- topnav -- */
#topnav {
	float:left;
	text-decoration: none;
}
#topnav a:link, #topnav a:visited {
	color: #ffff00;
	background-color:#000;
	text-decoration: none;

}
#topnav a:hover {
	color: #000;
	background-color:#ffff00;
	
}


/* -- topnavright -- */
#topnavright {
	float:right;
	text-decoration: none;
	
}
#topnavright a:link, #topnavright a:visited {
	color: #000;
	background-color:#ffff00;

}
#topnavright a:hover {
	color: #ffff00;
	background-color:#000;

}



/* -------------------------- */
/* BEGIN: http://theartalog.com/wp/
/* news blocks
/* -------------------------- */

div.post_thumbnail {
	float:left;
	padding:0 10px 10px 0px;
	width:206px;

}
div.post_text {
	float:left;
	width:400px;

}
div.news_block{
	margin:0 0 0 0;
	height:144px;
	clear:both;
	overflow:hidden;
}




.al-description{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	line-height:21px;
}

.dot_horizontal{
	background-image:url('http://n8w.com/newweb/images/dot_horizontal.png');
	background-repeat:repeat-x;
	height:2px;
	width:100%;
	margin:10px 0 10px 0;
	
}






