* {
	padding: 0;
	margin: 0;
}
/* Begin Typography & Colors */
body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #545454;
	background-color: #001118;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-weight: normal;
	font-size: 19px;
	padding: 6px 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 17px;
	padding: 6px 0 6px 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	outline: none;
}
.blogpostcontainer {
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #CCCCCC;
}
.singleblogpost {
	padding: 10px;
}
#content .publishinfo {
	padding: 10px 0 10px 35px;
	background-image: url(images/iconpublish.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#singleblogposttags {
	border-top: solid 1px #CCCCCC;
	padding: 10px 0 10px 35px;
	background-image: url(images/icontags.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#singleblogposttags a {
	padding: 5px;
	background-color: #F3F3F3;
}
#singleblogposttags a:hover {
	background-color: #0fb4f1;
	color: #000000;
}
#sidebarblog {
	padding: 0;
}
#sidebarblog ul {
	padding: 0 0 10px 0;
	margin: 0;
}
#sidebarblog ul li {
	list-style-type: none;
}
#sidebarblog ul li a {
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-color: #F3F3F3;
	border-bottom: solid 2px #FFF;
	color: #000000;
	padding: 0 0 0 8px;
}
#sidebarblog ul li a:hover {
	background-color: #0fb4f1;
}
#topnav {
	height: 28px;
	line-height: 26px;
	background-image: url(images/topnav.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
#topnavcontent {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#topnavcontent h1 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#header {
	height: 117px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0 0 0;
}
#navbg {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#subheader {
	height: 251px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#subheadersubpage {
	height: 115px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#maincontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#maincontentwrapper {
	background-image: url(images/maincontentwrapperbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#footerwrapper {
	height: 204px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(images/footerwrapper.jpg);
	background-repeat: repeat-x;
}
#footer {
	height: 320px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footertop {
	height: 77px;
	background-image: url(images/footershadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	font-size: 10px;
}
#footertop a {
	color: #FFFFFF;
	text-decoration: none;
}
#footertop a:hover {
	color: #E2E2E2;
	text-decoration: none;
}
#footertopleft {
	width: 323px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}
#footertopmiddle {
	width: 333px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
}
#footertopright {
	width: 323px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}
#footerbottom {
}
.narrowcolumn, .widecolumn {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 710px;
	line-height: 22px;
	position: relative;
}
.narrowcolumn ul, .widecolumn ul, .narrowcolumn ol, .widecolumn ol {
	padding-left: 30px;
}
.narrowcolumn p, .widecolumn p {
	padding: 10px 0;
	line-height: 22px;
}
.narrowcolumn a, .widecolumn a {
	text-decoration: underline;
	color: #02a0dc;
}
.narrowcolumn a:hover, .widecolumn a:hover {
	text-decoration: underline;
	color: #545454;
}
h2.customsubheading, h3.customsubheading, h4.customsubheading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29b5ea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #29b5ea;
	background-color: #F9F9F9;
	margin: 8px 0;
}
.narrowcolumn a.blocklink, .widecolumn a.blocklink {
	color: #ffffff;
	background-color: #02a0dc;
	padding: 2px;
	text-decoration: none;
}
.narrowcolumn a.blocklink:hover, .widecolumn a.blocklink:hover {
	color: #ffffff;
	background-color: #09BAFD;
	padding: 2px;
	text-decoration: none;
}
#subshopwindowwrapper {
	width: 690px;
	height: 183px;
	padding: 0 0 0 10px;
}
#subshopwindow {
	height: 140px;
}
#homeshopwindowwrapper {
	width: 690px;
	height: 285px;
	padding: 0 0 0 10px;
}
#homeshopwindow {
	height: 240px;
}
#homeshopwindownav {
	background-color: #d5d5d5;
	height: 31px;
	padding: 4px 0 0 4px;
}
#homeshopwindownav ul {
	padding: 0;
	margin: 0;
}
#homeshopwindownav ul li {
	list-style-type: none;
	display: inline;
}
#homeshopwindownav ul li a {
	display: block;
	float: left;
	width: 90px;
	height: 27px;
	background-image: url(images/shopwindownavbg.png);
	background-position: 0 0;
	text-align: center;
	line-height: 27px;
	margin: 0 5px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
