/*  
Theme Name: AWE Works
Theme URI: http://wordpress.org/
Description: The AWE Works theme.
Version: 1.1
Author: Sateesh Malla
Author URI: http://www.aweworks.com/
Tags: black, fixed width, two columns, widgets

*/




/* Begin Typography & Colors */
body {
	font-size: 11pt;
	font-family: Georgia, "Trebuchet MS", Verdana, Tahoma, Arial, Sans-Serif;
	color: #EFEFEF;
	text-align: center;
	
	background: #000 url('images/back_aweworks.png') repeat top center;
	}

#page {
	background: transparent;
	text-align: left;
	}

#header {
    background: transparent url('images/back_header.jpg') top center no-repeat;
	}

#content {
/*	background:url('images/test_left.png') repeat-y top right;	*/
	font-size: 100%;
	}

.widecolumn .entry p {
	font-size: 100%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background: transparent url('images/trans_25.gif') top left;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#footer {
	background: transparent url('images/back_footer.png') repeat-x top;
    _background: transparent url('images/back_footer.gif') repeat-x top;
	border: none;
	}
    
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
/*
.entry p a:visited {
	color: #b85b5a;
	}
*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em, Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em, Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #abcbff;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em, Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/************************************************************************************************/
/************************************************************************************************/
/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	}

#content-top {
	height:15px;
	width:100%;
	background:url('images/back_content_top.png') no-repeat top left;
	_background:url('images/back_content_top.gif') no-repeat top left;
}
#content-bot {
	height:20px;
	width:100%;
	background:url('images/back_content_bot.png') no-repeat bottom left;
	_background:url('images/back_content_bot.gif') no-repeat top left;
	margin:0 0 20px 0;

}
#content-top-wide {
	height:15px;
	width:100%;
	background:url('images/back_content_wide_top.png') no-repeat top left;
	_background:url('images/back_content_wide_top.gif') no-repeat top left;
}
#content-bot-wide {
	height:20px;
	width:100%;
	background:url('images/back_content_wide_bot.png') no-repeat bottom left;
	_background:url('images/back_content_wide_bot.gif') no-repeat top left;
	margin:0 0 20px 0;
}
#sidebar_top {
	background:transparent url('images/back_content_top.png') no-repeat top left;
	height:20px;
}
#sidebar_bot {
	background:transparent url('images/back_content_bot.png') no-repeat bottom left;
	height:20px;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height:150px;
}
#header #wrapper {
	width:960px;
    margin:0 auto;
}

#logo {
    position:absolute;
    width:250px;
    height:90px;
    margin:0;
    padding:0;
    top:30px;
    left:50%;
    margin-left:-500px;
}


li.current-cat a {
	color:#ff7e00;
	font-weight:bold;
	text-decoration:none;
}
li.current-cat a:hover {
	color:#ff7e00;
	font-weight:bold;
	text-decoration:none;
}
li.current-cat ul li a {
	color:#abcbff;
	font-weight:normal;
}
li.current-cat ul li a:hover {
	font-weight:normal;
	text-decoration:underline;
}

#fluidcontent {
    width:100%;
}

.narrowcolumn {
	float: left;
	padding: 0px 0px 0px;
	margin: 0px 0 0;
	width: 760px;
/*	background:transparent url('images/back_content_top.png') no-repeat top left;	*/
	}

.widecolumn {
	padding: 0px 0px 0px;
	margin: 0px 0 0 0;
	width: 960px;
	}

.post {
/*	_width:710px;	*/
	margin: 0 0 0px;
	padding: 0 30px 5px;
	text-align: justify;
	background:transparent url('images/trans_white_05.png') repeat-y top left;
	_background:transparent url('images/trans_75.gif') repeat top left;
	}
.post_wide {
/*	_width:920px;	*/
}

.post hr, #content hr {
	border:0;
	height:1px;
	border-top:1px solid #AAA; 
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 3px 0 5px 0;
	margin:0;
	background:transparent url(images/trans_25.png);
	_background:transparent url(images/trans_25.gif);
	}

.widecolumn .postmetadata {
	margin: 5px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
    border-top:2px solid #2e3c50;
	padding-top: 10px;
	margin: 20px auto;
	width: 100%;
	height:190px;
	text-align:right;
	clear: both;
	}

