/*  
Theme Name: Washtub
Theme URI: 
Description: Site template for Laundry Prints
Author: Ricky Sullivan
Author URI: 
Version: 1.0
Tags: 
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* CSS RESET
---------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	color: #3a1400;
	background-color: #3a1400;
	height: 1px;
}

/* FONTS
---------------------------------------------------*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

/* LINKS
---------------------------------------------------*/
a {
	text-decoration: none;
	color: #000;
}

/* WRAPPER
---------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADING
---------------------------------------------------*/
#heading {
	margin-top: 50px;
	border-bottom: 2px solid #3a1400;
	overflow: auto;
	width: 100%;
	height: 95px;
}

#heading a {
	font-weight: normal;
}

#heading .main {
	font-size: 6em;
	font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
	float: left;
}

#heading .sub {
	font-size: .24em;
	text-align: right;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif !important;
}

/* COLOURS
---------------------------------------------------*/
.blue {
	color: #9AD9E9;
}

/* FOOTER
---------------------------------------------------*/
#footer {
	border-top: 3px double #3a1400;
}

#footer p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

/* CONTENT 
---------------------------------------------------*/

#content {
	margin: 20px 0;
}

#content p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

/* POST 
---------------------------------------------------*/

.post {
	width: 460px;
}

.post .entry-content a {
	font-weight: bold
}

/* GALLERY 
---------------------------------------------------*/
.gallery-icon {
	display: inline-block !important;
	padding: 20px 35px !important;
}

.gallery {
	padding: 10px 0;
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
    background-color: #000;
    
}
.gallery .gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center;
}
.gallery .gallery-caption {
    color: #fff !important;
	margin: 5px 0 0 0 !important;
	font-size: 1em !important;
	font-weight: normal !important;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

/* MENU 
---------------------------------------------------*/
#menu {
	margin-top: 60px;
	float: right;
	font-size: 1.5em;
	font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
}

#menu ul {
	margin: 10px 0;
}

#menu li {
	display: inline;
}
/*  
Theme Name: Washtub
Theme URI: 
Description: Site template for Laundry Prints
Author: Ricky Sullivan
Author URI: 
Version: 1.0
Tags: 
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* CSS RESET
---------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	color: #3a1400;
	background-color: #3a1400;
	height: 1px;
}

/* FONTS
---------------------------------------------------*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

/* LINKS
---------------------------------------------------*/
a {
	text-decoration: none;
}

/* WRAPPER
---------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADING
---------------------------------------------------*/
#heading {
	margin-top: 50px;
	border-bottom: 2px solid #3a1400;
	overflow: auto;
	width: 100%;
	height: 95px;
}

#heading a {
	font-weight: normal;
}

#heading .main {
	font-size: 6em;
	font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
	float: left;
}

#heading .sub {
	font-size: .24em;
	text-align: right;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif !important;
}

/* COLOURS
---------------------------------------------------*/
.blue {
	color: #9AD9E9;
}

/* FOOTER
---------------------------------------------------*/
#footer {
	border-top: 3px double #3a1400;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

/* CONTENT 
---------------------------------------------------*/

#content {
	margin: 20px 0;
}

#content p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

/* POST 
---------------------------------------------------*/

.post {
	width: 460px;
}

.post .entry-content a {
	font-weight: bold;
	color: #000;
}

/* GALLERY 
---------------------------------------------------*/


.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

/* MENU 
---------------------------------------------------*/
#menu {
	margin-top: 60px;
	float: right;
	font-size: 1.5em;
	font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
}

#menu ul {
	margin: 10px 0;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 15px;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:first-child {
	margin-left: 0px;
}
#menu a {
	margin: 15px;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:first-child {
	margin-left: 0px;
}
