/* 
Theme Name: 10 degrees latitude
Theme URI: http://degreeslatitude.com/
Version: 2.0 
Description: Second layout for my personal journal entries. 
Author: jacqueline czarnecki
Author URI: http://degreeslatitude.com/   
*/


body 
{
	background: white;
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	text-align: left;
        color: #001A2A;
	background-image: url(img/rap-bg.gif);
	background-repeat: no-repeat;
	background-position: 161px 205px;
}

a img 
{
	border: none;
}


#header 
{
	margin: 0;
	padding: 0;
 	height: 201px;
	width: 900px;
}

#strip /*GOES UNDER HEADER*/
{
        background: url(img/tiny-bg-dot.gif);
	margin: 0;
	padding: 0;
 	height: 4px;
	width: 100%;
}


#rap /*ENCLOSES CONTENT DIVS*/
{
	background: url(img/rap-bg.gif) no-repeat top right;
	margin: 0;
	padding: 8px;
	/*width: 949px;*/
	width: 820px;
	float: left;
        min-height: 500px;

}



/* CONTENT */ /* CONTENT */ /* CONTENT */ /* CONTENT */ /* CONTENT */


#content 
{
	margin: 0;
	padding: 20px 10px 10px 20px;
	min-height: 225px;
	width: 599px;
	overflow: hidden;
}

.centeralignimg
{
	padding: 5px 0px 5px 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.leftalignimg
{
	padding: 5px 10px 5px 0px;
        float: left;
        display: inline;
}

.rightalignimg
{
	padding: 5px 0px 5px 10px;	
        float: right;
        display: inline;
}

#content h1 /*MARKS VIEWING LOCATION ON THE RIGHT*/ 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold; 
	text-align: right;
	color: #EDA600;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;			
}


#content h2 /*MARKS COMMENT STATUS*/
{
	margin: 0;
	padding: 25px 0 25px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #EDA600;		
	font-size: .9em;
	letter-spacing: .1em;
	font-weight: bold;	
}

.post 
{
	margin-bottom: 55px;
	padding: 0;
}


.post-info /*BIG TITLE OF POST*/
{
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 1.6em;
        font-weight: bold;
	color: #FF7302;
}


.post-info a 
{
	text-decoration: none;
	color: #FF7302;
	border-bottom: none;
}


.post-info a:hover 
{
	text-decoration: none;
        background-color: #E7E7E7;
}


.post-title /*DATE OF POST*/
{
	margin: 0;
	padding: 4px 0 7px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: #808080;
	border-bottom: #C2C2C2 1px dotted;
}


.post-content /*BODY COPY OF POSTS*/
{
	margin: 0;
	padding: 4px 0 0 0;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	color: #001A2A;
}


.post-content span  
{
	color: #808080;
}


.post-content a 
{
	text-decoration: none;
	color: #255188;
}


.post-content a:hover  
{
	text-decoration: none;
        background-color: #E7E7E7;
}


.post-footer /*BOTTOM OF POST; CATEGORIES, COMMENTS*/
{
	margin: 0;
	padding: 8px 0 2px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: #808080;
	border-top: #C2C2C2 1px dotted;
}


/*.post-footer span 
{
	background: url(none) no-repeat left;
}*/


.post-footer a 
{
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


.post-footer a:hover  
{
	text-decoration: none;
        background-color: #E7E7E7;
}


.post-footer em 
{
	font-style: normal;
}


.post-footer em a 
{
	font-style: normal;
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


.post-footer em a:hover  
{
	font-style: normal;
	text-decoration: none;
        background-color: #E7E7E7;
}


.post blockquote 
{
	background: #EFEFEF /*url(img/blockquote.png) no-repeat bottom left*/;
	width: 320px;
	margin: 10px 0 10px 105px;
	padding: 6px 15px 6px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em; 
	color: #255188;
}

.post blockquote a 
{
	color: #001A2A;

}


/* SIDEBAR */ /* SIDEBAR */ /* SIDEBAR */ /* SIDEBAR */ /* SIDEBAR */ 


#sidebar 
{
	margin: 0;
	padding: 18px 10px 10px 10px;
	min-height: 225px;
	width: 150px;
	float: left;
}

#sidebar a 
{
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


#sidebar a:hover 
{
	text-decoration: none;
        background-color: #E7E7E7;
	/*border-bottom: #C2C2C2 1px dotted;*/
}

.sidelinks
{
	margin: 0;
	padding: 0px 0px 4px 0px;
}

#sidebar h1 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: normal; 
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 2px 20px;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	color: #808080;
	list-style: none;
}

#sidebar .links2 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: normal; 
	text-transform: uppercase;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	color: #808080;
	list-style: none;
}

#sidebarsites
{
	margin-top: -13px;
	width: 140px;
}

#sidebarlinks2
{
	margin-left: 20px;
	margin-top: 1px;
	width: 140px;
}

#sidebar ul
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	list-style: none;
	margin: 0;
	padding: 2px 0 6px 20px;
	color: #808080;
	font-size: .9em;
	line-height: 1.3em;
}

