﻿/*

Theme Name: Carolyn Swiszcz
Theme URI: http://www.milanda.eu/wordpress/greenpoint-milanda-13-wordpress-theme/
Description: Wordpress Theme customized for artist Carolyn Swiszcz. 
Version: 1.0
Author: Linda Busdiecker and Carolyn Swiszcz
Author URI: http://www.55118.org/
Tags: fixed width, two columns, widgets, widget ready, white, simple, left sidebar

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
body {
        font-family:Arial;
	background: #fff;
	text-align: center;
	width:800px;
	margin:0px auto;
	padding:0;
        color: #444;    /* font color: medium gray */
}

#page {	
	text-align: left;
        width:800px;
}

#sidebars {
	float: left;
        margin-left:0px;
	width: 180px;
        font-size: .75em;
        margin-top:25px; 
}

.narrowcolumn {
	float: right;
	width: 590px;
	margin-top:0px;
}

#header {
	margin-top:1px;
}

#headerimg {
	height: 280px;
	margin-bottom:-30px;
}

#footer {
	width: 100%;
	margin-bottom:0px;
	position:relative;
	float:bottom;
}

.narrowcolumn .entry { 
	font-size:.9em;
}

/* Post metadata in the main area */
.narrowcolumn .postmetadata { 
        text-align: left; 
        margin-top: -20px;
/*        font-size: .75em; */
}

.thread-alt { 
        background-color: #f8f8f8; 
}

.thread-even { 
        background-color: white; 
}

h1, h2, h3 { 
        font-weight: bold;
}

#title .description {
	text-align: left;
}

.topsearch{
	margin: 0;
	padding-top: 5px;
}

.topsearch input{
	color: #ccc;
	border: solid 1px #ccc;
	width: 200px;
}

.topsearch input:hover { 
        border: solid 1px #000; 
}

#title h1, #title h1 a, #title h1 a:hover, #title h1 a:visited {
	text-decoration: none;
}

#title .description {
	text-decoration: none;
	font-weight:bold;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite { 
        text-decoration: none; 
}

.commentlist li, #commentform input, #commentform textarea, .entry input, .entry textarea {
/*	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
}

#commentform input, #commentform textarea,.entry input, .entry textarea {
/*	border: solid 1px #ccc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
 */
}

.commentlist li { 
        font-weight: bold; 
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata { 
        font-weight: normal;	
}

small, .nocomments, .postmetadata, blockquote, strike { 
 /*       color: black; */
        color: gray;
}

a, h2 a:hover, h3 a:hover {
        color: #660000; /* color for hyperlinked text */
	text-decoration: none;
}

.current_page_item a, .current_page_item a:hover, .current_page_item ul li a:hover {
        color: white; /* color for hyperlinked text */
	text-decoration: none;
}

/* End Typography & Colors */

#title {
	background: #FFEFD5;
	margin: 0;
}

#header ul {
	margin-top:0px;
	margin-right: 18px;
	margin-left:25px;
        float: right;
	list-style: none;
}

/* leb: rounded page tabs */
#header ul li {
	float: left;
        margin: 1px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* leb: page tabs text */
#header ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	font-size: .75em;
	text-decoration:none;
}

/* Hovered page tabs */
#header ul li a:hover {
        background: #aaa;
        color: white;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* tabs */
#header .page_item {
	margin-left:8px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

/* tab for current page */
#header .current_page_item, #header li .current_page_item {
	font-weight: bold; 
 	background: black;
	margin-left:8px;
}

.post {
	text-align: left;
}

.post hr { 
        display: block; 
}

.postmetadata { 
        clear: both; 
}

.clear { 
        clear: both; 
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	font-size: .75em;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
        font-weight: bold;
}

/* End Structure */

/* Begin Headers */
h1 {
	margin: 0;
}

h2.pagetitle {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dotted 1px #d4d4d4;
}

h3 {
	padding: 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;
}

.entry ol {
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebars .children{
	padding: 0px;
}

#sidebars ul {
        margin-top: -15px;
        list-style:none;
}

#sidebars ul li {
        margin-left:-40px;
}

#sidebars .submenu ul li {
        margin-left:-12px;
        list-style:disc;
}

/* #sidebars .textwidget is the content area for the text widget */
#sidebars .textwidget {
        position:relative;
        left:12px;
        margin-top: -15px;
	margin-right: 12px;
}

#sidebars .submenu li, #sidebars #submenu li{
        list-style:none;
}

#sidebars #submenu li ul {
	margin-top: 0 !important;
	margin-left: -16px /* 0 */   !important;
}

#sidebars #submenu li ul li {
	border: none;
}

/* leb: sidebar h4 is sidebar section header */
#sidebars h4 {
	font-size:1.1em;
        margin-top:12px;
}

#sidebars ul li select {
	position:relative;
	top:-16px;
	left:12px;
}

/* leb: positions Picassa widget */
#sidebars ul li p {
/*
       position:relative;
       top:-12px;
       left:12px; */
}

#sidebars form {
       position:relative;
       top:-20px;
       left:8px;
       margin-bottom:-22px;
}


/* End Entry Lists */


/* Begin Form Elements */
#searchform {
/*	margin: 10px auto; */
	padding: 5px 3px;
	text-align: left;
}

/*
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}

select { 
        width: 130px; 
}

#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
}

.entrytitle{
	text-align:left;
}

#commentform {
	text-align:left;
	margin: 5px 0 0 0;
	background: #eee;
	padding: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#commentform textarea, .entry textarea {
	width: 98%;
	padding: 5px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit, .entry form submit {
	margin: 0 0 5px auto;
	float: right;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { 
	margin: 10px 5px 10px 0; 
}

.children { 
	padding: 0; 
}

#commentform p { 
	margin: 5px 0;	
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

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; 
}

.hidden { 
        display: none; 
}

hr { 
        display: none; 
}

a img {	
        border: none; 
}

.navigation {
	display: block;
	text-align: center;
        font-size: .75em;
        font-weight: bold;
        margin-left:192px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#ap {
	padding-left: 50px;
}

.photo {
	margin: 35px 15px 0 0;
	padding: 5px;
	background: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.reply {
	font-size: 10px;
}

.cancel-comment-reply, .cancel-comment-reply a{
	text-decoration: none;
	font-size: 12px;
	text-align:right;
	padding: 5px;
}

#sidebars li a.rsslink { 
/*        background: url(images/rss-ico.png) no-repeat left 2px; 
        padding-left: 20px; 
        margin-right: 5px; 
 */
}

.cs_linkspage {
	position:relative;
        margin-left:-20px;
        list-style:none;
}

.cs_linkspage ul {
	position:relative;
	margin-bottom:10px;
	margin-left:5px;
}

.cs_linkspage li {
	position:relative;
	margin-left:-20px;
	list-style:none;
}

.cs_linkspage ul li {
	list-style:disc;
	margin-left:0px;
/*	list-style:square; */
}

.cs_linkspage h2 {
        font-size: 1.12em; 
	margin:0px;
}

.slideshow {
	margin-top:-12px;
	margin-left:15px;
}

.linkcat ul li {
        font-size:.9em; 
}