/*  
Theme Name: OTR v1.0
Theme URI: http://www.otrfresh.com
Description: Theme for OTRFresh.com
Version: 1.0
Author: Stephen Ghand
Author URI: 


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background:#CCCCCC url('./images/otr-bg2.jpg') repeat;
	height:100%; margin:0; padding:0;
	text-align: center;
}


#header {
	display: block;
	/*background:#FFFFFF url(images/banner-bg.jpg) bottom repeat-x;*/
	width:850px;	/* width is actually 865px but we want to subtract 15 for the border*/
	height:230px;	/* height is actually 245px but we want to subtract 15 for the border*/
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	border: 15px solid #333333;
	font-family: Century Gothic, sans-serif;
	/*font-variant:small-caps;*/
}

#header #tagline {
	margin:10px 0 10px 30px;
	float:left;
	font-size:30px;
	text-align:left;
}

#header #tagline #tagText {
	font-weight:bold;
	position:relative;
	margin-left: 55px;
	top: -9px;
	color:#333333;
}

#header #address {
	margin: 140px 8px 0 0;
	float:right;
	font-size:18px;
	text-align:right;
	font-weight:bold;
}

#header #address a {
	color: #FF0033;
	font-weight:bolder;
}

#header #address p {
	margin-bottom:4px;
}

#outerMenu {
	background: #333333;
	width:880px;
	height:45px;
	margin-left: auto;
	margin-right:auto;
	margin-top:15px;
	padding:0px;
	font-size:16px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

/* this stuff overrides sf menu stylings*/
#myMenu a {
	border:none;
	color:#FFFFFF;
}

#myMenu li {
	background: #333333;
	margin-right:15px;
}

#myMenu li li {
	background:		#333333;
}
#myMenu li li li {
	background:		#333333;
}

#myMenu li:hover, #myMenu li.sfHover,
#myMenu a:focus, #myMenu a:hover, #myMenu a:active {
	background: #666666;
}

/* rest of the stuff*/
#page {
	background: #FFFFFF;
	border: none;
	margin: 20px auto;
	padding: 0;
	width:850px;	/* width is actually 865px but we want to subtract 15 for the border*/
	border: 15px solid #333333;
	overflow:visible;
	height:auto;
}

.catLinks a {
	background: #333333;
	color:#CCCCCC;
	font-size:13px;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}
.catLinks a:hover {
	text-decoration:underline;
	color:#CCCCCC;;
}

/* css to handle side links*/
#sidebar .managementLink {
	background:#333333;
	/*border:2px solid #000000;*/
	margin-bottom:5px;
	margin-right:2px;
	padding:5px;
}

#sidebar .managementLink img {
	margin-right:15px;
}

#sidebar .managementLink a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#sidebar #socialLinks {
	margin-top:20px;
}

#sidebar #socialLinks a{
	display: block;
	width:127px;
	height:48px;
	margin:5px 0 5px 0;
}

#sidebar #socialLinks a#otrFB { background: url("images/fb-icon.jpg") no-repeat; }
#sidebar #socialLinks a#otrFB:hover { background-position: -127px 0; }

#sidebar #socialLinks a#otrTwitter {	background: url("images/twitter-icon.jpg") no-repeat; }
#sidebar #socialLinks a#otrTwitter:hover { background-position: -127px 0; }

#sidebar #socialLinks a#otrRSS {	background: url("images/rss-icon.jpg") no-repeat; }
#sidebar #socialLinks a#otrRSS:hover { background-position: -127px 0; }

#sidebar #socialLinks a#otrSkype {	background: url("images/skype-icon.jpg") no-repeat; }
#sidebar #socialLinks a#otrSkype:hover { background-position: -127px 0; }



.no_display { display:none; }

.editPostLink {
	float:right;
}

a embed {
	border: thin solid #CCCCCC;
	padding:5px;
}

.alt2 { display: none; }

.vvqbox {
    padding: 5px;
	border: thin solid #CCCCCC;
}

#divbg {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;  
}
#mycontent {}



#content {
	font-size: 1.2em;
	text-align:left;
	overflow:visible;
	height: auto;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
	text-align:left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


.my_hr {
	display:block;
	color: #000000;
	border-top: 1px dashed #666666;
	border-right: none #666666;
	border-bottom: 1px dashed #666666;
	border-left: none #666666;
	height: 1px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
}



h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2, #sidebar2 h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FF0000;
	}
	
