@charset "utf-8";

body { /* CSS Document */
	padding: 0;
	margin: 24px 0 0;
	font: 76% arial, "Trebruchet MS", tahoma, verdana, georgia, sans-serif;
	background: #f9f7f5 url("../images/default/bg_gradient.png") 0 0 repeat-x;
}

a:link,
a:active { /* all undefined links */
	color: #1fadcb;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color: #add700;
	text-decoration: none;
}

.wrapper { /* Layout Container */
	padding: 0;
	width: 960px;
	margin: 0 auto;
}

#contents { /* Contains entire body content */
	padding: 0;
	width: 960px;
	background: #f9f7f5;
	margin: 2px 0 10px 0;
}

#bottom_container { /* Contains Resourses and Footer */
	width: 100%;
	background: #1ba6b2;
}

.clear { /* Clear all floats */
	clear: both;
}

.imgleft { /* float photo in my profile */
	float: left;
	padding: 2px;
	margin-right: 10px;
	background: #e6e6e6;
	border: 1px solid #999;
}

#header_wrapper { /* Header container */
	width: 960px;
	height: 126px;
}

#header_wrapper #top { /* Header background image */
	float: left;
	width: 960px;
	height: 82px;
	background: transparent;
}

#header_wrapper #bottom { /* Tabs background image */
	float: left;
	width: 960px;
	height: 44px;
	background: #ccc url("../images/default/nav_bg.png") repeat-x;
}

#logo { /* Logo container */
	width: 138px;
	height: 66px;
	margin: 10px 0 0;
}

#logo a { /* Allows you to have a clickable logo */
	float: left;
	width: 138px;
	height: 66px;
	display: block;
	text-decoration: none;
	background: transparent url("../images/default/logo.png") no-repeat;
}

#logo a span { /* Hides link over logo */
	visibility: hidden;
}

#logo a:hover span { /* Hides link over logo when hovered */
	visibility: hidden;
}

#nav_left{
	width: 27px;
	float: left;
	height: 44px;
	background: transparent url("../images/default/nav_left.png") no-repeat;
}
#nav_right{
	width: 23px;
	float: right;
	height: 44px;
	background: transparent url("../images/default/nav_right.png") no-repeat;
}

#nav ul { /* Navigation Menu */
	padding: 0;
	float: left;
	margin: 11px 0 0;
	list-style-type: none;
	background: transparent url("../images/default/nav_devide.png") 0 1px no-repeat;
}

#nav a { /* Tab links */
	float: left;
	height: 32px;
	color: #93c8ce;
	display: block;
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 32px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

#nav li { /* Helps float links next to each other */
	float: left;
	background: transparent url("../images/default/nav_devide.png") 100% 1px no-repeat;
}

#nav a:hover { /* Helps float links next to each other */
	color: #0a393f;
	background: transparent url("../images/default/nav_devide.png") 100% 1px no-repeat;
}

#nav li:hover { /* Show Bullet pointer on hover */
	background: transparent url("../images/default/arrow.png") 50% 0 no-repeat;
}

#home #nav-home a,
#css #nav-css a,
#html5 #nav-html5 a,
#donated #nav-donated a,
#menu #nav-menu a,
#logos #nav-logo a,
#header #nav-header a,
#tutorial #nav-tutorial a,
#submit #nav-submit a { /* sets pointer on current page */
	color: #0a393f;
	background: transparent url("../images/default/arrow.png") 50% 0 no-repeat;
}

#main { /* Main contents */
	float: left;
	width: 760px;
}

#main #select { /* Select Container */
	margin: 0;
	height: 2em;
	padding: 5px 0;
	background: url("../images/default/dashed.png") 0 100% repeat-x;
}

#main #select form { /* Select form at the top */
	float: right;
	width: 182px;
	height: 24px;
}

#main #select span { /* Select text in Select container */
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 21px;
	margin-right: 10px;
}

#main h1 { /* All h1 tags in Main container */
	margin: 0;
	padding: 0;
	color: #add700;
	text-indent: 20px;
	letter-spacing: -1px;
	font: normal 2.3em/2em "Myriad Pro", "Lucida Grande", georgia, arial, sans-serif;
	background: url("../images/default/dashed.png") 0 100% repeat-x;
}

#main h2 { /* All h2 tags in Main container */
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	padding-left: 20px;
	font-weight: normal;
}

#main p { /* All P tags in Main container */
	color: #444;
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}

#main .prod_wrapper { /* Product Container */
	color: #444;
	float: left;
	width: 364px;
	margin: 20px 0 0 10px;
}

#main .t_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
}

#main .t_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 12px 0 0 12px;
}

#main .temp_desc { /* Description of Templates */
	float: left;
	width: 215px;
	margin-left: 9px;
}

#main .temp_desc div { /* Bottom lines of Templates description */
	line-height: 1.4em;
	background: url("../images/default/dashed.png") 0 100% repeat-x;
}

#main .desc_bold { /* Description Titles of products */
	font-weight: bold;
}

#main .desc_right { /* Description contents of products */
	color: #000;
	float: right;
}

