/*
Theme Name: TML Web 3-Column
Theme URI: http://example.com
Description: Blank Wordpress template. Left and right columns.
Author: TML Web
Author URI: http://www.tmlwebdesign.com
version: 1.0
*/

/* basics */

* {
	margin:0;
	padding:0;
}
body {
	background: #a0947c url(images/bg2.jpg);
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0;
}
/* use the below in replace of the above if you want a centered background graphic */

/*
body {
background: url(http://74.53.53.194/~tmlweb08/dev/wp-content/themes/TML-2L/images/bg.gif) top no-repeat;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 12px;
margin: 0;
padding: 0
}
*/

h1 {
	font-size: 14px;
}
h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16px;
	font-weight: bold;
	color: #08122E;
	margin-top: 8px;
	line-height: 100%;
	text-align: left;
}
h2.archivetitle {
	margin: 15px 0 0 15px;
}
h3 {
	font-size: 12px;
	margin-top:10px;
}
h4 {
	font-size: 9px;
}
/* images and misc. */

img {
	border: none;
	padding: 5px;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 5px;
}
img.right {
	float: right;
	border: none;
	padding: 5px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#0098ad;
	text-decoration:none;
	border: none;
}
a:hover {
	color:#0098ad;
	text-decoration: underline;
	border: none;
}
#wrapper {
	width: 1000px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: transparent;
	color:#333;
	overflow: visible;
}
/* container */
* html #container {
	width: 945px;
	margin: 0px auto 20px auto;
	padding: 6px;
	background:#fff;
	color:#333;
	overflow: visible;
}
#container {
	width: 948px;
	margin: 0px auto 20px auto;
	padding: 6px;
	background:#fff;
	color:#333;
	overflow: visible;
}
/* header */
#header2 {
	width: 100%;
	height: 318px;
	color: #fff;
	margin: 0px auto 0px auto;
	float: center;
}
#header2 h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}
#header2 h1 a {
	color: #404040;
	text-decoration: none;
}
#header2 h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header2 h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}

/* content */
* html #content {
	float: left;
	width: 53%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: justify;
}
#content {
	float: left;
	width: 56%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: justify;
}
.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
}
.post h2 {
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #0098ad;
	text-transform: uppercase;
}
.post h2 a {
	color: #0098ad;
	text-decoration: none;
}
.post h2 a:hover {
	color: #0098ad;
	text-decoration: none;
}
.post h3 {
	font-family: verdana, arial, times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #08122E;
	margin: 0;
	padding: 0;
}
.post p {
	font-size: 12px;
	color: #414243;
	font-family: arial;
}
.post a {
color: #0098ad;
text-decoration:none;
}
.post a:hover {
color: #0098ad;
text-decoration: underline;
}
.post ul {
}
.post li {
}
.entry p {
	margin:12px 0;
	font-family: arial;
	font-size: 12px;
	color: #333;
	line-height: 170%;
}
.entry ul {
margin: -10px 0px 0px 0px;
}
.entry ul li {
list-style-type: none;
background-image: url(images/aqua-arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 2px 0 0 20px;
font-family: arial;
font-size: 12px;
color: #333;
line-height: 170%;
}
.postmetadata {
	clear: both;
	border-top: 1px dotted #A2A2A2;
	padding:6px 0;
	margin-top: 16px;
}
p.postmetadata {
	font-size: 10px;
	font-weight: bold;
}
.navigation {
	font-size:11px;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin:25px;
}
.alignright {
	float:right;
	margin:25px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width: 200px;
	float:left;
	margin: 15px 0 20px 0;
	padding: 0;
}
#left h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}
#left p {
	margin:0;
	padding: 0 6px 0 12px;
}
#left img {
	padding: 0;
	margin: 0;
}
#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#left ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
	;
}
#left ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
#left ul ul ul {
	margin: 0;
	padding: 0;
}
#left ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* right sidebar */
* html #right {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width: 200px;
	float:right;
	margin: 12px 0 20px 0;
	padding: 0px;
	overflow: hidden;
}
#right {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width: 200px;
	float:right;
	margin: 12px 0px 60px 0;
	padding: 0px;
}
#right h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}
#right p {
	margin:0;
	padding: 0 6px 0 12px;
}
#right img {
	padding: 0;
	margin: 0;
}
#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#right ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
}
#right ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
#right ul ul ul {
	margin: 0;
	padding: 0;
}
#right ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* comments */
#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}
#commentssection h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #333;
}
#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 1px dotted #A2A2A2;
}
#commentform p {
	color: #333;
}
#commentform a {
	color: #0098ad;
	text-decoration: none;
	line-height: 14px;
}
#commentform h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #21428f;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: none;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ol.commentlist a {
	color:#0098ad;
	text-decoration: none;
}
cite {
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #0098ad;
	text-decoration: none;
}
/* search */