#archivePull 
{
	padding: 6px 0 6px 20px;
}

#archivePull .formtext
{ 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	list-style: none;
	font-size: .9em;
	text-transform: uppercase;
}

#flickrimg
{
	margin-top: 1px;
}

#flickr
{
	width: 140px;
	margin-top: 4px;
	margin-bottom: -5px;
}

#flickr img
{
	padding: 0px 0px 6px 0px;

}

#flickr a:hover {
	text-decoration: none;
        background-color: white;
}

#twitter
{
	width: 140px;
	margin-top: 1px;
}

#twitter li
{
	padding-bottom: 12px;
}

#twitter a
{
	text-transform: uppercase;
}

/* FOOTER */ /* FOOTER */ /* FOOTER */ /* FOOTER */ /* FOOTER */ 


#footer 
{
	margin: 0;
	padding: 0 0 15px 190px;
	width: 630px;
	float: left;
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: #808080;
} 


#footer a 
{
	text-decoration: none;
	color: #255188;
	/*border-bottom: #77B2AD 1px dotted;*/
} 


#footer a:hover 
{
	text-decoration: none;
        background-color: #E7E7E7;
	/*border-bottom: #C2C2C2 1px dotted;*/
}



/* COMMENTS */ /* COMMENTS */ /* COMMENTS */ /* COMMENTS */ /* COMMENTS */ 


.commentlist blockquote 
{
	background: #EFEFEF;
	width: 250px;
	margin: 10px 0 10px 145px;
	padding: 6px 10px 6px 10px;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #001A2A;
}

.commentlist 
{
	background: white;
	margin: 0;
	padding: 0;
}


.commentlist .alt 
{
	background: #EFEFEF;
	margin: 0;
	padding: 10px;
}

.commentlist .alt blockquote 
{
	background: white;
	width: 250px;
	margin: 10px 0 10px 145px;
	padding: 6px 10px 6px 10px;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #001A2A;
}


.commentlist li 
{
	margin: 0;
	padding: 10px;
	list-style: none;
}


.commentlist li .cmtinfo 
{
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1em;	
	border-bottom: #BABABA 1px dotted;
}


.commentlist li cite 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: #808080;
}


.commentlist li cite a 
{
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


.commentlist li cite a:hover  
{
	text-decoration: none;
        background-color: #E7E7E7;
	/*border-bottom: #C2C2C2 1px dotted;*/
}


.commentlist li .cmtinfo em 
{
	margin: 0;
	padding: 0;
	float: right;
	font-size: 1em;
	font-style: normal;
	color: #808080;
}


.commentlist li .cmtinfo em a
{
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


.commentlist li .cmtinfo em a:hover 
{
	text-decoration: none;
        background-color: #E7E7E7;
	/*border-bottom: #C2C2C2 1px dotted;*/
}


#commentform 
{
	margin: 0;
	padding: 0;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea 
{
	padding: 0;
	border: #BABABA 1px dotted;
}


#commentform textarea 
{
	width: 100%;
}


/*#commentform p 
{
	margin: 0 0 20px;
}*/


#comments, #respond  
{
	background:url(img/ico-talk-act.gif) no-repeat left;
	margin: 25px 0 15px 0;	
	padding: 0 0 0 17px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}


.nocomments 
{
	margin: 0;
	padding: 25px 0 25px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	font-weight: bold; 
	text-align: left;
	text-transform: uppercase;
	color: #EDA600;		
}


input, textarea 
{
	border: #BABABA 1px dotted;
}


a 
{
	text-decoration: none;
	color: #255188;
	border-bottom: none;
}


a:hover  
{
	text-decoration: none;
        background-color: #E7E7E7;
	/*border-bottom: #C2C2C2 1px dotted;*/
}

a.nohover:hover {
background: none;
border: none;
}

/* EXTRAS */ /* EXTRAS */ /* EXTRAS */ /* EXTRAS */ /* EXTRAS */ 


hr 
{
	display: none;
}

/* FOLIO STUFF */ /* FOLIO STUFF */ /* FOLIO STUFF */ /* FOLIO STUFF */ /* FOLIO STUFF */ 

#Links {
	height: 145px;
	width: 99%;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 930px;
	z-index: 1;
}

#Worklink {
	margin-bottom: 0px;
	margin-top: 32px;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .65em; /*10px*/
}

.Workcurrent {
	background-image: url(http://degreeslatitude.com/images/2009nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#Webloglink {
	margin-bottom: 0px;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .65em; /*10px*/
}

.Weblogcurrent {
	background-image: url(http://degreeslatitude.com/images/2009nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#Aboutlink {
	margin-bottom: 0px;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .65em; /*10px*/
}

.Aboutcurrent {
	background-image: url(http://degreeslatitude.com/images/2009nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#Contactlink {
	margin-bottom: 0px;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .65em; /*10px*/
}

.Contactcurrent {
	background-image: url(http://degreeslatitude.com/images/2009nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#LinkHome {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: .65em; /*10px*/
}