/*
Theme Name:		Cutline
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body { 
	background: #c1c1c1; 
	background-image: url(images/ml-bg-5.gif); 
	background-repeat: repeat-y; 	
	background-position: top center;
	color: #333; 
	font: 65% Georgia, Trebuchet, serif; 
	text-align: center; 
}

* { padding: 0; margin: 0; }



/*---:[ global elements ]:---*/

a { color: #4949bf; text-decoration: underline; }

	a:visited { color: #551a8b; text-decoration: underline; }

	a:hover { text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-style: italic; font-family: Georgia, Trebuchet, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #ccd200; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }

.alignright { float: right; }

.alignleft { float: left; margin-right: 10px; }

.aligncenter { margin: 0 auto; }

/*---:[ headlines ]:---*/

h1, h2, h3 { font-family: Georgia, Trebuchet, serif; color: #34424a; }

h1 { font-size: 2.8em; letter-spacing: -0.03em; padding: 0 0 0.2em 0; font-weight: 300; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }
	
	h1 a, h1 a:visited, h1 a:hover { }
	
h2 { font-size: 1.7em; font-weight: 500; letter-spacing: -0.03em; }

	h2 a { }
	
		h2 a:visited { }
	
		h2 a:hover { }
	
	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; font-size: 2.2em; }
	
	.pages h2, h2.page_header { margin: 0 0 0.4em 0; padding: 0 0 0.2em 0; }
	
	h2.archive_head { font-size: 1.7em; font-weight: 500; letter-spacing: -0.03em; }

	h2.widgettitle { text-align: left; }

	h2.widgettitle a { text-decoration: none; }
	
h3 { font-size: 1.0em; font-family: Arial, sans-serif; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { font-size: 1.8em; margin-bottom: 0.9em; }

h4 { font: italic 1.1em Georgia, "Times New Roman", Times, serif; color: #aaa; }

	h4 a, h4 a:visited { font-style: normal; }
	
		h4 a:hover { font-style: normal; }
	
	.posts h4 { margin: 0 0 1em 0; padding: 0 0 0.35em 0; border-bottom: 3px double #ccc; }



/*---:[ core layout elements ]:---*/

#container { width: 941px; margin: 0 auto; }
					
	#content_box { width: 941px; text-align: left; float: left; clear: both; }
	
		#content { width: 585px; padding: 0 15px 0 15px; float: left; }
		
		#sidebar { width: 325px; padding: 0; float: left; }
		
	#footer { height: 90px; width: 939px; padding: 0 0 0 1px; border-top: 2px solid #ccc; background: url('images/miguellucas-footer.jpg') no-repeat; background-position: center; float: left; }
		


/*---:[ header styles ]:---*/

#masthead { width: 939px; height: 90px; text-align: left; } /*background: url('images/miguellucas-header.jpg') no-repeat; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

   #masthead img { border: none; }
   
	/* #masthead a { display: block; width: 770px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

.nav { background-color: #ccd200; width: 939px; height: 25px; margin: 1px 0 15px 0; }

ul#nav { list-style: none; width: 939px; padding: 0 10px; float: left; clear: both; }

	ul#nav li { padding: 3px 1.2em 0 0; font: bold 1.6em Arial, sans-serif; float: left; }
	
		ul#nav li a, ul#nav li a:visited { color: #34434a; text-decoration: none; }
	
		ul#nav li a:hover { color: #34434a; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #34434a; text-decoration: none; }
		
	ul#nav li.rss { padding: 2px 0 0 0; float: right; vertical-align: top; }
			
		ul#nav li.rss a { padding: 0; }
			
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }

	#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */



/*---:[ content styles ]:---*/

.entry { font-size: 1.4em; line-height: 1.4em; }

	.entry h2 { font-size: 1.7em; }
		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { margin: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
		
		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
		
		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
	
		.entry img.off { padding: 0 !important; border: none !important; }
		
		.entry img.stack { clear: none !important; }

.tagged { padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }

	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
	
		.tagged a:hover { color: #fff; background: #333; text-decoration: none; }
	
	.add_comment { display: block; padding: 0 0 0 21px; font-weight: 500; float: left; background-image: url(images/icon_comment.gif); background-repeat: no-repeat; background-attachment: scroll; background-x-position: 0pt; background-y-position: 50%; }
	.post_meta { border-top: 1px dotted #ccc; font-size: 1.2em; text-align: left; padding-top: 5px; }

.navigation { width: 500px; font-size: 2em; letter-spacing: -1px; float: left; } 
/* .navigation { display: none; } */
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0 0 2em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 295px; margin: 0 15px 15px 15px; font-size: 1.3em; line-height: 1.4em; float: left; }

		li.widget h2, li.linkcat h2 { font-family: Arial, sans-serif; font-size: 1.2em; font-weight: bold; background-color: #48555d; color: #fff; padding: 3px 10px 0px 10px; height: 22px; border-bottom: 5px solid #ccd200; margin-bottom: 10px; }

		li.widget h2 a { color: #fff; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul, li.linkcat ul { list-style: square; margin: 0 0 0 20px; }
		
		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }
		
			li.widget li, li.linkcat li { margin: 0 0 0.7em 0; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: underline; }
				
					li.widget li a:hover, li.linkcat li a:hover { }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
		
			/*---< RSS styles for the widget only >---*/
			li.widget_rss ul, li.widget_recent_entries ul, li.widget_text ul { padding-left: 0; margin-left: 0; }

			li.widget_rss li, li.widget_recent_entries li, li.widget_text li { list-style: none; border-bottom: 1px dotted #aaa; padding: 2px 10px 8px 10px; margin: 0;  }

			li.widget_text img { padding-right: 0; }

			li.widget_rss li:hover, li.widget_recent_entries li:hover, li.widget_text li:hover { background-color: #ccc;  }

			.rsswidget a { padding-top: 0; margin-top: 0; }

			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				
.widget_tag_cloud { padding-bottom: 6px; text-align: center; }

.widget_tag_cloud a { line-height: 0.9em; }


   .rsswidget {}
   .rsswidget-pass { margin-top: 0; padding-top: 0; }
   h2.rsswidget { margin-bottom: 0; }

   li#text-142501331 { padding-bottom: 0; margin-bottom: 0; }

    .ml-1 {
      background: url('images/postit-susc-sin.jpg') no-repeat;
      width: 308px;
      height: 293px;
   }
   .ml-11 {
      padding-top: 120px;
      font-size: 19px;
      letter-spacing: -1px;
      margin-left: 6px;
      margin-bottom: 4px;
   }
   .ml-11 h4 {
      font-size: 54px; 
      font-weight: 400;
      letter-spacing: -2px;
      margin: 0 0 3px 17px;
      padding: 0;
   }
   .ml-12 {
      font-size: 16px;
      margin-left: 3px;
   }
   .ml-12 img {
      float: left;
      margin-right: 5px;
   }
   .ml-12-t {
      margin-top: 10px;
   }
   .ml-12-f {
      margin-top: 2px;
   }
   .ml-12-ft {
      width: 160px;
      color: #888;
   } 

   #friendfeed-activity .ff-item {
      border-bottom: 1px dotted #aaa;
      padding-bottom: 5px;
   }
   #friendfeed-activity .ff-title {
      margin: 0 0 0 12px;
      padding: 0;
      font-size: 1.15em;
   }
   #friendfeed-activity .ff-prev {
      font-size: 0.8em;
      color: #777;
      margin: 4px 0 0 0;
   }
   #friendfeed-activity .ff-prev img {
      padding-right: 3px;
   }
   #friendfeed-activity .ff-published {
      font-size: 0.65em;
      padding: 0 0 0 30px;
      color: #777;
   }

   .ff-entry { 
    width: 530px;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc;
    clear: both;
   }
   .ff-entry-left { 
    width: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
   }
   .ff-entry-right { 
    width: 500px;
    margin-top: 9px;
    float: left;
   }
   .ff-entry-right h2 {
    padding: 0 0 0 0.7em;
    margin: 0;
   }
   .ff-entry-right-what {
     font-size: 1.2em;
    color: #777;
   }
   .ff-entry-right-body {
     font-size: 1.3em;
     padding-left: 1.8em;
   }
   .ff-entry-right-when {
    padding: 0.2em 0 6px 2.5em;
    color: #999;
   }

/*---:[ footer styles ]:---*/

#footer p { margin: 0.5em 1.5em 0 0; font-size: 1.1em; letter-spacing: -0.03em; color: #aaa; text-align: right; }

	#footer a, #footer a:visited { color: #888; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }



/*---:[ comment styles ]:---*/

#comments { width: 585px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 2.5em 0; float: left; }
		
		ul#comment_list li.comment { width: 585px; margin: 0 0 2.5em 0; float: left; clear: both; }
				
			.comment_meta { width: 585px; font-family: Arial, sans-serif; font-size: 0.9em; padding: 0 0 37px 0; background: url('images/comment_top.gif') 0 100% no-repeat; }
		
				.alt .comment_meta { background: url('images/comment_alt_top.gif') 0 100% no-repeat !important; }
			
			p.author { background: url('images/comment_author_top.gif') 0 100% no-repeat !important; }
			
				.alt .author { background: url('images/comment_author_alt_top.gif') 0 100% no-repeat !important; }
				
				.comment_meta strong { font-size: 1.6em; }
				
					.comment_meta a { }
				
						.comment_meta a:hover { }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #777; }
				
					.comment_time a, .comment_time a:visited, .comment_time a:hover { color: #777; border-bottom: none; }
		
			.comment .entry { width: 555px; padding: 1px 15px 1px 15px; background: #dedede url('images/comment_bottom.gif') 0 100% no-repeat; }

			div.author { background: #cccccc url('images/comment_author_bottom.gif') 0 100% no-repeat !important; }

			
				.alt .entry { background: #efefef url('images/comment_alt_bottom.gif') 0 100% no-repeat; }
			
				.comment .entry blockquote { background: none !important; color: #333 !important; }



/*---:[ comment form styles ]:---*/

#comment_form { width: 585px; padding: 0; float: left; }

	#comment_form a:hover { border-bottom: 1px solid #166593; }

	#comment_form p { padding: 6px 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 231px; padding: 3px; color: #166593; font: bold 1.5em Verdana, Arial, Helvetica, sans-serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 565px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 6px 4px; background: #48555c; color: #fff; border: 3px double #ccc; font: bold 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif; cursor: pointer; }


/*---:[ search form styles ]:---*/

#search_form { padding-right: 15px; }

	#search_form .search_input { width: 150px; height: 15px; padding: 0; }

	#searchsubmit { height: 20px; vertical-align: top; }
	
	li.widget .search_input { font-size: 16px; height: 20px; vertical-align: top; }
	
		#search_form .search_input:focus { }