#homeshopwindownav ul li a:hover {
	background-position: 0 27px;
}
#flashcontent {
	width: 680px;
	height: 200px;
	margin: 0 auto;
}
#breadcrumbwrapper {
	padding: 12px 0 0 0;
}
#breadcrumb {
	height: 29px;
	line-height: 29px;
	border: solid 1px #d5d5d5;
	background-image: url(images/breadcrumbbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/breadcrumbseperator.png);
	background-repeat: no-repeat;
	background-position: 100% top;
	display: block;
	height: 29px;
	float: left;
	padding: 0 40px 0 20px;
}
#breadcrumb a:hover {
	color: #2E2E2E;
}
.pageheading {
	background-image: url(images/pageheading.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 690px;
	position: absolute;
	left: -20px;
	padding: 8px 0 0 30px;
	margin: 10px 0 0 0;
}
.pageheading h1, .pageheading h2, .pageheading h3 {
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 19px;
	font-weight: normal;
}
.actualpagecontent {
	padding: 50px 15px 20px 10px;
}
.actualpagecontentarchive {
	padding: 10px 15px 20px 10px;
}
#sidebar {
	padding:  0 0 20px 0;
	margin: 0;
	width: 290px;
	float: left;
	position: relative;
}
#sidebarcontent {
	padding: 60px 0 0 0;
}
#feelfree {
	padding: 0 10px 6px 10px;
}
#feelfree p {
	line-height: 18px;
	font-size: 11px;
}
#webdesignchecklist {
	height: 223px;
	width: 295px;
	position: absolute;
	right: -15px;
}
#sidebarnewswrapper {
	padding: 230px 0 0 12px;
}

#getintouch {
	background-image: url(images/getintouch.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 310px;
	position: absolute;
	top: 10px;
	right: -20px;
}
#sidebarblog .sidebarheading {
	background-image: url(images/sideheadheading.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 310px;
	right: -20px;
	text-align: center;
}
#sidebarblog .sidebarheading h3 {
	padding: 7px 0 0 0;
	margin: 0;
	font-size: 20px;
	font-family: "Lucida Sans", Tahoma;
}
#blogsearch {
	padding: 0 0 10px 6px;
}
#enquiryform {
	padding: 0;
}
#enquiryform .cform {
	width: 260px;
	padding: 8px;
	margin: 0;
}
#enquiryform .cform label {
	display: none;
	visibility: hidden;
}
#enquiryform .cform .reqtxt, #enquiryform .cform .emailreqtxt {
	display: none;
	visibility: hidden;
}
#enquiryform .cform .single, #enquiryform .cform .area {
	width: 250px;
}
#enquiryform .cf_info {
	width: 250px;
	padding: 0;
	margin: 0 0 5px 0;
}
.formlabel {
	height: 26px;
	line-height: 26px;
	color: #000000;
}
.forminput {
	padding: 3px 0;
}
.forminputcaptcha {
	padding: 3px 0;
	width: 270px;
	text-align: right;
}
.forminputtextarea {
	height: 82px;
	width: 260px;
	background-image: url(images/customtextarea.png);
	background-position: center top;
	padding: 5px 0 0 10px;
}
.formbutton {
	text-align: right;
	padding: 10px 10px 10px 0;
}
.custominput {
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
	background-image: url(images/custominput.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	padding: 5px 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.customtextarea {
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
	border: none;
	width: 256px;
	background-color: transparent;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 105px;
}
#sidebarmenu {
}
#sidebarmenu ul {
	padding: 0;
	margin: 0;
}
#sidebarmenu ul li {
	list-style-type: none;
}
#sidebarmenu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url(images/sidebarbulletbg.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #15325e;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebarmenu ul li a:hover {
	text-decoration: none;
	color: #DD0000;
	background-image: url(images/sidebarbulletbghover.jpg);
}
#video {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
	width: 280px;
}

#footerbottomright {
	width: 400px;
	height: 175px;
	float: left;
	background-image: url(images/ajkendall-web-design.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#footernav {
	width: 580px;
	height: 165px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
#footernav ul {
	padding: 0 20px 0 20px;
	margin: 0;
	width: 140px;
	height: 160px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #031d28;
}
#footernav ul li {
	list-style-type: none;
}
#footernav ul li h3 {
	color: #0fb4f1;
	font-weight: normal;
	font-size: 14px;
}
#footernav ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
}
#footernav ul li a:hover {
	text-decoration: underline;
}
#footernav .footernavlistend {
	border: none;
}
#footernav .footernavlistbegin {
	padding: 0 20px 0 0;
}
#footertext {
	text-align: center;
	color: #7aa0df;
	font-size: 10px;
	padding: 10px 40px 0 40px;
}
#topsearch {
	height: 20px;
}
#homepageboxes {
	margin-bottom: 10px;
}
#lefthomepagebox {
	float: left;
	margin-right: 8px;
	width: 315px;
}
#righthomepagebox {
	float: left;
	width: 315px;
}
#lefthomepageboxheading {
	color: #FFFFFF;
	background-image: url(images/leftboxheading.jpg);
	height: 119px;
	width: 315px;
}
#lefthomepageboxheading h2 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-family: "Lucida Sans", Tahoma, Verdana;
}
#righthomepageboxheading {
	color: #FFFFFF;
	background-image: url(images/rightboxheading.jpg);
	height: 119px;
	width: 315px;
}
#righthomepageboxheading h2 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-family: "Lucida Sans", Tahoma, Verdana;
}
#lefthomepageboxcontent {
	background-color: #FFFFFF;
	padding: 10px;
	border: solid 1px #d5d5d5;
	margin: 8px 0 0 0;
}
#lefthomepageboxcontent p, #righthomepageboxcontent p {
	padding: 0;
	margin: 0;
}
#righthomepageboxcontent {
	background-color: #FFFFFF;
	padding: 10px;
	border: solid 1px #d5d5d5;
	margin: 8px 0 0 0;
}
#content {

}


