/*  
Theme Name: PAI- Aqua
Description: Modern Interior theme for wordpress

*/



/* General */

body {

	margin: 0 0 20px 0;
	background: #000;
}

h1,  h4 {
	margin: 0;
      
}




h2 a { font-weight: bold;}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#searchform {background-color: #33ffff;}
/* Page */

#page {
	overflow: hidden;
	width: 1007px;
	
}

#page #header #header-menu h3 {
	
      text-align: center;
       align: center;
}
.center { text-align: center;}

/* Header */

#header {
	width: 100%;
	height: 120px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #ff9933;
		font: bold 25px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ff9933;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 17px;
		left: 4px;
		height: 51px;
                
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 47px;
	}
	
	#header #header-menu ul li {
               
		float: left;
		height: 47px;
		font: bold 10px/47px Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.png") no-repeat;
		text-transform: uppercase;
	}
         #header #header-menu h3 li {
		float: left;
		font: bold 10px/17px Verdana;
		color: #ffffff;
                text-align: center;
                padding: 0px 20px 0px 20px;
		background: none;
		text-transform: none;
	}
         #header #header-menu h3 {
		
		font: bold 12px/17px Verdana;
		color: #ff9933;
                text-align: center;
                padding-left: 20px;
                padding-right: 20px;
		background: none;
		text-transform: none;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		padding-right: 25px;
		margin-left: 25px;
		text-decoration: none;
		background: url("images/header_menu_right.png") no-repeat right top;
                font-weight: bold;
		display: block;
	}
       #header #header-menu ul li a:active {
		color: #FFFFFF;
		padding-right: 25px;
		margin-left: 25px;
		text-decoration: none;
		background: url("images/header_menu_right.png") no-repeat right top;
                font-weight: bold;
		display: block;
	}
       #header #header-menu ul li #searchform {
		color: #cc3300;
		padding-right: 25px;
		margin-left: 25px;
		text-decoration: none;
		background: url("images/header_menu_right.png") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	


/* Main */

#main {
	        width: 100%;
                position: relative;
                top: 130px;
                margin-top: -120px;
             
		
}

	/* Main - Content */
	
	#content {
                margin-top: 0px !important;
                margin-top: 30px;
		float: left;
		width: 575px;
		padding: 7px 7px 0 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #181715;
		float: left;
		margin-bottom: 35px;
		width: 575px;
		background: url("images/post.gif");
	}

       
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 537px;
			height: 58px;
			padding: 8px 19px 10px 19px;
			background: url("images/post_title.gif") no-repeat;
			color: #ff9933;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #33ffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 49px;
			height: 48px;
                        padding-top: 4px;
			margin-right: 10px;
			text-align: center;
			color: #ffffff;
			font: bold 13px Arial, Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin: 1px 0 1px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding: 2px 0px 0px 0px;
			color: #ff9933;
			font: bold 24px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
                        padding: 2px 0px 0px 0px;
			color: #ff9933;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #181715;
			padding: 20px 20px;
			width: 535px;
		}
 #content .post .post-entry blockquote {
background:url("images/quote.jpg") no-repeat;
font-style: italic
padding-left:30px;
padding-right:20px;
margin-right:0;
margin-left:8px;
padding-top:10px;
}
		
		#content .post .post-entry a {
			color: #ff9933;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/18px Arial, Verdana;
			color: #cc3300;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #cc3300;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 535px;
			font: bold 12px Arial, Verdana;
			color: #cc3300;
			background: url("images/post_info.gif") no-repeat left bottom;
			height: 35px;
			padding: 15px 20px 0 20px;
		}
		
		#content .post .post-info a {
			color: #cc3300;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #cc3300;
			font: normal 15px Arial, Verdana;
			margin: 10px 0 10px 0;
			padding: 0 20px;
			width: 535px;
		}
		
		#content .post .comments {
			padding: 0 20px;
			width: 535px;
			font: normal 12px/18px Arial, Verdana;
			color: #181715;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ff9933;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ff9933;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
                        color: #33ffff;
		}
		
		#content .post #commentform {
			margin: 0;
			padding: 0 20px;
			width: 535px;
			font: normal 12px/18px Arial, Verdana;
			color: #33f8ff;
		}
		
		#content .post #commentform a {
			color: #ff9933;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 410px;
		font: normal 12px/18px Arial, Verdana;
		color: #000000;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar-top {
		width: 610px;
		padding-top: 10px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar-bottom {
		width: 410px;
		min-height: 100px;
		padding-bottom: 25px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
	}
	
	#sidebar a {
		color: #cc3300;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
        #sidebar #sidebar-left {
		float: left;
		width: 187px;
		padding-right: 15px;
                padding-left: 8px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 187px;
		padding-right: 9px;
            
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 0px;
                        text-align: center;
                        margin: 0px;
			font: bold 13px/30px Arial, Verdana;
			color: #ffffff;
                        width: 187px;
			text-transform: uppercase;
			background: #ff9933;
		}
		
		#sidebar h3.first {
			font: bold 13px/29px Arial, Verdana;
			background: none;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 6px auto 16px auto;
			padding: 0;
			list-style-type: none;
			width: 158px;
		}
		
		#sidebar ul li {
			color: #000000;
			padding-left: 10px;
			font: normal 12px/28px Arial, Verdana;
			border-bottom: 1px dotted #980000;
		}
              

		#sidebar #fbsidebar ul li {
			color: #cc3300;
			padding-bottom: 10px;
                        margin: 0px;
                        font: normal 12px/14px Arial, Verdana;
			line-height: 14px;
			border-bottom: 1px dotted #980000;
		}
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 145px;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto 10px auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px 10px 10px;
		}


/* Footer */
#footer {
	width: 100%;
        padding-bottom: 20px;
	color: #ffffff;
	font: normal 12px/16px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #cc3300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/************************************************
*	My Tweaks								*
************************************************/



.right {

color: #000000;
border:1px solid #33ffff;
float:right;
margin:3px 0 3px 10px;
padding:5px;
}

.alignright {
color: #000000;
border:1px solid #33ffff;
float:right;
margin:3px 0 3px 10px;
padding:5px;
}


.left {
background:#FAFBFC;
border:1px dotted #33ffff;
float:left;
margin:3px 5px 3px 0;
padding:2px;
}

.alignleft {
background:#FAFBFC;
border:1px dotted #E0E0E0;
float:left;
margin:3px 5px 3px 0;
padding:2px;
}

.next {
font-size: 14px;
font-weight: bold;
font-style: italic;
float:right;
margin:3px 0 3px 10px;
padding:20px;
}


.last {
font-size: 14px;
font-weight: bold;
font-style: italic;
float:left;
margin:3px 5px 3px 0;
padding:20px;
}

.frame {
border:3px solid #69c;
width:350px;
margin:15px auto;
padding:10px;
}

.center {
align:center;
text-align:center;
float:none;
}

.simpletags a:link {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 8px;
    }
.bottom {
     width: 900px;
     margin: 10px 40px 10px 40px;
     color: #FFFFFF;
     position: absolute:
     bottom: 20px;
     text-align: center;
      
}
.bottom a {
     width: 900px;
     color: #FF9933;
     text-align: center;
     
}

.wp-caption alignright { color: #000000; border:1px solid #33ffff; float:right; margin:3px 0 3px 10px; padding:5px; } 
.wp-caption alignleft { background:#FAFBFC; border:1px dotted #E0E0E0; float:left; margin:3px 5px 3px 0; padding:2px; } 
.mycomments {background:#000000;}
