/*
Theme Name: Dimension Engineering
Theme URI: 
Description: 
Version: 1.0
Author: Setanta Web Design
Author URI: 
*/

/* General */

body {
	margin: 0;
	background: #E1E1E1 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
         align: center;
	
}

/* Main Body */

#mainbody {
	width: 1004px;
	align: left;
         background: url("images/main_body.gif") no-repeat;
         float: left;
}
#mainbody .center {
           float: left;
	  margin-bottom: 10px;
	  width: 1004px;
           background: url("images/main_body_center.gif") repeat-y;
position: relative;
}
/* Header */

#header {
	width: 1004px;
	position: relative;
         align: center;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 100px;
		left: 0px;
	}
	
	#header #header-info h1 {
		color: #5c7647;
		font: normal 48px Garamond, Georgia, Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #5c7647;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #5f7949;
		font: normal 14px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 100px;
		left: 45px;
		height: 41px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 90px;
		height: 41px;
		font: normal 14px/41px Arial, Verdana;
		color: #ffffff;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 1004px;
         float: left;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 630px;
		padding: 0px 0px 0px 2px;
	}
#content .tb table {
			background: #e1e1e1;
		}

	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 5px;
                  margin-left: 15px;
		width: 630px;
			}
	
		/* Post - Title */
		
		#content .post .post-title {
                           color: #dadad0;
			font: bold 10px Arial, Verdana;
			position: relative;
                           left: 25px;
                           		}
		
		#content .post .post-title a {
			color: #5c7647;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			position: absolute;
			top: 4px;
			left: 25px;
			text-align: center;
			color: #415530;
			font: normal 11px/25px Arial, Verdana;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
                           width: 622px;
			font: normal 11px/35px Arial, Verdana;
                            background: url("images/title2.gif") no-repeat;
                            text-align: center;
		}
		
		#content .post .post-title h2 a {
			color: #76766d;
			text-decoration: none;
		}
                 
		
		#content .post .post-title h2 a:hover {
		}
		
		#content .post .post-title .post-title-info {
			width: 630px;
			height: 29px;
			line-height: 29px;
			text-align: center;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Arial, Verdana;
			color: #5b5b57;
			width: 630px;
			padding: 0 12px;
		}
		
		#content .post .post-entry a {
			color: #003399;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		#content .post h6 {
                            color: #FFFFFF;
                            font: bold 18px Arial, Verdana;
		}
                  
                  #content .post h5 {
                            color: #333366;
                            font: normal 16px/23px Arial, Verdana;
		}
                  #content .post h4 {
                            color: #000099;
                            font: bold 16px/21px Arial, Verdana;
		}
		#content .post .post-entry a.more-link {
			font: bold 11px/19px Arial, Verdana;
			float: right;
			margin-bottom: 5px;
			color: #dadad0;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #9b9b8f;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 131px;
			height: 30px;
			padding: 20px 27px 0 598px;
			text-align: center;
			font: normal 11px/21px Arial, Verdana;
			color: #64645b;
		
		}
		
		#content .post .post-info a {
			color: #64645b;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			float: left;
			width: 630px;
			color: #76766d;
			font: normal 30px Garamond, Georgia, Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/17px Arial, Verdana;
			color: #5b5b57;
			width: 732px;
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #dadad0;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #9b9b8f;
		}
		
		#content .post .comments ol li cite {
			color: #dadad0;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #dadad0;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #dadad0;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Arial, Verdana;
			color: #5b5b57;
			width: 630px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #b7150d;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 10px;
		font: bold 12px/18px Arial, Verdana;
		color: #dadad0;	
		width: 630px;
		padding: 0 12px;
	}
	
	#content .navigation a {
		color: #dadad0;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 180px;
		font: normal 10px/17px Arial, Verdana;
		color: #003399;
		padding-top: 20px;
                  padding-right: 30px;
                  text-align: center;
	}

	#sidebar a {
		color:#FFFFFF;
		text-decoration: underline;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 180px;
		margin-bottom: 10px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 180px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 180px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 180px;
			height: 70px;
			font: normal 11px/35px Arial, Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
			text-align: center;
		}

		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: -15px 0 0 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #003399;
			font: normal 10px/22px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #003399;
			padding-left: 20px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
			font: normal 10px/22px Arial, Verdana;
			height: 26px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 30px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0 5px 0;
			width: 180px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 170px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: -15px auto 0 auto;
			width: 142px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			margin-top: -15px;
			padding: 0 10px 5px 10px;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 67px;
	padding-top: 8px;
	color: #000;
	font: normal 12px/67px Arial, Verdana;
	background: url("images/footer.gif") no-repeat;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}


/* Main - Titles */
	
#title {
		
		
		font: normal 10px/17px Arial, Verdana;
		color: #76766d;
		padding-top: 20px;
             
}

#title h5 {
			width: 662px;
			font: normal 11px/35px Arial, Verdana;
			color: #ffffff;
			background: url("images/title2.gif") no-repeat;
		         text-align: left;
		}

#titlemain {
                            width: 226px;
                            height: 32px;
			font: normal 11px/35px Arial, Verdana;
			color: #ffffff;
			background: url("images/title.gif") no-repeat;
		         text-align: center;
}   