/*
Theme Name:		WP XSLT
Theme URI: 		http://seriyps.ru/blog/
Version: 		0.1
Description: 	WordPress theme that uses XSLT as rendering engine
Author: 		Sergey Prochorov
Author URI:		http://seriyps.ru/
Tags:			two-columns, threaded-comments, microformats, widgets

Copyright 2010 Sergey Prochorov <http://seriyps.ru> All rights reserved.
WP XSLT is licensed under the terms of the GNU General Public License version 2.

*/

/* Reset Browser Defaults */
@import url( 'css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'css/base.css' );

/* Basic 2 Column Layout */
@import url( 'css/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}