/*
Theme Name: City of Winthrop
Theme URI: http://www.cityofwinthrop.com/
Description: City of Winthrop WordPress theme.
Version: 1.0
Author: Fusion Forward
Author URI: http://www.fusionforward.com/
Tags: vintage

	City of Winthrop v1.0
	 http://www.cityofwinthrop.com

	This theme was designed and built by Fusion Forward,
	whose website you will find at http://www.fusionforward.com
*/
/* BEGIN CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background-color:transparent;
}
body {
        line-height:1.25em;
}

div {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 zoom:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
cite {
	font-style: italic;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul li {
	list-style-type:disc;
}
ol li {
	list-style-type:decimal;
}
ol ol li {
	list-style: upper-alpha;
}
ol ol ol li {
	list-style: lower-roman;
}
ol ol ol ol li {
	list-style: lower-alpha;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
	vertical-align:super;
	font-size:50%;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}

/* END CSS RESET */

.htmlbody {
	background-color: #FFFFFF;
	background:url(images/darkgreen_fabric.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.mceContentBody {
	background:#FFFFF5;
	padding:15px 70px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 5px 0;
	color:#73461B;
	font-weight:normal;
}

h1 {font-size:26px; margin-top:0; line-height:34px;}
h2 {font-size:20px; line-height:24px;}
h3 {font-size:15px; line-height:19px;}
h4 {font-size:14px; line-height:18px;}
h5 {font-size:13px; line-height:17px;}
h6 {font-size:12px; line-height:16px;}
ol,ul { padding-left:10px; }
li { margin-bottom:10px; }
a img { border:0; }
a {
	color:#333300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	
}
small { font-size:10px; }
hr, div.hr {
	display:block;
	border:0;
	background:url(images/hr.png) top left no-repeat;
	height:4px;
	width:721px;
	margin-left:-28px;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
	zoom:1;
}
div.hr hr {
  display: none;
}
.clearfix {
	clear:both;
	zoom:1;
	height:0px;
}
.greenborder {
	border:3px solid #333300;
}
.alignright, .right {
	float:right;
	margin:0 0 15px 15px;
}
.alignleft, .left {
	float:left;
	margin:0 15px 15px 0;
}
.alignnone { float:none; }
#wrapper {
	width:744px;
	margin:0 auto;
	text-align:left;
}
.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height:199px;
}
#nav {
	height:62px;
}
#main {
	background:url(images/main-background.jpg) 0 120px repeat-y;
}
.post {
	padding:0 0 30px 30px;
}
.col1-1 {
	padding-top:15px;
	padding-right:70px;
}
.col1-2 {
	width:455px;
	margin-right:15px;
	float:left;
	padding-top:15px;
}
.col1-2 hr {
	width:430px;
	background:url(images/hr2.png) top left no-repeat;
}
.col2-2 {
	width:213px;
	float:left;
}
.sidebar-content a {
	color: #FFFFD5;
}
.sidebar-content {
	color:#FFF;
	background:url(images/col2-2-background.png) top left repeat-y;
	padding:15px 15px 15px 15px;
}
.sidebar-common {
	padding:0;
}
#footer {
	color:#FFF;
	background:url(images/footer-background.png) top left no-repeat;
	height:78px;
	padding-right:70px;
	padding-left:30px;
}

/* WORDPRESS STYLES */
.wp-caption-text {
	text-align:center;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* WORDPRESS SIDEBAR STYLES */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar form {
	margin: 0;
	}
/* FILE TYPE STYLES */
a.pdf, a.zip, a.txt, a.doc, a.email, a.external {
	line-height:16px;
	padding-left:20px;
}
a.pdf {
	background:url(images/pdf.png) no-repeat scroll left center transparent;
}
a.zip {
	background:url(images/zip.png) no-repeat scroll left center transparent;
}
a.txt {
	background:url(images/txt.png) no-repeat scroll left center transparent;
}
a.doc {
	background:url(images/doc.png) no-repeat scroll left center transparent;
}
a.email {
	background:url(images/email.png) no-repeat scroll left center transparent;
}
a.external {
	background:url(images/link.png) no-repeat scroll left center transparent;
}

/* CALENDAR STYLES */
li#upcoming-events ul li {
	list-style-image:url(images/raquo.png);
	margin: 3px 0 0 5px;
}