#footer p {
	margin: 5px;
	padding: 10px;
	text-align: right;
	font-family:Verdana;
	font-size:8pt;
	color:silver;
	border-top:1px dotted #333;
	}
/* End Structure */


/* =Menu
-------------------------------------------------------------- */


/* =Menu
-------------------------------------------------------------- */

.navigation_container {
    float:right;
    margin: 62px 0 0 0;
}
.menu {
    list-style:none;
    text-align:left;
}


#menu-navigation { 
	float:left;
    list-style: none; 
    margin:0 0 0 0;
    padding: 0; 
    height: 33px; 

    font-weight: bold; 
    font-size:10pt;
} 
 
#menu-navigation li { 
    float: left; 
    background: transparent url(images/tableft.png) no-repeat bottom left;
    _background:none;
    padding: 14px 0 10px 15px; 
    margin: 2px 6px 0 6px;
} 
 
#menu-navigation li a { 
    background: transparent url(images/tabright.png) no-repeat bottom right;
    _background:none;

    padding: 14px 20px 10px 0;
    color: #3682ff;
}
#menu-navigation li a:hover { 
    color: #FFF;
    text-decoration:none;
}
 
#menu-navigation li.current_page_item { 
    background: transparent url(images/tableft_active.png) no-repeat bottom left;
    _background:none;
    padding: 12px 0 8px 15px;
} 
 
#menu-navigation li.current_page_item a { 
    background: transparent url(images/tabright_active.png) no-repeat bottom right;
    _background: none;
	padding: 12px 15px 8px 0;
	color: #FFF;
}



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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/************************************************************************************************/
/************************************************************************************************/
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	border-bottom:1px solid #666;
}
h2.pagetitle {
	border-bottom:0px;
}

h2.topcenter {
	margin-top: 0px;
	text-align: center;
	background:transparent url('images/trans_white_05.png') no-repeat top left;
	_background:transparent url('images/trans_75.gif') repeat top left;
	border-bottom:0px;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/************************************************************************************************/
/************************************************************************************************/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/************************************************************************************************/
/************************************************************************************************/
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0;
	padding: 0;
	}
/* End Entry Lists */



/************************************************************************************************/
/************************************************************************************************/
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px 0 10px;
	text-align: left;
	}
#searchform label {
	display:block;
	color:#CCC;
}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	border: 1px solid #888;
	background:transparent url(images/trans_25.gif) !important;
	color:#FFF;
	}

#sidebar #searchsubmit {
	margin-top:3px;
	padding: 1px;
	border: 1px solid #888;
	background-color:#434e8c !important;
	color:#FFF;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px 0;
	margin: 5px 5px 1px 0;
	border:1px solid #888;
	background:transparent url('images/trans_white_05.gif') top left !important;
	color:#fff;
	}

#commentform textarea {
	width: 715px;
	padding: 2px 0px;
	}

#commentform #submit {
    background: #211900 !important;
	margin: 5px 3px 0 0;
    width:150px;
	float: right;
	}
/* End Form Elements */



/************************************************************************************************/
/************************************************************************************************/
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/************************************************************************************************/
/************************************************************************************************/
/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 775px;
	width: 180px;
/*	border:1px solid #444;	*/
	}
#sidebar .widget {
	background: transparent url('images/back_sidebar_bot.png') no-repeat bottom left;
	_width:170px;
	_background: transparent url('images/trans_white_05.gif') repeat top left;
	padding:0 0 20px 0;
	border-width:0;
	border-style:solid;
	border-color: #6488a4;
}
#sidebar #wpcumuluswidgetcontent {
	background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background:none;
}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	border-bottom:1px solid #7f6000;
	
	margin: 0px 0 0;
	padding: 5px 10px;
	
	background: transparent url('images/back_sidebar_top.png') no-repeat top left;
	_background: none;
}
#sidebar #searchform {
	background: transparent url('images/back_sidebar_top.png') no-repeat top left;
	_background: none;
}

#sidebar ul ul, #sidebar ul li #wpcumuluswidgetcontent {
	background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background: none;
}

