/*
Theme Name: Networkers
Theme URI: http://networkers.in/
Description: Networkers.
Version: 1.0
Author: Sandeep Sharma
Author URI: http://fridaymasala.com/

*/



body {
	margin: 0;
	padding: 0;
	/*background: url(images/header_bg.jpg) repeat-x;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

/* -- Wrapper --------------------- */
#wrapper {
	width: 940px;
	margin: 0 auto;
}


/* -- General --------------------- */

body,h1,h2,h3,h4,h5,h6,form,img,span,div,ul,li,p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.clear {
	clear: both;
}
img {
	border: none;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
.align_center {
	/*float: center;*/
	text-align: center;
}
.orangeText {
	color: #3c3c3c;
}


/* -- Header --------------------- */
#header {
	height: 100px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 15px;
}
#header #head_right {
	width: 200px;
	position: absolute;
	top: 40px;
	right: 21px;
	color: #555656;
	font: 18px Georgia, "Times New Roman", Times, serif;
	line-height: 23px;
}

/* -- Navigation  --------------------- */
#navBox {
	height: 39px;
	background: url(images/nav_bg.gif) repeat-x;
	position: relative;
}

#navBox #nav_left_bg {
height: 39px;
width: 4px;
background: url(images/nav_left_bg.gif) no-repeat;
position: absolute;
top: 0;
left: 0;
}

#navBox #nav_right_bg {
height: 39px;
width: 4px;
background: url(images/nav_right_bg.gif) no-repeat;
position: absolute;
top: 0;
right: 0;
}

#navBox .page-item-3 {
background: none;}

ul#nav {
	height: 39px;
	margin: 0;
	padding: 0 0 0 4px;
}
ul#nav li {
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/sep.gif) no-repeat 0px 6px;
}
ul#nav li a {
	padding: 0px 18px 0 18px;
	display:block;
	float:left;
	color:#fff;
	font-size:13px;
	font-weight: bold;
	line-height: 39px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

ul#nav li a.active, ul#nav li a:hover {
	color:#fff;
	background: url(images/nav_hover_bg.gif) repeat-x;
}

ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
color:#fff;
	background: url(images/nav_hover_bg.gif) repeat-x;
}

	
#subnav {  
padding: 8px 0px 10px 0; 
/*     height:28px;*/  
    }  
  
 #subnav li {  
     border-right:1px solid #000;  
     padding:0 7px;
	 list-style: none;
	 display: inline;

     }     
   
 #subnav a, #subnav a:visited {  
     color:#000;  
     text-decoration:none;

    } 
	
 #subnav a:hover, #subnav a:active,  
 #subnav li.current_page_item a,  
 #subnav li.current_page_item a:visited {  
     text-decoration:underline  
    }  

/* -- Image Slider  --------------------- */

.sliderPadding {
	margin: 31px 0 0 0;
	}

/*#sliderBox {
	height: 254px;
	background: url(images/slider_bg.gif) no-repeat;
	position: relative;
	padding: 0;
	margin: 0px 0 0 0;
}*/

#internal_box_title {
	height: 91px;
	background: url(images/gray-title-bg.jpg) no-repeat;
	position: relative;
	}
	
#internal_box_title h2 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #131010;
	font-weight: normal;
	}


#inner-img-box {
height: 252px;
position: relative;
}

#inner-img-box h2 {
font-size: 36px;
margin: 0;
padding: 0;
position: absolute;
bottom: 13px;
right: 27px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
font-weight: normal;
}

/* -- Content  --------------------- */
#content {
	margin: 0;
	padding: 20px 0 0 0;
}


