/*
Theme Name: Noelinho.org
Theme URI: http://www.noelinho.org
Description: Noelinho's personal theme.
Version: 1.0
Author: Noel Slevin
Author URI: http://www.noelinho.org
Tags: crimson, fixed width, three columns, widgets

	Noelinho v.1.0
	 http://www.noelinho.org

	This theme was designed and built by Noel Slevin,
	whose blog you will find at http://www.noelinho.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	width: 960px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	border: 5px double #000000;
	background-color: #F0F0F0;
	}
	
#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
	
a img {
	border:none;
}



/*	Hyperlinks	*/


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



	
/*	Header	*/


#header {
	background: #800000 url(header.jpg);
	width: 960px;
	height: 125px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	cursor: pointer;
	}
	
#header p {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

#header a:hover{
	text-decoration: underline;
	}

#header h1 {
  color: #FFFFFF;
  font-size: 36pt;
  text-transform: capitalize;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  }
  
#header h1 a {
  color: #FFFFFF;
  }


/*	Links		*/

#links {
	background: #600000;
	width: 960px;
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	}
	
#links h2 {
    display: none;
    }
		
#links ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

#links li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#links ul li a {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

#links ul li a:hover {
	background: #680000;
	color: #FFFFFF;
	text-decoration: underline;
	}





/*	Left Sidebar	*/

#left_sidebar {
	background: #E8E8E8;
	float: left;
	width: 220px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#left_sidebar h2 {
	background: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 10px 5px 10px 15px;
	margin: 5px;
	text-transform: uppercase;
	}
	
#left_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

#left_sidebar ul li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 0px 0px 0px;
	}
	
#left_sidebar ul li a {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 10px 15px;
	margin: 0px 0px 5px 0px;
	}

#left_sidebar ul li a:hover {
	color: #800000;
	text-decoration: underline;
	}
	
	#left_sidebar ul li ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	}



/*	Right Sidebar	*/


#right_sidebar {
	background: #E8E8E8;
	float: right;
	width: 220px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#right_sidebar h2 {
	background: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 10px 5px 10px 15px;
	margin: 5px;
	text-transform: uppercase;
	}
	
#right_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#right_sidebar ul li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 0px 0px 0px;
	}
	
#right_sidebar ul li a {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 10px 15px;
	margin: 0px 0px 5px 0px;
	}
#right_sidebar ul li a:hover {
	color: #800000;
	text-decoration: underline;
	}



	
/*	Content	*/


#content {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	height: auto;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	}
	
#content h2 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	}
	
#content blockquote{
	margin: 0px 20px 15px 20px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #707070;
	}
	
#content blockquote p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	}
	
#content ol{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	}
	
#content ol li{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	}
	
#content ul{
	list-style-type: square;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;;
	}
	
#content ul li{
	list-style-type: square;
	padding: 0px 0px 5px 0px;
	margin-left: 35px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	}



	
/*	Footer	*/

#footer {
	background: #333333;
	color: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	clear: both;
	}
	
#footer a, #footer a:visited {
	color: #AAAAAA;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#footer p {
	margin: 0px 0px 0px 0px;
}

.center {
	text-align: center;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #bebebe;
	font-weight:normal;
}

form textarea#comment {
  height: 200px;
  width: 100%;
}

.hidden {
  visibility: hidden;
  height: 1px;
}

.announcement, #twitter_div {
  text-align: justify;
}

#twitter_div ul, .announcement p {
  margin: 5px;
}

form#searchform div {
text-align: center;
}

form#searchform input#s {
    width: 98%;
}

li ul {
    margin-left: 10px;
}

#content .lastpost {
    width: 480px;
    border: 1px dashed #000000;
    margin-top: 10px;
    background-color: #DADADA;
}

#content .lastpost h3 {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #C8C8C8;
    text-transform: uppercase;
    padding: 2px 6px 2px 6px;
}

#content .lastpost h3 a:link {
    text-decoration: none;
}

#content .lastpost h3 a:hover {
    text-decoration: underline;
}

#content .lastpost h4 {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #C8C8C8;
    text-transform: uppercase;
    padding: 2px 6px 2px 6px;
}

#content .lastpost h4 a:link {
    text-decoration: none;
}

#content .lastpost h4 a:hover {
    text-decoration: underline;
}

#content .lastpost .text {
    margin-top: 50px;
}

#content .lastpost p {
    margin: 0px 5px 0px 5px;
}

#content .licence {
    border: 2px solid #969696;
    background-color: #C8C8C8;
    padding: 2px;
}

#content .creativecommons {
    float: right;
    margin: 5px;
}

#content h1 {
    line-height: 1.5em;
    margin-top: 5px;
    margin-right: 120px;
}

#content #comments fieldset {
      border: 0;
}

#content #comments legend {
    border: 2px solid #8C8C8C;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
}

#content #comments label {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

#content #comments p {
    margin: 0;
    padding: 0;
}

label.screen-reader-text {
    display: none;
    }
