/*
Theme Name: CatholicVitamins.com
Theme URI: http://CatholicVitamins.com/
Description: CatholicVitamins.com
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

label {
	display: block;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #54a4d7;
}

a:hover {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #99ccff;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 12px 0 12px 0;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* START CUSTOM THEME STUFFS */

body {
	background-image: url('./images/cvback.png');
	background-repeat: repeat-x;
	font-family: "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Helvetica", sans-serif;
	color: #54a4d7;
	line-height: 32px;
}

hr {
	clear:both !important;
}

p, #content li {
	font-family: "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 21px;
}

#content ol {
	padding-left: 35px;
	list-style-type: decimal;
}

#wrapper {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 906px;
	clear: both;
}

#pillow {
	display:block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 245px;
	height: 128px;	
	background-image: url('./images/cv.png');
	background-repeat: no-repeat;
	background-position: center center;
}
#pillow a {
	width: 245px;
	height: 128px;
	margin:0px;
	padding:0px;
	display: block;
	border: none;
}

#masthead {
	display:block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;	
}

#mastimg {
	margin-top: 0px;
}

#access {
	width: 850px;
	display:block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;	
}

#access ul {
	display: table;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#access .menu li {
	font-size: 16px;
	font-family: "Century Gothic", "Helvetica", sans-serif;
	display: inline;
	padding: 9px;
}

#access .menu li a {
	color: #000000;
	text-decoration: none;
	border: none;
}

#access .menu li.current_page_item, #access .menu li.current-menu-item, .current-post-ancestor, .current-menu-parent {
	background: #ffffff;
}

#main, #footer {
	clear:both;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 850px;
}

#container {
	display: block;
	width: 550px;
	float: left;
	padding-right: 15px;
}

#primary {
	display:block;
	float: right;
	width: 260px;
	border-left: 1px solid #54a4d7;
	padding-left: 15px;
}

#primary h3 {
	margin: 12px 0 12px 0;
}

#primary li {
	margin: 12px 0 12px 0;
	line-height: 21px;
}

.form-allowed-tags {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #999999;
}

.hentry {
	margin: 10px 1px 30px 1px;
	border-bottom: 1px dashed #999;	
	padding-bottom: 30px;
}

.navigation {
	background-color: #dddddd;
	padding: 10px;
	font-size: 10px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.alignleft {
	float: left;
	padding: 12px 12px 12px 0;
}

.alignright {
	float: right;
	padding: 12px 0 12px 12px;
}

.gallery-thumb {
	margin-top: 12px;
}

blockquote {
	background: #f3f9ff;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding: 15px;
	margin: 25px 0 25px 0;
}
