/*
Theme Name: AITS
Theme URI: http://atlantaitservice.com/
Description: Custom theme design
Version: 1.0
Author: Geoffrey Fortier
Author URI: http://atlantaitservice.com/
Tags: custom header, fixed width, one columns, widgets

*/


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

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

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

.alignright {
	float: right;
	border: none;
}

.alignleft {
	float: left;
	border: none;
}

.entry p {
	padding:0 0 10px 0;
}

.entry ul {
	margin: 10px 0px 10px 30px;
	line-height: 18px;
}

.entry ol {
	margin: 10px 0px 10px 30px;
	line-height: 18px;
}

.linkcat h2 {
	font-size: 14px; 
	font-weight: bold;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}

#wpcf #contactsubmit {
	margin-left: 20px;
	width: 100px;
	display: inline;
}


