/*
Theme Name: ianthompson (variable width coraline)
Description: A squeaky-clean theme featuring a custom menu, header, background, and layout. Coraline supports 7 widget areas (up to 3 in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes styles for print and the Visual Editor, special styles for posts in "Asides" and "Gallery" categories, and has an optional full-width page template that removes the sidebar.
Author: Ian Thompson and Automattic
Template: coraline
*/

@import url("../coraline/style.css");


/* 2-column layouts */
.two-column #container {
	max-width: 100%;
}
.two-column #content {
	width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
	float: right;
	width: 30.4%;
}

/* 3-column layouts */
.three-column #container {
	max-width: 100%;
}
.three-column #content {
	width: 50.5%;
}
.three-column #primary {
	width: 50.15%;
}
.three-column #secondary {
	width: 39.89%;
}


/* Full width content with no sidebar; used for attachment pages */
.full-width #content,
.attachment #content {
	margin: 0 auto;
	width: 100%;
}


body, input, textarea {
	color: #333;
	font: 14px DINNext,sans-serif;
	line-height: 1.7;
}

