/*
Theme Name: CMSyourPSD
Theme URI: http://www.cmsyourpsd.com
Description: Purveyors of clean code & happy customers!
Version: 1.0
Author: George Wiscombe
Author URI: http://www.georgewiscombe.com
*/


/* Sorts out the basic structure and a generic set of type rules */
/* @import url("structure.css");					
@import url("typography.css");
*/
/*   Styles that are page specific 	 */
/*
@import url("pg_homepage.css");
@import url("pg_contact.css");
@import url("pg_blog.css");
@import url("pg_portfolio.css");
@import url("templates.css");
*/


html, body {
margin:0;
padding:0;
font-size:10px;
font-family: Arial, 'Times New Roman', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
}

html {
font-family: Helvetica, Arial, 'Times New Roman', sans-serif;
color:#252632;
}

body { background:#fff url("../images/normal-header-bg.jpg") top left repeat-x; }
body.id-home { background:#fff url("../images/home-header-bg.jpg") top left repeat-x; }
body.id-contact, body.id-portfolio { background:#252632 url("../images/normal-header-bg.jpg") top left repeat-x; }

.last {
margin-right:0;
float:right;
}

.right {
float:right;
}

.left {
float:left;
}

img {border:none;}


				/*----------------------------------------
				2.2.3.1) Dashboard
				----------------------------------------*/			
				.dashboard_button{
					float:left;
					width:152px;
					height:80px;
					overflow:hidden;
					border:1px solid #c0c0c0;
					padding:15px;
					margin:0 10px 10px 0;
					background:#eaeaea url("../images/highlight_line.gif") repeat-x top left;
					font-size:11px;
					line-height:1.4em;
					text-decoration:none;
					color:#a1a1a1;
					}

				.dashboard_button2{
					float:left;
					width:152px;
					height:80px;
					overflow:hidden;
					border:1px solid #c0c0c0;
					padding:15px;
					margin:0 10px 10px 0;
					background:#eaeaea url("../images/highlight_line.gif") repeat-x top left;
					font-size:11px;
					line-height:1.4em;
					text-decoration:none;
					color:#a1a1a1;
					}

				.dashboard_button span{
					display:block;
					padding-top:7px;
					}

				.dashboard_button2 span{
					display:block;
					padding-top:7px;
					}
				
				.dashboard_button_heading{
					display:block;
					color:#4a4a4a;
					font-size:14px;
					padding:0 0 0 40px;
					line-height:29px;
					height:35px;
					}

				.dashboard_button2_heading{
					display:block;
					color:#4a4a4a;
					font-size:14px;
					padding:0 0 0 0px;
					line-height:29px;
					height:35px;
					}
					
				.two_lines.dashboard_button_heading{
					line-height:17px;
					}
					
					
				.dashboard_button:hover{
					background:#ddd;
					border:1px solid #aaa;
					padding-top:16px;
					height:79px;
				}

				.dashboard_button2:hover{
					background:#ddd;
					border:1px solid #aaa;
					padding-top:16px;
					height:79px;
				}
				
				.dashboard_button:hover .dashboard_button_heading{
					color:#222;
				}
				
				
				.button1 .dashboard_button_heading{ background:transparent url("../images/Computer.png") no-repeat 0px top;	}
				.button2 .dashboard_button_heading{ background:transparent url("../images/advanced.png") no-repeat 0px top;	}
				.button3 .dashboard_button_heading{ background:transparent url("../images/applications.png") no-repeat 0px top;	}
				.button5 .dashboard_button_heading{ background:transparent url("../images/search.png") no-repeat 0px top;	}
				.button6 .dashboard_button_heading{ background:transparent url("../images/trash.png") no-repeat 0px top;	}
				.button7 .dashboard_button_heading{ background:transparent url("../images/window.png") no-repeat 0px top;	}
				.button8 .dashboard_button_heading{ background:transparent url("../images/copy doc.png") no-repeat 0px top;	}
				.button9 .dashboard_button_heading{ background:transparent url("../images/send.png") no-repeat 0px top;	}
				.button10 .dashboard_button_heading{ background:transparent url("../images/users.png") no-repeat 0px top;	}
				.button11 .dashboard_button_heading{ background:transparent url("../images/picture.png") no-repeat 0px top;	}
				.button12 .dashboard_button_heading{ background:transparent url("../images/help.png") no-repeat 0px top;	}

