/*  
Theme Name: Panoramick
Theme URI: http://www.indii.org/
Description: Subtle tones and panoramic views. Derived from WordPress Default 1.6.
Version: 1.0
Author: Lawrence Murray
Author URI: http://www.indii.org/
*/

/* Begin Typography & Colors */
body {
	font-size: small;
	font-family: sans-serif;
	background: white;
	color: #555;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #222;
	color: white;
}

#header #photo {
	width: 100%;
	background: url(images/hills.jpg) no-repeat center;
}

#header #bar {
	width: 100%;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #222;
}

#header #photo #title {
	width: 50em;
	margin: auto;
}

#logo {
	text-align: left;
	padding: .5em;
}

#name {
	width: 50em;
	margin: auto;
	text-align: right;
}

#name h2 {
	color: white;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

.subheader {
	display: table;
	width: 100%;
	min-height: 8em;
}

.subheader .title {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
	color: #DD8830;
}

.subheader .title h1 {
	color: #DD8830;
	line-height: 1;
}

.subheader .navigation {
	display: table-cell;
	width: 100%;
	padding-left: 1em;
	border-left: 1px dotted #CCC;
	vertical-align: top;
}

.subheader .navigation .breadcrumbs {
	text-align: right;
}

.subheader .navigation .searchform {
	text-align: right;
}

.subheader .navigation .pages {
	text-align: left;
}

#page {
	width: 100%;
	background: white url(images/grey_fade.png) repeat-x;
	color: #555;
	margin: 0;
	padding: 0;
}

#content {
	width: 50em;
	margin: auto;
	line-height: 1.4em;
	padding: 1em 0 1em 0;
}

.box {
	clear: both;
	margin: 0 0 1em 0;
	padding: 1em;
	border: 1px dotted #CCC;
	font-size: small;
	line-height: 1em;
}

.alt {

}

#comments {
	clear: both;
	width: 100%;
	padding: .2em 0 .2em 0;
	background: #EEE;
}

#commentlist, #commentform {
	width: 50em;
	margin: auto;
}

#subfooter {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EEE;
}

#subfooter #subfootercontent {
	width: 50em;
	margin: auto;
	padding: .5em;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #222;
	color: #EEE;
}

#footer #footercontent {
	display: table;
	border-collapse: collapse;
	width: 50em;
	margin: auto;
}

#footer .footercolumn {
	display: table-cell;
	padding: .2em .5em 0 .5em;
	vertical-align: top;
	border-right: 1px dotted #424242;
}

small {
	font-size: .9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
}

#wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #FF9900;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: .9em;
}

.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 {

}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #AAA;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: .9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #FFAA40;
	text-decoration: none;
}

a:hover {
	color: #F62;
	text-decoration: underline;
}

#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 */
.panel {
	margin: 0 0 1.4em 0;
	padding: 0 1em 0 1em;
}

.post {
	text-align: justify;
}

.post hr {
	display: block;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #CCC;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 12.8em;
	margin: .5em .5em .5em 0;
}

.attachment {
	text-align: center;
	margin: .5em 0;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Images */
p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 .5em .5em;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 .5em .5em 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.icon {
	border: 0;
	vertical-align: bottom;
	padding: 2px 2px 0 2px;
}

img.photo {
	display: inline;
	border: 1px solid #CCC;
	padding: 4px;
}
/* End Images */



/* Begin Lists */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.navigation ul, #footer ul, #subfooter ul, #sitemap ul {
	margin-left: 0;
	padding: 0;
}

.navigation ul ul, #footer ul ul, #subfooter ul ul, #sitemap ul ul {
	margin-left: 1em;
}

.navigation li, #footer li, #subfooter li, #sitemap li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}


/* End Entry Lists */


/* Begin Form Elements */
.searchform {

}

.searchterm {
	width: 12em;
}

.searchsubmit {

}

.entry form { /* This is mainly for password protected posts, makes them look better. */

}

#commentform input {

}

#commentform textarea {
	width: 100%;
}

#commentform #submit {

}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: .5em 0 .5em 0;
	background: #DDD;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	list-style: none;
	padding: .5em;
}

.commentlist p {

}

#commentform p {

}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* 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 #CCC;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
	clear: both;
}

a img {
	border: none;
}

span.highlight {
	color: #FFAA40;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 0.8em;
}

/* End Various Tags & Classes*/
