/*
Theme Name: Smartlink Security - Gloss
Theme URI: http://www.smartlinksecurity.com.au/
Description: The default <a href="http://www.smartlinksecurity.com.au/">Smartlink Security</a> Wordpress site theme.
Version: 2.0
Author: Michael Visser
Author URI: http://www.visser.com.au/

*/

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

.table1 {
}

.table1 td {
	background: url(images/subpage1_03.gif) repeat left top;
}

.clear {
	clear:both;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 144px;
	border: 1px solid #FFFFFF;
	border-top-color: #5886A3;
	border-right-color: #ECF1F4; 
	border-left-color: #ECF1F4;
}

#inputsubmit1 {
	width: 46px;
	height: 18px;
	background: url(images/subpage1_02.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-transform: capitalize;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	color: #FFFFFF;
}

.text3 {
	font-size: 12px;
	color: #FFFFFF;
}

.text4 {
	margin-bottom: 15px;
	padding-left: 21px;
	background: url(images/homepage09.gif) no-repeat left center;
	font-size: 18px;
	font-weight: normal;
	color: #2A3338;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #0072B3;
}

.text6 {
	font-size: 18px;
	font-weight: normal;
	color: #2A3338;
}

.text7 {
	font-size: 24px;
	font-weight: bold;
	color: #C40607;
}

.text8 {
	font-size: 12px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 13px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #E40205;
}

a:hover {
	text-decoration: none;
}
/*a:hover {
	text-decoration: none;
	color: #961718;
}*/

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #A1A1A1;
}

.style1 a {
	color: #A1A1A1;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage1_01.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage13.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

.imgalignleft {
	float:left;
	margin:0 10px 0 0;
}
.imgalignright {
	float:right;
	margin:0 0 0 10px;
}
.imgaligncenter {
	margin:0 auto !important;
	display:block;
}

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#page p {
	font-size:12px;
}
#page h2 {
	
}
#page h3, #page h4 {
	margin:0 0 5px 0;
	padding:10px 0 5px 0;
}
#page h3 {
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
#page h4 {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#page h5 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px 20px;
}
#page table.clients img {
	margin:0 0 10px 0 !important;
}
#page .planbox h3 {
	border-bottom:none !important;
	margin:0 !important;
	padding:0 !important;
}
.imageframe {
	border-left:2px solid #aaa;
	border-bottom:2px solid #666;
	border-top:2px solid #aaa;
	border-right:2px solid #888;
	padding:3px;
	background-color:#fff;
}

.admin-menu, .admin-menu-sidebar {
	display:block;
	width:150px;
	padding:5px;
	margin:0 0 10px 0;
	background-color:#fff;
}
.admin-menu {
	float:right;
}
.admin-menu-sidebar {
	
}
.admin-menu a, .admin-menu-sidebar a {

}
.admin-menu a:hover, .admin-menu-sidebar a:hover {

}
.admin-menu li.logout, .admin-menu-sidebar li.logout {
	font-weight:bold;
}
.admin-menu li.edit, .admin-menu-sidebar li.edit {

}
.required {
	color:#E40205;
}

/* Form styling */
.cform fieldset {
	border-top:1px solid #555;
	padding:5px;
	margin:0 0 1em 0;
}
.cform legend {
	color:#333;
	padding:0.2em 1em;
}
.cform ol.cf-ol {
	margin:0;
	padding:0;
}
.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
}
.cform span.reqtxt,
.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
}
.cform .cf_hidden {
	display:none;
}
.cform label {
	font-size:12px;
	color:#666;
	float:left;
	display:block;
	width:170px;
}
.cform input,
.cform select.cformselect,
.cform textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#555;
}
.cform .textonly {
	margin:0 !important;
	padding:0 !important;
}
.cform input,
.cform select.cformselect {
	float:left;
}
.cform select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.cform input.inputbox,
.cform input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	width:250px;
}
.cform textarea.inputbox,
.cform textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.cform .sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	cursor:pointer;
	padding:4px 4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#333;
	background:#eee;
	border-color:#d5d5d5;
	width:auto;
	margin:0 0 1em 0;
}
.cform .cf-box-group {
	margin:0 0 0 170px;
}
.cform .cf-box-group input, .cform .cf-box-group label {
	float:left;
}
.cform .cf-box-group input {
	clear:both;
}
.cform .cf-box-group label {
	margin:0 0 0 5px;
	text-align:left;
	width:220px;
}
.linklove, .mapp-poweredby {
	display:none;
}
.cf_info {
	margin:0 0 10px 0;
	background-color:#fff;
	font-size:11px;
}
.entry .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#f6def2 !important;
	padding:5px;
}