#main .header_thumbnail {
	width: 360px;
	height: 84px;
}

#main .z-index_thumb { /* Products Thumbnails design */
	z-index: 2;
	position: absolute;
}

#main .header_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	width: 350px;
	height: 73px;
	margin: 5px 0 0 6px;
}

#main .header_desc { /* Description of Templates */
	float: left;
	width: 346px;
	margin: 5px 0 0 10px;
}

#main .header_desc div { /* Bottom lines of Templates description */
	line-height: 1.4em;
	background: url("../images/default/dashed.png") 0 100% repeat-x;
}

#main .logo_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
	height: 140px;
}

#main .logo_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .menu_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
	height: 140px;
}

#main .menu_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .tutorial_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 120px;
	height: 120px;
}

#main .tutorial_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .pagination { /* Clears and center pagination links */
	clear: both;
	margin: 15px 0;
	font-size: 1em;
	background: #fff;
	line-height: 30px;
	font-weight: bold;
}

#main .pagination a { /* Properties of the Links in the Pagination */
	color: #1fadcb;
	padding: 0 10px;
	border: 1px dotted #1fadcb;
}

#main .pagination a:hover { /* Hovering properties of the Links in the Pagination */
	color: #000;
	background: #f9f7f5;
	text-decoration: none;
	border: 1px dotted #000;
}

#main .pages { /* Total pages text */
	color: #333;
	margin: 0 20px;
}

#main .arrow { /* Total pages text */
	color: #333;
	font-size: 1.2em;
}

#main .pagenum { /* Pages */
	color: #999;
}

#main li { /* Q'A listing links */
	color: #444;
	text-indent: 1.2em;
	line-height: 1.4em;
	list-style-type: none;
	background: url("../images/default/bullet_nav.png") 0 50% no-repeat;
}

#feedback_form { /* Feedback Form */
	margin: 3em 0 0 20px;
}

#feedback_form .input { /* Feedback Form */
	width: 220px;
	height: 1.5em;
	background: #eee;
	border: 3px solid #ddd;
	font: 1em/1.5em verdana, arial, sans-serif;
}

#feedback_form .input:focus { /* Feedback Form */
	background: #ccc;
}

#feedback_form textarea { /* Feedback Form */
	background: #eee;
	border: 3px solid #ddd;
}

#feedback_form h3 { /* Feedback Form */
	text-indent: 0;
	margin: 0.5em 0;
	font-size: 1.2em;
}

#about { /* About aSimpleTemplate */
	clear: both;
}

#r_column { /* Right column container */
	float: left;
	width: 179px;
	margin: 10px;
}

#r_column .content {
	margin-bottom: 20px;
}

.r_column_top { /* Top image of Right column box */
	height: 26px;
	background: url("../images/default/r_column_top.png") no-repeat;
}

.r_column_sides { /* Sides image of Right column box */
	margin: 0;
	background: url("../images/default/r_column_sides.png") no-repeat;
}

.r_column_top h1 { /* Title in Right column */
	margin: 0;
	padding: 0;
	color: #0a393f;
	text-indent: 15px;
	font: normal 1.3em/27px "Myriad Pro", "Lucida Grande", georgia, arial, sans-serif;
}

#content_count { /* Adds padding to content counter */
	padding: 1px 15px;
}

#content_count span { /* Total products in Index page */
	font-weight: bold;
}

#content_count span a { /* Total products in Index page */
	text-decoration: underline;
}

#google_ads {
	width: 160px;
	padding: 5px 0;
	margin: 0 auto;
}

#resources { /* Resources - Container of resources */
	color: #000;
	font-size: 1em;
	line-height: 1.7em;
	background-color: #158791;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#resources #col_1 { /* Left column in Resources */
	float: left;
	width: 220px;
	margin: 20px;
	margin-right: 0;
}

#resources #col_2 { /* Advert column in Resources */
	float: left;
	width: 300px;
	margin: 20px;
	margin-right: 0;
}

#resources .col_3 { /* Column 3 and 4 */
	float: left;
	width: 170px;
	margin: 20px;
	margin-right: 0;
}

#resources h3 { /* All H3 tags in Resources */
	margin: 0;
	padding: 0;
	color: #0a393f;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
}

#resources ul { /* All list menus in Resources */
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#resources li a { /* All links in Resources */
	height: 2.2em;
	color: #93c8ce;
	display: block;
	font-size: 1em;
	text-indent: 25px;
	line-height: 2.2em;
	letter-spacing: 1px;
	background: transparent url("../images/default/bullet_resources.png") 3% 50% no-repeat;
}

#resources li a:hover { /* All Links hover in Resources */
	color: #222;
	text-decoration: none;
	background: #f9f7f5 url("../images/default/bullet_resources.png") 3% 50% no-repeat;
}

#footer { /* Copyright, Loading Speed and Users Online  */
	clear: both;
	color: #fff;
	font-size: 0.9em;
	line-height: 2em;
	text-align: center;
	background: #1ba6b2;
}
#footer a{
	color: #fff;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #555;
}
