/*   
Theme Name: Real Point Design
Theme URI: http://blog.realpoint.co.uk/
Description: A Real Point Theme
Author: Ian ODonnell
Author URI: http://blog.realpoint.co.uk/ 
Version: 1.0
*/

body {                      
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  background: #E0E7F1 url("images/cloud_bg.jpg") repeat-x 50% top;
  font: 70% Verdana,Sans-serif;
  line-height: 140%;
  text-align:center;
  color: black;
}

* {
	margin:0;
	padding:0;
}
#wrapper {
    width:760px;
    margin:0 auto;
    background: transparent;
    text-align: left;
}
    

#footer {
	padding:20px;
	text-align:right;
	border-top:1px solid #eee;
	margin:0;
	color:#999;
}

#header {  
    margin:0px;
    padding:0px;                            
}

#header p.description {
    clear: both;
	margin:0px;
    padding: 2px;       
	color:#004990;
    background: #C1C8E2;
}  

#header h1 {             
}

#header img {
    margin:0px;
    padding:0px;
    float: left;                  
}
   

#nav {                         
	padding:0px 0px 0px 0px;
	margin:0;    
	height:28px;         
    color:#004990;
    background: #C1C8E2;
    border-bottom: #D9DEF1 4px solid;
    clear: both;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {          
    color:#004990;
	padding:5px 5px 1px 5px;
	background:#C1C8E2;
	font:1.6em Verdana,Sans-serif;
	margin:0px 0px 0 0; 
	text-decoration:none;
	display:block;                  
    border-right: #D9DEF1 1px solid;
    border-bottom: #D9DEF1 4px solid;
}
#nav li a:hover {               
    background-color:#D9DEF1;
    color:#004990;
    text-decoration:none;
    border-bottom: white 4px solid;
}

#nav li.current_page_item a {
	background-color:#D9DEF1;
	color:#004990;
	text-decoration:none;
    border-bottom: white 4px solid;
}

.clear {
	clear:both;
}
#content_wrapper {
  background: white;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:10px 25px 30px 25px;
    background: white;
}

#content p {
	line-height: 160%; 
    margin: 5px 0px 15px 0px;
	font-size: 1.1em;
	word-spacing:2px;
}      

#content a {
	text-decoration:none;
	color: #333;
	border-bottom:1px solid #AAA;
}

#content a:hover {   
    border-bottom: 1px solid #000;
}

#content h1 {
	font-family: Verdana,Sans-serif;
	font-size: 2em;
	font-weight:normal;  
    margin: 15px 0px 5px 0px;       
	padding: 3px 30px 3px 0px;
	line-height: 120%;
    color: #004990;
    border-bottom:3px solid #D9DEF1;
}   
#content h1 a {
    color: #004990;
	text-decoration:none;   
	border:none;
}   
#content h1 a:hover {
    color: #004990;   
    text-decoration: underline;  
    border:none; 
}

#content h2 {
    font-family: Verdana,Sans-serif;
    font-size: 1.6em;
    font-weight:normal;
    margin: 20px 0px 5px 0px;    
    padding: 0px;
    line-height: 120%;
    color: #004990;
}

#content h2 a {
    color: #004990;
    text-decoration:none;
    border:none;
}

#content h3,
#content h4,
#content h5 {      
    margin: 20px 0px 5px 0px;    
    font:160% Verdana,Sans-serif;
    color: #004990;
    font-weight:normal;
    font-size: 1.4em;
    line-height: 120%;
}
#content h4,
#content h5 {       
    font-size: 1.2em; 
}



#content ul, ol {
    margin: 0px 10px 15px 25px;  
    font-size: 1.1em;  
    line-height: 160%; 
}
#content li {
    padding: 0px;
    margin-bottom: 8px;                 
}

img {
    background: white;
    padding: 0px;
    border: 0px;
    margin: 5px;    
}
img.alignright {
 float: right;
}
img.alignleft {
 float: left;
}           

#sidebar {
	width:250px;
	float:right;
	padding: 0px 5px 30px 5px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

#sidebar h2 {
	letter-spacing:1px;
	font-size:1.4em;
    font-weight: normal;
	color: #004990;
	border-bottom:3px solid #D9DEF1;
	padding:0 0 3px 0;
    margin: 20px 0px 5px 0px;
}

#sidebar ul {
	list-style:none;
	margin: 0px;
    padding: 0px;
}

#sidebar li {
	padding: 0px;  
    margin: 0px;                   
}

#sidebar li a {
	color:#333;
    display: block;
	text-decoration: none;   
    padding: 3px;
    background: white;
    border-bottom:1px solid #D9DEF1;
}
#sidebar li a:hover {
    color: black;        
    background: #D9DEF1;  
    border-bottom:1px solid #C1C8E2;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}               

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

/* Life Stream Styling */
#content h2.lifestream_date {
    font-family: Verdana,Sans-serif;
    font-size: 1.2em;
    font-weight:normal;
    margin:0px;
    border-bottom:1px solid #f6f6f6;
    padding:5px 0;
    line-height: 120%;
    color: #004990;
}
table.lifestream a.photo {
 float: right;
}

/* Gallery styling */
#content div.gallery {
	line-height: 0%;
	display: block; 
	width: 460px;   
}                 

#content div.gallery dl.gallery-item {
	margin: 0px; padding: 0px;
	float: left;
}
#content div.gallery dl.gallery-item dt.gallery-icon {
	margin: 0px; padding: 0px;
	float: left;

}
#content div.gallery dl.gallery-item dt.gallery-icon a {
	margin: 0px; padding: 0px;
}
#content div.gallery dl.gallery-item dt.gallery-icon a img {
	margin: 0px; padding: 0px;   
}            

div.sociable {
    display: block; 
    width: 430px; 
    float: none; 
    clear: both; 
}
