/*
Theme Name: Andrew Michael Nathan
Description: Deco two-column theme supporting widgets. 
Author: Andrew Michael Nathan
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Elements */
body {
	background: url('img/blue.png');
	color: #bbbbbb;
	font: normal 62.5% sans-serif;
	padding: 0;
}

a {color: #6694c5;}
a:hover {color: #bbbbbb;}

big {font-size: 1.1em;}
h2{color: #6694c5; padding: 2px 0 2px;}
h1,h3 {color: #bbbbbb; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif; padding-left:10px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

h2 {font: normal 1.4em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #6694c5 url('img/content_slice.png') repeat-y;
	margin: 0 auto;
	width: 880px;
}
#container {
	
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;padding:0;
	width:880px;
}

/* header */
.title {
background:url('img/title.png') no-repeat;
background-position:19px 130px;
padding:130px 0 0 0;
}
.title h1 {
        padding:38px 30px 30px 80px;
	font: normal 1.6em Georgia,"Trebuchet MS",sans-serif;
}
.title h1 a{
         color:#6694c5;}
.title h1 a:hover{
       color:#6694c5;
}
.header {
	
	background: url(img/header.jpg) no-repeat;
	height:202px;
        width:880px;
}

/* navigation */
.navigation {
	 background:url(img/navBar.jpg); height: 60px;
}
.navigation ul {height: 30px; padding: 0; margin: 0 0 0 15px;}
.navigation li { margin: 3px 0 0 0; float: left; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav.gif) repeat-x;
	color: #ffffff;
        border-right: 1px solid #bbbbbb;
        border-top: 1px solid #6694c5;
        border-left: 1px solid #6694c5;
	display: block;
	font: 1.2em Arial,sans-serif;
	line-height: 30px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-position: left bottom;
	color: #0f1931;
        border-right: 1px solid #bbbbbb;
        border-top: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
}
.navigation .current_page_item a {color: #0f1931;}




/* main */
.main {background:url(img/content_slice.png) repeat-y;}

/* posts */
.post .descr {
	color: #6694c5;
	font-size: 0.9em;
	margin:2px 0 4px;
}
#post .post h1{background:url(img/title.png) no-repeat;

}
.post .info{
	
	color: #6694c5;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
.post img {border: 2px solid #6694c5; margin:0;}
.post a img {border:2px inset #6694c5;}
.post a:hover img {border-color: #fff;}

/* bottom */
.bottom {
	background: #6694c5 url(img/content_slice.png) repeat-y left bottom;
	color: #fff;
	padding: 14px 20px;
}

#silhouettes{
width:600px;
height:165px;
margin-left:20px;
}
#silhouettes ul.profile_links {
font-size:0.4em;
font-color:#694c5;
text-align:left;
}
#silhouettes ul li{
margin-bottom:10px;
}

#silhouettes ul li#ccbyjay{
list-style-image:;

}
#silhouettes ul li#nyny{
list-style-image:;
}
#silhouettes ul li#travel-mindset{
list-style-image:;
}
#silhouettes ul li#fsu{
list-style-image:;
}

#silhouettes a img{
height:100px;
margin-left:17px;
padding:0 auto;
float:center;
}

.home_links
{
width:150px;
height:300px;
margin:0 20px 0 15px ;
padding:0 auto;
float:left;
background-color:#fff;
border:5px ridge #6694c5;
}
.home_links h2
{
color: #0f1931;
width:100%;
text-align:center;
margin:0 auto;
padding:0 auto;
float:center;
}



/* footer */
.footer {
font-size:.9em;
height:60px;
background:url(img/footer.png) no-repeat bottom right;
background-position:-18px 10px;
padding:2px 2px;
text-align:center;
line-height:69px;
}

.footer .left {width:36%; padding-left:5px}
.footer .right {
	width: 63%;
	text-align: left;
        
}
.footer a {
	color: #0f1931;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #0f1931;}

/* misc */
.content {padding: 10px 15px 10px 30px ;}

.right .content {padding: 9px 10px;}
.col2 div.left{width:75%; text-align:left;}
.col2 div.left ul#about ul#topright ul li{width:300px; text-align:left; margin-left:225px; padding:5px;}
.col2 div.left ul#about ul li{ width: 100%; text-align:left; color:#fff; list-style-image:url("img/logo25x26.png");
list-style-type:square; }
.col2 div.left ul#about h2 {text-align:left;}
.col2 div.right {width: 25%; text-align:right;}

/* block list */
ul.block, .block ul {
	
	margin: 4px 0;
	padding: 0;
	width: 90%;
}

.block h2{
	background: url(img/img04.png) no-repeat top right;
        padding:2px;
        text-align:center;
        height:60px;
        line-height:55px;
}
.block li {
	
	list-style: none;
}
.block li a,.block li em {
	color: #6694c5;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #6694c5;
	background-color: #fff;
}

.right .block,.right .block li {border-color: #6694c5;}
.right .block li a:hover {background: #ffffff;}

/* comments */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #6694c5;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #6694c5;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #6694c5;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

/* calendar */
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #6694c5;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #6694c5;
  color: #6694c5;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}

.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 250px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */
.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #6694c5;
	border: 1px solid #DDD;
	padding: 20px;
}
/*img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}*/


/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Captions 
------------------------------------------------------------------- */

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 0.9em;
   padding: 4px;
   margin: 0;
}

*/
My Pages--------------------------------------------------*/

#socialnetworking_faces {

width:41px;
height:550px;
padding:0;
display:inline;
text-indent: -9999px;
}
		
ul#face_bar {
position:fixed;
top:0;
right:20px;
list-style: none;
text-indent: -9999px;												
}


ul#face_bar li a {border: 2px solid #fff;
border-top:4px solid #fff;
border-bottom: 4px solid #fff;
border-left:4px solid #fff;
float: left; clear:both; width: 40px;
background-image: url(img/social_faces.jpg);
text-indent: -9999px;
}

ul#face_bar li a.Facebook {
height: 70px; background-position: 0 0;	
}
ul#face_bar li a.Twitter {
height: 70px; background-position:  0  -70px ;	
}

ul#face_bar li a.Flickr {
height: 70px; background-position:  0 -140px;	
}

ul#face_bar li a.Linked_In {
height: 70px; background-position:  0 -210px;	
}

ul#face_bar li a.Plaxo {
height: 60px; background-position:0 -280px ;	
}

ul#face_bar li a.Delicious{
height: 70px;background-position:  0 -340px;	
}



ul#face_bar li a.Facebook:hover, ul#face_bar li a.Facebook:focus {
background-position: 42px 0;
}

ul#face_bar li a.Twitter:hover, ul#face_bar li a.Twitter:focus {
background-position: 42px  -70px ;	
}

ul#face_bar li a.Flickr:hover, ul#face_bar li a.Flickr:focus {
background-position:  42px -140px ;	
}

ul#face_bar li a.Linked_In:hover, ul#face_bar li a.Linked_In:focus {
background-position:   42px -210px;	
}

ul#face_bar li a.Plaxo:hover, ul#face_bar li a.Plaxo:focus {
background-position:   42px -280px;	
}
ul#face_bar li a.Delicious:hover, ul#face_bar li a.Delicious:focus {
background-position:   42px -340px;	
}

