/*
Theme Name: Restless Like Me
Theme URI: http://andrewnorcross.com/portfolio/restlesslikeme
Description: An custom theme developed for the Restless Like Me blog
Author: Andrew Norcross
Author URI: http://andrewnorcross
Version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	background: #4c4c4c url(images/body.png);
	font-family: Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a {
	color: #669966;
	outline:none;
	text-decoration:none;
}

a:hover{text-decoration: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background: #f3f4ee url(images/container.png) repeat-y top left;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 960px; 
  	height: 170px;
	}

#header h1{
	padding-top:10px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-size: 8pt;
	width:960px; 
	overflow:hidden;
	border-top:1px solid;
	border-bottom:1px solid;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	padding:0 10px 0 30px;
}

#menu ul li a {
	padding:4px 10px;
	display:block;
}


li.norcross {
width : 150px;
height : 30px;
}

li.norcross a {
padding:0 10px 0 10px;
display : block;
width : 100%;
height : 100%;
background : url(images/about_norcross.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
text-decoration : none;
outline:none;
}

li.matt {
width : 150px;
height : 30px;
}

li.matt a {
display : block;
width : 100%;
height : 100%;
background : url(images/about_matt.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
text-decoration : none;
outline:none;
}

/* content */


#content {
	float:left;
	width:630px;
	overflow: hidden;
	margin:14px;
	border-right: 1px solid #ddd;
	}

.post {
	width:600px;
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	padding: 5px 0 5px 0;
	font-size: 24pt;
	line-height:28px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#cccccc;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{
	float:left;
	height : 40px;
	width:100px;
	background : url(images/previous.png) no-repeat 0 0;
	font-size : 0px;
	outline:none;
	}

.alignleft a:hover{
	text-decoration: none;
}

.alignright a{
	float:right;	
	height : 40px;
	width:100px;
	background : url(images/next.png) no-repeat 0 0;
	font-size : 0px;
	outline:none;
	}

.alignright a:hover{
	text-decoration: none;
}

h3#comments {font-size:16px; }

/* Social Media Links */
.socialmedia {
	background: ;
	border-top: 1px solid #e1e1e0;
	border-bottom: 1px solid #e1e1e0;
	overflow: hidden;
	padding: 2px;
	text-align: center;
}

.socialmedia p a:hover {
	text-decoration:none;
}

.socialmedia p {
	color: #0B0B0B;
	font-size: 16px;
	margin:5px 0;
}

span.sharethis {font-weight:bold; padding-right:5px;}
.socialmedia a{ padding-left:18px; line-height:18px;color:#000000;}

a.au_twitter {background:url(images/mini_twitter.png) no-repeat left;}
a.au_facebook {background:url(images/mini_facebook.png) no-repeat left;}
a.au_stumble {background:url(images/mini_stumble.png) no-repeat left;}
a.au_digg {background:url(images/mini_digg.png) no-repeat left;}
a.au_delicious {background:url(images/mini_delicious.png) no-repeat left;}



/* sidebar */

#sidebar {
	font-size:12pt;
	width:300px;
	float:right;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar .connectboxes {
padding:0;
margin:20px 0 0 0;
white-space:nowrap;
list-style-type:none;
}

#sidebar .connectboxes h2 {
height : 60px;
background : url(images/connect.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

#sidebar .connectboxes li{
display:inline;
}

#sidebar .rssinfo li {
margin:5px 0 5px 0;
}

#sidebar li.rsslink {
height : 72px;
	}
	
#sidebar li.rssemail {
	height:69px;
	}

#sidebar .search h2 {
height : 72px;
background : url(images/search.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.widget_twitter h2 {
height : 72px;
background : url(images/twitter.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.widget_pages h2{
height : 72px;
background : url(images/most-popular.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.widget_recent_entries h2{
height : 72px;
background : url(images/recent-posts.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.widget_recent_comments h2{
height : 72px;
background : url(images/recent-comments.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.widget_links h2{
height : 72px;
background : url(images/blog-roll.png) no-repeat 0 0;
font-size : 5px;
text-indent : -9999px;
}

li.recentcomments a.url {
	color:#000000;
	font-weight:bold;
}

/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url{
	background: #fff;
	font-size: 16pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#comment {
	background: #fff;
	font-size: 14pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#submit{
	background: #000;
	color:#fff;
	font-size: 13pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 5px 0 10px;
	padding:5px 0 5px 10px;
	list-style-type:none;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;	
	}

ol.commentlist li.alt {background: #c0c2c2;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist li.pingback {display:none;}
ol.commentlist a {color:#000;}

p.subscribe-to-comments {margin:10px 0 0;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

