/* @override http://www.ridiculousrichdesign.com/style.css */

@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}

h1 {font-family:"Droid Sans",Times new roman; font-size:19px; color:#FFF; font-weight:normal; padding-top: 0px; margin-top: 5px; text-shadow: 1px 1px 2px #000;}

h1 a {font-family:"Droid Sans",Times new roman; font-size:19px; color:#FFF; font-weight:normal; padding-top: 0px; margin-top: 5px; text-shadow: 1px 1px 2px #000; text-decoration:none;}

h2 {font-family:Arial,"Times new roman"; font-size: 15px; color:#222; font-weight:normal;line-height: 22px;}

h3 {font-family:"Drop Sans",Times new roman; font-size:120%; color:#000; font-weight:normal; }




body
{
	background-image:url(images/old.jpg);
	background-repeat:no-repeat;
	background-color:#000;

}

#container
{
	width:1024px;
	height:810px;
	margin:0 auto;

 }
 
 #container1
{
	width:1024px;
	height:2046px;
	margin:0 auto;

 }

/*
Navigation bar
*/
#nav
{
	width:100%;
	height:32px;	
	background:#c74512;
	margin: 0 auto;
	border-bottom:solid 3px #000;
	
}

#navcon {
	width: 1024px;
	height: 32px;
	background:#c74512;
	border-bottom:solid 3px #000;
	margin:0 auto;
}

/*
Links
*/
#link{
	margin:0 auto;
	padding-top:10px;
	


}

#link ul{
	list-style-type:none;
	text-align:center;
}

#link ul li{
	display:inline;
	padding:15px;
	font-family:Droid Sans;
	font-style:normal;
	font-size:120%;
	
}
#link ul li a:visited {

 color: #000;
 text-decoration:none;
 
 }
#link ul li a:link:hover {
	  color:#FFF;
 
}
#link ul li a:visited:hover{
	color:#FFF;	
	
}
#link ul li a:link {
 color: #000;
 text-decoration:none;

}

/*
The top section
*/

#top
{
	width:1024px;
	height:270px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	border-bottom:solid 3px #000;
	
}

#title
{
	width:744px;
	height:140px;
	background-image:url(images/name1.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:125px;
	margin-top:45px;
	
	
}

#expertise
{
	width:1024px;
	height:32px;
	background:#c74512;
	margin: 0 auto;
	border-bottom:solid 3px #000;
	border-top:solid 3px #000;
	margin-top:0px;
	
}
/*
Categories
*/

#advertisement
{
	float:left;
	margin-left:80px;
}

#multimedia
{
	float:left;
	margin-left:20px;
}

#graphics
{
	float:left;
	margin-left:50px;
}

#logo
{
	float:left;
	margin-left:180px;
}

#web
{
	float:left;
	margin-left:50px;	
}

#redesign
{
	float:left;
	margin-left:20px;
}



/*
The middle section
*/

#middle
{
	width:1024px;
	height:270px;
	background-image:url(images/middle.png);
	border-bottom:solid 3px #000;
}

#middle1
{
	width:1024px;
	height:1500px;
	background-image:url(images/middle1.png);
	border-bottom:solid 3px #000;
}
/*
about page
*/
#box
{
	width:326px;
	height:205px;
	background-image:url(images/box.png);
	float:left;
	margin-left:70px;
	margin-top:25px;
}

#about
{
	width:550px;
	height:auto;
	float:left;
	margin-top:25px;
	margin-left:50px;
}

/*
contact page
*/
#forms
{
	float:left;
}

#left-form {
	width: 260px;
	float: left;
	margin: 0px;
}

#right-form {
	width: 305px;
	float: left;
	position: relative;
	left: 10px;
}

label, label span
{
	display:block;
	padding-bottom:.25em;
	
}

input.submit {
	background: #c74512;
	width: 80px;
	float: right;
	border: 2px solid #000;
	cursor: pointer;
}

input.submit:hover {
	color: #fff;
}

#mes {
	
}

label
{
	float:left;
	width: 80px;
	clear: both;
	padding: 10px 10px 0px 0px;
	text-align: right;
}

/*label span
{
	float:left;
	width:25%;
	text-align:right;
	font-family:Times New Roman;
	font-style:italic;
}*/

fieldset input
{
	float:left;
	width:150px;	
	border:2px solid #c74512;
	padding: 4px;
	margin-top: 10px;
}

fieldset input:hover
{
	border-color:#000;
}

fieldset input:active, input:focus
{
	border-color:#000;
}

