@charset "UTF-8";
/* CSS Document for riescodesign.com*/

/* Reset Styles */
/*-------------------------------------*/

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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body {
	background: #fff url(../images/bg.gif) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

:focus                  { outline: 0; }
a                       { text-decoration:underline; color: #6b7a70; }
a:hover                 { text-decoration:underline; color: #6b7a70; }
strong                  { font-weight:bold; }
em                      { font-style:italic; }
ol, ul                 { list-style: none; } /*ol, ul                  { list-style: none; }*/
table                   { border-collapse: separate; border-spacing: 0; }
caption, th, td         { text-align: left; font-weight: normal; }
td                      { padding:2px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q           { quotes: "" ""; }
p{
	padding-top: 10px;
}

#rightColumn ul{
	list-style-type: disc;
	padding: 0 0 0 15px;
	margin-left: 45px;
	margin-right: 45px;
}
#rightColumn ul li{
	padding-top: 0;
}
#rightColumn ul li ul li{
	padding-top: 0;
}
#rightColumn ul li ul{
	padding: 0 0 0 22px;
}

img{
	border: 0;
}




/* Container */
/*-------------------------------------*/

#container{
	width:990px;
}

#leftColumn{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#leftColumn img{
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 4px;
}

#rightColumn{
	float: right;
	width: 790px;
	padding-top: 10px;
}

#printPageCol1 {
	display: block;
	width: 250px;
	float: left;
}

#printPageCol1 img{
	display: inline;
	margin: 0;
	padding: 0;
	float: none;
}

#colleft{
	width: 490px;
	float: left;
}

#colright{
	width: 240px;
	float: left;
}

#imgbig{
	width: 438px;
	float: left;
}


/* Navigation */
/*-------------------------------------*/

#inline-list {
		margin-top: 25px;
	}
	
	#main_navigation {
		height:74px;
		list-style-type:none;
		margin:0;
		padding:0;
		
	}
	
	#main_navigation li {
		display:block;
	}
	
	#main_navigation li a {
		background-position:10px 0;
		background-repeat:no-repeat;
		display: block;
		height:0;
		overflow:hidden;
		padding:74px 10px 0 10px;
		margin-left: auto;
   		margin-right: auto;
		margin-bottom: 10px;
	}
	
	#main_navigation li a:hover,
	#main_navigation li a:active,
	#main_navigation li a.active,
	#inPrint #main_navigation #menu_inPrint a ,
	#portfolio #main_navigation #menu_portfolio a,
	#boxedClever #main_navigation #menu_boxedClever a,
	#contact #main_navigation #menu_contact a,
	#links #main_navigation #menu_links a,
	#home #main_navigation #menu_home a,
	#background #main_navigation #menu_aboutUs a{
		background-position:10px -74px;		
	}
	
	#menu_inPrint a {
		background-image:url(../images/buttons_left/inPrint.gif);
		width:120px;
	}
	
	#menu_portfolio a {
		background-image:url(../images/buttons_left/portfolio.gif);
		width:120px;
	}
	
	#menu_boxedClever a {
		background-image:url(../images/buttons_left/boxedClever.gif);
		width:120px;
	}
	
	#menu_contact a {
		background-image:url(../images/buttons_left/contact.gif);
		width:120px;
	}
	
	#menu_links a {
		background-image:url(../images/buttons_left/links.gif);
		width:120px;
	}
	
	#menu_home a {
		background-image:url(../images/buttons_left/home.gif);
		width:120px;
	}
	
	#menu_aboutUs a {
		background-image:url(../images/buttons_left/aboutUs.gif);
		width:120px;
	}


/* HTML Styles */
/*-------------------------------------*/

.imgbdr{
	border: 1px solid #000;
}

.imgcenter{
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}


p{
	margin: 0 45px 10px 45px;
}

p img{
	float: right;
	margin: 0 0 10px 20px;
}

h2{
	text-transform: uppercase;
	margin: 5px 45px 10px 45px;
	font-weight: bold;
	font-size: 13px;
}

.imgpara{
	margin: 5px 45px 10px 45px;
}

.redtxt{
	color: #F00;
}

.lightgrey{
	color: #999;
}


/* Form Styles */
/*-------------------------------------*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  /*font:100% verdana,arial,sans-serif;*/
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form label.verif_box{
	text-align: left;
	padding-left: 10px;
}

form label.verif_box2{
	text-align: left;
	padding-left: 40px;
}

form img.verifimg{
	padding-left: 10px;
}

form img.verifimg2{
	padding-left: 50px;
}

form label.long{
	width:500px;
	text-align: left;
	margin: 15px 45px 0 45px;
}

form input.long{
	width:auto;
	text-align: left;
	margin: 5px 0 0 45px;
}

form textarea.long{
	width:auto;
	text-align: left;
	margin: 5px 45px 0 45px;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select{
	width:auto;
	margin: 5px 45px 5px 45px;
	display: block;
	float:left;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form input.submit{
	margin: 15px 0 0 45px;
}


/* Other Styles */
/*-------------------------------------*/

#pgwrapper{
}

#pgcategories{
	width: 200px;
	float: left;
}

#pgcategories img{
	border: none;
	padding: 4px 4px 0 45px;
	margin: 0;
	float: left;
	display: inline;
}

#pgcategories a{
	display: block;
	text-decoration: none;
	margin-left: 55px;
}

#pgcategories a:hover{
	text-decoration: underline;
}

#pgcategories a.pgactive{
	margin-left: 0;
}

#pgimg{
	float: left;
	width: 530px;
	padding-left: 20px;
}

#pgimgwrapper{
	width: 450px;
	
}

#pgimg img.mainimg{
	padding: 2px;
	border: 1px solid #CCC;
	display: block;
	margin: 0 auto;
}

#pgthumb{
	float: left;
	width: 137px;
}

#pgthumb img{
	padding: 1px;
	border: 1px solid #ccc;
}

#pgPages label, #pgPages select{
	padding: 0;
	margin: 0;
	display: inline;
	float: none;
}

#pgPages form{
	width: 130px;
 	margin: 0;
  	padding: 0;
  	min-width: 130px;
  	max-width: 130px;
}

#pgback{
	padding-top: 100px;
	padding-right: 10px;
	width: 30px;
	float: left;
}

/* found on the main /portfolio.php page only. */
#pg_comments {
 margin-left:260px;
 margin-top: 30px;
	float: left;
	clear:both;
color:#CCCCCC;
font-size:12px;
}

#pgcredits{
	clear: both;
	padding-top:10px;
	color: #6B7A70;
	margin-left: auto;
  margin-right: auto;
  display:block;
  text-align:center;
}

#pgnext{
	padding-top: 100px;
	padding-left: 10px;
	width: 30px;
	float: left;
}

#colright p {
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
	font-size: 11px
}

.clear{
	clear: both;
}

.imgleft{
	padding-left: 45px;
	padding-bottom: 65px;
	padding-top: 30px;
	display: block;
}


/* Footer Styles */
/*-------------------------------------*/

#footer{
	text-align: center;
	font-size: 10px;
	color: #ccc;
	margin: 130px 45px 20px 45px;
	clear: both;
}

#footersub{
	text-align: center;
	font-size: 10px;
	color: #ccc;
	margin: 130px 45px 20px 230px;
	clear: both;
	padding-top: 130px;
}

#footersub2{
	text-align: center;
	font-size: 10px;
	color: #ccc;
	margin: 130px 45px 20px 230px;
	clear: both;
	padding-top: 130px;
	width: 360px;
}