/**
 * Theme Name: Social
 * Theme URI: http://www.dehradun.me/freebies/social/
 * Description: An elegant and light theme with multiple Widget ready areas, custom widgets and 18 page templates.
 * Version: 0.1.8
 * Author: Utkarsh Kukreti
 * Author URI: http://www.dehradun.me/
 * Tags: brown, silver, white, light, theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2009 Utkarsh Kukreti.  All rights reserved.
 * 
 * Based on Hybrid Theme by Justin Tadlock (http://justintadlock.com)
 *
 * Social is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * 
 * Changelog
 * 16/11/09 - 0.1.6
 * Fixed bug in file naming - renamed images/social/Google.png to images/social/google.png
 * 18/11/09 - 0.1.7
 * Fixed bug in title css styling
 * 21/11/09 - 0.1.8
 * Fixed theme name in footer
 * Fixed extra slashes appearing in the intro box if a single/double quote was entered.
 * Fixed one more bug in title css styling
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Custom CSS */
@import url('custom.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

textarea {
	width: 44%;
}