/*

Theme Name: Ry's neat theme

Theme URI: http://rylandhaggis.com

Description:Main theme

Version: 1

Author:Pasquale D'Silva

*/

/* reset */
html{
	height:100%;
	margin:0;
	border:0;
	padding:0;
}

/* tools */

/*main styling */
html{background:#000 url(images/bg.jpg) no-repeat; }

body{
	width:850px;
	margin: 482px 0 0 206px;
}

#nav{
	display:inline-block;
	list-style:none;
	height:37px;
	padding:0;
	margin:0;
	float:left;
	margin-left:45px;
}
#nav li{
	height:37px;
	float:left;
	font:18px Georgia,serif;
	margin-right:29px;
	margin-top:8px;
}
#nav li a{color:#3e2519;}
#nav li a:hover{color:#333;}

#main{
	width:500px;
	padding:23px 50px 20px 50px;
	background-color:#fff;
	float:left;
}

#sidebar{
	width:169px;
	padding:20px;
	margin:25px 0 0 18px;
	float:left;
	background-color:#FEFDEB;
	font:12px arial,helvetica, sans-serif;
}

.sidebarlist{
	width:145px;
	list-style:none;
	margin-left:-20px;
	margin-top:15px;
}
#sidebar * li,#sidebar * li a{color:#999;}

#archivesbox{
	margin-top:15px;
	margin-bottom:15px;
}
.flickrthumb img{border:1px solid #333;display:block;float:left;margin-right:10px;margin-bottom:10px;}
.flickrthumb{width:180px;margin-left:-19px;}
#footer{
clear:both;
height:60px;
width:600px;
color:#eee;
padding-top:20px;
text-align:right;
}
/*typography */
a{text-decoration:none;}
a:hover{text-decoration:underline;}

.sidebar_heading{
	color:#996666;
	font:16px Georgia, Cambria, serif;
	font-weight:bold;
	border-bottom: 3px #ccc dotted;
	width:174px;
	padding-bottom:6px;
}

.meta,.meta a{
	color:#996666;
	font:16px Georgia, Cambria, serif;
	margin-top:-25px;
	font-weight:bold;
	
}


body a{color:#5d9bd1;}

body h1{
	font:Georgia, Times, serif;
	font-weight:normal;
	color: #234753;
	font-size:36px;
	letter-spacing: -2px;
}

body h1 a{color:#3e7c91;}
body h1 a:hover{text-decoration:underline;}

body p{
	color:#666;
	font-size: 12px;
	font-family: "Trebuchet", arial,helvetica, sans-serif;
	line-height:150%;
}

body h2 {
	color: #994a4b;
	font-family: Garamond, Georgia, Times, serif;
	font-weight: bold;
	font-size: 26px;
}

body h3 {font-family: Gill Sans, Verdana, sans-serif;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
	color: #6e8692;
}

body h4 {
	color: #742829;
	font-family: Garamond, Georgia, Times, serif;
	font-weight: bold;
	font-size: 18px;
	
}


	
