@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project: IPhone Apps by Dreams Online
Version: 2.0
Last change:  [Updates: Complete CSS structure change]
Assigned to: Harish Chouhan
Primary use: 
-------------------------------------------------------------------*/

@import "reset.css";
@import "layout.css";


/*
@import "typography.css";
@import "facebox.css";
@import "debugging.css"; 
@import "colors.css";
*/


body {font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}
body h1 {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
body h2 {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
body h3 {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
body h4 {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}




/*------------------------------------------------------------------
# [Color codes]

# Black: #000000
# Dark grey (text): #666666
# Red (links) #CC0000
# Red 2 (links) #FF0000

*/


/*------------------------------------------------------------------
[Color codes]

Background:	#F0F0F0 (Grey)
Content:	#666666 (light black)
Header h1:	#000000 (green)
Header h2:	#000000 (red)
Footer:		#666666 (dark black)

a (standard):	#CC0000 (red)
a (visited):	#CC0000 (red)
a (active):		#FF0000 (bright red)

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		1.2em/1.6em Verdana, Helvetica, Arial, Geneva, sans-serif;
Headers:		2.7em/1.3em Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
Input, textarea:	1.1em Helvetica, Verdana, Geneva, Arial, sans-serif;
Sidebar heading:	1.5em Helvetica, Trebuchet MS, Arial, sans-serif;

Notes:	decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/



/*------------------------------------------------------------------

Diagnostic Styling


[Table of contents]
BODY
1. Wrapper #wrapper
	2. Header / #header
		2.1. Logo / #navbar
		2.1. Services / #navbar
	3. Main Content / #main_content
	3. Content / #content
		3.1. Left column / #leftcolumn
		3.2. Right column / #rightcolumn
		3.3. Sidebar / #sidebar
			3.3.1. RSS / #rss
			3.3.2. Search / #search
			3.3.3. Boxes / .box
			3.3.4. Sideblog / #sideblog
			3.3.5. Advertisements / .ads
	4. Footer / #footer
-------------------------------------------------------------------*/


