/*
Theme Name: Rossi
Theme URI: http://www.rosslangdon.com
Description: Design by Ross Langdon and built by Steven Clark aka nortypig
Version: 1.5
Author: Steven Clark (http://www.nortypig.com) and weblog (http://www.pigwork.info) and links blog (http://www.pigpen.info)
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	background: #fff url('http://www.pigwork.info/wp-content/themes/pigwork/graphics/texture.jp');
	color: #000;
	text-align: center;
	}

#page {
	background: #fff url('http://www.pigwork.info/wp-content/themes/pigwork/graphics/old.jp');
	text-align: left;
	position: relative;
	}

#header {
	background: #fff url('http://www.rosslangdon.com/wp-content/themes/rossi/graphics/rotator/rotator.php') 0 0 no-repeat;
	}

#content {
	font-size: 1.28em
	}

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

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

.widecolumn {
	line-height: 1.6em;
	}
	
p {
text-align: left;
}
	
ul, ol, li {
list-style-type: none;
}

#sidebar {
font-size: 1.1em;
}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	background-color: #fff;
	}
	
#footer p {
font-size: 1em;
color: #000;
}

p {
font-size: .9em;
}

small {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* Arial, Helvetica, Sans-Serif; */
	font-size: .85em;
	line-height: 1.3em;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
	}

h1 {
	font-size: 1.2em;
	float: right;
	text-align: right;
	width: 15em;
	height: 1.6em;
	font-weight: normal;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.1em;
	}

h2.pagetitle {
	font-size: 1em;
	text-align: left;
	}

#sidebar h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* 'Lucida Grande', Verdana, Sans-Serif; */
	font-size: 1em;
	text-align: right;
	}

h3 {
	font-size: 1em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

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: #FF3300;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* '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.2em;
	}

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

#commentform p {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /*'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif; /* 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: .9em 'Courier New', Courier, monospace;
	color: #000;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #FF3300;
	text-decoration: none;
	}
	

a:hover {
	color: #FF3300;
	text-decoration: none;
	}
	
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1em "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	text-align: center;
	}

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



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

#page {
	margin: 0px auto;
	padding: 0;
	width: 950px;
	/* border: 1px solid red; */
	}
	
#header {
	padding: 18px 0 30px 0;
	margin: 0 auto;
	height: 200px;
	width: 950px;
	background-color: #fff;
	}

#headerimg {
	margin: 0;
	height: 3em;
	width: 950px;
	}
	
#headerimg object {
width: 950px;
}

.narrowcolumn {
	padding: 0px 30px 0 50px;
	margin: 0 0 0 30px;
	width: 600px;
  /* border: 1px solid #000;  */
 float: left;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 160px;
	width: 600px;
	}
	
.widecolumn2 {
float: right;
padding: 0px 0 0px 0;
	margin: 5px 0 10px 0;
	width: 790px;
	height: 600px;
	background: #fff;
}

.widecolumn2 p {
padding: 0 200px 0 200px;
margin: 0px 0 8px 0;
font-size: .9em;
font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
}

.widecolumn2 img {
margin-top: -15px;
}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post, .widecolumn2 .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

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



/*	Begin Headers */
h1 {
margin: 190px 2px 0px 0;
padding: 0;
}

.description {
  margin: 190px 0 0px 2px;
  padding: 0;
	float: left;
	width: 30em;
	height: 1.6em;
	}
	
.description a {
text-decoration: none;
}

.description a:hover {
color: #666;
}

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

h2.pagetitle {
	margin: 0 0 0 0;
}

#sidebar h2 {
	margin: 10px 0 0px 10px;
	padding: 0;
	text-align: right;
/*	border: 1px solid red; */
	}

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%;
	}
	
img {

}

/*	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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.navigation .alignleft, .navigation .alignright {
margin-top: -10px;
}

/* 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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: right;
	/*border: 1px solid cyan; */
	}

#sidebar ul {
margin: 0px 0 15px 0;
}

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

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

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 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;
	}
	
#sidebar a, #sidebar a:hover {
  color: #666;
}
/* End Entry Lists */



/* Begin Form Elements */
#page #sidebar #searchform {
	margin: 0px 0 30px 0;
	padding: 0px 0px; 
	/* border: 1px solid #FF3300; */
	height: 4em;
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	}
	
fieldset {
border: none;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 0 3px;
  font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	 border: 1px solid #FF3300;
	background-color: #FF3300;
	font-size: 1em;
	}

#sidebar #searchsubmit {
  margin: 4px -10px 0px 0px;
	padding: 0px 1px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 1px solid #ff6600;
	background-color: #ff6600;
	font-size: 1em;
	width: 6em;
	float: right;
	}
	

.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 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 2px solid #666;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 2px solid #666;
	}

#commentform #submit {
	margin: 0;
	padding: 1px 2px;
	float: left;
	font-family: "Courier New", Lucinda Console, Courier, "Andale Mono", monospace;
	border: 2px solid #666;
	background-color: #fff;
	}
/* End Form Elements */


/* Begin Contact Form Elements */
.contactform {
font-size: .95em;
margin-left: 100px;
margin-right: 50px;
padding-right: 40px;
}

.contactform ul li {
text-align: right;
margin-bottom: 2px;
}

ul li .slipto {
float: left;
}

.contactform input {
	width: 280px;
	padding: 2px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 1px solid #ff0000;
	background: #ff0000;
	}

.contactform textarea {
  font-size: .95em;
	width: 280px;
	padding: 2px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 1px solid #ff6600;
	background-color: #ff6600;
	}

.contactform .button {
  width: 286px;
	padding: 2px 5px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Palatino, Sans-serif;
	border: 1px solid #ff9900;
	background-color: #ff9900;
	}
/* End Contact Form Elements */

/* pageOut is for external stuff like redirects */
#pageOut {
text-align: center;
}

#pageMod {
margin: 40px auto;
width: 400px;
}

#pageMod p {
padding: 0 60px 0 0;
margin: 0 0 7px -40px;
}



/* 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 Pagist */
#pagist {
float: left;
width: 70px;
clear: both;
/* border: 1px solid yellow; */
}

#pagist2 {
float: left;
clear: both;
width: 160px;
}

#pagist ul, #pagist2 ul {
margin: 0;
padding: 0;
}

#pagist ul li, #pagist2 ul li {
margin: 0px 0 30px 0;
padding: 0;
}

#pagist2 ul li {
margin: 0;
display: inline;
}

#pagist ul li img, #pagist2 ul li img {
text-align: left;
}

#pagist2 ul li img {
margin: 5px 15px 10px 0;
}

#pagist2 ul li img.rightspacing {
margin-right: 50px;
}

#pagist2 ul li img.leftspacing {
margin-left: 80px;
}
/* End Pagist */


/* Begin Sidebar */
#sidebar
{
  float: right;
	padding: 0px 0 10px 0;
	width: 130px;
  clear: none;
  /* border: 1px solid green; */
	}

#sidebar form {
	margin: 0;
	padding: 0;
	}
/* End Sidebar */



/* 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;
	}
	
#imagearea {
text-align: center;
}
	

/* End Various Tags & Classes*/

/* #footer {
background: #ccc;
} */