body {
background:#ffffff;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
padding:10px;
}
.wrapper{
	width:400px !important;
	overflow:hidden;
	}
	
table#blog {
	width : 60%;
	}

td#main {
	width : 80%;
	padding : 0px 25px;
	vertical-align : top;
	}

div#header {
	height : 175px;
	margin-bottom :10px;
	}

div#tagline {
	margin : 15px 0px 40px 0px;
	}

div#navlink {
	padding-bottom : 20px;
	}

div#header, div#navlink, td#footer {
	text-align : center;
	}

div.post {
	padding-bottom : 25px;
	}

div.date {
	text-align: right;
	padding-top : 5px;
	font-size:12px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

div.content {
	text-align : justify;
	line-height : 10px;
	padding : 0px 0px;
	font-size:14px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:100;
	}
.content {
	text-align : justify;
	line-height : 10px;
	padding : 0px 0px;
	font-size:14px !important;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:100;
	word-wrap: break-word;
	}

div.info {
	clear : both;
	margin-bottom : 10px;
	}

.meta {
	text-align : left;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:100;
	color:#777777;
	font-size:10px;
	margin:0px;
	padding:0px;
	
	}
a.meta {
	color:#000000;
	font-size:10px;
	}
.meta span {
	padding-right : 20px;
	}

div.edit {
	width : 36px;
	}

.edit, input#submit {
	padding : 5px;
	text-align : center;
	}

form#search input {
	width : 250px;
	margin-bottom : 20px;
	}

fieldset {
	padding : 15px;
	}

a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#808080;
text-decoration:underline;
}
a img {
border-width:0;
}

img.frame {
	padding : 4px;
	}

/*sidebar start*/
#menu {
	right: 2px;
	top: 0;
	width: 9em;
	padding-bottom:5px;
	

}

#menu form {
	margin: 0 0 0 13px;
	padding-bottom:5px;
}

#menu input#s {
	width: 90%;
	background: #eee;
	border: 0px solid #999;
	color: #000;
}

#menu ul {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-stretch:ultra-condensed;
	letter-spacing: 0px;
	font-size:10px;
	margin: 0;
	padding-left: 0px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:5px;
}

#menu ul li {
font: normal 100% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-top: 5px;
	padding-bottom: 5px; /*border-bottom: dotted 1px #ccc;*/
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
;
}

#menu ul ul {
	font-size:100%;
	font-variant: normal;
	font-weight: normal;
	font:Arial, Helvetica, sans-serif;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#000;


}

#menu ul ul li {
font-size:95%;
	border: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 5px;
	color:#000;
	font-weight:normal;
	padding-bottom:5px;
}


#menu ul ul li a {
	color: 1e3d6c;
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	line-height:auto;
	text-align:center;
	text-transform:capitalize;
	color:#000;
	font-weight:normal;
	padding-bottom:5px;
}

#menu ul ul li a:hover {
	border-bottom: 0px solid #660000;
}

#menu ul ul ul.children {
	font-size: 98%;
	padding-left: 4px;
	padding-bottom:5px;
}

/* SIDEBARS */

td#left_sidebar, td#right_sidebar {
	width : 5%;
	vertical-align : top;
	}

td#left_sidebar {
	text-align : right;
	}

div.box {
	margin-bottom : 25px;
	font-size:10px;
	}

div.box h4 {
	font-size:14px;
	margin : 0px 0px 5px 0px;
	color:#000;
	font-weight:100;
	}
div.fixed{
	position:fixed;
}
div.box ul {
	font-size:12px;
	font-weight:100;
	margin : 0px;
	padding : 0px;
	list-style : none;
	line-height :normal;
	color:#777777 !important;
	}

div.box ul ul {
	font-size:12px;
	font-weight:100;
 	padding : 0px 10px;
	list-style : none;
	color:#777777 !important;
	}

div.box ul + h4 {
	margin-top : 20px;
	font-weight:100;
	}

div.box ul.pages ul {
 	padding : 0px 0px 0px 10px;
	list-style : none;
	font-weight:100;
	}

div.box form {
	margin : 0px;
	}

div.box input#s {
	width : 140px;
	}

div.box select {
	width : 150px;
	}

select {
	padding : 0px;
	}

.p{
	font-size:12px;
	font-weight:100;
	margin : 0px;
	padding : 0px;
	list-style : none;
	line-height :normal;
	}
/* INPUT FIELDS */

input#s, input#author, input#email, input#url, input#comment, input#submit, p input, textarea {
	padding : 4px;
	margin-bottom : 5px;
	background : transparent;
	color :#000000;
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"], input[type="reset"], input[type="submit"] {
	padding : 4px;
	background : rgb(20, 20, 20);
	color :#000;
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"] {
	margin-bottom : 5px;
	}

input[type="file"] {
	padding : 4px;
	background : rgb(250, 250, 250);
	color : rgb(20, 20, 20);
	border : none;
	}