#sidebar ul ul ul {
	background:none;
	padding-top:0px;
	
}

#sidebar .textwidget p {
    background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background: none;
	margin:0;
	padding:10px 10px 0;
}

#sidebar .DaikosText p {
	background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background: none;
	margin:0;
	padding:10px 10px 0;
}

#sidebar .DaikosText ul {
	background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background: none;
}
/* strange IE7 fix */
#sidebar .DaikosText ul ul {
	background: transparent url('images/blank.gif') repeat-y top left;
	_background:none;
}

#sidebar ul.blogroll {
    font-size:10pt;
    font-family: Verdana, Tahoma, Arial;
}
#sidebar ul.blogroll li {
    padding:0 0 10px 0;
}

#sidebar .AdvancedText p {
    font-size:95%;
	background: transparent url('images/trans_white_05.png') repeat-y top left;
	_background: none;
	margin:0;
	padding:10px 10px 0;
}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/************************************************************************************************/
/************************************************************************************************/
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/************************************************************************************************/
/************************************************************************************************/
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
/*	display: none;	*/
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	}
/* End Various Tags & Classes*/



/************************************************************************************************/
/************************************************************************************************/
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #808080;
	text-align: center;
	background-color: #444;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#sendmail {
	padding:0 0 0 15px;
	text-align:left;
}

#sendmail input, textarea {
	background:transparent url(images/trans_25.gif) !important;
	color:#FFF;
	border:1px solid #888;
}

#sendmail .sendContact {
	padding: 1px;
	background:#434e8c url(images/blank.gif) !important;
	color:#FFF;
	border:2px solid silver;
	font-size:12pt;
	font-weight:bold;
	width:100px;
	height:50px;
}
#sendmail .required {
	font-size:75%;
	font-weight:normal;
	color:orange;
}
#sendmail .form_title {
	font-size:100%;
	font-weight:normal;
	color:white;
}


.wpcf7-form {
	padding:0 0 0 15px;
}

.wpcf7-form input, textarea {
	background:transparent url(images/trans_25.gif) !important;
	color:#FFF;
	border:1px solid #888;
}

.wpcf7-form .sendContact {
	padding: 1px;
	background:#434e8c url(images/blank.gif) !important;
	color:#FFF;
	border:2px solid silver;
	font-size:12pt;
	font-weight:bold;
	width:100px;
	height:50px;
}


.gallery a img {
    border:1px solid #444;
}
.gallery a:hover img {
    border:1px solid #888;
}

/** Portfolio OLD ********************************************/
/*********************************************************/


#mygallery {
    float:left;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    border: 0px solid white;
    overflow: scroll; /*leave this value alone*/
    width: 570px; /*Width of Carousel Viewer itself*/
    height: 500px; /*Height should enough to fit largest content's height*/
    margin:0 0 0 20px;
    padding:0;
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    padding-left:10px;
}



#tc1, #tc2, #tc3, #tc4 { 
    height:42px;
}
#tc1 { 
    background:transparent url('images/services_num1.png') no-repeat top left; 
    _background:#000 url('images/services_num1.gif') no-repeat top left;
}
#tc2 { 
    background:transparent url('images/services_num2.png') no-repeat top left; 
    _background:#000 url('images/services_num2.gif') no-repeat top left;
}
#tc3 { 
    background:transparent url('images/services_num3.png') no-repeat top left; 
    _background:#000 url('images/services_num3.gif') no-repeat top left;
}
#tc4 { 
    background:transparent url('images/services_num4.png') no-repeat top left; 
    _background:#000 url('images/services_num4.gif') no-repeat top left;
}

div.service {
	height:42px;
	margin-left:10px;
	padding:0px 20px 10px 10px;

	cursor:hand;
	cursor:pointer;
}
div.service div {
	padding:8px 0 0 55px;
    font-size:130%;
}

div.switchcontent {
	padding:0px 20px 20px 60px;
    font-size:95%;
    font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
    text-align:left;
}


.attachment-post-thumbnail {
    float: left;
    padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
    
    border:1px solid #888;
}

a:hover .attachment-post-thumbnail {
    border:1px solid orange;
}





