/*  
Theme Name: Flippish 2.0 Theme
Theme URI: http://www.accidentalrebel.com
Description: A Wordpress theme Excusively for IdealMinds
Version: ver. 2.0
Author: Jayson Pimentel and Ronnelle Pangilinan
Author URI: 
*/

/* ================== Body and Fonts ====================== */
/* Imports */


@import url("css/header.css");
@import url("css/home.css");
@import url("css/latestvideos.css");
@import url("css/middle.css");
@import url("css/homebottom.css");
@import url("css/videopage.css");
@import url("css/archive.css");
@import url("css/showarchive.css");
@import url("css/moreshowslist.css");
@import url("css/pinoyflashbacks.css");
@import url("css/juitter.css");
@import url("css/ustreamlowhigh.css");
@import url("css/flippishshop.css");
@import url("css/castingcall.css");
@import url("css/pitchastory.css");
@import url("css/invasion.css");
@import url("musiklab/musiklab.css");
@import url("css/allvideos.css");
@import url("css/karenspondent.css");
/* Reset */


body {
		background: #105081 url('http://www.flippish.com/flippishblog/uploads/flippishfrontbg.png') top center no-repeat fixed;
		margin: 0;
		font-size: 12px;
		font-family:  Arial, 'Lucida Grande', Arial, Verdana, Sans-Serif;
		color: #414141;
}
.newbg{
		background: #003366 url('images/bg.png') top center repeat-y fixed;
		margin: 0;
		font-size: 12px;
		font-family: Tahoma, Arial, 'Lucida Grande', Arial, Verdana, Sans-Serif;
		color: #333333;
	
}

a {    
		color: #779bbc;
		text-decoration: none;
}

a img {
		border: none;

}

a:hover {
		text-decoration: underline;
}

a.tt{
		position:relative;
		z-index:24;
		color:#3CA3FF;
		font-weight:bold;
		text-decoration:none;
}


h1, h2, h3 {
   		font-weight: bold;
}

h2 {
		font-size: 14px; 
		padding: 0 0 0 0;
        margin: 0px 0px 0px 0px;
}

h3 { 
		font-size: 14px; 
        margin: 0px 0px 0px 0px;
		color: #339999;
}
/* Aligning for Images */
.nav {padding:10px 0 0 0}
.alignleft {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

.alignright {
    float: right;
    display: inline;
    margin: 0 0 0 10px;
}

.aligncenter {
    margin: 0 auto 0 auto;
    display: block;
    text-align: center;
}

.wp-caption img {
    margin: 0 0 5px 0;
    background-color: #FFFFFF;
}

.wp-caption-text {
    color: #aaa;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
}
.archivedata {
float:left;
padding: 15px 0 0 0;
margin: 15px 0 0 0;
border-top: 1px solid #D9E2E5;
}
.archiveimg {
float:left;
padding: 5px;
text-align:left;
width: 180px;
}
.archiveinfo {
float: right;
padding: 0px 0 0 5px;
text-align:left;
width: 480px;
}

/* ================== Page ====================== */

#A-PAGE {
        background: white;
        width: 940px;
	    margin: 0px auto;
		overflow: hidden;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
}

#A-CONTENT {
        width: 680px;
        float: left;
	padding: 0 10px 0 0;
}

#A-SIDEBAR {
        width: 250px;
        float: right;
        margin-top: 10px;
}
#A-SIDEBAR ul, li {
	list-style: none;
	
}

#A-VIDEOEMBEDCODE textarea {
        border: 1px #888;
        background: #ccc;
        width: 200px;
        overflow: hidden;
		font-size: 10px;
}

.A-BUTTONLEFTRIGHT {
		width: 180px;
		height: 40px;
}
	
/* ================== Footer ====================== */		

#A-FOOTER {
		background-color: #000000;
		width: 970px;
		height: 62px;
		color: white;
		padding: 10px 0 0 0;
		text-align: center;
		margin: 0 auto;
		font-family: tahoma,arial;

}

		#A-FOOTER a {
				color: white;
		}


/* ================== Comments Section ====================== */	

.A-COMMENTHEADER {
        background: #414141;
		margin: 0 0 10px 0;
        padding: 10px;
        color: white;
}

.A-COMMENTLIST li {
        background: #fff8c5;
        width: 600px;
        padding: 10px 10px 10px 10px;
        margin-left: 20px;
        margin-bottom: 15px;
        list-style: none;
        color: #414141;
		border: dashed #414141 1px;
}

		.A-COMMENTLIST a {
				color: #414141;
		}