/* -- Box - Home Service Box  --------------------- */
.box-main {
	width: 303px;
	float: left;
	margin: 0 15px 0 0;
}
.box-main-bg {
	width: 303px;
	background: url(images/box_bg.gif) no-repeat 0 8px;
}
.box-main-bg h2 {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 15px;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box-main-bg p {
	margin: 0;
	padding: 5px 12px 0 12px;
	color: #333;
	line-height: 18px;
}



.serviceLink, .aboutLink  {
	padding: 10px 12px 8px 12px;
	color: #333;
	text-align: right;
	}
	
.serviceLink a, .aboutLink a {
	background: url(images/arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
	}
	
.serviceLink a:hover, .aboutLink a:hover {
	background: url(images/arrow_hover.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	color: #000;
	}

a.ord_link  {
background: url(images/arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}

a.ord_link:hover {
	background: url(images/arrow_hover.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	color: #000;
	}

/*.box-main-bg p.serviceLink, p.aboutLink {
	background: url(images/arrow02.gif) no-repeat left 7px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0px;
	text-align: right;
}
.box-main-bg p.serviceLink a, p.aboutLink a {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	color: #3c3c3c;
	text-decoration: none;
}

.box-main-bg p.serviceLink a:hover, p.aboutLink a:hover {
	color: #ff6600;
	}*/

.btn_more_services {
	text-align: right;
	padding: 8px 10px 5px 0;
}
.box-main-bottom {
	height: 5px;
	background: url(images/box_bg_bottom.gif) no-repeat;
}

/* -- Testimonial Box --------------------- */
.testiBox {
	width: 311px;
	float: left;
	background: url(images/line_bg.gif) no-repeat right;
	height: 131px;
}


.testiBox blockquote, .testiBoxright blockquote {
	width: 270px;
	display: block;
	margin: 10px;
	padding-left: 10px;
	background: url(images/quotes.gif) no-repeat;
}
.testiBox blockquote p, .testiBoxright blockquote p {
	margin: 0;
	padding: 5px 0 0 12px;
	font-size: 14px;
	line-height: 20px;
	color: #282828;
}
.testiBox blockquote .quoteName, .testiBoxright blockquote .quoteName {
	text-align: right;
	padding: 8px 15px 0 0;
}

.testiBoxright {
	margin: 0;
	padding: 0 0 0 13px;
	width: 270px;
	}

/* -- About Box Home Page --------------------- */
.small-about {
	width: 290px;
	float: left;
	background: url(images/line_bg.gif) no-repeat right;
	padding: 0 25px 0 15px;
	height: 131px;
}
.small-about h2 {
	margin: 0;
	padding: 6px 0 5px 0;
	font-size: 14px;
}
.small-about p {
	margin: 0;
	padding: 0 0px 0 0;
	line-height: 20px;
	color: #3c3c3c;
}

/* -- Partners Logo Home Page --------------------- */
#partners {
	width: 275px;
	float: right;
	height: 131px;
	padding: 6px 0 0 0;
}
#partners p {
	margin: 0;
	padding: 5px 15px 0 0;
	float: right;
	width: 270px;
	line-height: 18px;
}


/* -- Footer --------------------- */
#footer_wrap {
	height: 150px;
	margin:25px 0 0 0;
	
}
#footer {
	background: url(images/footer_bg.gif) repeat-x;
	border-top:1px dotted #9e9e9e;
	width: 925px;
	padding: 10px 0px 0px 15px;
	color: #3c3c3c;
	position: relative;
	
	margin: 0 auto;
}
.footerlink {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.footerlink a {
	color: #3c3c3c;
	font-size: 12px;
	text-decoration: none;
}
.footerlink a:hover {
	text-decoration: underline;
	color: #000;
}
#copyright {
	font-size: 11px;
	color: #777777;
}
a.htmlLink {
	color: #777;
	background: url(images/right_icon.gif) no-repeat 0 3px;
	padding: 0 0 0 13px;
	font-size: 11px;
	text-decoration: none;
}
a.htmlLink:hover {
	text-decoration: underline;
	color: #424242;
}

.fotText {
padding: 12px 0;
font-size: 11px;
/*text-decoration: underline;*/
}
	
/*a.cssLink {
	color: #777;
	background: url(images/right_icon.gif) no-repeat 0 3px;
	padding: 0 0 0 13px;
	font-size: 11px;
	}*/
	
#socialIco {
	width: 80px;
	height: 29px;
	position: absolute;
	top: 7px;
	right: 3px;
}	

/* -- About --------------------- */

/* Right column */

#right-col {
	width: 308px;
	float: right;
	}
	
#left-col {
	width: 590px;
	float: left;
	background: url(images/hr_line_bg.gif) no-repeat right top;
	padding: 0 25px 0 10px;
	}
	
p {
	line-height: 1.8em;
	margin: 0;
	padding: 0 0px 8px 0px;
	text-align: justify;
	}
	
.mainText .imgView {
	border: 3px solid #dfddd9;
	padding: 3px;
	margin: 3px 20px 8px 0px;
	}

#left-col h2 {
	font: normal 1.9em  Tahoma, Geneva, sans-serif;
	padding: 20px 0 10px 15px;
	color: #2b2b2b;
	}
	
#left-col h3 {
	font: normal 1.9em  Tahoma, Geneva, sans-serif;
	padding: 20px 0 10px  0px;
	color: #2b2b2b;
	}
	
#left-col h4 {
	padding: 10px 0 5px  0px;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e0e0e0;
	}
	
#left-col h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	}

/*#left-col ul {
			list-style: none;
			padding: 3px 0px;
			margin-bottom: 10px;
		}
			#left-col li {
				background: url(images/bullet.gif) no-repeat 8px 8px;
				padding: 0px 20px 10px 26px;
				line-height: 1.5em;
			}
*/