/*form div
{
	clear:both;
	float:left;
	margin-left:499px;
	margin-top:3px;
	text-align:left;
}*/

fieldset
{
	float:left;
	width:600px;
	height:190px;
	padding:5px;
	border:2px solid #000;
	overflow: hidden;
	margin-left:50px;
	margin-top:10px;
	padding-bottom: 20px;
}

fieldset:hover
{
	border-color:#000;
}

label#mes {
	text-align: left;
}

form div input 
{
	border: 2px solid #c74512;
	font-style:normal;
	font:bold;
	color:#000;
}

form div input:hover 
{
	border: 2px solid #000;
	font-style:normal;
	font:bold;
	color:#000;
		
}



fieldset textarea {
	margin-bottom:5px;
	width: 300px;
	height: 95px;
	font-family:Times New Roman;
	color: #000;	
	border: 2px solid #c74512;
	margin-top: 10px;
}


fieldset textarea:hover {
	border: 2px solid #000;
}

fieldset textarea:active, textarea:focus
{
	border-color:#000;
}

#card
{
	width:268px;
	height:208px;
	background-image:url(images/card.png);
	float:left;
	margin-top:20px;
	margin-left:50px;
}
/*
Thanks
*/
#thanks
{
	margin-top:25px;
	margin-left:240px;
	float:left;
}


/*
Portfolio Page
*/

#portfolio
{
	float:left;
	margin-left:28px;
	margin-top:10px;
}

#lonely
{
	text-align:center;
	padding-top:10px;
}

#ridheader
{
	text-align:center;
	padding-top:30px;
}

/*
The bottom section
*/
#bottom
{
	width:1024px;
	height:270px;
	background-image:url(images/top.png);
	
	
}

#expertise1
{
	width:1024px;
	height:32px;
	background:#c74512;
	float:left;
	border-bottom:solid 3px #000;
	border-top:solid 3px #000;
	margin-top:40px;
	
}

#design
{
	float:left;
	margin-left:80px;
}

#designinfo
{
	float:left;
	margin-left:70px;
	margin-top:10px;
}

#designinfo ul{
	list-style-type:none;
}

#designinfo ul li  {
	border-bottom: 1px solid #888;
	border-top: 1px solid #ececec;
	padding: 2px 0px;
}

#designinfo ul li:first-child { border-top: none;}
#designinfo ul li:last-child { border-bottom: none;}

#coding
{
	float:left;
	margin-left:120px;
}


#codinginfo
{
	float:left;
	margin-left:120px;
	margin-top:10px;
}

#codinginfo ul{
	list-style-type:none;
}

#codinginfo ul li  {
	border-bottom: 1px solid #888;
	border-top: 1px solid #ececec;
	padding: 2px 0px;
}

#codinginfo ul li:first-child { border-top: none;}
#codinginfo ul li:last-child { border-bottom: none;}

#sites
{
	float:left;
	margin-left:80px;
}

#sitelink{
	float:left;
	margin-left:125px;
	margin-top:10px;
}

#sitelink ul {
	display:inline;
	
	list-style-type:none;
	font-family:Arial,"Times new roman"; font-size: 15px;  font-weight:normal;line-height: 22px;	
}
#sitelink ul li  {
	border-bottom: 1px solid #888;
	border-top: 1px solid #ececec;
	padding: 2px 0px;
}

#sitelink ul li:first-child { border-top: none;}
#sitelink ul li:last-child { border-bottom: none;}

#sitelink ul li a:visited {

 color: #000;
 text-decoration:none;
 
 }
#sitelink ul li a:link:hover {

 color: #c74512;
 
}
#sitelink ul li a:visited:hover{
	color:#c74512;
	
	
}
#sitelink ul li a:link {
color:#222;
 text-decoration:none;
 

}

#resume
{
	float:left;
	margin-left:140px;
}

#resumepic
{
	float:left;
	margin-top:10px;
	margin-left:70px;
}
/*
The footer 
*/

#footer
{
	width:100%;
	height:32px;	
	background:#c74512;
	margin: 0 auto;
	border-top:solid 3px #000;
	
}

#copyright
{
	width:1024px;
	height:32px;
	margin:0 auto;
	background:#c74512;
}

#copyrightinfo
{
	margin:0 auto;
	text-align:center;
	margin-left:60px;
	
}


.thumbnails a
{
	display: block;
	float: left;
	margin:10px;
	
}
.thumbnails a img{ border: solid 1px Black; }
.thumbnails a:hover img{ border: solid 1px #aaa }