/* COMMENT SECTION */
h2 {
margin:1.5em 0 .75em;
font:normal normal 78%;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
text-transform:uppercase;
letter-spacing:.2em;
color:#808080;
}
/* Posts
-----------------------------------------------
*/
.date-header {
margin:1.5em 0 .5em;
text-align:left;
}
.post {
border-bottom:1px dotted #ffffff;
padding-bottom:25px;
}
.post h3 {
margin:3 0 0;
padding:0 0 2px;
font-size:140%;
font-weight:normal;
line-height:1em;
color:#808080;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:#808080;
font-weight:normal;
}
.post h3 strong, .post h3 a:hover {
color:#000000;
}
.post-body {
margin:0 0 2;
line-height:1.2em;
}
.post-body blockquote {
line-height:1.2em;
}
.post-footer {
margin: .75em 0;
color:#808080;
text-transform:uppercase;
letter-spacing:.1em;
font: normal normal 78%;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.4em;
}
.comment-link {
margin-left:.6em;
}
.post img {
padding:4px;
border:1px solid #ffffff;
}
.post blockquote {
margin:20px;
}
.post blockquote p {
margin:4 0;
}
/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: #808080;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.4em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar {
color: #808080;
line-height: 1.2em;
}
.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
margin:0;
padding-top:0;
padding-right:0;
padding-bottom:.25em;
padding-left:15px;
text-indent:-15px;
line-height:1.5em;
}
.sidebar .widget, .main .widget {
border-bottom:1px dotted #ffffff;
margin:0 0 1.5em;
padding:0 0 1.5em;
}
.main .Blog {
border-bottom-width: 0;
}
form#commentform {
	margin-top : 25px;
	}

ol.commentlist {
	margin : 0px;
	padding : 20px 0px 0px 10px;
	}

ol.commentlist li.comment {
	margin-bottom : 70px;
	line-height : 1.75em;
	}

div.author {
	margin : 10px 0px 5px 0px;
	}

div.author img {
	padding-right : 10px;
	}


/* WIDGETS */

div.textwidget {
	line-height : 1.5em;
	}

a.rsswidget img, #akismetstats {
	background : transparent !important;
	}

#left_sidebar a.rsswidget img {
	float : left;
	}

#right_sidebar a.rsswidget img {
	float : right;
	}

table#wp-calendar {
	width : 140px;
	line-height : 1.5em;
	}

#wp-calendar caption {
	padding-bottom : 4px;
	}


/* GENERICS */

.left  {
	text-align : left;
	}

.center {
	text-align : center;
	}

.right {
	text-align : right;
	}

.alignleft  {
	float : left;
	margin : 10px 15px 10px 0px;
	}

.aligncenter {
	display : block;
	margin-left : auto;
	margin-right : auto;
	}

.alignright {
	float : right;
	margin : 10px 0px 10px 15px;
	}


/* FONTS */

body, table#blog, input, textarea, pre, div#tagline  {
	font: Arial, Helvetica, sans-serif; 
	}

table#blog {
	font-size : 80%;
	}

table#blog table {
	font-size : 100%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight : normal;
	
	}

div#header h1 {
	margin : 0px;
	font-size : 2em;
	}

h1 {
	font-size : 2em;
	}

div#header h2 {
	margin : 0px;
	font-size : 1.4em;
	}

h2 {
	font-size : 10px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	
	}
h2  a{
	color:#808080;
	
	}
h3 {
	margin : 0px;
	font-size : 14px;
	text-align:left;
	margin:0px;
	line-height:normal;
	}

h4 {
	font-size : 12px;
	 }

h5 {
	font-size : 1.1em;
	 }

h6 {
	font-size : 1.1em;
	 }

.date, .info,  div.author, p.wp-caption-text, .edit, div.box, div.box a:link, div.box a:visited,
div.box h4, li.recentcomments, div#form label, p label, select, table#wp-calendar,
div#navlink a:link, div#navlink a:visited, #footer, #footer a:link, #footer a:visited, legend, input#submit, div.content input {
	font : 12px ;
	font-family:Arial, Helvetica, sans-serif;
	}
code {
	font : 1.3em ;
	font-family:Arial, Helvetica, sans-serif;
	white-space : pre;
	}

dt {
	font-weight : bold;
	}

small {
	font-size : 1em;
	 }


/* COLOURS */

body, select {
	background: #FFF;
	color: #000);
	}

a:link, div.author {
	background : transparent;
	color:#000;
	}

li.recentcomments {
	background : transparent;
	color :#cccccc;
	}

a:visited, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	background : transparent;
	color :#000;
	}

div#tagline, .date, div.meta, span#colophon, #colophon a:link, #colophon a:visited, label, legend {
	background : transparent;
	color :#000;
 	}

div.box h4, h4 a:link, h4 a:visited, .info a:link, .info a:visited, a.more-link, #navlink a:link, #navlink a:visited, #wp-calendar caption, #wp-calendar a:link, #wp-calendar a:visited {
	background : transparent;
	color :#000;
	}