#content h2 a {
	color: #FF0000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	font-variant:small-caps;
	/*background-image:url(./images/text_header_bg.gif);*/
}

#content .author_name {
	color: #000000;
	font-weight:bold;
}

#content .post_date {
	text-transform:uppercase;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.commentlist {
	font-size:11px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, #sidebar2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	text-align:left;
	
		overflow: hidden;
	/*padding: 10px 0 10px 10px;*/
	padding: 10px 0px 15px 5px;
	/*width:14%;*/
	width:130px;
}

#sidebar2 {
	padding: 10px 0 15px 12px;
}

#sidebar2 {
	border-left-style:none;
}

#sidebar #rss-3 {
	/*background-color: #8cded6;*/
	background-color: #999999;
	border: solid 5px #333333;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar #rss-3 h2 {
	background-color: #7bbfb8;
	padding:2px;
	margin:2px;
}

#sidebar #rss-3 h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFF66;
}

#sidebar #rss-3 ul {
	margin: 0px;
}

#sidebar #rss-3 ul li {
	background-color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	padding:2px;
	margin:2px;
	overflow:hidden;
}

#sidebar #rss-3 ul li a {
	color:#FFFFFF;
}

#sidebar #rss-3 ul li a:hover {
	color: #FFFF99;
}

#sidebar #rss-3 ul li .rss-date{
	display:block;
	color: #8cded6;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike{
	color: #777;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	/* edited by stephen */
	color:#000000;
	font-weight:bold;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	
	/* edited by stephen */
	text-decoration:underline;
	
}

#sidebar a {
	font-weight:normal;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

.narrowcolumn {
	float: left;
	padding: 0 11px 20px 25px;
	margin: 0px 0 0;
	/*width: 525px;*/
	width: 525px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 430px;
	}

.post {

	margin: 0 0 20px;
	text-align: justify;
	border-bottom-style: dashed;
	border-left-color: #EFEFEC;
	border-bottom-width: 1px;
	border-top-color: #EFEFEC;
	border-right-color: #EFEFEC;
	border-bottom-color: #666666;
	}

pre {
	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.post hr {
	display: block;
	
	}
.post h2, h2.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-variant:small-caps;
	color: red;
	background:url(images/post-icon.gif) right no-repeat;
	padding-right:30px;
	text-align:left;
}

.post img {
	padding: 5px;
	border: thin solid #CCCCCC;
}

.vvqbox vvqyoutube {
	padding: 5px;
	border: thin solid #CCCCCC;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	
}

#footer {
	clear:both;
	display: block;
	background: #333333;
	color:#FFFFFF;
	font-size:14px;
	width:850px;	/* width is actually 865px but we want to subtract 15 for the border*/
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	border: 15px solid #333333;
	font-variant:small-caps;
	text-align:left;
}

#footer a {
	font-size: 14px;
	color:#FFFFFF;
}

#footer ul#footLinks, #footer ul#footFollow {
	margin:0px;
	padding:0px;
}

#footer ul#footLinks li {
	display:inline;
	border-right: 2px solid #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#footer ul#footFollow li {
	display:inline;
	border-right: 2px solid #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#footer #wordpressTagline { margin: 20px 0 0 10px; }

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry h2 {
	background:none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
}

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

#sidebar2 ul.wpsc_categories li{
	list-style-image:url(images/shopping-list-arrow.gif);
	margin-left: 20px;
}

#sidebar2 .item_image img {
	padding:2px;
	border:1px solid #CCCCCC;
}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 10px;
	text-align: left;
	position: relative;
	right: 10px;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 5px;
	font-size:10px;
	border: thin solid #999999;
	}

#sidebar #searchsubmit {
	background: #333333;
	border: 2px solid #000000;
	color:#FFFFFF;
	margin-top:3px;
	font-size:14px;
	font-weight:bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	/*float: right;*/
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar, #sidebar2
{

}
	

#sidebar form {
	margin: 0;
	position: relative;
	width: auto;
	}
	
#sidebar2 #rotator {
	/*margin: 5px;*/
}
#sidebar2 #rotator img{
	border: thin solid #999999;
	padding:3px;
	width:94px;
	height:76px;
}

/* End Sidebar */

#cat{
width:115px;
}

#archives select {
width: 115px;
}



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
	}
.searchTextBox {
	text-decoration: none;
	font-size: 10px;
}

.newsletterTextInput {
	width: 75%;
	/*font-size: xx-small;*/
}

.addthis_container {
	text-align:right;
}

.addthis_container img {
	border-style:none;
}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

