/*
Theme Name: Boxed Paper
Theme URI: http://boxedpaper.com/
Description: boxedpaper theme for WordPress.
Author: boxedpaper
Version: 1.0 (optional)
Tags: none
*/
html,body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-size: 0.9em;*/
	font-size: 12px;
	line-height: 16px;

    background-color: #000;
    color: #FFF;
}

.wrapper
{
	width: 900px;
	float: none;
	margin: 0 auto;
}

#flashMessage
{
	display: none;
}

#header
{
	width: 100%;
	float: left;
	text-align: center;
}
#footer
{
	width: 100%;
	float: left;
	clear: both;
	/*color: #FFF;*/
	background-color: #201;
}

#ui
{
	width: 100%;
	float: left;
}

#sideBar
{
	width: 18%;
	float: left;
    margin-left: 2%;
}

#branding
{
	width: 100%;
	float: left;
	clear: both;
	margin: 3em 0 1em 0;
}

#content
{
	width: 80%;
	float: left;
}


#mainMenu
{
	font-family: /*'Goudy Bookletter 1911', 'Spinwerad', 'Bodoni', Vollkorn,*/ "adelle-1", "adelle-2", Georgia, Times, serif;
	line-height: 140%;
	text-transform: uppercase;
	font-size: 1.3em;
	/*font-weight: bold;*/
	width: 100%;
	clear: both;
	padding: 1em 0 1em 0;
	/*border-top: 1px dotted #333;*/
	/*border-bottom: 1px dotted #333;*/
}
#mainMenu ul { width: 100%; }
#mainMenu ul li
{
	width: auto;
	float: none;
	display: inline;
	padding: 0 0.6em 0 0.6em;
}
#mainMenu ul li a
{
	color: #FFF;
	text-decoration: none;
}
#mainMenu ul li a:hover
{
	color: #ECCE0A;
	text-decoration: none;
}

.flushLeft
{
	float: left;
}
.flushRight
{
	float: right;
}
.centered
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.row
{
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 1em 0;
}

.contentRow
{
	width: 100%;
	float: left;
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 0.2em dotted #FFF;
	/*border-bottom: 1px dotted #000;*/
}
.contentRow .contentRow
{
	/*color: #FFF;*/
	border-top: 0.1em dotted #FFF;
}

.contentRow.compact
{
	margin: 1em 0 -1em 0;
	padding: 0.5em 0 0 0;
}