#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}
/* footer */

#footer {
	background: transparent url(images/footer.jpg) no-repeat;
	clear: both;
	width: 960px;
	height: 318px;
	color: #fff;
	margin: 0px 0px -37px -6px;
}
#footer p {
	padding:270px 0px 0px 20px;
	margin: 0;
	color: #eee;
}
#footer a {
	color: #eee;
	text-decoration: none;
}
#footer a:hover {
	color: #eee;
	text-decoration: underline;
}

/* Flyout vertical main menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0px;
padding: 0;
color: #0098ad;
font-size: 13px;
text-transform: uppercase;
list-style-type: none;
width: 180px; /* Width of Menu Items */
background: #bfe5ea;
border-bottom: 3px solid #fff;
border: 2px solid #fff;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: -4px;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #0098ad;
text-decoration: none;
background: #bfe5ea;
padding: 5px 5px 5px 20px;
border-bottom: 3px solid #fff;


}

.suckerdiv ul li a:visited{
color: #0098ad;
}

.suckerdiv ul li a:hover{
background: url(images/page-arrow.gif) no-repeat;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow.gif) no-repeat center right;
}

.suckerdiv .current_page_item a {
	background: url(images/page-arrow.gif) no-repeat;
	font-weight: bold;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; padding: 5px 5px 5px 20px; }
* html .suckerdiv ul li a { height: 1%;padding: 5px 5px 5px 20px; }
* html .suckerdiv ul li a:hover { height: 1%;padding: 5px 5px 5px 20px;border-bottom: 3px solid #fff; }
/* End */


/* Logo */
#logo {
margin: 0px 0px 0px 0px;
}

/*Call to action buttons */
#buttons {
width: 144px;
height: 95px;
float: left;
margin: 0px 5px 0px 12px;
padding: 0px;
}

#logos {
width: 130px;
height: 65px;
float: right;
margin: 0px 5px;
padding: 0px;
}

#rankers {
width: 151px;
height: 31px;
float: right;
margin: 10px 20px 0px 0px;
padding: 0px;
}

#intro {
color: #0098ad;
font-size: 18px;
font-family: arial;
line-height: 140%;
margin: 20px 0px 5px 0px;
}

#polaroids {
width: 283px;
height: 510px;
margin: 30px 0px 0px -26px;
}

/* Latest blogs */
#blogs {
background: #21428f;
width: 169px;
height: auto;
margin: 5px 0px 5px 14px;
padding: 5px;
color: #fff;
font-family: arial;
}
#blogs h2 {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
font-family: arial;
margin: 5px 0px 10px 5px;
}
#blogs a {
color: #fff;
text-decoration: none;
}
#blogs a:hover {
color: #fff;
text-decoration: underline;
}
.pmc-link {
font-weight: bold;
font-size: 12px;
margin: 0px 0px 5px 0px
}
#getintouch {
color: #0098ad;
font-weight: bold;
font-size: 14px;
margin: 20px 0px 0px 14px;
}
#getintouch h2 {
font-size: 18px;
font-weight: bold;
color: #21428f;
font-family: arial;
text-transform: uppercase;
}
#getintouch ul {
margin: -10px 0px 0px 0px;
}
#getintouch ul li {
list-style-type: none;
background-image: url(images/blue-arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 2px 0 0 20px;
}
#contact-left {
float: left;
width: 180px;
text-align: left;
}
#contact-right {
float: right;
width: 180px;
}
#thumbnails {
float:right;
margin: -20px 0px 0px 0px;
}
#testimonials {
margin: 20px 18px 0px 0px;
background: #eee;
width: 175px;
height: auto;
padding: 3px 7px 20px 2px;
}
#testimonials h2{
font-size: 18px;
font-weight: bold;
color: #21428f;
font-family: arial;
text-transform: uppercase;
margin: 20px 0px 10px 14px;
}