/*
Theme Name: Shifting Identities
Version: 1.0
Description: 2 Column theme
Author: Annie Wu
Author URI: http://www.shifting-identities.ch
*/
html, body {
	height: 100%;
	/*font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans-Serif;*/
	font-family: Georgia, Times, Times New Roman, sans-serif;
}


 h6 { font-size: 20px; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 12px; text-decoration: none;}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 0px dotted #000;
	color: #000;
}
h3.titles {
    margin: 0px;
    padding: 0px;
}

.titledate{
    margin: 0px;
    padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Georgia, Serif; }

ul, ol { line-height: 2.0em; }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #f7f7f7;
	font-size: 11px;
}



#wrapper2 {
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#wrapper{
	position: absolute;
	color: #555555;
	margin-top: 8px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #e3e3e3;
	width: 1030px;
	background-image: url(images/wrapperbg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#content-wrapper{
	margin-top: 0px;
	margin-left: 0px;
}

#content {
    display: block;
	margin-top: 0px;
	margin-left: 8px;
	float: right;
	width: 680px;
	background-color: #fff;
	padding-left: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}

#content h1,#content h2, #content h3, #content h4, #content h5, #content h6 {
	border: 0px;
	margin: 0px;
}

#content a {
	text-decoration: none;
}

#content a img{
    border: 0px;
}


#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF url(images/footer-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #549AD8;
	font-size: 11px;
	padding-bottom: 20px;
}

#footer a {
	color: #549AD8;
	font-size: 11px;
	}

#footer a:visited {
	color: #549AD8;
	}
#footer a:hover {
	color: #9F9F9F;
	border-bottom: 1px dashed #9F9F9F;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 30px; }



/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { margin: 0 15px 0 0; }

/*#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }*/

#content .post-footer{ 
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 0px; 
	padding:5px 0px 5px 0px;
}
#content .post-footer a, #content .post-footer a:link, #content .post-footer a:visited{
    color: #31bdcd;
    background-color: transparent;
}
#content .post-footer a:hover, #content .post-footer a:active{
    color: #000;
    background-color: #000;
}

.post-wrapper {
    margin: 0px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

#content .post a, #content .post a:link, #content .post a:visited {
    color: #31bdcd;
    background-color: transparent;
}
#content .post a:hover, #content .post a:focus, #content .post a:active {
    color: #000;
    background-color: #000;
}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }




	/* Comments Styling */
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
}

#commentform {
    margin: 1em 0;
    background: #FFFFFF;
    /*width: 280px;*/
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
#commentform #submit{
    border: 1px solid #d6d3d3;
   font-family: Georgia, Times, Times New Roman, sans-serif;
}
#commentform #submit:hover{
    background-color: #ffffff;
}
#commentform label{
    margin-left: 20px;
}
#commentform small{
    font-size:9px;
    color: #31C4E0;
}


.date {
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	
	color: #427BAB;
	padding: 2px 0px;
	text-align: center;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #AEAEAE;
	font-size: 2.3em;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}


#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 13px;
color: #6F6F6F;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;

}
.post-wrapper p, ul, li{
    font-size: 11px;
}
.post-wrapper .titles{
	font-size: 18px;
	color: #31bdcd;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}
.post-wrapper .titles a{
    color: #31BDCD;
}
.post-wrapper .titles a:hover {
    color: #000;
    background-color: #000;
}

.post-wrapper .postTitle {
	line-height: 20px;
	float: left;
}

.post{
	color: #000;
	clear: both;
}

.author {
    color: #31BDCD;
}

.form newsletter{
    background-color: red;
}

a.discussLink:before{
    content: url(images/func_message_blue_bright.gif);
	vertical-align: middle;
	padding: 0px;
}

.podPress_content {
  border: 0;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #cccccc;
	color: #fff;
	vertical-align: middle;
}

.podPress_content a{
	color: #2b2df5;
}