ul.listul {
			list-style: none;
			padding: 3px 10px;
			margin-bottom: 10px;
		}
			ul.listul li {
				background: url(images/bullet.gif) no-repeat 8px 8px;
				padding: 0px 20px 15px 26px;
				line-height: 1.5em;
			}


/* -- Why Us? --------------------- */

#whayusBox {
	padding: 0 0 0 22px;
	}
	
#whayusBox h3, #quick_Contact h3, #ourServices h3 {
	font: normal 1.9em  Tahoma, Geneva, sans-serif;
	padding: 0px 0 10px 0px;
	color: #000;
	}
	
#whayusBox ul {
	list-style: none;
	}
	
	#whayusBox li {
		list-style: none;
		background: url(images/right_bullet.gif) no-repeat 0 3px;
		padding: 0 0 8px 19px;
	}
	

#whayusBox li a {
	color: #3c3c3c;
	text-decoration: none;
	}
	
#whayusBox li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.line_main_bg {
	padding: 20px 0 20px 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	}
	
/* -- Why Us? --------------------- */

#quick_Contact{
	padding: 0 0 0 22px;
	}
	
#quick_Contact p {
	padding: 3px 0 3px 3px;
	}
	
#quick_Contact p a {
	color: #3c3c3c;
	text-decoration: none;
	}
	
#quick_Contact p a:hover {
	text-decoration: underline;
	color: #000;
	}
	
/* -- Contact Us --------------------- */

#frm_contact {
	padding: 20px 0 0 0;
	}
	
#frm_contact p {
	padding: 0 0 10px 16px;
	}
	
#frm_contact label {
	display: block;
	width: 150px;
	float: left;
	}
	
#frm_contact input {
	width: 300px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	color: #3c3c3c;
	}
	
#frm_contact textarea {
	width: 300px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	color: #3c3c3c;
	}
	
#frm_contact .btn_submit{
	margin: 0;
	padding: 0 0 0 165px;
	}
	
#frm_contact .btn_submit button {
	width: 80px;
	height: 25px;
	background: url(images/btn_submit.gif) no-repeat;
	display: block;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
	}
		
		
.required {
	color: red;
	}
	

/* -- Services --------------------- */

.services-box {
	width: 280px;
	margin: 20px 10px 10px 15px;
	_margin: 20px 8px 10px 8px; /* ie6 hack */
	float: left;
	}
	
.services-box .services-box-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	}
	
.services-box img {
	border: 1px solid #ccc;
	padding: 1px;
	}
	
.services-box .services-box-left {
	width: 370px;
	float: right;
	line-height: 19px;
	}
	
	
/*.services-box .services-box-left p.serviceLink {
	background: url(images/arrow_link.gif) no-repeat right 8px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0px;
	text-align: right;
}
	
.services-box .services-box-left p.serviceLink a {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	color: #3c3c3c;
	text-decoration: none;
}

.services-box .services-box-left p.serviceLink a:hover {
	color: #ff6600;
	}*/
	

	/* For Training */
	

.services-box .services-box-Training {
	width: 575px;
	float: right;
	line-height: 19px;
	}
	
	
#ourServices {
	padding: 0 0 0 22px;
	}
	
#ourServices ul {
	padding: 0 0 0 10px;
	}
	
#ourServices li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding: 0 0 8px 15px;
	color: #3c3c3c;
	}
	
#ourServices li a {
	color: #3c3c3c;
	text-decoration: none;
	}
	
#ourServices li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	/* -- Portfolio --------------------- */

#portfolioMain {
	margin: 0;
	padding: 0 0px 0 16px;
}

.ProtBox {
width: 300px;
float: left;
padding: 20px 0 10px 0;
}


.galleryBox img{
border: 2px solid #d1d1d1;
padding: 1px;
}

.galleryBox:hover img{
border: 2px solid #ff6a0c;
}

.galleryBox:hover{
color: #ff6a0c; /* Dummy definition to overcome IE bug */
}


/* -- Web Hosting --------------------- */

.hostingBox {
width: 192px;
float: left;
padding: 0 0 0 0px;
margin: 0 0 0 4px;
}

.hostingBox .hostBoxtop {
background: url(images/gray_box_top.gif) repeat-x;
}

.hostingBox .hostBoxtop  h6 {
margin: 0;
padding: 10px 0 10px 14px;
font: 15px Arial, Helvetica, sans-serif;
font-weight: bold;
}

.hostingBox .hostBoxtop ul {
margin: 0;
padding: 0 0 0 14px;
list-style: none;
}

.hostingBox .hostBoxtop  li {
margin: 0;
padding: 0 0 8px 17px;
background: url(images/right_bullet.gif) no-repeat 0 3px;
}

.hostingBox .hostBoxbottom {
height: 9px;
background: url(images/gray_box_bottom.gif) repeat-x;
}





#mytable {
	width: 600px;
	padding: 0 0 0 0px;
	margin: 0;
}



