/*
Theme Name: i-Tul Theme
Theme URI: http://i-tul.com/
Description: Custom Theme
Author: Ryan Holden
Version: 0.1
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

a {text-decoration:none;color:#0048dc;}
a:hover {text-decoration:underline;}

body,html {height:100%;font-family: Arial, Helvetica, sans-serif;}

#wrapper {min-height:100%;}

#innerHeader, #innerMain, #innerFooter, .menu ul {width:940px;margin:0 auto;}

#header {}

#innerHeader {overflow:hidden;}

	#header .logo {background:url(images/logo.png) no-repeat;float:left;width:352px;height:67px;display:block;margin:18px 0 10px;padding-bottom:10px !ie7;}
	
	#header .tabBox {position:relative;float:right;background:url(images/header-tab-box-map.png) no-repeat left bottom;padding:5px 0px 8px 35px;margin:0 35px 0 0;font-size:13px;color:#3f3f3f;}
	
		#header .tabBox .rightCorner{background:url(images/header-tab-box-map.png) no-repeat right bottom;position:absolute;height:100%;width:35px;bottom:0px;right:-35px;}
	
	#header .socialLinks {float:right;clear:right;padding:20px 60px 0;}
	
		#header .socialLinks img{margin-left:10px;}
	
	#header .menu {background: url(images/header-menu-back.png) left bottom repeat-x;text-align:right;height:48px;line-height:48px;text-transform:uppercase;font-size:14px;}
	
		#header .menu li{display:inline;}
		
		#header .menu li a{padding:0px 10px 0px 35px;color:#555;display:inline-block;position:relative;font-weight:bold;}
		
		#header .menu li.current_page_item a,
		#header .menu li.current_page_parent a,
		#header .menu li.current_page_ancestor a {background:url(images/header-menu-active-back.png) top left no-repeat;color:#1e5abc;}
		
		#header .menu li.current_page_item a .rightCorner,
		#header .menu li.current_page_parent a .rightCorner,
		#header .menu li.current_page_ancestor a .rightCorner{background:url(images/header-menu-active-back.png) top right no-repeat;display:inline-block;position:absolute;top:0px;right:-25px;width:25px;height:100%;}
		
.banner {width:955px;height:14px;background:url(images/header.jpg) no-repeat;padding:30px 0 0 35px;color:#fff;font-size:24px;font-weight:bold;}

#container {margin-top:20px;}

#content {overflow:hidden;background:url(images/content-back.png) no-repeat;padding:33px 40px;min-height:175px;}

.sidebarHold {float:right;margin-left:23px;width:370px;}

	.sidebarHold .widget-container {padding-bottom:30px;}
	
	.sidebarHold .widget_simpleimage {text-align:center;}




.entry-title {color:#aa0037;font-size:24px;font-weight:bold;margin-bottom:30px;}

	.entry-title a{color:#aa0037;}

.entry-content {line-height:1.5;color:#535353;font-size:14px;}

	.entry-content p, .entry-content ul, .entry-content ol {margin-bottom:25px;}
	
	.entry-content ul  {list-style:disc;padding-left:20px;overflow:hidden;}
	
		.entry-content ul li {float:left;width:50%;margin-bottom:5px;}
	
	.entry-content h2 {font-size:18px;text-transform:uppercase;color:#2456a6;font-weight:bold;}
	
	.entry-content h3 {font-size:16px;text-transform:uppercase;color:#2456a6;font-weight:bold;}

.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}

/* blog START */

.page-title {font-size:25px;color:#aa0037;padding-bottom:10px;margin-bottom:20px;border-bottom:1px dashed #535353;}

.entry-meta {margin:-15px 0 15px;font-size:13px;color:#535353;}

.entry-utility {font-size:13px;color:#535353;}

.blog .post {border-bottom:1px solid #535353;margin-bottom:25px;padding-bottom:25px;}

.single .entry-utility {margin-bottom:20px;}

.single #nav-above {margin-bottom:10px;}

#comments {}

	#comments #comments-title{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #535353;margin-top:35px;color:#2456A6;}
	
	#comments .vcard{margin-bottom:10px;}
	
		#comments .vcard img{display:none;}
		
		#comments .comment-meta{margin-bottom:10px;}
		
		#comments .comment{margin:0 0 15px 15px;padding-bottom:15px;border-bottom:1px dashed #535353;}
		
		#comments .reply{margin:-15px 0 0;}
	
	#comments form p{margin-bottom:10px;overflow:hidden;}
	
		#comments form p label{display:block;float:left;}
		
		#comments form p .required{color:#AA0037;float:left;clear:right;}
		
		#comments form p input{float:left;display:block;}
		
		#comments #respond{margin-left:15px;}
		
		#comments #respond .form-allowed-tags{display:none;}
		
		#comments #reply-title {margin-bottom:15px;padding-bottom:0px;margin-top:35px;color:#2456A6;}
		
		#comments .comment-notes {display:none;}
		
		#comments .comment-form-author .required{padding-right:15px;}
		
		#comments .comment-form-email .required{padding-right:17px;}
		
		#comments .comment-form-url label {padding-right:6px;}
		
		#comments .comment-form-comment label {display:block;width:100%;}

/* FOOTER START */

#footer {background:url(images/footer-back.png);padding:25px 0;overflow:hidden;clear:both;}

	#footer .widgetsHold {font-size:13px;line-height:2;}
	
	#footer .widgetsHold .widget-container{float:left;margin-right:50px;}
	
	#footer .widgetsHold .widget-title {color:#3d3d3d;text-transform:uppercase;text-transform:uppercase;font-weight:bold;padding-bottom:0px;}
	
	#footer .widgetsHold .widget_recent_entries {}
	
	#footer .widgetsHold .widget_recent_entries li{}

		
/* CONTACT FORM START */

.wpcf7 {padding-top:20px !important;}

	.wpcf7 p, .wpcf7 br{padding:0px !important;margin:0px !important;}
	
	.wpcf7 br{display:none;}
	
	.wpcf7  label {display:block;margin-bottom:20px;}
		
		.wpcf7 label .text{font-size:13px;font-weight:bold;display:inline-block;width:80px;}
		
		.wpcf7 .longText .text{width:120px;}
		
			.wpcf7 .longText input{width:302px;}
		
			.wpcf7 label .text span{color:#c81b29;}

		.wpcf7 label textarea{width:352px;height:135px;padding:10px;font-size:14px;background: url(images/textarea-back.png);border:1px solid #c4c2c2;outline:none;resize:none;}
		
		.wpcf7 .your-message {display:inline-block;margin:-18px 0 0 80px;}
		
		.wpcf7 label input{width:352px;padding:10px;font-size:14px;background: url(images/input-back.png);border:1px solid #c4c2c2;outline:none;}
	
	.wpcf7 .submit{border:none;background: url(images/button-send-now.png);width:175px;height:39px;clear:both;cursor:pointer;}
	
	.wpcf7 span.wpcf7-not-valid-tip {width:190px;top:0px;text-align:center;}
	
	.wpcf7 .radioHold {padding:20px 0 10px 0;font-weight:bold;font-size:13px;width:120%;}
	
		.wpcf7 .radioHold label {display:inline;margin-right:10px;font-weight:normal;}
		
			.wpcf7 .radioHold label input {width:auto;margin:0 -1px 0 0;background:none;border:none;}
			
	.wpcf7 input[type="file"] {background:none;}