.contentRow#contentHeader
{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.resultRow { margin-bottom: 0.5em; }

#footer .contentRow
{
	border: none;
}
#footer .column p,
#footer .column li
{
	font-size: 0.95em;
}

.toobar
{
	width: 100%;
	float: left;
	clear: both;
}

.column
{
	float: left;
	margin-right: 1em;
}
/*
.w-1 { width: 14.28%; }
.w-2 { width: 28.57%; }
.w-3 { width: 42.85%; }
.w-4 { width: 57.14%; }
.w-5 { width: 71.42%; }
.w-6 { width: 85.71%; }
.w-7 { width: 100%; margin-right: 0; }
*/
.w-0 { width: 2em; }
.w-1 { width: 8.5em; }
.w-2 { width: 18em; }
.w-3 { width: 27.5em; }
.w-4 { width: 37em; }
.w-5 { width: 46.5em; }
.w-6 { width: 56em; }
.w-7 { width: 65.5em; }
.w-8 { width: 75em; margin-right: 0; }

.column:last-child,
.column.last { margin-right: 0; }

.halfCol
{
	float: left;
	width: 48.5%;
	margin: 0 0.5% 0 0;
}


p, ul
{
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 1em 0;
}

p.caption
{
	color: #666;
	font-size: 0.8em;
	font-style: italic;
}

p.postImagePreview
{
    width: 100%;
    height: 10em;
    background-repeat: repeat;
}
p.postImagePreview a
{
    width: 100%;
    height: 100%;
    float: left;
}

.w-0 p.socialLinks { text-align: right; }
.w-0 p.socialLinks span
{
    width: 16px;
    padding-bottom: 3px;
    margin-bottom: 0.25em;
}


h1,h2,h3,h4
{
	font-family: /*'Goudy Bookletter 1911', 'Spinwerad', 'Bodoni', Vollkorn,*/ "adelle-1", "adelle-2", Georgia, Times, serif;
	/*font-weight: bold;*/
	text-transform: uppercase;
	/*font-style: italic;*/
	margin: 0 0 1em 0;
}
h1,
.post h2,
#branding h2 { font-size: 2em; line-height: 1.6em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; margin: 0; }
h4 { font-size: 1em; font-weight: normal; margin: 0; }

b,strong { font-weight: bold; }

em, i { font-style: italic; }

span.disabled { display: none; }

img.icon
{
	float: left;
	margin: 0 0.4em 0.4em 0;
}
img.icon.reduced { width: 1.8em; }
img.inlineIcon
{
	float: none;
	display: inline;
	width: 1em;
	margin: 0 0.4em 0 0;
}
img.shortcutIcon
{
	float: none;
	display: inline;
	margin: 0 1em 0 1em;
}

.paperSample
{
    float: left;
    display: block;
    width: 8em;
    height: 8em;
    margin: 0 0.4em 0.4em 0;
    overflow: hidden;
}
.paperSample a img { float: left; width: 100%; }

.colourIcon
{
    float: left;
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 0.4em 0.4em 0;
}

p.logo
{
	width: 90%;
	height: 3.6em;
	padding: 5%;
	text-align: center;
	border: 1px dotted #ccc;
}
p.logo img { max-height: 100%; max-width: 100%; }

.entry-utility
{
    color: #666;
    font-style: italic;
}

a.postGallery,
a.postGallery img
{
    width: 100%
}

a
{
	color: #A1A632;
	text-decoration: none;
}
a:hover
{
	color: #ECCE0A;
	text-decoration: none;
	border-bottom: 1px dotted #ECCE0A;
}
#tagCloud a:hover { color: #ECCE0A !important; }

#footer a
{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #C52700;
	text-decoration: none;
	border-bottom: 1px dotted #C52700;
}

p.logo a:hover { border-bottom: none; }
p.logo:hover { border: 1px solid #C52700; cursor: pointer; }

h1 a,
h2 a,
h3 a
{
	color: #FFF;
}

h1 a:hover,
h2 a:hover,
h3 a:hover
{
	border-bottom: none;
}

a.button
{
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0 0.4em 0.4em 0;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	color: #000;
	background-color: #DDD;
	font-size: 0.8em;
	line-height: 2.4em;
	text-decoration: none;
}
a.button:hover
{
	color: #FFF;
	background-color: #C52700;
	border-bottom: none;
}

a.tabLink
{
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	border-top: 1px dotted #666;
}


ul.tabMenu
{
	width: 100%;
	margin: 0 0 1em 0;
}
ul.tabMenu li
{
	margin: 0 0 0.5em 0;
	font-family: "adelle-1", "adelle-2", Georgia, Times, serif;
	text-transform: uppercase;
}

.tab
{
	display: none;
	margin: 0 0 2em 0;
}

/* *****************************************
 * FORMS
 */

form
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1em 0;
}

input,texarea,select
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 0.5em 0;

	color: #333;
	border: 1px dotted #000;
}

input.mini,texarea.mini,select.mini { width: auto; }

div.input.checkbox input,
div.input.checkbox label { width: auto; clear: none; }

input[type="file"] { width: 70%; }

select.multiple { height: 65px; }

div.submit { text-align: center; }
div.submit input
{
	width: 10em;
	float: none;
	clear: none;
	display: inline;

	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;

	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border: none;

	color: #FFF;
	background-color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	cursor: pointer;
}
div.submit input:hover
{
	color: #FFF;
	background-color: #C52700;
}

div.input
{
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 1em 0;
}

label
{
	float: left;
	/*
    width: 100%;
	clear: both;
    */
	font-family: "adelle-1", "adelle-2", Georgia, Times, serif;
	text-transform: uppercase;
	margin: 0 0 0.1em 0;
	font-size: 1em;
	font-weight: normal;
}

.stTwbutton { padding-left: 52px !important; }

.form
{
    position: relative;
}

.form#searchForm label { display: none; }
.form input,
.form textarea
{
	padding: 0.25em;
	margin: 0 0 0.2em 0;
	background-color: #111;
	color: #666;
	border: 1px dotted #666;
}
.form input[type="text"],
.form textarea { width: 95%; }
.form input[type="submit"] { cursor: pointer; }



/*
.form p.comment-form-author,
.form p.comment-form-email,
.form p.comment-form-url
{
    width: 48.5%;
    float: right;
}
*/
/*
.form p.comment-form-comment
{
    width: 48.5%;
    float: left;
    position: absolute;
    top: 3.5em;
}
*/
.form .required
{
    clear: right;
}