#mytable th {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	text-align: right;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #b5b5b5;
	background: none;
}

#mytable td {
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
}


#mytable td.alt {
	background: #fafafa;
	color: #666;
}

#mytable th.spec {
	border-left: 1px solid #b5b5b5;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#mytable th.specalt {
	border-left: 1px solid #b5b5b5;
	border-top: 0;
	background: #fafafa url(images/bullet2.gif) no-repeat;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#mytable .drk-gray {
color: #333;
font-weight: bold;
}


#mytable th.bText {
	border-left: 1px solid #b5b5b5;
	border-top: 0;
	background: #4b4b4b url(images/nav_bg.gif) repeat-x;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 39px;
}

#mytable th.borderNone {
border: none;
background: #fff;
}

#mytable th.thFontstyle {
border: none; font-size: 12px;
}

/* Plans Price */

.text-price	{ 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
color: #333; 
text-decoration: none; 
font-weight: bold;
padding: 0 15px 0 33px;
 }
 
 
 
 /* -- News --------------------- */
 
.latNews {
height: 35px;
background: url(images/latNews_bg.jpg) repeat-x;
margin: 10px 0 0 0;
position: relative;
width: 940px;
}

.latNews #news {
position: absolute;
left: 200px;
top: 10px;
width: 600px;
}

.latNews #news ul {
margin: 0;
padding: 0;
}

.latNews #news li {
margin: 0;
padding: 0;
list-style: none;
}

.latNews #news li a {
text-decoration: none;
color: #6a6565;
}

.latNews #news li a:hover {
text-decoration: underline;
color: #4a4949;
}

.latNews h3 {
margin: 0;
padding: 0 25px 0 0;
font: 12px Arial, Helvetica, sans-serif;
position: absolute;
left: 20px;
top: 0px;
font-weight: bold;
color: #4a4949;
background: url(images/latNews.jpg) no-repeat right 1px;
line-height: 35px;
height: 35px;
}

.latNewsleft {
width: 4px;
height: 35px;
position: absolute;
left: 0;
top: 0;
background: url(images/latNews_left_bg.jpg) no-repeat;
}

.latNewsright {
width: 4px;
height: 35px;
position: absolute;
right: 0;
top: 0;
background: url(images/latNews_right_bg.jpg) no-repeat;
}


/* Portfolio Filter Stylesheet */

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; padding-left: 15px; margin-bottom: 15px; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 625px; padding-left: 15px; }
ul#portfolio li { 
	border: 1px solid #a2a2a2; 
	float: left; 
	margin: 0 35px 10px 0; 
	padding: 5px;
	width: 253px;
}
ul#portfolio a { display: block; width: 100%; color:#000; text-decoration: none; }
ul#portfolio a:hover { text-decoration: underline; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }



table td {
padding: 10px 18px 0  0;
}


.sanBox {
width: 280px;
float: left;
height: 180px;
}

.sanBox_right {
width: 280px;
float: right;
height: 180px;
}

.sanBoxLink  {
	padding: 0px 12px 8px 12px;
	color: #333;
	text-align: right;
	}
	
.sanBoxLink a {
	background: url(images/arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
	}



.wpcf7-form {
}

.wpcf7-form label {
width: 210px;
float: left;
display: block;
}

.wpcf7-form .conFrm {
	width: 300px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	color: #3c3c3c;
	}
	
.wpcf7-form .textConFrm {
width: 300px;
border: 1px solid #e2e2e2;
padding: 5px;
color: #3c3c3c;
}

.wpcf7-form .conBtn {
border: none;
margin: 0 0 0 210px;
cursor: pointer;
width: 80px;
height: 25px;
background: url(images/btn_submit.gif) no-repeat;
display: block;
text-indent: -99999px;
}


/* --------------
Blog CSS
----------------
*/

#left-col-blog {
	width: 590px;
	float: left;
	background: url(images/hr_line_bg.gif) no-repeat right top;
	padding: 0 25px 0 10px;
	}
	
#left-col-blog a {
color: #333;
}
	
#left-col-blog h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight: normal;
margin: 0;
padding: 0;
}

#left-col-blog h2 a {
color: #333;
font-weight: normal;
text-decoration: none;
}

#left-col-blog .post {
padding: 0 0 20px 0;
}



#right-col-blog {
	width: 290px;
	float: right;
	}
	
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	
	}
	
#sidebar ul ul li{
background: url(images/bullet.gif) no-repeat 0 4px;
padding: 0 0 6px 12px;
color: #333;
}

#sidebar ul ul li a {
color: #333;
}
	
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#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;
	text-align: justify;
	}

.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 */


.navigation {
/*	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;*/
	margin: 0 0 15px 0;
	}
	
	
	/* 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 */
