/*-------------------------------------------------------
* Filename: styles.css
* Version: 1.0.0
* Website: http://www.aivah.com
* Author: system32
* Description: Handles the site layout.
-----------------------------------------------------*/

/*------------------------------------------------------
Global Reset
------------------------------------------------------*/	
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, font,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;  
	}   
		
body {  
	margin:0px;
	font:normal 13px/18px "Lucida Sans unicode", Tahoma, sans-serif;
	color:#666;
	background:#FFF url(../images/bg.gif) 0 0 repeat-x;
	}

html, body {
margin: 0;
padding: 0;
}
.clear {
	clear:both; 
	}

.fr {
	float:right;
	width:auto;
	}

.fl{
	float:left;
	width:auto;	
	}

.leftalign{
	float:left;
	width:auto;	
	text-align:left;
	padding-right:10px;
	}				 

/******************************************************************************
                                                         HEADINGS 
 *****************************************************************************/
h1	{
	margin:0 0 5px 0;
	padding:0;
	font:normal 28px/32px "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing:-1px;
	}
		
h2	{
	margin:0 0 5px 0;
	padding:0px;
	font:normal 24px/26px "Trebuchet MS",Tahoma, Arial, sans-serif;
	letter-spacing:-1px;
	}
		
h3	{
	margin:0 0 0px 0;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 17pt;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	}
		
h4	{
	margin:0;
	padding:0px;
	font:normal bold 16px/22px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}

h5	{
	margin:0;
	padding:0px;
	font:normal bold 14px/20px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}
	
h6	{
	margin:0;
	padding:0px;
	font:normal bold 11px/16px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}


h7	{
	margin:0 0 0px 0;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 35pt;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	}


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

a	 {
	text-decoration:none;
	color:#222;
	}
	
a:hover 	{
			color:#0099ff;
			 }
				 
.readmore{
		padding:0px;
		background:url(../images/arrow.gif) left center no-repeat; 
		padding-left:10px;
		color:#0291d4;
		text-decoration:underline;
		}
		
	.readmore:hover	{
					color:#000;
					text-decoration:underline;
					}
						

.img_border		{
	padding:1px;
	background:#FFFFFF;
	border:5px solid #ddd;
			}

.img_border:hover {
			border:5px solid #aaa;
				}			

.sidebar h3	{
				background:url(../images/hrline.gif) bottom left no-repeat;
				line-height:2em;
				margin-bottom:10px;
			}


/************************************************
                      Breadcrumb                  
************************************************/
.bread 				{ text-align:left; }

