/*
Theme Name: DatingWalk
Theme URI: http://www.datingwalk.com
Description: DatingWalk Ltd. Theme
Version: 1.0
Author: Datingwalk Ltd.
Author URI: http://www.datingwalk.com
*/


#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 200px;
}

#wp_content {
	float: left;
	width: 535px;
}



#container h1, #container h2, #container h3, #container h4 {
	color: #17447C;
}

#container h1 {
	font-size: 18px;	
}

#container h2 {
	border-bottom: 1px dashed #7194CA;
	font-size: 16px;
}

#container h2 a {
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;    
}

