/*
Tarski screen stylesheet
*/

/* Main structure
----------------------------------------------- */
body { min-width: 935px; background: #A7B03B; }
#wrapper { border-left-width: 12px; border-bottom-width: 50px; border-right-width: 12px; border-top-width: 7px; border-left-color: white; border-bottom-color: white; border-right-color: white; border-top-color: white; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; width: 935px; background: #fff; }

/* Positioning
----------------------------------------------- */
body .primary { width: 600px; float: right; border-left: 1px solid #fff; border-right: 1px solid #fff;}
	body.janus .primary { float: left; }
body .primary-span { padding-left: 220px; clear: both; border-left: 1px solid #fff; border-right: 1px solid #fff;}
	body.janus .primary-span { padding-left: 0; padding-right: 220px; }

body .secondary { width: 200px; float: left; border-left: 1px solid #fff; border-right: 1px solid #fff;}
	body.janus .secondary { float: right; }
body .secondary-span { padding-left: 540px; clear: both; border-left: 1px solid #fff; border-right: 1px solid #fff;}
	body.janus .secondary-span { padding-right: 540px; }

body { text-align: left; }
body.centre { text-align: center; }
body #wrapper { margin: 0 auto 0 0; }
body.centre #wrapper { margin: 0 auto; }

/* Comment form
--------------------------------------- */
body #author, body #email, body #url { width: 194px; }
body #comment-input textarea { width: 400px; }