.bread span a 		{ color:#484848; padding:2px 2px;}
.bread span a:hover { color:#000; }
.bread span img 	{ vertical-align:middle; border:none;}



/**********************************************************************
          HEADER 
***********************************************************************/
.header	{  
		margin:auto;
		border-bottom:1px solid #CCCCCC;
		height:90px;
		vertical-align:middle;
		}
.logo{
	margin-top:20px;	
	}	 
	
.menu		{
	width:100%;
	margin-top:10px;
	background:#efefef url(../images/browsemenu.gif) top left repeat-x;
	height:43px;
}

.twittico	{
	float:right;
	vertical-align:top;
	
}

.twittico a	{
	color:#0099ff;
}

.twittico a:hover	{
	color:#000000;
}

.sub_header{
		border-bottom:1px solid #ccc;
		text-align:center;
		width:940px;
		margin:auto;
		padding-top:10px;
		padding-bottom:10px;		
		}
		
		.sub_header h1, .sub_header p	{ padding:0px;}
				
		.sub_header h6, .sub_header a	{ color:#ccc;	}

				.sub_header h6			{ padding:0px 10px;}

				.sub_header a:hover		{ color:#009ade; text-decoration:none;	}

/*********************************************************************************
 					   Slider									
*********************************************************************************/
.shareit		{ padding:5px 0px;  }

	.shareit li	{ display:inline;  padding:0 6px 0 0;  }		



.recentposts		{	margin-bottom:20px;	}
.recentposts ul		{   margin-top:10px; padding:0; list-style:none; list-style-position:outside; }
		

		.recentposts ul li {
		border-bottom:1px solid #dedede;
		padding:10px 0 0 0;
		overflow:hidden;
		height:100%;
		}

		.recentposts h3{
		background:url(../images/hrline.gif) bottom left no-repeat;
		color:#333333;
		line-height:1.7em;
		}


.slider_part	{ padding:20px 0px;overflow:hidden;	height:100%;border-bottom:1px solid #CCCCCC;}



#carousel {
	margin: 0 0;
	width: 640px;
	height: 400px;
	padding: 0;
	background:#fff;
	padding:0px;
	overflow: scroll;
	border: 8px solid #e0e0e0;
	 
		}
		
		#carousel ul {
			list-style: none;
			width: 1500px;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#carousel li {
			display: inline;
			float: left;
			
		}
		
		#carousel ul li p{
			color:#fff;
			}
			
.textholder {
	padding: 20px;
	position:absolute; 
	color:#fff; 
	bottom:2px;
		}

		.textholder span a{
			margin:0;
			padding:0px;
			display:block;
			font:bold 16px/25px "Trebuchet MS", Tahoma, Arial, sans-serif;
			color:#fff;
		}


/*********************************************************************************
 					 Submenu										
*********************************************************************************/
			 
.sub_menu		{ margin-bottom:20px; }
.sub_menu ul	{ }

.sub_menu ul li	{ padding:6px 0px;}

.sub_menu ul li a	{
					color:#484848;	
				 	display:block;
					text-decoration:none;
					font:normal 12px/18px  "Trebuchet MS",Arial, sans-serif;
					}
					
.sub_menu ul li a:hover	{ color:#00b8f3;}

.sub_menu h3	{ 
				background:url(../images/hrline.gif) bottom left no-repeat;
				padding-bottom:7px;
				color:#333333;
				line-height:2em;
				}
				
.sub_menu .current a{color:#0099CC;}
/*********************************************************************************************
												Content
**********************************************************************************************/
.content{
	margin-top:20px; 
	margin-bottom:20px; 
	overflow:hidden;
}	


.entry{ 
		padding:10px 0px 10px 0;
		overflow:hidden;
		clear:both;
        }
		
		.entry h2 a{
				background:url(../images/hrline.gif) bottom left no-repeat;
				padding-bottom:5px;
		}
		 
		.entry p { 
		padding-bottom:10px;
		padding-top:5px;
		}
		
		.entry .post-info{
		margin:8px 0;
		text-transform:uppercase;
		font-size:10px;
		}
		
		.entry ul, .entry ol{
			margin:0;
			padding:10px 0 20px 0;
			list-style-type:disc;
			list-style-position:inside;
			}		

		.entry ul{
			list-style-type:circle;
			}
		.entry ol{
			list-style-type:decimal;
			}

div.excerpt				{ border-bottom:1px solid #ddd;}		
div.excerpt:last-child 	{ border-bottom:none;}


.singlepost h2		{ margin-bottom:20px;}
.singlepost h2 a	{ background:none;}

		
.more 	{ line-height:18px;}
a.more 	{ color:#0099FF;}



/*********************************************************************************************
												sidebar Ads
**********************************************************************************************/
	   
.ads			{ padding:5px 0px;  }	

	.ads img	{
				padding:1px;  
				background:#FFFFFF;
				border:5px solid #ddd;
				margin-bottom:10px; 
				}
		.ads img:hover {border:5px solid #aaa;}			


/*********************************************************************************************
												Portfolio page
**********************************************************************************************/

.portfolio{margin:auto;}

.port img{margin:0;} 
.port{margin-right:12px; float:left;} 
.port p span {display:block; margin:0; line-height:13px;padding:0; } 
.port h5 {display:block; margin:0; padding:0; } 

.port img, p span, h5 {
	width:180mm;
}

/*********************************************************************************************
												BlockQuote page
**********************************************************************************************/

blockquote {
    margin: 20px;
	font:italic 13px/18px Georgia, "Times New Roman", Times, serif;
    padding-left: 40px;
    background: transparent url(../images/quote.png) no-repeat; 
	}
	
/*********************************************************************************************
												 footer
**********************************************************************************************/

.footer	{
		border-top:1px solid #ccc;
		text-align:center;
		margin:10px 0;
		padding:20px 0;
		}
 
 
 /************************************************
                      Definition List                  
************************************************/
 dl { border: 1px solid #ddd; 
 	padding: 0.5em; 
	}
	dt { 
	float: left; 
	clear: left; 
	width: 150px; 
	text-align: right; 
	font-weight: bold; 
	color: #484848; 
	} 
	dt:after { 
	content: " : "; 
	} 
	dd:before { 
	content: ""; 
	padding-left:5px;
	} 
	dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0; 
	}
	
/************************************************
                      Form Fieldset                  
************************************************/
fieldset
{
padding:15px;
border:1px solid #ddd;
}

fieldset legend
{
font-weight:bold;
padding:3px 10px;
background:#fff;
border:1px solid #ddd;
}

/************************************************
                      Tables                  
************************************************/
table{
border:none;
border-collapse:collapse;
margin:10px 0 10px 0;
}

td,th
{
border-bottom:1px solid #cacaca;
color:#4c4c4c;
padding:10px 15px;
}

th {
background:url(../images/table-head-mid.gif) repeat-x 0 0;
text-align:left;
padding-left:20px;
}
th.lefthead
{background:url(../images/table-head-left.gif) no-repeat 0 0;
text-align:left;
padding-left:20px;
}
th.righthead
{background:url(../images/table-head-right.gif) no-repeat right top;
text-align:left;
}

table a {text-decoration:none;}
table a:link {}
table a:visited {}

tbody tr:hover 		{background:#f1f1f1;}

tr.even
{
background:#f1f1f1;
}

/*******************************************************
  				Error / Success / Notice	
*******************************************************/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}


/* ----------- Contact Form ----------- */			

	#contactform p{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#contactform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#contactform input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#contactform button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
	
	