#freereport {
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
}


#scroller-header a {
	text-decoration:none;
	color:#000000;
	padding: 0;
	background-image: url(images/newstab.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	height: 23px;
	width: 65px;
	display: block;
	float: left;
	text-align: center;
	line-height: 23px;
	margin: 0 5px 0 0;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#999999
}

a.selected {
	text-decoration:underline !important;
	color:#000000 !important;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#scroller-header {
	width:240px;
	height:24px;
}

#scroller-body {
	background:url(images/sidebarnewsbody.png) repeat-x bottom center;
	width:238px;
	padding-bottom:20px;
	background-color: #FFFFFF;
	border: 1px solid #b3b3b3;
}

#mask {
	width:217px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
}

	#panel ul li {
		padding:5px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {

}
#panel-1 p {
	padding: 3px 0;
}

#panel-2 {

}

#panel-3 {

}

#sidebartwitterwrapper {
	padding: 10px 0 0 12px;
}
#sidebartwitter {
	background-color: #001118;
	width: 240px;
	padding: 10px;
}

#sidebarnews {
	background-color: #d8d8d8;
	width: 240px;
	padding: 10px;
}


#newsheading {
	height: 48px;
	line-height: 48px;
	background-image: url(images/headingbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
#newsheading h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#newscontent {

}
#scroller-body a {
	color: #000000;
	text-decoration: none;

}
#scroller-body a:hover {
	color: #666666;
}
.newspost {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.newspost p {
}
#newsfooter {
	background-color: #dedede;
	padding: 8px;
	height: 30px;
}

.articlestimestamp {
	text-align: right;
	font-size: 10px;
	color: #999999;
}

.paneltoppara {
	padding: 10px 0 0 0;
}







.homepagethumb {
	border: solid 4px #f0f0f0;
	margin: 2px;
}
.portfoliothumb {
	border: solid 3px #f0f0f0;
	margin: 2px 10px 2px 2px;
}

#subpagepromoswrapper {
	padding: 0 0 0 10px;
}
#subpagepromos {
	width: 270px;
	padding: 0;
}
#subpagepromos img {
	margin: 0 0 10px 0;
}


.contentboxgrey {
	background-color: #f0f0f0;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 8px 0;
}
.contentboxblue {
	background-color: #C0EDFE;
	border: 1px solid #59d1fd;
	padding: 6px;
	margin: 8px 0;
}

.packageincludes {
}
.packageincludes ul {
	padding: 0 0 0 30px;
	margin: 0;
}
.packageincludes li {
	list-style-type: none;
	padding-left: 23px;
	background-position: 0px 5px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

.notinsuse {
	display: none;
	visibility: hidden;
}
.orderbutton {
	padding: 0 0 0 50px;
}

.webdesignpackages {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
.webdesignpackages img {
	margin: 0 5px 5px 0;
}

.portfoliodivide {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px 0;
	font-size: 14px;
}
#portfoliothumbsnew img {
	margin: 2px;
	border: solid 4px #f0f0f0;
}

.testimonialbox {
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px dotted #CCCCCC;
	margin: 10px 0;
	background-image: url(images/testimonialboxbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.testimonialbox span {
	background-image: url(images/testimonialboxspanbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#ajksta {
	display: none;
	visibility: hidden;
}


#englandworldcupoffer {
	padding: 10px;
	font-size: 14px;
}
#englandworldcupoffer h2 {
	border-bottom: solid 1px #CCCCCC;
	background-image: url(images/ball.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 50px;
}
#englandworldcupoffer ul {
	padding: 10px 0 0 15px;
	margin: 0;
}
#englandworldcupoffer ul li {
	list-style-type: none;
	background-image: url(images/greentick.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 40px;
}


.narrowcolumn .entry, .widecolumn .entry {
	padding: 10px;
}



.narrowcolumn .entry p strong, .widecolumn .entry  p strong {
	padding: 2px;
	background-color: #C5EDFC;
}
.narrowcolumn .entry p strong a, .widecolumn .entry  p strong a {
	padding: 2px;
	background-color: #C5EDFC;
	color: #000000;
}







































.widecolumn .entry p {

}

.narrowcolumn .entry, .widecolumn .entry {

}

.widecolumn {

}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {

}


#headerimg .description {

	text-align: center;
}

.entry p a:visited {
	
}

.commentlist li, #commentform input, #commentform textarea {

}
.commentlist li ul li {

}

.commentlist li {

}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {

}

.commentlist p {
	text-transform: none;
}

#commentform p {

}

.commentmetadata {
	font-weight: normal;
}

#sidebar {

}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {

}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {

}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {

	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */




.post {
	margin: 0px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {

}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}
.pictureright {
	float: right;
		padding: 6px 6px 0 0;
}
.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: none;
	visibility: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {


	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */